Mercurial > repos > mikel-egana-aranguren > ncbo_services
comparison NCBO_services/README @ 26:354aa87772e0
Uploaded
author | jose-minyarro |
---|---|
date | Mon, 19 Mar 2012 08:25:59 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
25:c324108a12ce | 26:354aa87772e0 |
---|---|
1 | |
2 | |
3 | |
4 ============= | |
5 NCBO Services | |
6 ============= | |
7 | |
8 | |
9 | |
10 INSTALLATION | |
11 ============ | |
12 | |
13 1.- Stop Galaxy. | |
14 | |
15 2.- Copy the .jar files to /galaxy-dist/tool-data/shared/jars/ | |
16 | |
17 3.- Create directory /galaxy-dist/tools/NCBO_services/ | |
18 | |
19 4.- Copy the .xml files to /galaxy-dist/tools/NCBO_services/ | |
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"/> | |
25 <tool file="NCBO_services/extract.xml"/> | |
26 <tool file="NCBO_services/get_ontology_view.xml"/> | |
27 <tool file="NCBO_services/ncbo_annotator.xml"/> | |
28 <tool file="NCBO_services/ncbo_recommender.xml"/> | |
29 <tool file="NCBO_services/ncbo_search.xml"/> | |
30 <tool file="NCBO_services/ncbo_resourceIndex.xml"/> | |
31 </section> | |
32 | |
33 6.- Start Galaxy. | |
34 | |
35 | |
36 | |
37 USAGE | |
38 ===== | |
39 | |
40 Each tool has a different functionality, but all of them need a | |
41 bioportal API key. The API key can be obtained by creating an account at | |
42 bioportal (http://bioportal.bioontology.org/). | |
43 | |
44 | |
45 | |
46 CONTACT | |
47 ======= | |
48 | |
49 Please send any request or comment to mikel.egana.aranguren@gmail.com or | |
50 jose.minya@gmail.com. | |
51 | |
52 | |
53 | |
54 ACKNOWLEDGEMENTS | |
55 ================ | |
56 | |
57 The work on get_ontology, extract and get_ontology_view is funded by the | |
58 Marie Curie Cofund program of the EU, FP7. | |
59 | |
60 | |
61 | |
62 COPYRIGHT AND LICENSE | |
63 ===================== | |
64 | |
65 get_ontology, extract and get_ontology_view are copyright of Mikel | |
66 EgaƱa Aranguren (2012), and they are distributed under a GPL 3 license | |
67 (http://www.gnu.org/licenses/) | |
68 | |
69 | |
70 | |
71 | |
72 | |
73 | |
74 | |
75 | |
76 | |
77 | |
78 | |
79 | |
80 | |
81 | |
82 |