public class AddOrReplaceReadGroups extends CommandLineProgram
Modifier and Type | Field and Description |
---|---|
String |
INPUT |
File |
OUTPUT |
String |
RGCN |
String |
RGDS |
Iso8601Date |
RGDT |
String |
RGID |
String |
RGLB |
String |
RGPG |
Integer |
RGPI |
String |
RGPL |
String |
RGPM |
String |
RGPU |
String |
RGSM |
SAMFileHeader.SortOrder |
SORT_ORDER |
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 |
---|
AddOrReplaceReadGroups() |
Modifier and Type | Method and Description |
---|---|
protected int |
doWork()
Do the work after command line has been parsed.
|
static void |
main(String[] argv)
Required main method implementation.
|
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getNestedOptions, getNestedOptionsForHelp, getStandardUsagePreamble, getVersion, instanceMain, instanceMainWithExit, parseArgs, setDefaultHeaders
@Option(shortName="SO", optional=true, doc="Optional sort order to output in. If not supplied OUTPUT is in the same order as INPUT.") public SAMFileHeader.SortOrder SORT_ORDER
@Option(shortName="CN", doc="Read Group sequencing center name", optional=true) public String RGCN
@Option(shortName="DT", doc="Read Group run date", optional=true) public Iso8601Date RGDT
@Option(shortName="PI", doc="Read Group predicted insert size", optional=true) public Integer RGPI
public static void main(String[] argv)
protected int doWork()
CommandLineProgram
doWork
in class CommandLineProgram