public final class Intersect extends QueryFileProgram
Modifier and Type | Field and Description |
---|---|
boolean |
isRemoveComment |
int |
outModeValue |
OutputArgumentCollection |
outputArguments |
inputArguments, runArguments
dbArguments
islog, USE_JDK_INFLATER
help
Constructor and Description |
---|
Intersect() |
Modifier and Type | Method and Description |
---|---|
protected int |
doWork() |
getFormat, getQueryFilePath
onShutdown, onStartup
customCommandLineValidation, getCommandLineParser, getUsage, getVersion, instanceMain, parseArgs, runTool
@ArgumentCollection public final OutputArgumentCollection outputArguments
@Argument(shortName="RC", fullName="is-remove-comment", optional=true, doc="A flag to determine whether or not to remove the comment lines(start with \'@\') in the output file. Note that the comment lines are required for the VarNote Annotation program.") public boolean isRemoveComment
@Argument(shortName="OM", fullName="out-mode", optional=true, doc="Output recording mode (default 2). 0 for \"only output query records\"; 1 for \"only output matched database records\"; 2 for \"output both query records and matched database records\"") public int outModeValue
protected int doWork()
doWork
in class CMDProgram