mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
align
This commit is contained in:
parent
2cca156fed
commit
cdbe648400
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ process BIOBAMBAM_BAMMERGE {
|
|||
|
||||
output:
|
||||
tuple val(meta), path("${prefix}.bam") ,emit: bam
|
||||
tuple val(meta), path("*.bam.bai") ,optional:true, emit: bam_index
|
||||
path "versions.yml" ,emit: versions
|
||||
tuple val(meta), path("*.bam.bai") ,optional:true, emit: bam_index
|
||||
path "versions.yml" ,emit: versions
|
||||
|
||||
when:
|
||||
task.ext.when == null || task.ext.when
|
||||
|
|
Loading…
Reference in a new issue