Mercurial > repos > mikel-egana-aranguren > ncbo_services
changeset 17:fc4c8a9b3152
branch merge
author | Mikel Egaña Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu> |
---|---|
date | Wed, 18 Jan 2012 11:06:11 +0100 |
parents | d3d6bdbcf3ea (diff) 9dffd23fefcc (current diff) |
children | 0078fe4c89e3 |
files | |
diffstat | 8 files changed, 14 insertions(+), 35 deletions(-) [+] |
line wrap: on
line diff
--- a/NCBO_services/README Wed Jan 18 03:58:09 2012 -0500 +++ b/NCBO_services/README Wed Jan 18 11:06:11 2012 +0100 @@ -12,17 +12,19 @@ 1.- Stop Galaxy. -2.- Copy the .jar files and _lib/ directories to -/galaxy-dist/tool-data/shared/jars/ +2.- Copy the .jar files to /galaxy-dist/tool-data/shared/jars/ 3.- Create directory /galaxy-dist/tools/NCBO_services/ -4.- Copy get_ontology.xml to /galaxy-dist/tools/NCBO_services/ +4.- Copy the .xml files to /galaxy-dist/tools/NCBO_services/ 5.- Add the following lines to /galaxy-dist/tool_conf.xml: <section name="NCBO services" id="NCBO_services"> <tool file="NCBO_services/get_ontology.xml"/> + <tool file="NCBO_services/ncbo_annotator.xml"/> + <tool file="NCBO_services/ncbo_annotator.xml"/> + <tool file="NCBO_services/ncbo_recommender.xml"/> </section> 6.- Start Galaxy. @@ -32,44 +34,17 @@ USAGE ===== -A bioportal API key and an ontology id must be provided. The API key can be -obtained by creating an account at bioportal -(http://bioportal.bioontology.org/). The id can be obtained in the ontology page -(e.g. 1522 for BioPAX, see http://bioportal.bioontology.org/ontologies/1522) +Each tool has a different functionality, but all of them need a +bioportal API key. The API key can be obtained by creating an account at +bioportal (http://bioportal.bioontology.org/). CONTACT ======= -Please send any request or comment to mikel.egana.aranguren@gmail.com. - - - -ACKNOWLEDGEMENTS -================ - -This work is funded by the Marie Curie Cofund program of the EU, FP7. - - - -COPYRIGHT AND LICENSE -===================== - -Copyright (c) 2011 Mikel EgaƱa Aranguren. - -NCBO Services is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. +Please send any request or comment to mikel.egana.aranguren@gmail.com or +jose.minya@gmail.com. @@ -79,3 +54,7 @@ + + + +