mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Update modules/gatk4/reblockgvcf/main.nf
Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
This commit is contained in:
parent
81fff7384d
commit
873215c8ae
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ process GATK4_REBLOCKGVCF {
|
|||
path dbsnp_tbi
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*.rb.g.vcf.gz"), path("*.tbi") , emit: bam
|
||||
tuple val(meta), path("*.rb.g.vcf.gz"), path("*.tbi") , emit: vcf
|
||||
path "versions.yml" , emit: versions
|
||||
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue