diff options
author | Pjotr Prins | 2020-08-22 03:03:57 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-08-22 03:03:57 -0500 |
commit | e184e5e61590c3988b810fdf956cf839477efc39 (patch) | |
tree | b9a5b915648045e8f8905452ddd955c9f258f0e1 | |
parent | 53bb39c7de934139ad9929ffb1b1772411233d80 (diff) | |
download | bh20-seq-resource-e184e5e61590c3988b810fdf956cf839477efc39.tar.gz bh20-seq-resource-e184e5e61590c3988b810fdf956cf839477efc39.tar.lz bh20-seq-resource-e184e5e61590c3988b810fdf956cf839477efc39.zip |
guix-deploy script
-rw-r--r-- | .guix-deploy | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.guix-deploy b/.guix-deploy new file mode 100644 index 0000000..e978e23 --- /dev/null +++ b/.guix-deploy @@ -0,0 +1,10 @@ +#! /bin/sh + +GUIX_PROFILE=~/.config/guix/current +export GUILE_LOAD_PATH=$GUIX_PROFILE/share/guile/site/3.0/ +export GUILE_LOAD_COMPILED_PATH=$GUIX_PROFILE/share/guile/site/3.0/ + +ls $GUILE_LOAD_PATH + +env GUIX_PACKAGE_PATH=~/iwrk/opensource/guix/guix-bioinformatics/ $GUIX_PROFILE/bin/guix environment -C guix --ad-hoc git python python-flask python-pyyaml python-pycurl python-magic nss-certs python-pyshex python-pyyaml --network openssl python-pyshex python-pyshexc clustalw python-schema-salad python-arvados-python-client --share=/export/tmp -- env TMPDIR=/export/tmp FLASK_ENV=development FLASK_RUN_PORT=5067 FLASK_APP=bh20simplewebuploader/main.py flask run + |