@DocumentedFeature public class ExtractSequences extends CommandLineProgram
Modifier and Type | Field and Description |
---|---|
java.io.File |
INTERVAL_LIST |
int |
LINE_LENGTH |
java.io.File |
OUTPUT |
COMPRESSION_LEVEL, CREATE_INDEX, CREATE_MD5_FILE, GA4GH_CLIENT_SECRETS, MAX_ALLOWABLE_ONE_LINE_SUMMARY_LENGTH, MAX_RECORDS_IN_RAM, QUIET, REFERENCE_SEQUENCE, referenceSequence, specialArgumentsCollection, TMP_DIR, USE_JDK_DEFLATER, USE_JDK_INFLATER, VALIDATION_STRINGENCY, VERBOSITY
Constructor and Description |
---|
ExtractSequences() |
Modifier and Type | Method and Description |
---|---|
protected int |
doWork()
Do the work after command line has been parsed.
|
protected boolean |
requiresReference() |
customCommandLineValidation, getCommandLine, getCommandLineParser, getCommandLineParser, getDefaultHeaders, getFaqLink, getMetricsFile, getStandardUsagePreamble, getStandardUsagePreamble, getVersion, hasWebDocumentation, instanceMain, instanceMainWithExit, makeReferenceArgumentCollection, parseArgs, setDefaultHeaders, useLegacyParser
@Argument(doc="Interval list describing intervals to be extracted from the reference sequence.") public java.io.File INTERVAL_LIST
@Argument(shortName="O", doc="Output FASTA file.") public java.io.File OUTPUT
@Argument(doc="Maximum line length for sequence data.") public int LINE_LENGTH
protected boolean requiresReference()
requiresReference
in class CommandLineProgram
protected int doWork()
CommandLineProgram
doWork
in class CommandLineProgram