Mercurial > repos > jorrit > obotools
view fetch_ontology.xml @ 46:532808477800
added subversion as dependency
author | jorrit <jhpoelen@xs4all.nl> |
---|---|
date | Mon, 25 Mar 2013 17:59:16 -0700 |
parents | 00a5ede354a0 |
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>