diff options
author | Peter Amstutz | 2020-04-21 15:37:58 -0400 |
---|---|---|
committer | Peter Amstutz | 2020-04-21 15:38:33 -0400 |
commit | f4c3da88c1233802fea46cc972a81dc3b5b51185 (patch) | |
tree | ec3d7bd36669ce3b6005b7d3bce07c920a13b458 /bh20sequploader | |
parent | cad23032ecf6ef325aab2978d5df36609ad50088 (diff) | |
download | bh20-seq-resource-f4c3da88c1233802fea46cc972a81dc3b5b51185.tar.gz bh20-seq-resource-f4c3da88c1233802fea46cc972a81dc3b5b51185.tar.lz bh20-seq-resource-f4c3da88c1233802fea46cc972a81dc3b5b51185.zip |
Work around CWL content size limit by chunking
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Diffstat (limited to 'bh20sequploader')
-rw-r--r-- | bh20sequploader/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bh20sequploader/main.py b/bh20sequploader/main.py index 2fda347..4c4711d 100644 --- a/bh20sequploader/main.py +++ b/bh20sequploader/main.py @@ -63,6 +63,7 @@ def main(): external_ip = urllib.request.urlopen('https://ident.me').read().decode('utf8') properties = { + "sequence_label": seqlabel, "upload_app": "bh20-seq-uploader", "upload_ip": external_ip, "upload_user": "%s@%s" % (getpass.getuser(), socket.gethostname()) |