diff onto-toolkit/INSTALL @ 0:4484575e4186

Migrated tool version 0.1 from old tool shed archive to new tool shed repository
author erick-antezana
date Tue, 07 Jun 2011 17:51:45 -0400
parents
children d2d26d330236
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/onto-toolkit/INSTALL	Tue Jun 07 17:51:45 2011 -0400
@@ -0,0 +1,41 @@
+INSTALL
+=======
+
+ONTO-Toolkit requires:
+
+1. Galaxy (latest version recommended):
+
+	http://main.g2.bx.psu.edu/
+
+2. ONTO-PERL (version >= 1.18):
+
+	http://search.cpan.org/dist/ONTO-PERL/
+	
+After installing the required software:
+
+1. Copy the '/ontology/*.xml' to '$GALAXY_HOME/tools/'
+
+2. Copy the test data file 'pre_cco_core.obo' to '$GALAXY_HOME/test-data/'
+
+3. Adapt your 'tool_conf.xml' file by adding the 'ONTO-ToolKit' section:
+
+  <section name="OBO Ontology manipulation" id="ONTO-ToolKit">
+    <tool file="ontology/get_ancestor_terms.xml"/>
+    <tool file="ontology/get_parent_terms.xml"/>
+    <tool file="ontology/get_descendent_terms.xml"/>
+    <tool file="ontology/get_child_terms.xml"/>
+    <tool file="ontology/term_id_vs_term_def.xml"/>
+    <tool file="ontology/term_id_vs_term_name.xml"/>
+    <tool file="ontology/get_relationship_types.xml"/>
+    <tool file="ontology/obo2rdf.xml" />
+    <tool file="ontology/obo2tran.xml" />
+    <tool file="ontology/obo2owl.xml" />
+  </section>
+
+4. Restart your Galaxy instance.
+
+Bugs/comments/questions/etc
+===========================
+
+ONTO-Toolkit is regularly updated, please report any bugs or 
+send your comments to erick.antezana -@- gmail.com
\ No newline at end of file