Category

Genome Variant Analysis


Usage

java -jar GenomeAnalysisTK.jar -T RealignerTargetCreator -R reference.fasta -I input.bam --known indels.vcf -o forIndelRealigner.intervals


Manual

Argument name(s)Default valueSummary
Optional Inputs
--known
[]Input VCF file with known indels
Optional Outputs
--out
 -o
NAAn output file created by the walker. Will overwrite contents if file exists
Optional Parameters
--maxIntervalSize
 -maxInterval
500maximum interval size; any intervals larger than this value will be dropped
--minReadsAtLocus
 -minReads
4minimum reads at a locus to enable using the entropy calculation
--mismatchFraction
 -mismatch
0.0fraction of base qualities needing to mismatch for a position to have high entropy
--windowSize
 -window
10window size for calculating entropy or SNP clusters


Share your experience or ask a question