Skip to content

Commit

Permalink
Update modules/local/samtools_replaceheader.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Matthieu Muffato <[email protected]>
  • Loading branch information
tkchafin and muffato authored Jul 11, 2024
1 parent 7a714fc commit ca86a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/samtools_replaceheader.nf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ process SAMTOOLS_REHEADER {
path(header)

output:
tuple val(meta), path("${prefix}.${suffix}"), optional:true, emit: bam
tuple val(meta), path("${prefix}.${suffix}"), optional:true, emit: cram
tuple val(meta), path("${prefix}.bam") , optional:true, emit: bam
tuple val(meta), path("${prefix}.cram"), optional:true, emit: cram
path "versions.yml", emit: versions

when:
Expand Down

0 comments on commit ca86a50

Please sign in to comment.