about summary refs log tree commit diff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/main.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js
index 1aa2582..aa1f06f 100644
--- a/bh20simplewebuploader/static/main.js
+++ b/bh20simplewebuploader/static/main.js
@@ -238,7 +238,16 @@ let demoGetSeqByAgeGender = () => {
     demofetchHTMLTable("/api/demoGetSeqByAgeGender")
 }
 
+let demoGetSeqIllumina = () => {
+    demofetchHTMLTable("/api/demoGetSeqIllumina")
+}
+let demoGetSeqWithStrain = () => {
+    demofetchHTMLTable("/api/demoGetSeqWithStrain")
+}
 
+let demoGetContinentSpecimentSeqCount = () => {
+    demofetchHTMLTable("/api/demoGetContinentSpecimentSeqCount")
+}
 
 ////****** SPARQL playground functions ***************////