Mercurial > repos > kltm > obotools_02
comparison fetch_ontology.xml @ 0:028babd7a6c5 draft default tip
Try at a fresh start...
| author | kltm |
|---|---|
| date | Fri, 29 Mar 2013 17:30:07 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:028babd7a6c5 |
|---|---|
| 1 <tool id="fetch-remote-ontology" name="fetch remote ontology" version="0.0.14"> | |
| 2 <description>from OBO repository</description> | |
| 3 <requirements> | |
| 4 <requirement type="package" version="1.0.12">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"/> | |
| 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 |
