PREFIX wiki: """
query="""SELECT ?continent_label ?specimen_source_label (count(?seq) as ?seqCount) WHERE
{
?seq ?x [obo:OBI_0001479 ?specimen_source] .
?seq ?y [ obo:GAZ_00000448 ?location] .
-
+
?location wiki:P17 ?country .
?location wiki:P30 ?continent .
@@ -1387,4 +1387,3 @@ PREFIX wiki: """
[{'continent_label': x['continent_label']['value'],
'specimen_source_label': x['specimen_source_label']['value'],
'seqCount': x['seqCount']['value']} for x in result])
-
diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js
index aa1f06f..efbf615 100644
--- a/bh20simplewebuploader/static/main.js
+++ b/bh20simplewebuploader/static/main.js
@@ -92,8 +92,9 @@ function demofetchHTMLTable(apiEndPoint) {
return response.json();
})
.then(data => {
+ console.log(data);
htmlString="Description
"+data[0][0]["description"]+"
"
- prefix=data[0][1]["prefix"].replaceAll("<","<")
+ prefix=data[0][1]["prefix"].replace(/Namespace"+prefix+"
"//prefix to construct correct query @data[0][1]["prefix"]
htmlString+="SPARQL query
"+data[0][2]["query"]+"
"
htmlString+="SPARQL results table
"
diff --git a/bh20simplewebuploader/templates/footer.html b/bh20simplewebuploader/templates/footer.html
index efa1817..dcdd692 100644
--- a/bh20simplewebuploader/templates/footer.html
+++ b/bh20simplewebuploader/templates/footer.html
@@ -50,6 +50,8 @@
COVID-19 PubSeq ·
Contribute · Powered by Common Workflow Language & Arvados · Made for COVID-19-BH20
+ ·
+ Contact us!
--
cgit v1.2.3