diff options
author | lltommy | 2020-11-19 23:55:59 +0100 |
---|---|---|
committer | lltommy | 2020-11-19 23:55:59 +0100 |
commit | 6814f9d74ca1d7fe4a7a08e5df0878557bd8e8f1 (patch) | |
tree | 3cdf797006361e616a945fa4cf56d758d99ccf97 /bh20simplewebuploader/templates | |
parent | fd4b04479fb85f01d2cb2e582e9e470296b8b3cf (diff) | |
download | bh20-seq-resource-6814f9d74ca1d7fe4a7a08e5df0878557bd8e8f1.tar.gz bh20-seq-resource-6814f9d74ca1d7fe4a7a08e5df0878557bd8e8f1.tar.lz bh20-seq-resource-6814f9d74ca1d7fe4a7a08e5df0878557bd8e8f1.zip |
Adding another example to the SPARQL playground
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/demo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/templates/demo.html b/bh20simplewebuploader/templates/demo.html index dc6281d..8010a1b 100644 --- a/bh20simplewebuploader/templates/demo.html +++ b/bh20simplewebuploader/templates/demo.html @@ -35,7 +35,7 @@ <button class="button" onclick="demoGetSeqByAgeGender()">Get Sequence by age and gender</button> <button class="button" onclick="demoGetNYsamples()">Get all NY samples</button> <button class="button" onclick="demoGetContinentSpecimentSeqCount()">Sequence count by continent/specimen_source</button> - + <button class="button" onclick="demoGetSampleSchema()">Show sample meta data schema</button> |