Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tamerh committed Oct 10, 2019
1 parent dad23ea commit 0f8cea7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions update/ontology.go
Expand Up @@ -137,7 +137,13 @@ func (g *ontology) update() {
}

if r.Childs["rdfs:label"] != nil {

attr.Name = r.Childs["rdfs:label"][0].InnerText

if g.source == "efo" {
g.d.addXref(attr.Name, textLinkID, entryid, g.source, true)
}

}

if r.Childs["oboInOwl:hasOBONamespace"] != nil {
Expand Down

0 comments on commit 0f8cea7

Please sign in to comment.