public class ConvertSequencingArtifactToOxoG extends CommandLineProgram
| Modifier and Type | Field and Description |
|---|---|
java.io.File |
INPUT_BASE |
java.io.File |
OUTPUT_BASE |
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 |
|---|
ConvertSequencingArtifactToOxoG() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
doWork()
Do the work after command line has been parsed.
|
static void |
main(java.lang.String[] args) |
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getNestedOptions, getNestedOptionsForHelp, getStandardUsagePreamble, getVersion, instanceMain, instanceMainWithExit, parseArgs, setDefaultHeaders@Option(shortName="I", doc="Basename of the input artifact metrics file (output by CollectSequencingArtifactMetrics)") public java.io.File INPUT_BASE
public static void main(java.lang.String[] args)
protected int doWork()
CommandLineProgramdoWork in class CommandLineProgram