mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update modules/samtools/mpileup/main.nf
Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
This commit is contained in:
parent
c3b6ec8f3b
commit
24e05f6097
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ process SAMTOOLS_MPILEUP {
|
||||||
|
|
||||||
output:
|
output:
|
||||||
tuple val(meta), path("*.mpileup.gz"), emit: mpileup
|
tuple val(meta), path("*.mpileup.gz"), emit: mpileup
|
||||||
path "versions.yml" , emit: versions
|
path "versions.yml" , emit: versions
|
||||||
|
|
||||||
when:
|
when:
|
||||||
task.ext.when == null || task.ext.when
|
task.ext.when == null || task.ext.when
|
||||||
|
|
Loading…
Reference in a new issue