mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +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)
|
tuple val(meta), path(input)
|
||||||
|
|
||||||
output:
|
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
|
path "versions.yml" , emit: versions
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue