Description

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

Input

name:type
description
pattern

meta{:bash}

:map

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

input{:bash}

:file

gVCF(.gz) file or a GenomicsDB

*.{vcf,vcf.gz}

gvcf_index{:bash}

:file

index of gvcf file, or empty when providing GenomicsDB

*.{idx,tbi}

intervals{:bash}

:file

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

intervals_index{:bash}

:file

Interval index file (optional)

meta2{:bash}

:map

Groovy Map containing fasta information e.g. [ id:‘test’ ]

fasta{:bash}

:file

Reference fasta file

*.fasta

meta3{:bash}

:map

Groovy Map containing fai information e.g. [ id:‘test’ ]

fai{:bash}

:file

Reference fasta index file

*.fai

meta4{:bash}

:map

Groovy Map containing dict information e.g. [ id:‘test’ ]

dict{:bash}

:file

Reference fasta sequence dict file

*.dict

meta5{:bash}

:map

Groovy Map containing dbsnp information e.g. [ id:‘test’ ]

dbsnp{:bash}

:file

dbSNP VCF file

*.vcf.gz

meta6{:bash}

:map

Groovy Map containing dbsnp tbi information e.g. [ id:‘test’ ]

dbsnp_tbi{:bash}

:file

dbSNP VCF index file

*.tbi

Output

name:type
description
pattern

vcf{:bash}

meta{:bash}

:map

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

*.vcf.gz{:bash}

:file

Genotyped VCF file

*.vcf.gz

tbi{:bash}

meta{:bash}

:map

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

*.tbi{:bash}

:file

Tbi index for VCF file

*.vcf.gz

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml