@DocumentedFeature public class LiftOverIntervalList extends CommandLineProgram
Modifier and Type | Field and Description |
---|---|
java.io.File |
CHAIN |
java.io.File |
INPUT |
double |
MIN_LIFTOVER_PCT |
java.io.File |
OUTPUT |
java.io.File |
SEQUENCE_DICTIONARY |
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 |
---|
LiftOverIntervalList() |
Modifier and Type | Method and Description |
---|---|
protected int |
doWork()
Do the work after command line has been parsed.
|
static void |
main(java.lang.String[] argv) |
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getFaqLink, getMetricsFile, getStandardUsagePreamble, getStandardUsagePreamble, getVersion, hasWebDocumentation, instanceMain, instanceMainWithExit, makeReferenceArgumentCollection, parseArgs, requiresReference, setDefaultHeaders, useLegacyParser
@Argument(doc="Interval list to be lifted over.", shortName="I") public java.io.File INPUT
@Argument(doc="Where to write lifted-over interval list.", shortName="O") public java.io.File OUTPUT
@Argument(doc="Sequence dictionary to write into the output interval list.", shortName="SD") public java.io.File SEQUENCE_DICTIONARY
@Argument(doc="Chain file that guides LiftOver.") public java.io.File CHAIN
@Argument(doc="Minimum percentage of bases in each input interval that must map to output interval.") public double MIN_LIFTOVER_PCT
public static void main(java.lang.String[] argv)
protected int doWork()
doWork
in class CommandLineProgram