Mercurial > repos > kltm > obotools_02
view 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 |
line wrap: on
line source
<tool id="fetch-remote-ontology" name="fetch remote ontology" version="0.0.14"> <description>from OBO repository</description> <requirements> <requirement type="package" version="1.0.12">obo-scripts</requirement> </requirements> <command>obo-fetch-remote-ontology.pl $ont > $output</command> <inputs> <param name="ont" type="text" size="50" value="" label="Ontology ID Space" /> </inputs> <outputs> <data format="obo" name="output" /> </outputs> <tests> <test> <param name="ont" value="ECO" /> <output name="output" file="output.eco.obo.contains"/> </test> </tests> <help> .. class:: infomark Fetch entire ontology in OBO format **Example** Here are some common ID spaces:: GO gene ontology CL cell ontology **More information** http://github.com/cmungall/obo-scripts </help> </tool>
