feat: emited channel should be gz_tbi and not only tbi (#1118)

This commit is contained in:
Maxime U. Garcia 2021-12-07 10:12:58 +01:00 committed by GitHub
parent 98b024c0e4
commit e22966ce74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: