0
|
1 <tool id="fetch-remote-ontology" name="fetch remote ontology" version="0.0.13">
|
|
2 <description>from OBO repository</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="1.0.11">obo-scripts</requirement>
|
|
5 </requirements>
|
|
6 <command>obo-fetch-remote-ontology.pl $ont > $output</command>
|
|
7 <inputs>
|
|
8 <param name="ont" type="text" size="50" value="" label="Ontology ID Space" />
|
|
9 </inputs>
|
|
10 <outputs>
|
|
11 <data format="obo" name="output" />
|
|
12 </outputs>
|
|
13 <tests>
|
|
14 <test>
|
|
15 <param name="ont" value="ECO" />
|
|
16 <output name="output" file="output.eco.obo.contains" compare="contains"/>
|
|
17 </test>
|
|
18 </tests>
|
|
19
|
|
20
|
|
21 <help>
|
|
22 .. class:: infomark
|
|
23
|
|
24 Fetch entire ontology in OBO format
|
|
25
|
|
26 **Example**
|
|
27
|
|
28 Here are some common ID spaces::
|
|
29
|
|
30 GO gene ontology
|
|
31 CL cell ontology
|
|
32
|
|
33 **More information**
|
|
34
|
|
35 http://github.com/cmungall/obo-scripts
|
|
36
|
|
37 </help>
|
|
38
|
|
39 </tool>
|
|
40
|
|
41
|