org.obolibrary.cli
Class OBODiffRunner

java.lang.Object
  extended by org.obolibrary.cli.OBODiffRunner

public class OBODiffRunner
extends Object

command line access to obo2owl


Constructor Summary
OBODiffRunner()
           
 
Method Summary
protected static void buildAllOboOwlFiles(String dir, OBORunnerConfiguration config, org.apache.log4j.Logger logger)
          makes OWL from all selected ontologies.
static void main(String[] args)
           
protected static void runConversion(OBORunnerConfiguration config, org.apache.log4j.Logger logger)
           
static void showMemory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OBODiffRunner

public OBODiffRunner()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

runConversion

protected static void runConversion(OBORunnerConfiguration config,
                                    org.apache.log4j.Logger logger)
                             throws Exception
Throws:
Exception

showMemory

public static void showMemory()

buildAllOboOwlFiles

protected static void buildAllOboOwlFiles(String dir,
                                          OBORunnerConfiguration config,
                                          org.apache.log4j.Logger logger)
                                   throws IOException
makes OWL from all selected ontologies. These are downloaded from the OBO metadata file

Parameters:
dir -
config -
logger -
Throws:
IOException


Copyright © 2010-2014. All Rights Reserved.