Class SnpEffCmdPdb

java.lang.Object
org.snpeff.SnpEff
org.snpeff.snpEffect.commandLine.SnpEffCmdPdb
All Implemented Interfaces:
CommandLine

public class SnpEffCmdPdb extends SnpEff
PDB distance analysis

References: http://biojava.org/wiki/BioJava:CookBook:PDB:read

Author:
pcingola
  • Constructor Details

    • SnpEffCmdPdb

      public SnpEffCmdPdb()
  • Method Details

    • getDistanceResults

      public List<DistanceResult> getDistanceResults()
      Get distance results. This method is used to implement test cases
    • initialize

      public void initialize()
      Initialize SnpEff. Load all data
    • parseArgs

      public void parseArgs(String[] args)
      Parse command line arguments
      Specified by:
      parseArgs in interface CommandLine
      Overrides:
      parseArgs in class SnpEff
    • run

      public boolean run()
      Description copied from class: SnpEff
      Run according to command line options
      Specified by:
      run in interface CommandLine
      Overrides:
      run in class SnpEff
    • run

      public boolean run(boolean storeResults)
    • usage

      public void usage(String message)
      Show 'usage;' message and exit with an error code '-1'
      Specified by:
      usage in interface CommandLine
      Overrides:
      usage in class SnpEff