Update modules/biobambam/bammerge/main.nf

Co-authored-by: Mahesh Binzer-Panchal <mahesh.binzer-panchal@nbis.se>
This commit is contained in:
Matthias De Smet 2022-05-17 09:46:19 +02:00 committed by GitHub
parent c5627e0274
commit 94733a85c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: