Adding tbi-files to the output from GATK4_MERGEVCFS. #1709

This commit is contained in:
Anders Sune Pedersen 2022-05-31 15:37:26 +02:00
parent 3bb32b2def
commit 5513d095f5
2 changed files with 7 additions and 0 deletions

View file

@ -13,6 +13,7 @@ process GATK4_MERGEVCFS {
output:
tuple val(meta), path('*.vcf.gz'), emit: vcf
tuple val(meta), path("*.tbi") , emit: tbi
path "versions.yml" , emit: versions
when:

View file

@ -35,6 +35,12 @@ output:
type: file
description: merged vcf file
pattern: "*.vcf.gz"
- tbi:
type: file
description: index files for the merged vcf files
pattern: "*.tbi"
- versions:
type: file
description: File containing software versions