Category

Genome Variant Analysis


Usage

java -jar GenomeAnalysisTK.jar -T BaseRecalibrator -R reference.fasta -I my_reads.bam -knownSites latest_dbsnp.vcf -o recal_data.table


Manual

Argument name(s)Default valueSummary
Required Outputs
--out
 -o
NAThe output recalibration table file to create
Optional Inputs
--knownSites
[]A database of known polymorphic sites
Optional Parameters
--covariate
 -cov
NAOne or more covariates to be used in the recalibration. Can be specified multiple times
--indels_context_size
 -ics
3Size of the k-mer context to be used for base insertions and deletions
--maximum_cycle_value
 -maxCycle
500The maximum cycle value permitted for the Cycle covariate
--mismatches_context_size
 -mcs
2Size of the k-mer context to be used for base mismatches
--solid_nocall_strategy
THROW_EXCEPTIONDefines the behavior of the recalibrator when it encounters no calls in the color space. Options = THROW_EXCEPTION, LEAVE_READ_UNRECALIBRATED, or PURGE_READ
--solid_recal_mode
 -sMode
SET_Q_ZEROHow should we recalibrate solid bases in which the reference was inserted? Options = DO_NOTHING, SET_Q_ZERO, SET_Q_ZERO_BASE_N, or REMOVE_REF_BIAS
Optional Flags
--list
 -ls
falseList the available covariates and exit
--lowMemoryMode
falseReduce memory usage in multi-threaded code at the expense of threading efficiency
--no_standard_covs
 -noStandard
falseDo not use the standard set of covariates, but rather just the ones listed using the -cov argument
--sort_by_all_columns
 -sortAllCols
falseSort the rows in the tables of reports
Advanced Parameters
--binary_tag_name
 -bintag
NAthe binary tag covariate name if using it
--bqsrBAQGapOpenPenalty
 -bqsrBAQGOP
40.0BQSR BAQ gap open penalty (Phred Scaled). Default value is 40. 30 is perhaps better for whole genome call sets
--deletions_default_quality
 -ddq
45default quality for the base deletions covariate
--insertions_default_quality
 -idq
45default quality for the base insertions covariate
--low_quality_tail
 -lqt
2minimum quality for the bases in the tail of the reads to be considered
--mismatches_default_quality
 -mdq
-1default quality for the base mismatches covariate
--quantizing_levels
 -ql
16number of distinct quality scores in the quantized output
Advanced Flags
--run_without_dbsnp_potentially_ruining_quality
falseIf specified, allows the recalibrator to be used without a dbsnp rod. Very unsafe and for expert users only.


Share your experience or ask a question