mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
Change txt channel output
This commit is contained in:
parent
0b33b6d081
commit
d50d070c06
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ process BCFTOOLS_STATS {
|
|||
tuple val(meta), path(vcf)
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*.txt"), emit: stats
|
||||
tuple val(meta), path("*stats.txt"), emit: stats
|
||||
path "*.version.txt" , emit: version
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue