public class CollectWgsMetricsFromSampledSites extends CollectWgsMetrics
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectWgsMetricsFromSampledSites.SampledWgsMetrics |
CollectWgsMetrics.WgsMetrics| Modifier and Type | Field and Description |
|---|---|
java.io.File |
INTERVALS |
COUNT_UNPAIRED, COVERAGE_CAP, INCLUDE_BQ_HISTOGRAM, INPUT, MINIMUM_BASE_QUALITY, MINIMUM_MAPPING_QUALITY, OUTPUT, REFERENCE_SEQUENCE, STOP_AFTERCOMPRESSION_LEVEL, CREATE_INDEX, CREATE_MD5_FILE, GA4GH_CLIENT_SECRETS, MAX_RECORDS_IN_RAM, QUIET, TMP_DIR, VALIDATION_STRINGENCY, VERBOSITY| Constructor and Description |
|---|
CollectWgsMetricsFromSampledSites() |
| Modifier and Type | Method and Description |
|---|---|
protected CollectWgsMetrics.WgsMetrics |
generateWgsMetrics() |
protected long |
getBasesExcludedBy(picard.analysis.CountingFilter filter)
By design we want to count just those bases at the positions we care about, not across the entire read.
|
protected htsjdk.samtools.util.SamLocusIterator |
getLocusIterator(htsjdk.samtools.SamReader in) |
static void |
main(java.lang.String[] args) |
doWorkcustomCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getNestedOptions, getNestedOptionsForHelp, getStandardUsagePreamble, getVersion, instanceMain, instanceMainWithExit, parseArgs, setDefaultHeaderspublic static void main(java.lang.String[] args)
protected htsjdk.samtools.util.SamLocusIterator getLocusIterator(htsjdk.samtools.SamReader in)
getLocusIterator in class CollectWgsMetricsprotected long getBasesExcludedBy(picard.analysis.CountingFilter filter)
getBasesExcludedBy in class CollectWgsMetricsprotected CollectWgsMetrics.WgsMetrics generateWgsMetrics()
generateWgsMetrics in class CollectWgsMetrics