Skip to content

Commit

Permalink
add a universal workbench for noctua for doing arbitrary sparql queri…
Browse files Browse the repository at this point in the history
…es; as this can be very easily transferred to a model workbench (would need to extend bbop-manager-sparql to just return filled templates) this is essentially completion for geneontology/go-graphstore#9 and #465; TODO: track down cross-site issue
  • Loading branch information
kltm committed Sep 15, 2017
1 parent 602e29d commit 1c66bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbenches/gosling/Gosling.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ var yasqe_id = 'yasqe';
var yasr_id = 'yasr';

// Make the default ours at least.
YASQE.defaults.sparql.endpoint = "http://rdf.geneontology.org/sparql";
//YASQE.defaults.sparql.endpoint = "http://rdf.geneontology.org/sparql";
YASQE.defaults.sparql.endpoint = "http://stove.lbl.gov/sparql";

///
var GoslingInit = function(){
Expand Down Expand Up @@ -83,7 +84,6 @@ var GoslingInit = function(){
var yasqe = YASQE(document.getElementById("yasqe"), {
sparql: {
showQueryButton: true,
endpoint: 'http://rdf.geneontology.org/sparql'
}
});
var yasr = YASR(document.getElementById("yasr"), {
Expand Down

0 comments on commit 1c66bc8

Please sign in to comment.