public class CollectTargetedPcrMetrics extends CollectTargetedMetrics<TargetedPcrMetrics,TargetedPcrMetricsCollector>
Modifier and Type | Field and Description |
---|---|
File |
AMPLICON_INTERVALS |
String |
CUSTOM_AMPLICON_SET_NAME |
CLIP_OVERLAPPING_READS, COVERAGE_CAP, INPUT, METRIC_ACCUMULATION_LEVEL, MINIMUM_BASE_QUALITY, MINIMUM_MAPPING_QUALITY, NEAR_DISTANCE, OUTPUT, PER_BASE_COVERAGE, PER_TARGET_COVERAGE, SAMPLE_SIZE, TARGET_INTERVALS
COMPRESSION_LEVEL, CREATE_INDEX, CREATE_MD5_FILE, GA4GH_CLIENT_SECRETS, MAX_RECORDS_IN_RAM, QUIET, REFERENCE_SEQUENCE, TMP_DIR, VALIDATION_STRINGENCY, VERBOSITY
Constructor and Description |
---|
CollectTargetedPcrMetrics() |
Modifier and Type | Method and Description |
---|---|
protected IntervalList |
getProbeIntervals() |
protected String |
getProbeSetName() |
static void |
main(String[] argv)
Stock main method.
|
protected TargetedPcrMetricsCollector |
makeCollector(Set<MetricAccumulationLevel> accumulationLevels,
List<SAMReadGroupRecord> samRgRecords,
ReferenceSequenceFile refFile,
File perTargetCoverage,
File perBaseCoverage,
IntervalList targetIntervals,
IntervalList probeIntervals,
String probeSetName,
int nearProbeDistance)
A factory method for the TargetMetricsCollector to use this time.
|
customCommandLineValidation, doWork
getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getNestedOptions, getNestedOptionsForHelp, getStandardUsagePreamble, getVersion, instanceMain, instanceMainWithExit, parseArgs, setDefaultHeaders
@Option(shortName="AI", doc="An interval list file that contains the locations of the baits used.") public File AMPLICON_INTERVALS
protected IntervalList getProbeIntervals()
getProbeIntervals
in class CollectTargetedMetrics<TargetedPcrMetrics,TargetedPcrMetricsCollector>
protected String getProbeSetName()
getProbeSetName
in class CollectTargetedMetrics<TargetedPcrMetrics,TargetedPcrMetricsCollector>
public static void main(String[] argv)
protected TargetedPcrMetricsCollector makeCollector(Set<MetricAccumulationLevel> accumulationLevels, List<SAMReadGroupRecord> samRgRecords, ReferenceSequenceFile refFile, File perTargetCoverage, File perBaseCoverage, IntervalList targetIntervals, IntervalList probeIntervals, String probeSetName, int nearProbeDistance)
CollectTargetedMetrics
makeCollector
in class CollectTargetedMetrics<TargetedPcrMetrics,TargetedPcrMetricsCollector>