public class CalculateReadGroupChecksum extends CommandLineProgram
| Modifier and Type | Field and Description |
|---|---|
java.io.File |
INPUT |
java.io.File |
OUTPUT |
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 |
|---|
CalculateReadGroupChecksum() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
doWork()
Do the work after command line has been parsed.
|
static java.lang.String |
getOutputFileName(java.io.File inputFile)
Creates a file name (not including the path) for an RG MD5 file based on the name of the input file.
|
static void |
main(java.lang.String[] args) |
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getNestedOptions, getNestedOptionsForHelp, getStandardUsagePreamble, getVersion, instanceMain, instanceMainWithExit, parseArgs, setDefaultHeaderspublic static void main(java.lang.String[] args)
public static java.lang.String getOutputFileName(java.io.File inputFile)
protected int doWork()
CommandLineProgramdoWork in class CommandLineProgram