mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00: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
|
||||
|
||||
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