mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00: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("${indexfilename}") ,optional:true, emit: bam_index
|
||||
tuple val(meta), path("${md5filename}") ,optional:true, emit: checksum
|
||||
|
||||
path "versions.yml" ,emit: versions
|
||||
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue