mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Update modules/gatk/unifiedgenotyper/main.nf
Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
This commit is contained in:
parent
a565d9072a
commit
e827a042ce
1 changed files with 7 additions and 7 deletions
|
@ -9,13 +9,13 @@ process GATK_UNIFIEDGENOTYPER {
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(input), path(index)
|
tuple val(meta), path(input), path(index)
|
||||||
path(fasta)
|
path fasta
|
||||||
path(fai)
|
path fai
|
||||||
path(dict)
|
path dict
|
||||||
path(intervals)
|
path intervals
|
||||||
path(contamination)
|
path contamination
|
||||||
path(dbsnp)
|
path dbsnp
|
||||||
path(comp)
|
path comp
|
||||||
|
|
||||||
output:
|
output:
|
||||||
tuple val(meta), path("*.vcf.gz"), emit: vcf
|
tuple val(meta), path("*.vcf.gz"), emit: vcf
|
||||||
|
|
Loading…
Reference in a new issue