diff options
author | lltommy | 2020-06-15 17:31:17 +0200 |
---|---|---|
committer | lltommy | 2020-06-15 17:31:17 +0200 |
commit | 802c4001340baa6f79c8107bb58add5dba9ad2b8 (patch) | |
tree | 9a9ec16328003b198fd960c5f10c0a03a894cad6 /bh20simplewebuploader/templates/demo-run.html | |
parent | d18005b1880692cab16ecfc9e0c950abc4259087 (diff) | |
download | bh20-seq-resource-802c4001340baa6f79c8107bb58add5dba9ad2b8.tar.gz bh20-seq-resource-802c4001340baa6f79c8107bb58add5dba9ad2b8.tar.lz bh20-seq-resource-802c4001340baa6f79c8107bb58add5dba9ad2b8.zip |
Adding endpoints using grouping of continents
Diffstat (limited to 'bh20simplewebuploader/templates/demo-run.html')
-rw-r--r-- | bh20simplewebuploader/templates/demo-run.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/demo-run.html b/bh20simplewebuploader/templates/demo-run.html index 4479409..a80281c 100644 --- a/bh20simplewebuploader/templates/demo-run.html +++ b/bh20simplewebuploader/templates/demo-run.html @@ -6,6 +6,7 @@ <button class="button" onclick="fetchSEQCountByLocation()">Count by Location</button> <button class="button" onclick="fetchSEQCountByTech()">Count by Sequencer</button> <button class="button" onclick="fetchAllaccessions()">Show All accessions</button> + <button class="button" onclick="fetchSEQCountbyContinent()">Count by Continent</button> <button class="button" onclick="fetchCountByGPS()">Map</button> </div> |