diff options
author | Peter Amstutz | 2020-07-08 20:16:42 +0000 |
---|---|---|
committer | Peter Amstutz | 2020-07-08 20:16:42 +0000 |
commit | cd25f56f4d9aea1d30cc17ee923a6d8dd6c63e5a (patch) | |
tree | fbdf892a2db5084c0dd2394216f7aefbfb5fa67d /bh20simplewebuploader/main.py | |
parent | 46e28c1d5da1c242fe49e5e5d6fdcae7dc544070 (diff) | |
download | bh20-seq-resource-cd25f56f4d9aea1d30cc17ee923a6d8dd6c63e5a.tar.gz bh20-seq-resource-cd25f56f4d9aea1d30cc17ee923a6d8dd6c63e5a.tar.lz bh20-seq-resource-cd25f56f4d9aea1d30cc17ee923a6d8dd6c63e5a.zip |
Add --revalidate and fix checking/updating properties.
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 d4adbda..9132453 100644 --- a/bh20simplewebuploader/main.py +++ b/bh20simplewebuploader/main.py @@ -422,7 +422,7 @@ def receive_files(): # Try and upload files to Arvados using the sequence uploader CLI - cmd = ['python3','bh20sequploader/main.py', fasta_dest, metadata_dest] + cmd = ['python3','bh20sequploader/main.py', metadata_dest, fasta_dest] print(" ".join(cmd),file=sys.stderr) result = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) |