Update modules/gatk/unifiedgenotyper/main.nf

Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
This commit is contained in:
James A. Fellows Yates 2022-06-03 21:24:03 +02:00 committed by GitHub
parent a565d9072a
commit e827a042ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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