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

Also get OBO files used by Gramene.

parent 72af92cf
No related branches found
No related tags found
No related merge requests found
#!/bin/ksh #!/bin/ksh
# GO - Gene Ontology # GO - Gene Ontology
wget "http://www.geneontology.org/ontology/obo_format_1_2/gene_ontology.1_2.obo" wget -O GO.obo "http://www.geneontology.org/ontology/obo_format_1_2/gene_ontology.1_2.obo"
# SO - Sequence Ontology # SO - Sequence Ontology
wget "http://song.cvs.sourceforge.net/viewvc/*checkout*/song/ontology/so.obo" wget -O SO.obo "http://song.cvs.sourceforge.net/viewvc/*checkout*/song/ontology/so.obo"
# ----------------------------------------------------------------------
# Ontologies used in the Gramene project
# PO - Plant Ontology
wget -O PO.obo "http://palea.cgrb.oregonstate.edu/viewsvn/Poc/trunk/ontology/OBO_format/po_anatomy.obo?view=co"
# GRO - Plant Growth Stage Ontology
wget -O GRO.obo "http://palea.cgrb.oregonstate.edu/viewsvn/Poc/trunk/ontology/collaborators_ontology/gramene/temporal_gramene.obo?view=co"
# TO - Plant Traits Ontology
wget -O TO.obo "http://palea.cgrb.oregonstate.edu/viewsvn/Poc/trunk/ontology/collaborators_ontology/gramene/traits/trait.obo?view=co"
# GR_tax - Gramene Taxonomy Ontology
wget -O GR_tax.obo "http://palea.cgrb.oregonstate.edu/viewsvn/Poc/trunk/ontology/collaborators_ontology/gramene/taxonomy/GR_tax-ontology.obo?view=co"
# EO - Plant Envionment Ontology
wget -O EO.obo "http://obo.cvs.sourceforge.net/viewvc/obo/obo/ontology/phenotype/environment/environment_ontology.obo"
# $Id$ # $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