From 17a58c2f3643279b155513ab96d229897cbfa444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Fri, 5 Nov 2010 11:55:07 +0000 Subject: [PATCH] Short shell script to get the latest version of the included ontology OBO files. --- misc-scripts/ontology/scripts/get_obo_files.ksh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 misc-scripts/ontology/scripts/get_obo_files.ksh diff --git a/misc-scripts/ontology/scripts/get_obo_files.ksh b/misc-scripts/ontology/scripts/get_obo_files.ksh new file mode 100755 index 0000000000..28b5623737 --- /dev/null +++ b/misc-scripts/ontology/scripts/get_obo_files.ksh @@ -0,0 +1,10 @@ +#!/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$ -- GitLab