Package org.snpeff.snpEffect.commandLine
Class SnpEffCmdCds
java.lang.Object
org.snpeff.SnpEff
org.snpeff.snpEffect.commandLine.SnpEffCmdCds
- All Implemented Interfaces:
CommandLine
Command line: Calculate coding sequences from a file and compare them to the ones calculated from our data structures
Note: This is done in order to see potential incompatibility errors between genome sequence and annotation.
- Author:
- pcingola
-
Nested Class Summary
Nested classes/interfaces inherited from class org.snpeff.SnpEff
SnpEff.GeneDatabaseFormat, SnpEff.InputFormat, SnpEff.OutputFormat -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic doublestatic booleanFields inherited from class org.snpeff.SnpEff
args, BUILD, BUILD_DATE, canonical, canonicalFile, command, COMMAND_LINE_WIDTH, config, configFile, configOverride, customIntervalFiles, dataDir, debug, DEFAULT_COMMAND, download, expandIub, filterIntervalFiles, genome, genomeVer, help, hgvs, hgvsForce, hgvsOld, hgvsOneLetterAa, hgvsShift, hgvsTrId, interaction, log, maxTranscriptSupportLevel, motif, multiThreaded, nextProt, nextProtKeepAllTrs, noGenome, numWorkers, onlyProtein, onlyRegulation, onlyTranscriptsFile, output, quiet, regulationTracks, REVISION, saveOutput, shiftArgs, snpEffCmd, SOFTWARE_NAME, spliceRegionExonSize, spliceRegionIntronMax, spliceRegionIntronMin, spliceSiteSize, strict, suppressOutput, treatAllAsProteinCoding, upDownStreamLength, verbose, VERSION, VERSION_AUTHOR, VERSION_BUILD, VERSION_MAJOR, VERSION_SHORT -
Constructor Summary
ConstructorsConstructorDescriptionSnpEffCmdCds(String genomeVer, String configFile, String cdsFile) SnpEffCmdCds(Config config) -
Method Summary
Modifier and TypeMethodDescriptionvoidParse command line argumentsbooleanrun()Run commandvoidsetCheckNumOk(boolean checkNumOk) voidsetMaxErrorRate(double maxErrorRate) voidsetStoreAlignments(boolean storeAlignments) voidShow usage and exitMethods inherited from class org.snpeff.SnpEff
addRegulationTrack, canonical, cmd, commandLineStr, getArgs, getConfig, getConfigFile, getOutput, isOpt, load, loadConfig, loadCustomFile, loadDb, loadMarkers, main, reportValues, run, setCanonical, setConfig, setConfigFile, setDebug, setGenomeVer, setLog, setNextProt, setNextProtKeepAllTrs, setShiftHgvs, setSpliceSiteSize, setSupressOutput, setUpDownStreamLength, setVerbose, usageDb, usageGeneric, usageGenericAndDb
-
Field Details
-
onlyOneError
public static boolean onlyOneError -
MAX_ERROR_RATE
public static double MAX_ERROR_RATE -
MAX_ALIGN_LENGTH
public static int MAX_ALIGN_LENGTH
-
-
Constructor Details
-
SnpEffCmdCds
public SnpEffCmdCds() -
SnpEffCmdCds
-
SnpEffCmdCds
-
-
Method Details
-
parseArgs
Parse command line arguments- Specified by:
parseArgsin interfaceCommandLine- Overrides:
parseArgsin classSnpEff
-
run
public boolean run()Run command- Specified by:
runin interfaceCommandLine- Overrides:
runin classSnpEff
-
setCheckNumOk
public void setCheckNumOk(boolean checkNumOk) -
setMaxErrorRate
public void setMaxErrorRate(double maxErrorRate) -
setStoreAlignments
public void setStoreAlignments(boolean storeAlignments) -
usage
Show usage and exit- Specified by:
usagein interfaceCommandLine- Overrides:
usagein classSnpEff
-