Skip to content

Commit

Permalink
reorder trimmomatic base crop stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Nov 18, 2024
1 parent 563f6d2 commit b8d7d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/quality_control/read_filtering/task_trimmomatic.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ task trimmomatic_pe {
-threads ~{cpu} \
~{read1} ~{read2} \
-baseout ~{samplename}.fastq.gz \
"${CROPPING_VAR}" \
SLIDINGWINDOW:~{trimmomatic_window_size}:~{trimmomatic_quality_trim_score} \
MINLEN:~{trimmomatic_min_length} &> ~{samplename}.trim.stats.txt \
"${CROPPING_VAR}"
MINLEN:~{trimmomatic_min_length} &> ~{samplename}.trim.stats.txt

>>>
output {
Expand Down

0 comments on commit b8d7d96

Please sign in to comment.