mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
feat: emited channel should be gz_tbi and not only tbi (#1118)
This commit is contained in:
parent
98b024c0e4
commit
e22966ce74
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ process TABIX_BGZIPTABIX {
|
|||
tuple val(meta), path(input)
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*.gz"), path("*.tbi"), emit: tbi
|
||||
tuple val(meta), path("*.gz"), path("*.tbi"), emit: gz_tbi
|
||||
path "versions.yml" , emit: versions
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue