Package org.snpsift
Class SnpSiftCmdPhastCons
- java.lang.Object
-
- org.snpsift.SnpSift
-
- org.snpsift.SnpSiftCmdPhastCons
-
- All Implemented Interfaces:
org.snpeff.snpEffect.commandLine.CommandLine,org.snpeff.snpEffect.VcfAnnotator
public class SnpSiftCmdPhastCons extends SnpSift
Annotate using PhastCons score files- Author:
- pcingola
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIXED_STEP_FIELDstatic intSHOW_EVERYstatic java.lang.StringSTART_FIELDstatic java.lang.StringVCF_INFO_PHASTCONS_FIELD-
Fields inherited from class org.snpsift.SnpSift
args, BUILD, command, config, configFile, dataDir, dbFileName, dbTabix, dbType, debug, download, EMPTY_ARGS, errCount, genomeVersion, help, log, needsConfig, needsDb, needsGenome, numWorkers, output, quiet, REVISION, saveOutput, shiftArgs, SHOW_EVERY_VCFLINES, showVcfHeader, showVersion, SOFTWARE_NAME, suppressOutput, vcfHeaderAddProgramVersion, vcfHeaderProcessed, vcfInputFile, verbose, VERSION, VERSION_MAJOR, VERSION_NO_NAME, VERSION_SHORT
-
-
Constructor Summary
Constructors Constructor Description SnpSiftCmdPhastCons()SnpSiftCmdPhastCons(java.lang.String[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()Initialize default valuesvoidparseArgs(java.lang.String[] args)Parse command line argumentsbooleanrun()Runjava.util.List<org.snpeff.vcf.VcfEntry>run(boolean createList)Run annotationsvoidusage(java.lang.String msg)Show usage message-
Methods inherited from class org.snpsift.SnpSift
addHeaders, annotate, annotateFinish, annotateInit, cmd, commandLineStr, databaseDownload, databaseFind, error, getArgs, getConfig, getConfigFile, getOutput, headers, isOpt, loadConfig, main, openVcfInputFile, processVcfHeader, setCommand, setCommand, setConfig, setConfigFile, setDbFileName, setDebug, setQuiet, setSaveOutput, setShowVcfHeader, setShowVersion, setSuppressOutput, setVcfHeaderAddProgramVersion, setVerbose, showCmd, showVersion, unSanitize, usageGenericAndDb
-
-
-
-
Field Detail
-
START_FIELD
public static final java.lang.String START_FIELD
- See Also:
- Constant Field Values
-
FIXED_STEP_FIELD
public static final java.lang.String FIXED_STEP_FIELD
- See Also:
- Constant Field Values
-
VCF_INFO_PHASTCONS_FIELD
public static final java.lang.String VCF_INFO_PHASTCONS_FIELD
- See Also:
- Constant Field Values
-
SHOW_EVERY
public static final int SHOW_EVERY
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init()
Description copied from class:SnpSiftInitialize default values
-
parseArgs
public void parseArgs(java.lang.String[] args)
Description copied from class:SnpSiftParse command line arguments
-
run
public boolean run()
Run
-
run
public java.util.List<org.snpeff.vcf.VcfEntry> run(boolean createList)
Run annotations- Parameters:
createList- : If true, create a list of VcfEntries (used for test cases)- Returns:
-
-