Category

Genome Variant Analysis


Usage

java -cp GenomeAnalysisTK.jar org.broadinstitute.gatk.tools.CatVariants -R reference.fasta -V input1.vcf -V input2.vcf -out output.vcf -assumeSorted


Manual

Argument name(s)Default valueSummary
Required Inputs
--reference
 -R
NAgenome reference file .fasta
--variant
 -V
NAInput VCF file/s
Required Outputs
--outputFile
 -out
NAoutput file
Optional Outputs
--log_to_file
 -log
NASet the logging location
Optional Parameters
--logging_level
 -l
INFOSet the minimum level of logging
--variant_index_parameter
-1the parameter (bin width or features per bin) to pass to the VCF/BCF IndexCreator
--variant_index_type
DYNAMIC_SEEKwhich type of IndexCreator to use for VCF/BCF indices
Optional Flags
--assumeSorted
falseassumeSorted should be true if the input files are already sorted (based on the position of the variants)
--help
 -h
falseGenerate the help message
--version
falseOutput version information


Share your experience or ask a question