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 |
File |
INPUT |
String |
OUTPUT |
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 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(String[] args) |
void |
setProgramsToRun(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 List<CollectMultipleMetrics.Program> PROGRAM
public static void main(String[] args)
protected String[] customCommandLineValidation()
CommandLineProgram
customCommandLineValidation
in class CommandLineProgram
public void setProgramsToRun(List<CollectMultipleMetrics.ProgramInterface> programsToRun)
public int doWork()
CommandLineProgram
doWork
in class CommandLineProgram