diff options
author | Pjotr Prins | 2020-07-19 11:11:09 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-19 11:11:09 +0100 |
commit | e4a89d13863517020bbe82293e52cea98418c983 (patch) | |
tree | cb786816b82abd825997a788f72af882d0eb2956 /bh20simplewebuploader/main.py | |
parent | 60212ade3721cc9eebc976d65c973ab6b690bd3e (diff) | |
download | bh20-seq-resource-e4a89d13863517020bbe82293e52cea98418c983.tar.gz bh20-seq-resource-e4a89d13863517020bbe82293e52cea98418c983.tar.lz bh20-seq-resource-e4a89d13863517020bbe82293e52cea98418c983.zip |
Search table
Diffstat (limited to 'bh20simplewebuploader/main.py')
-rw-r--r-- | bh20simplewebuploader/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/main.py b/bh20simplewebuploader/main.py index 48520fe..673f913 100644 --- a/bh20simplewebuploader/main.py +++ b/bh20simplewebuploader/main.py @@ -702,7 +702,7 @@ def search(): ?sample sio:SIO_000115 ?id . ?seq pubseq:sample ?sample . ?sample ?p ?o . - } + } limit 100 """ % s payload = {'query': query, 'format': 'json'} r = requests.get(baseURL, params=payload) |