Mercurial > repos > mikel-egana-aranguren > ncbo_services
comparison NCBO_services/get_ontology_view.xml @ 26:354aa87772e0
Uploaded
author | jose-minyarro |
---|---|
date | Mon, 19 Mar 2012 08:25:59 -0400 |
parents | 4cd75b0d77af |
children |
comparison
equal
deleted
inserted
replaced
25:c324108a12ce | 26:354aa87772e0 |
---|---|
1 <tool id="get_ontology_view" name="Get a concrete view of an ontology" version="1.0.1"> | |
2 <description>Retrieves a view of an ontology using the view id</description> | |
3 <command>java -jar ${__tool_data_path__}/shared/jars/get_ontology_view.jar $api_key $ontologyviewid > $output </command> | |
4 | |
5 <inputs> | |
6 <param name="api_key" type="text" size="100" label="BioPortal API key" /> | |
7 <param name="ontologyviewid" type="text" size="100" label="Ontology view ID" /> | |
8 </inputs> | |
9 <outputs> | |
10 <data format="text" name="output" /> | |
11 </outputs> | |
12 <tests> | |
13 <test> | |
14 <param name="api_key"/> | |
15 </test> | |
16 </tests> | |
17 <help> | |
18 | |
19 **What it does** | |
20 | |
21 It retrieves a view from an ontology contained in BioPortal. | |
22 | |
23 **Parameters** | |
24 | |
25 * Bioportal API key: to obtain an API key, open an account in http://bioportal.bioontology.org. | |
26 * Ontology view ID: it can be obtained from BioPortal, in the Ontology page, on the views section, by looking at the view URL. For example, it is 41014 for the generic Gene Ontology slim. | |
27 | |
28 **Contact** | |
29 | |
30 Please send any request or comment to mikel.egana.aranguren@gmail.com. | |
31 | |
32 **More information** | |
33 | |
34 http://bioportal.bioontology.org | |
35 | |
36 http://www.bioontology.org/wiki/index.php/BioPortal_REST_services | |
37 | |
38 </help> | |
39 | |
40 </tool> |