Question: fastqc not found
0
bcuser30 • 10 wrote:
I'm having a problem with fastqc. I don't understand why it claims not to be found. What am I missing?
Fatal error: Exit code 1 ()
/bin/sh: 1: fastqc: not found
Traceback (most recent call last):
File "/main/sites/galaxy/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/fastqc/9337dd1fbc66/fastqc/rgFastQC.py", line 170, in <module>
fastqc_runner.run_fastqc()
File "/main/sites/galaxy/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/devteam/fastqc/9337dd1fbc66/fastqc/rgFastQC.py", line 142, in run_fastqc
subprocess.check_call(self.command_line, shell=True)
File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'fastqc --outdir /main/sites/galaxy/galaxy/htdocs/database/jobs_directory/000/57/dataset_113_files --quiet --extract -f fastq DRR016125_1_1percent_fastq' returned non-zero exit status 127
ADD COMMENT
• link
•
modified 17 months ago
by
Jennifer Hillman Jackson ♦ 25k
•
written
17 months ago by
bcuser30 • 10
You did not tell us what you have so it is difficult to tell you what is missing. What Galaxy and what version of Galaxy is this? Does it use Conda? Are you an admin? Have the fastqc ever worked? Do other tools with dependencies work?
I should have clarified this is on a local installation of 17.01. Conda is in use and I am an admin.
I have been able to confirm this is related to our cluster. I suspect something is wrong with the job_conf.xml.
<job_conf> <plugins> <plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/> <plugin id="drmaa" type="runner" load="galaxy.jobs.runners.drmaa:DRMAAJobRunner"/> </plugins> <handlers> <handler id="main"/> </handlers> <destinations default="SGE"> <destination id="local" runner="local"/> <destination id="SGE" runner="drmaa"/> <param id="embed_metadata_in_job">False</param> <env file="/main/sites/galaxy/galaxy/htdocs/.venv/bin/activate"/> </destinations> </job_conf>