annotate onto-toolkit/INSTALL @ 1:d2d26d330236

v 0.2: tools added for OPPL-galaxy
author easr
date Wed, 11 Apr 2012 10:33:41 +0200
parents 4484575e4186
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
1 INSTALL
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
2 =======
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
3
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
4 ONTO-Toolkit requires:
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
5
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
6 1. Galaxy (latest version recommended):
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
7
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
8 http://main.g2.bx.psu.edu/
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
9
1
d2d26d330236 v 0.2: tools added for OPPL-galaxy
easr
parents: 0
diff changeset
10 2. ONTO-PERL (version >= 1.37):
0
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
11
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
12 http://search.cpan.org/dist/ONTO-PERL/
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
13
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
14 After installing the required software:
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
15
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
16 1. Copy the '/ontology/*.xml' to '$GALAXY_HOME/tools/'
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
17
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
18 2. Copy the test data file 'pre_cco_core.obo' to '$GALAXY_HOME/test-data/'
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
19
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
20 3. Adapt your 'tool_conf.xml' file by adding the 'ONTO-ToolKit' section:
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
21
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
22 <section name="OBO Ontology manipulation" id="ONTO-ToolKit">
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
23 <tool file="ontology/get_ancestor_terms.xml"/>
1
d2d26d330236 v 0.2: tools added for OPPL-galaxy
easr
parents: 0
diff changeset
24 <tool file="ontology/get_child_terms.xml"/>
0
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
25 <tool file="ontology/get_descendent_terms.xml"/>
1
d2d26d330236 v 0.2: tools added for OPPL-galaxy
easr
parents: 0
diff changeset
26 <tool file="ontology/get_intersection_ontology_from.xml"/>
d2d26d330236 v 0.2: tools added for OPPL-galaxy
easr
parents: 0
diff changeset
27 <tool file="ontology/get_list_intersection_from.xml"/>
d2d26d330236 v 0.2: tools added for OPPL-galaxy
easr
parents: 0
diff changeset
28 <tool file="ontology/get_parent_terms_by_relationship_type.xml"/>
d2d26d330236 v 0.2: tools added for OPPL-galaxy
easr
parents: 0
diff changeset
29 <tool file="ontology/get_parent_terms.xml"/>
d2d26d330236 v 0.2: tools added for OPPL-galaxy
easr
parents: 0
diff changeset
30 <tool file="ontology/get_relationship_types.xml"/>
d2d26d330236 v 0.2: tools added for OPPL-galaxy
easr
parents: 0
diff changeset
31 <tool file="ontology/get_subontology_from.xml"/>
d2d26d330236 v 0.2: tools added for OPPL-galaxy
easr
parents: 0
diff changeset
32 <tool file="ontology/get_terms_by_relationship_type.xml"/>
d2d26d330236 v 0.2: tools added for OPPL-galaxy
easr
parents: 0
diff changeset
33 <tool file="ontology/obo2owl.xml" />
d2d26d330236 v 0.2: tools added for OPPL-galaxy
easr
parents: 0
diff changeset
34 <tool file="ontology/obo2rdf.xml" />
d2d26d330236 v 0.2: tools added for OPPL-galaxy
easr
parents: 0
diff changeset
35 <tool file="ontology/obo2tran.xml" />
0
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
36 <tool file="ontology/term_id_vs_term_def.xml"/>
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
37 <tool file="ontology/term_id_vs_term_name.xml"/>
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
38 </section>
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
39
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
40 4. Restart your Galaxy instance.
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
41
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
42 Bugs/comments/questions/etc
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
43 ===========================
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
44
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
45 ONTO-Toolkit is regularly updated, please report any bugs or
4484575e4186 Migrated tool version 0.1 from old tool shed archive to new tool shed repository
erick-antezana
parents:
diff changeset
46 send your comments to erick.antezana -@- gmail.com