Skip to content

Commit

Permalink
Merge branch 'master' into update-gitignore-emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt authored Jan 14, 2019
2 parents c3b016e + a5122b6 commit ca8ae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/advancedSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ function getUriList(graphUri) {
result.uri = result.object
delete result.object
var soTerm = result.uri.toString().replace(soNS,'')
var sequenceOntology = require('./utils/sequenceOntology')
var sequenceOntology = require('../ontologies/sequence-ontology')
result.name = sequenceOntology[soTerm].name
})

Expand Down

0 comments on commit ca8ae68

Please sign in to comment.