mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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)
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*_annotated.vcf"), emit: vcf
|
||||
path "versions.yml" , emit: versions
|
||||
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue