Mercurial > repos > mikel-egana-aranguren > ncbo_services
annotate NCBO_services/README @ 19:4cd75b0d77af
get ontology view tool added
author | Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu> |
---|---|
date | Wed, 18 Jan 2012 17:59:05 +0100 |
parents | 0078fe4c89e3 |
children | 1910c878378c |
rev | line source |
---|---|
0 | 1 |
2 | |
3 | |
4 ============= | |
5 NCBO Services | |
6 ============= | |
7 | |
8 | |
9 | |
10 INSTALLATION | |
11 ============ | |
12 | |
13 1.- Stop Galaxy. | |
14 | |
16
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
15 2.- Copy the .jar files to /galaxy-dist/tool-data/shared/jars/ |
0 | 16 |
17 3.- Create directory /galaxy-dist/tools/NCBO_services/ | |
18 | |
16
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
19 4.- Copy the .xml files to /galaxy-dist/tools/NCBO_services/ |
0 | 20 |
21 5.- Add the following lines to /galaxy-dist/tool_conf.xml: | |
22 | |
23 <section name="NCBO services" id="NCBO_services"> | |
24 <tool file="NCBO_services/get_ontology.xml"/> | |
18
0078fe4c89e3
get_ontology interface improved, extract tool added
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
16
diff
changeset
|
25 <tool file="NCBO_services/extract.xml"/> |
19
4cd75b0d77af
get ontology view tool added
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
18
diff
changeset
|
26 <tool file="NCBO_services/get_ontology_view.xml"/> |
16
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
27 <tool file="NCBO_services/ncbo_annotator.xml"/> |
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
28 <tool file="NCBO_services/ncbo_annotator.xml"/> |
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
29 <tool file="NCBO_services/ncbo_recommender.xml"/> |
0 | 30 </section> |
31 | |
32 6.- Start Galaxy. | |
33 | |
34 | |
35 | |
36 USAGE | |
37 ===== | |
38 | |
16
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
39 Each tool has a different functionality, but all of them need a |
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
40 bioportal API key. The API key can be obtained by creating an account at |
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
41 bioportal (http://bioportal.bioontology.org/). |
0 | 42 |
43 | |
44 | |
45 CONTACT | |
46 ======= | |
47 | |
16
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
48 Please send any request or comment to mikel.egana.aranguren@gmail.com or |
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
49 jose.minya@gmail.com. |
0 | 50 |
51 | |
52 | |
53 | |
54 | |
55 | |
56 | |
57 | |
58 | |
16
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
59 |
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
60 |
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
61 |
d3d6bdbcf3ea
get_ontology jars included for simpler installation and README updated with installation information for new tools
Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu>
parents:
0
diff
changeset
|
62 |