public class FilterSamReads extends CommandLineProgram
| Modifier and Type | Field and Description |
|---|---|
picard.sam.FilterSamReads.Filter |
FILTER |
java.io.File |
INPUT |
java.io.File |
OUTPUT |
java.io.File |
READ_LIST_FILE |
htsjdk.samtools.SAMFileHeader.SortOrder |
SORT_ORDER |
boolean |
WRITE_READS_FILES |
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 |
|---|
FilterSamReads() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
customCommandLineValidation()
Put any custom command-line validation in an override of this method.
|
protected int |
doWork()
Do the work after command line has been parsed.
|
static void |
main(java.lang.String[] args)
Stock main method.
|
getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getNestedOptions, getNestedOptionsForHelp, getStandardUsagePreamble, getVersion, instanceMain, instanceMainWithExit, parseArgs, setDefaultHeaders@Option(doc="The SAM or BAM file that will be filtered.", optional=false, shortName="I") public java.io.File INPUT
@Option(doc="Read List File containing reads that will be included or excluded from the OUTPUT SAM or BAM file.", optional=true, shortName="RLF") public java.io.File READ_LIST_FILE
@Option(doc="SortOrder of the OUTPUT SAM or BAM file, otherwise use the SortOrder of the INPUT file.", optional=true, shortName="SO") public htsjdk.samtools.SAMFileHeader.SortOrder SORT_ORDER
@Option(doc="Create .reads files (for debugging purposes)", optional=true) public boolean WRITE_READS_FILES
protected int doWork()
CommandLineProgramdoWork in class CommandLineProgramprotected java.lang.String[] customCommandLineValidation()
CommandLineProgramcustomCommandLineValidation in class CommandLineProgrampublic static void main(java.lang.String[] args)
args - main arguments