Category

Genome Variant Analysis


Usage

java -jar GenomeAnalysisTK.jar -T CallableLoci -R reference.fasta -I myreads.bam -summary table.txt -o callable_status.bed


Manual

Argument name(s)Default valueSummary
Required Outputs
--summary
NAName of file for output summary
Optional Outputs
--out
 -o
stdoutAn output file created by the walker. Will overwrite contents if file exists
Optional Parameters
--maxDepth
-1Maximum read depth before a locus is considered poorly mapped
--maxFractionOfReadsWithLowMAPQ
 -frlmq
0.1If the fraction of reads at a base with low mapping quality exceeds this value, the site may be poorly mapped
--maxLowMAPQ
 -mlmq
1Maximum value for MAPQ to be considered a problematic mapped read.
--minBaseQuality
 -mbq
20Minimum quality of bases to count towards depth.
--minMappingQuality
 -mmq
10Minimum mapping quality of reads to count towards depth.
Advanced Parameters
--format
BEDOutput format
--minDepth
4Minimum QC+ read depth before a locus is considered callable
--minDepthForLowMAPQ
 -mdflmq
10Minimum read depth before a locus is considered a potential candidate for poorly mapped


Share your experience or ask a question