mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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:
|
||||
tuple val(meta), path(input), path(index)
|
||||
path(fasta)
|
||||
path(fai)
|
||||
path(dict)
|
||||
path(intervals)
|
||||
path(contamination)
|
||||
path(dbsnp)
|
||||
path(comp)
|
||||
path fasta
|
||||
path fai
|
||||
path dict
|
||||
path intervals
|
||||
path contamination
|
||||
path dbsnp
|
||||
path comp
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*.vcf.gz"), emit: vcf
|
||||
|
|
Loading…
Reference in a new issue