Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wm75 committed Apr 16, 2024
1 parent aad1770 commit a9daa58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cutadapt/cutadapt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ $adapter_options.revcomp
-U $other_trimming_options.cut2
#end if
#if str($other_trimming_options.quality_cutoff) != '0':
-q $read_mod_options.quality_cutoff
-q $other_trimming_options.quality_cutoff
#end if
#if $paired and str($other_trimming_options.quality_cutoff2) != '':
-Q $other_trimming_options.quality_cutoff2
#end if
#if str($other_trimming_options.nextseq_trim) != '0':
--nextseq-trim $read_mod_options.nextseq_trim
--nextseq-trim $other_trimming_options.nextseq_trim
#end if
$other_trimming_options.trim_n
$other_trimming_options.poly_a
Expand Down

0 comments on commit a9daa58

Please sign in to comment.