Skip to content
Snippets Groups Projects
Commit 17a58c2f authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Short shell script to get the latest version of the included ontology

OBO files.
parent 920f04db
No related branches found
No related tags found
No related merge requests found
#!/bin/ksh
# GO - Gene Ontology
wget "http://www.geneontology.org/ontology/obo_format_1_2/gene_ontology.1_2.obo"
# SO - Sequence Ontology
wget "http://song.cvs.sourceforge.net/viewvc/*checkout*/song/ontology/so.obo"
# $Id$
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment