Hello!
I am trying to run Galaxy on the Genetics and Genomics Analysis Platform (GenAP) hosted by Compute Canada and am running into an error with various tools.
I have fastq files from Illumina RNA sequencing that I am trying to assemble into a transcriptome using Trinity or to map it to a reference genome of a closely related species using HISAT2.
When I try to run either of these tools I get the following error:
The server could not complete the request. Please contact the Galaxy Team if this error persists. Error executing tool: âtimeâ
I get this error if I try to run Trinity, HISAT2, or Bowtie2. This is the full error message I get when I try to run Trinity:
The server could not complete the request. Please contact the Galaxy Team if this error persists. Error executing tool: âtimeâ
{
âhistory_idâ: âf597429621d6eb2bâ,
âtool_idâ: âtoolshed.g2.bx.psu.edu/repos/iuc/trinity/trinity/2.9.1â,
âtool_versionâ: â2.9.1â,
âinputsâ: {
âpool|pool_modeâ: âYesâ,
âpool|inputs|paired_or_singleâ: âpairedâ,
âpool|inputs|left_inputâ: {
âvaluesâ: [
{
âsrcâ: âhdaâ,
ânameâ: âNS.1543.001.NEBNext_dual_i7_176âNEBNext_dual_i5_176.Fish1-unfed_R1.fastq.gz (as fastqsanger)â,
âtagsâ: ,
âkeepâ: false,
âhidâ: 1,
âidâ: â0a248a1f62a0cc04â
}
],
âbatchâ: false
},
âpool|inputs|right_inputâ: {
âvaluesâ: [
{
âsrcâ: âhdaâ,
ânameâ: âNS.1543.001.NEBNext_dual_i7_176âNEBNext_dual_i5_176.Fish1-unfed_R2.fastq.gz (as fastqsanger)â,
âtagsâ: ,
âkeepâ: false,
âhidâ: 2,
âidâ: â03501d7626bd192fâ
}
],
âbatchâ: false
},
âpool|inputs|strand|is_strand_specificâ: âfalseâ,
âpool|inputs|jaccard_clipâ: âfalseâ,
ânormâ: âtrueâ,
âadditional_params|min_contig_lengthâ: 200,
âadditional_params|guided|is_guidedâ: ânoâ,
âadditional_params|long_readsâ: null,
âadditional_params|min_kmer_covâ: 1,
â__job_resource|__job_resource__selectâ: ânoâ
}
}
I seem to be able to run other tools (FastQC, Trimmomatic) and I have also run HISAT2 on these same fastq files using the usegalaxy.org instance.
If anyone has any advice or can diagnose this problem, Iâd really appreciate it!
Thank you!