Category

Genome Variant Analysis


Usage

java -jar GenomeAnalysisTK.jar -T CombineGVCFs -R reference.fasta --variant sample1.g.vcf --variant sample2.g.vcf -o cohort.g.vcf


Manual

Argument name(s)Default valueSummary
Required Inputs
--variant
 -V
NAOne or more input gVCF files
Optional Inputs
--dbsnp
 -D
nonedbSNP file
Optional Outputs
--out
 -o
stdoutFile to which the combined gVCF should be written
Optional Parameters
--breakBandsAtMultiplesOf
0If > 0, reference bands will be broken up at genomic positions that are multiples of this number
--group
 -G
[StandardAnnotation]One or more classes/groups of annotations to apply to variant calls
Optional Flags
--convertToBasePairResolution
 -bpResolution
falseIf specified, convert banded gVCFs to all-sites gVCFs
Advanced Parameters
--annotation
 -A
[AS_RMSMappingQuality]One or more specific annotations to recompute. The single value 'none' removes the default annotations


Share your experience or ask a question