Category

Genome Variant Analysis


Usage

java -jar GenomeAnalysisTK.jar -T HaplotypeResolver -R reference.fasta -V:v1 input1.vcf -V:v2 input2.vcf -o output.vcf


Manual

Argument name(s)Default valueSummary
Required Inputs
--variant
 -V
NAInput VCF file
Optional Outputs
--out
 -o
stdoutFile to which variants should be written
Optional Parameters
--setKey
setKey used in the INFO key=value tag emitted describing which set the combined VCF record came from
--statusKey
statusKey used in the INFO key=value tag emitted describing the extent to which records match


Share your experience or ask a question