Skip to content

Commit

Permalink
Fix gtffilter output definition (#5977)
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru authored Jul 15, 2024
1 parent 7888e16 commit a0aee18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/custom/gtffilter/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ process CUSTOM_GTFFILTER {
tuple val(meta2), path(fasta)

output:
tuple val(meta), path("*.gtf"), emit: gtf
path "versions.yml" , emit: versions
tuple val(meta), path("${prefix}.${suffix}"), emit: gtf
path "versions.yml" , emit: versions

when:
task.ext.when == null || task.ext.when
Expand Down

0 comments on commit a0aee18

Please sign in to comment.