Perform joint genotyping on one or more samples pre-called with HaplotypeCaller.
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
input
:file
gVCF(.gz) file or a GenomicsDB
*.{vcf,vcf.gz}
gvcf_index
index of gvcf file, or empty when providing GenomicsDB
*.{idx,tbi}
intervals
Interval file with the genomic regions included in the library (optional)
intervals_index
Interval index file (optional)
meta2
Groovy Map containing fasta information e.g. [ id:‘test’ ]
fasta
Reference fasta file
*.fasta
meta3
Groovy Map containing fai information e.g. [ id:‘test’ ]
fai
Reference fasta index file
*.fai
meta4
Groovy Map containing dict information e.g. [ id:‘test’ ]
dict
Reference fasta sequence dict file
*.dict
meta5
Groovy Map containing dbsnp information e.g. [ id:‘test’ ]
dbsnp
dbSNP VCF file
*.vcf.gz
meta6
Groovy Map containing dbsnp tbi information e.g. [ id:‘test’ ]
dbsnp_tbi
dbSNP VCF index file
*.tbi
vcf
Genotyped VCF file
tbi
Tbi index for VCF file
versions_gatk4
${task.process}
:string
The name of the process
gatk4
The name of the tool
gatk --version | sed -n '/GATK.*v/s/.*v//p'
:eval
The expression to obtain the version of the tool
versions
Genome Analysis Toolkit (GATK4)