public class CollectQualityYieldMetrics extends CommandLineProgram
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectQualityYieldMetrics.QualityYieldMetrics
A set of metrics used to describe the general quality of a BAM file
|
| Modifier and Type | Field and Description |
|---|---|
java.io.File |
INPUT |
java.io.File |
OUTPUT |
boolean |
USE_ORIGINAL_QUALITIES |
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 |
|---|
CollectQualityYieldMetrics() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
doWork()
Main method for the program.
|
static void |
main(java.lang.String[] argv)
Stock main method for a command line program.
|
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getNestedOptions, getNestedOptionsForHelp, getStandardUsagePreamble, getVersion, instanceMain, instanceMainWithExit, parseArgs, setDefaultHeaders@Option(shortName="O", doc="The metrics file to write with quality yield metrics.") public java.io.File OUTPUT
public static void main(java.lang.String[] argv)
protected int doWork()
doWork in class CommandLineProgram