Skip to content

Commit

Permalink
added V5.2.0_1200 for auto-read length filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
MarieLataretu committed May 21, 2024
1 parent 27cff30 commit d679cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/filter_fastq_by_length.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process filter_fastq_by_length {
read_min_length = params.minLength
read_max_length = params.maxLength

if ( params.primerV.matches('V1200')) {
if ( params.primerV.matches('V1200') || params.primerV.matches('V5.2.0_1200') ) {
if ( !params.minLength ) { read_min_length = 100 }
if ( !params.maxLength ) { read_max_length = 1500 }
}
Expand Down

0 comments on commit d679cf8

Please sign in to comment.