Skip to content

Commit

Permalink
Update nonpareil/curve: png is optional (#7054)
Browse files Browse the repository at this point in the history
set png output as optional
  • Loading branch information
LilyAnderssonLee authored Nov 22, 2024
1 parent db36aba commit 63a1d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/nonpareil/curve/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ process NONPAREIL_CURVE {
tuple val(meta), path(npo)

output:
tuple val(meta), path("*.png"), emit: png
tuple val(meta), path("*.png"), optional: true, emit: png
path "versions.yml" , emit: versions

when:
Expand Down

0 comments on commit 63a1d0a

Please sign in to comment.