Skip to content

Commit

Permalink
remove check on 'when' which doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfields committed Jan 10, 2025
1 parent a924ade commit e11200e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/vsearchoverlap.nf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ process VSEARCH_OVERLAP {
path "versions.yml", emit: versions

when:
params.skip_merging == false || task.ext.when == null || task.ext.when
task.ext.when == null || task.ext.when

script:
def args = task.ext.args ?: ''
Expand Down

0 comments on commit e11200e

Please sign in to comment.