Category

Genome Variant Analysis


Usage

java -jar GenomeAnalysisTK.jar -T SelectHeaders -R reference.fasta -V input.vcf -o output.vcf -hn FILTER -hn FORMAT -hn INFO


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
--exclude_header_name
 -xl_hn
NAExclude header. Can be specified multiple times
--header_expression
 -he
NARegular expression to select many headers from the tracks provided. Can be specified multiple times
--header_name
 -hn
NAInclude header. Can be specified multiple times
Optional Flags
--include_interval_names
 -iln
falseIf set the interval file name minus the file extension, or the command line intervals, will be added to the headers


Share your experience or ask a question