Created
April 22, 2015 12:01
-
-
Save pjbriggs/bd4d2d5b11dec20938c8 to your computer and use it in GitHub Desktop.
Galactic Engineer/GALAXY_SLOTS: trimmomatic.xml fragment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
<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