aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2020-04-09 17:11:25 -0500
committerPjotr Prins2020-04-09 17:11:25 -0500
commit02615e46e56376302ef99f7223f447a070248214 (patch)
tree76be1d02d6aefb15128d7967c9cd0d9f32c96040
parentb71cbe74aca99426872447b6dd343a962fe0a528 (diff)
downloadbh20-seq-resource-02615e46e56376302ef99f7223f447a070248214.tar.gz
bh20-seq-resource-02615e46e56376302ef99f7223f447a070248214.tar.lz
bh20-seq-resource-02615e46e56376302ef99f7223f447a070248214.zip
Notes
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 0d9b37a..b4e8681 100644
--- a/main.py
+++ b/main.py
@@ -242,7 +242,7 @@ def receive_files():
return (render_template('error.html',
error_message="You did not include metadata."), 403)
- # Try and upload files to Arvados
+ # Try and upload files to Arvados using the sequence uploader CLI
result = subprocess.run(['bh20-seq-uploader', fasta_dest, metadata_dest],
stdout=subprocess.PIPE, stderr=subprocess.PIPE)