public class CollectHsMetrics extends CollectTargetedMetrics<HsMetrics,HsMetricCollector>
Modifier and Type | Field and Description |
---|---|
java.util.List<java.io.File> |
BAIT_INTERVALS |
java.lang.String |
BAIT_SET_NAME |
boolean |
CLIP_OVERLAPPING_READS |
int |
MINIMUM_BASE_QUALITY |
int |
MINIMUM_MAPPING_QUALITY |
COVERAGE_CAP, INPUT, METRIC_ACCUMULATION_LEVEL, 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 |
---|
CollectHsMetrics() |
Modifier and Type | Method and Description |
---|---|
protected htsjdk.samtools.util.IntervalList |
getProbeIntervals() |
protected java.lang.String |
getProbeSetName() |
static void |
main(java.lang.String[] argv)
Stock main method.
|
protected HsMetricCollector |
makeCollector(java.util.Set<MetricAccumulationLevel> accumulationLevels,
java.util.List<htsjdk.samtools.SAMReadGroupRecord> samRgRecords,
htsjdk.samtools.reference.ReferenceSequenceFile refFile,
java.io.File perTargetCoverage,
java.io.File perBaseCoverage,
htsjdk.samtools.util.IntervalList targetIntervals,
htsjdk.samtools.util.IntervalList probeIntervals,
java.lang.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="BI", doc="An interval list file that contains the locations of the baits used.", minElements=1) public java.util.List<java.io.File> BAIT_INTERVALS
@Option(shortName="N", doc="Bait set name. If not provided it is inferred from the filename of the bait intervals.", optional=true) public java.lang.String BAIT_SET_NAME
@Option(shortName="MQ", doc="Minimum mapping quality for a read to contribute coverage.", overridable=true) public int MINIMUM_MAPPING_QUALITY
@Option(shortName="Q", doc="Minimum base quality for a base to contribute coverage.", overridable=true) public int MINIMUM_BASE_QUALITY
@Option(doc="True if we are to clip overlapping reads, false otherwise.", optional=true, overridable=true) public boolean CLIP_OVERLAPPING_READS
protected htsjdk.samtools.util.IntervalList getProbeIntervals()
getProbeIntervals
in class CollectTargetedMetrics<HsMetrics,HsMetricCollector>
protected java.lang.String getProbeSetName()
getProbeSetName
in class CollectTargetedMetrics<HsMetrics,HsMetricCollector>
public static void main(java.lang.String[] argv)
protected HsMetricCollector makeCollector(java.util.Set<MetricAccumulationLevel> accumulationLevels, java.util.List<htsjdk.samtools.SAMReadGroupRecord> samRgRecords, htsjdk.samtools.reference.ReferenceSequenceFile refFile, java.io.File perTargetCoverage, java.io.File perBaseCoverage, htsjdk.samtools.util.IntervalList targetIntervals, htsjdk.samtools.util.IntervalList probeIntervals, java.lang.String probeSetName, int nearProbeDistance)
CollectTargetedMetrics
makeCollector
in class CollectTargetedMetrics<HsMetrics,HsMetricCollector>