aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPjotr Prins2020-04-10 12:34:42 -0500
committerPjotr Prins2020-04-10 12:34:42 -0500
commit9e44ae814862ea91456d95b31981c16ecae6d317 (patch)
treeb4e10b5e930b473146c4215c37e052feff4a2f48 /doc
parent9798e5d898b1996e6537cc4d8ca804b91f595920 (diff)
downloadbh20-seq-resource-9e44ae814862ea91456d95b31981c16ecae6d317.tar.gz
bh20-seq-resource-9e44ae814862ea91456d95b31981c16ecae6d317.tar.lz
bh20-seq-resource-9e44ae814862ea91456d95b31981c16ecae6d317.zip
Magic dependency
Diffstat (limited to 'doc')
-rw-r--r--doc/INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index bde9dd2..d8d7f3e 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -29,7 +29,7 @@ arvados-python-client-2.0.1 ciso8601-2.1.3 future-0.18.2 google-api-python-clien
3. Run the tool directly with
```sh
-guix environment guix --ad-hoc git python openssl python-pycurl nss-certs -- python3 bh20sequploader/main.py
+guix environment guix --ad-hoc git python openssl python-pycurl python-magic nss-certs -- python3 bh20sequploader/main.py example/sequence.fasta example/metadata.yaml
```
### Using the Web Uploader
@@ -37,7 +37,7 @@ guix environment guix --ad-hoc git python openssl python-pycurl nss-certs -- pyt
To run the web uploader in a GNU Guix environment/container
```
-guix environment -C guix --ad-hoc git python python-flask python-pyyaml nss-certs --network openssl -- env FLASK_APP=bh20simplewebuploader/main.py flask run
+guix environment -C guix --ad-hoc git python python-flask python-pyyaml python-magic nss-certs --network openssl -- env FLASK_APP=bh20simplewebuploader/main.py flask run
* Serving Flask app "bh20simplewebuploader/main.py"
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.