mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Update modules/biobambam/bammerge/main.nf
Co-authored-by: Mahesh Binzer-Panchal <mahesh.binzer-panchal@nbis.se>
This commit is contained in:
parent
c5627e0274
commit
94733a85c0
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ process BIOBAMBAM_BAMMERGE {
|
||||||
tuple val(meta), path("${prefix}.bam") ,emit: bam
|
tuple val(meta), path("${prefix}.bam") ,emit: bam
|
||||||
tuple val(meta), path("${indexfilename}") ,optional:true, emit: bam_index
|
tuple val(meta), path("${indexfilename}") ,optional:true, emit: bam_index
|
||||||
tuple val(meta), path("${md5filename}") ,optional:true, emit: checksum
|
tuple val(meta), path("${md5filename}") ,optional:true, emit: checksum
|
||||||
|
|
||||||
path "versions.yml" ,emit: versions
|
path "versions.yml" ,emit: versions
|
||||||
|
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue