Skip to content

Commit

Permalink
removed flag
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Jun 26, 2024
1 parent a7e196d commit 5abf53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/emmtyper.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ process emmtyper {
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}

when:
(task.ext.when == null || task.ext.when) && flag =~ 'found'
(task.ext.when == null || task.ext.when)

input:
tuple val(meta), file(contigs), val(flag), file(script)
tuple val(meta), file(contigs), file(script)

output:
path "emmtyper/*_emmtyper.txt" , emit: collect
Expand Down

0 comments on commit 5abf53a

Please sign in to comment.