public class CollectMultipleMetrics extends CommandLineProgram
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectMultipleMetrics.Program |
static interface |
CollectMultipleMetrics.ProgramInterface
This interface allows developers to create Programs to run in addition to the ones defined in the Program enum.
|
| Modifier and Type | Field and Description |
|---|---|
boolean |
ASSUME_SORTED |
java.io.File |
INPUT |
java.lang.String |
OUTPUT |
java.util.List<CollectMultipleMetrics.Program> |
PROGRAM |
int |
STOP_AFTER |
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 |
|---|
CollectMultipleMetrics() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
customCommandLineValidation()
Put any custom command-line validation in an override of this method.
|
int |
doWork()
Do the work after command line has been parsed.
|
static void |
main(java.lang.String[] args) |
void |
setProgramsToRun(java.util.List<CollectMultipleMetrics.ProgramInterface> programsToRun)
Use this method when invoking CollectMultipleMetrics programmatically to run programs other than the ones
available via enum.
|
getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getNestedOptions, getNestedOptionsForHelp, getStandardUsagePreamble, getVersion, instanceMain, instanceMainWithExit, parseArgs, setDefaultHeaders@Option(doc="If true (default), then the sort order in the header file will be ignored.", shortName="AS") public boolean ASSUME_SORTED
@Option(doc="Stop after processing N reads, mainly for debugging.") public int STOP_AFTER
@Option(doc="List of metrics programs to apply during the pass through the SAM file.") public java.util.List<CollectMultipleMetrics.Program> PROGRAM
public static void main(java.lang.String[] args)
protected java.lang.String[] customCommandLineValidation()
CommandLineProgramcustomCommandLineValidation in class CommandLineProgrampublic void setProgramsToRun(java.util.List<CollectMultipleMetrics.ProgramInterface> programsToRun)
public int doWork()
CommandLineProgramdoWork in class CommandLineProgram