Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pjbriggs/bd4d2d5b11dec20938c8 to your computer and use it in GitHub Desktop.
Save pjbriggs/bd4d2d5b11dec20938c8 to your computer and use it in GitHub Desktop.
Galactic Engineer/GALAXY_SLOTS: trimmomatic.xml fragment
...
<command interpreter="bash">trimmomatic.sh
-mx8G
-jar \$TRIMMOMATIC_DIR/trimmomatic-0.32.jar
#if $paired_end.is_paired_end
PE -threads \${GALAXY_SLOTS:-6} -phred33 $fastq_r1_in $paired_end.fastq_r2_in $fastq_out_r1_paired $fastq_out_r1_unpaired $fastq_out_r2_paired $fastq_out_r2_unpaired
#else
SE -threads \${GALAXY_SLOTS:-6} -phred33 $fastq_in $fastq_out
#end if
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment