Skip to content

Commit

Permalink
Fix arguments of trim_galore
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Sep 13, 2022
1 parent 303e16d commit 8eb42b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adapting_new_script_for_computing_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ execute() {

: Trimming $id with trim_galore

prun python3 trim_galore --paired --nextera -j $THREADS fastq/$f1.fastq fastq/$f2.fastq >> $id.trimmingStats.txt 2>&1
prun python3 trim_galore --paired --nextera -j $THREADS fastq/$f1 fastq/$f2 > $id.trimmingStats.txt 2>&1

: Mapping $id with bowtie2

Expand Down

0 comments on commit 8eb42b3

Please sign in to comment.