view fetch_gene_ontology_revision.xml @ 47:b456591c9f6f

small change to trigger update
author jorrit <jhpoelen@xs4all.nl>
date Tue, 26 Mar 2013 09:22:46 -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>