@DocumentedFeature public class SplitSamByLibrary extends CommandLineProgram
| Modifier and Type | Field and Description |
|---|---|
java.io.File |
INPUT |
static int |
NO_LIBRARIES_SPECIFIED_IN_HEADER |
java.io.File |
OUTPUT |
COMPRESSION_LEVEL, CREATE_INDEX, CREATE_MD5_FILE, GA4GH_CLIENT_SECRETS, MAX_RECORDS_IN_RAM, QUIET, REFERENCE_SEQUENCE, referenceSequence, specialArgumentsCollection, TMP_DIR, USE_JDK_DEFLATER, USE_JDK_INFLATER, VALIDATION_STRINGENCY, VERBOSITY| Constructor and Description |
|---|
SplitSamByLibrary() |
| 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, getFaqLink, getMetricsFile, getStandardUsagePreamble, getStandardUsagePreamble, getVersion, hasWebDocumentation, instanceMain, instanceMainWithExit, makeReferenceArgumentCollection, parseArgs, requiresReference, setDefaultHeaders, useLegacyParser@Argument(shortName="I",
doc="The SAM or BAM file to be split. ")
public java.io.File INPUT
@Argument(shortName="O",
doc="The directory where the library SAM or BAM files should be written (defaults to the current directory). ",
optional=true)
public java.io.File OUTPUT
public static final int NO_LIBRARIES_SPECIFIED_IN_HEADER
public static void main(java.lang.String[] args)
protected int doWork()
CommandLineProgramdoWork in class CommandLineProgram