public class CollectWgsMetrics extends CommandLineProgram
Modifier and Type | Class and Description |
---|---|
static class |
CollectWgsMetrics.WgsMetrics
Metrics for evaluating the performance of whole genome sequencing experiments.
|
Modifier and Type | Field and Description |
---|---|
int |
COVERAGE_CAP |
boolean |
INCLUDE_BQ_HISTOGRAM |
File |
INPUT |
int |
MINIMUM_BASE_QUALITY |
int |
MINIMUM_MAPPING_QUALITY |
File |
OUTPUT |
File |
REFERENCE_SEQUENCE |
long |
STOP_AFTER |
COMPRESSION_LEVEL, CREATE_INDEX, CREATE_MD5_FILE, GA4GH_CLIENT_SECRETS, MAX_RECORDS_IN_RAM, QUIET, TMP_DIR, VALIDATION_STRINGENCY, VERBOSITY
Constructor and Description |
---|
CollectWgsMetrics() |
Modifier and Type | Method and Description |
---|---|
protected int |
doWork()
Do the work after command line has been parsed.
|
protected CollectWgsMetrics.WgsMetrics |
generateWgsMetrics() |
static void |
main(String[] args) |
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getNestedOptions, getNestedOptionsForHelp, getStandardUsagePreamble, getVersion, instanceMain, instanceMainWithExit, parseArgs, setDefaultHeaders
@Option(shortName="R", doc="The reference sequence fasta aligned to.") public File REFERENCE_SEQUENCE
@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(shortName="CAP", doc="Treat bases with coverage exceeding this value as if they had coverage at this value.", overridable=true) public int COVERAGE_CAP
@Option(doc="For debugging purposes, stop after processing this many genomic bases.") public long STOP_AFTER
public static void main(String[] args)
protected int doWork()
CommandLineProgram
doWork
in class CommandLineProgram
protected CollectWgsMetrics.WgsMetrics generateWgsMetrics()