diff options
author | Pjotr Prins | 2020-04-09 17:11:25 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-04-09 17:11:25 -0500 |
commit | 02615e46e56376302ef99f7223f447a070248214 (patch) | |
tree | 76be1d02d6aefb15128d7967c9cd0d9f32c96040 | |
parent | b71cbe74aca99426872447b6dd343a962fe0a528 (diff) | |
download | bh20-seq-resource-02615e46e56376302ef99f7223f447a070248214.tar.gz bh20-seq-resource-02615e46e56376302ef99f7223f447a070248214.tar.lz bh20-seq-resource-02615e46e56376302ef99f7223f447a070248214.zip |
Notes
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |