Merge branch 'master' into subwf/bam_qc

This commit is contained in:
Matthias De Smet 2022-04-28 14:00:30 +02:00 committed by GitHub
commit fdaef46c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ process GATK4_HAPLOTYPECALLER {
output:
tuple val(meta), path("*.vcf.gz"), emit: vcf
tuple val(meta), path("*.tbi") , emit: tbi
tuple val(meta), path("*.tbi") , optional:true, emit: tbi
path "versions.yml" , emit: versions
when: