org.obolibrary.examples
Class ExportLabelsAsOWL

java.lang.Object
  extended by org.obolibrary.examples.ExportLabelsAsOWL

public class ExportLabelsAsOWL
extends Object

Saves an OWL ontology consisting only of labels argument 1: a file path to an input obo file argument 2: a file path to an output owl file Example: java org.obolibrary.examples.ExportLabelsAsOWL human-phenotype-ontology.obo labels.owl


Constructor Summary
ExportLabelsAsOWL()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportLabelsAsOWL

public ExportLabelsAsOWL()
Method Detail

main

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


Copyright © 2010-2013. All Rights Reserved.