mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
Merge branch 'new-module-gatk4/reblockgvcf' of github.com:nvnieuwk/modules into new-module-gatk4/reblockgvcf
This commit is contained in:
commit
62803e774e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ process GATK4_REBLOCKGVCF {
|
||||||
path dbsnp_tbi
|
path dbsnp_tbi
|
||||||
|
|
||||||
output:
|
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
|
path "versions.yml" , emit: versions
|
||||||
|
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue