mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Update main.nf
This commit is contained in:
parent
252fcb17c4
commit
00204fa82b
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ process HMTNOTE {
|
||||||
tuple val(meta), path(vcf)
|
tuple val(meta), path(vcf)
|
||||||
|
|
||||||
output:
|
output:
|
||||||
|
tuple val(meta), path("*_annotated.vcf"), emit: vcf
|
||||||
path "versions.yml" , emit: versions
|
path "versions.yml" , emit: versions
|
||||||
|
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue