public class LiftOverHaplotypeMap extends CommandLineProgram
Modifier and Type | Field and Description |
---|---|
java.io.File |
CHAIN |
java.io.File |
INPUT |
static int |
LIFTOVER_FAILED_FOR_ONE_OR_MORE_SNPS |
java.io.File |
OUTPUT |
java.io.File |
SEQUENCE_DICTIONARY |
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 |
---|
LiftOverHaplotypeMap() |
Modifier and Type | Method and Description |
---|---|
protected int |
doWork()
Do the work after command line has been parsed.
|
checkRInstallation, customCommandLineValidation, getCommandLine, getCommandLineParser, getCommandLineParserForArgs, getDefaultHeaders, getFaqLink, getMetricsFile, getPGRecord, getStandardUsagePreamble, getStandardUsagePreamble, getVersion, hasWebDocumentation, instanceMain, instanceMainWithExit, makeReferenceArgumentCollection, parseArgs, requiresReference, setDefaultHeaders, useLegacyParser
@Argument(doc="Haplotype database to be lifted over.", shortName="I") public java.io.File INPUT
@Argument(doc="Where to write lifted-over haplotype database.", shortName="O") public java.io.File OUTPUT
@Argument(doc="Sequence dictionary to write into the output haplotype database. (Any file from which a dictionary is extractable.)", shortName="SD") public java.io.File SEQUENCE_DICTIONARY
@Argument(doc="Chain file that guides LiftOver. (UCSC format)") public java.io.File CHAIN
public static final int LIFTOVER_FAILED_FOR_ONE_OR_MORE_SNPS
protected int doWork()
CommandLineProgram
doWork
in class CommandLineProgram