Description

Perform joint genotyping on one or more samples pre-called with HaplotypeCaller.

Input

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information
e.g. [ id:‘test’, single_end

]

gvcf (file)

gVCF(.gz) file or to a GenomicsDB

*.{vcf,vcf.gz}

gvcf_index (file)

index of gvcf file, or empty when providing GenomicsDB

*.{idx,tbi}

intervals (file)

Interval file with the genomic regions included in the library (optional)

intervals_index (file)

Interval index file (optional)

fasta (file)

Reference fasta file

*.fasta

fai (file)

Reference fasta index file

*.fai

dict (file)

Reference fasta sequence dict file

*.dict

dbsnp (file)

dbSNP VCF file

*.vcf.gz

dbsnp_tbi (file)

dbSNP VCF index file

*.tbi

Output

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information
e.g. [ id:‘test’, single_end

]

vcf (file)

Genotyped VCF file

*.vcf.gz

tbi (file)

Tbi index for VCF file

*.vcf.gz

versions (file)

File containing software versions

versions.yml