From 1c66bc88d91ed7ffe99a117f41bc84520a088cc2 Mon Sep 17 00:00:00 2001 From: Seth Carbon Date: Fri, 15 Sep 2017 03:51:16 -0700 Subject: [PATCH] add a universal workbench for noctua for doing arbitrary sparql queries; 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 geneontology/noctua#465; TODO: track down cross-site issue --- workbenches/gosling/Gosling.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workbenches/gosling/Gosling.js b/workbenches/gosling/Gosling.js index 3cc378c4..2e95f762 100644 --- a/workbenches/gosling/Gosling.js +++ b/workbenches/gosling/Gosling.js @@ -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(){ @@ -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"), {