view fetch_gene_ontology_revision.xml @ 48:d92e696c1249 draft

touch
author Seth Carbon <sjcarbon@lbl.gov>
date Fri, 29 Mar 2013 12:53:40 -0700
parents bb20766df19c
children
line wrap: on
line source

<tool id="fetch-gene-ontology-revision" name="fetch specific revision of gene ontology in obo format" version="0.0.1">
  <description>from OBO repository</description>
  <command>svn -r $revision cat svn://ext.geneontology.org/trunk/ontology/go.obo > $output</command>
  <inputs>
    <param name="revision" type="text" size="50" value="7355" label="SVN revision" />
  </inputs>
  <outputs>
    <data format="obo" name="output" />
  </outputs>

  <help>
.. class:: infomark

Fetch specific version of gene ontology in OBO format

**More information**

Browse http://viewvc.geneontology.org/viewvc/GO-SVN/trunk/ontology/go.obo?view=log for available revisions.

  </help>

</tool>