public class CollectTargetedPcrMetrics extends CollectTargetedMetrics<TargetedPcrMetrics,TargetedPcrMetricsCollector>
Modifier and Type | Field | 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 | Description |
---|---|
CollectTargetedPcrMetrics() |
Modifier and Type | Method | Description |
---|---|---|
protected htsjdk.samtools.util.IntervalList |
getProbeIntervals() |
|
protected String |
getProbeSetName() |
|
static void |
main(String[] argv) |
Stock main method.
|
protected TargetedPcrMetricsCollector |
makeCollector(Set<MetricAccumulationLevel> accumulationLevels,
List<htsjdk.samtools.SAMReadGroupRecord> samRgRecords,
htsjdk.samtools.reference.ReferenceSequenceFile refFile,
File perTargetCoverage,
File perBaseCoverage,
htsjdk.samtools.util.IntervalList targetIntervals,
htsjdk.samtools.util.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 htsjdk.samtools.util.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<htsjdk.samtools.SAMReadGroupRecord> samRgRecords, htsjdk.samtools.reference.ReferenceSequenceFile refFile, File perTargetCoverage, File perBaseCoverage, htsjdk.samtools.util.IntervalList targetIntervals, htsjdk.samtools.util.IntervalList probeIntervals, String probeSetName, int nearProbeDistance)
CollectTargetedMetrics
makeCollector
in class CollectTargetedMetrics<TargetedPcrMetrics,TargetedPcrMetricsCollector>