Skip to content

Commit

Permalink
add SOFA as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfields committed Sep 25, 2018
1 parent acd2ec2 commit ec3163c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/Bio/Ontology/DocumentRegistry.pm
Original file line number Diff line number Diff line change
Expand Up @@ -91,26 +91,25 @@ $instance = {
# No longer maintained, only OBO and OWL supported
'Sequence Ontology' => {
ontology => "http://song.cvs.sourceforge.net/*checkout*/song/ontology/so.ontology?rev=HEAD",
definitions => "http://song.cvs.sourceforge.net/*checkout*/song/ontology/so.definition?rev=HEAD",
# definitions => "http://song.cvs.sourceforge.net/*checkout*/song/ontology/so.definition?rev=HEAD",
format => 'soflat',
},
'Sequence Ontology OBO' => {
ontology => "https://raw.githubusercontent.com/The-Sequence-Ontology/SO-Ontologies/master/so.obo",
# definitions => "http://song.cvs.sourceforge.net/*checkout*/song/ontology/so.definition?rev=HEAD",
format => 'obo',
},

#### TODO Server http://umn.dl.sourceforge.net/ does not respond, are there
#### alternative sources?
'Sequence Ontology Feature Annotation' => {
ontology => 'http://umn.dl.sourceforge.net/sourceforge/song/sofa.ontology',
definitions =>'http://umn.dl.sourceforge.net/sourceforge/song/sofa.definition',
format => 'soflat',
ontology => 'https://raw.githubusercontent.com/The-Sequence-Ontology/SO-Ontologies/master/subsets/SOFA.obo',
#definitions =>'http://umn.dl.sourceforge.net/sourceforge/song/sofa.definition',
format => 'obo',
},
# TODO: No longer available as separate files
'Gene Ontology' => {
ontology => 'http://purl.obolibrary.org/obo/go/go-basic.obo',
#definitions => 'http://www.geneontology.org/ontology/GO.defs',
#definitions => 'http://www.geneontology.org/ontology/GO.defs',
format => 'soflat',
},
};
Expand Down

0 comments on commit ec3163c

Please sign in to comment.