annotate fetch_gene_ontology_revision.xml @ 49:0d5a69f51e2c draft

ready goose; add gannet
author Seth Carbon <sjcarbon@lbl.gov>
date Fri, 29 Mar 2013 13:12:57 -0700
parents bb20766df19c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
45
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
1 <tool id="fetch-gene-ontology-revision" name="fetch specific revision of gene ontology in obo format" version="0.0.1">
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
2 <description>from OBO repository</description>
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
3 <command>svn -r $revision cat svn://ext.geneontology.org/trunk/ontology/go.obo > $output</command>
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
4 <inputs>
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
5 <param name="revision" type="text" size="50" value="7355" label="SVN revision" />
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
6 </inputs>
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
7 <outputs>
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
8 <data format="obo" name="output" />
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
9 </outputs>
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
10
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
11 <help>
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
12 .. class:: infomark
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
13
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
14 Fetch specific version of gene ontology in OBO format
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
15
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
16 **More information**
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
17
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
18 Browse http://viewvc.geneontology.org/viewvc/GO-SVN/trunk/ontology/go.obo?view=log for available revisions.
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
19
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
20 </help>
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
21
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
22 </tool>
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
23
bb20766df19c added tool to retrieve specific go.obo version
jorrit <jhpoelen@xs4all.nl>
parents:
diff changeset
24