Category

Genome Variant Analysis


Usage

java -jar GenomeAnalysisTK.jar -T FindCoveredIntervals -R reference.fasta -I my_file.bam [-cov 10 \] [-uncovered \] -o output.list


Manual

Argument name(s)Default valueSummary
Optional Outputs
--activeRegionOut
 -ARO
NAOutput the active region to this IGV formatted file
--activityProfileOut
 -APO
NAOutput the raw activity profile results in IGV format
--out
 -o
stdoutAn output file created by the walker. Will overwrite contents if file exists
Optional Parameters
--coverage_threshold
 -cov
20The minimum allowable coverage to be considered covered
--minBaseQuality
 -minBQ
0The minimum allowable base quality score to be counted for coverage
--minMappingQuality
 -minMQ
0The minimum allowable mapping quality score to be counted for coverage
Optional Flags
--uncovered
 -u
falseoutput intervals that fail the coverage threshold instead
Advanced Inputs
--activeRegionIn
 -AR
NAUse this interval list file as the active regions to process
Advanced Parameters
--activeProbabilityThreshold
 -ActProbThresh
0.002Threshold for the probability of a profile state being active.
--activeRegionExtension
NAThe active region extension; if not provided defaults to Walker annotated default
--activeRegionMaxSize
NAThe active region maximum size; if not provided defaults to Walker annotated default
--bandPassSigma
NAThe sigma of the band pass filter Gaussian kernel; if not provided defaults to Walker annotated default
--maxReadsInMemoryPerSample
30000Maximum reads per sample given to traversal map() function
--maxTotalReadsInMemory
10000000Maximum total reads given to traversal map() function
Advanced Flags
--forceActive
falseIf provided, all bases will be tagged as active


Share your experience or ask a question