diff options
author | Pjotr Prins | 2024-01-01 17:47:34 +0100 |
---|---|---|
committer | Pjotr Prins | 2024-01-01 17:47:34 +0100 |
commit | 691eed969ac4bb9fa43358b9a8e0d1ea43accbea (patch) | |
tree | 69a38708a10b8f525b465332796e636aac9d52e6 /.guix-shell | |
parent | 0799806735942cc3d44626c3c8b54402343a47f5 (diff) | |
download | gn-guile-691eed969ac4bb9fa43358b9a8e0d1ea43accbea.tar.gz |
Run gemma-wrapper with metadata
Diffstat (limited to '.guix-shell')
-rwxr-xr-x | .guix-shell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.guix-shell b/.guix-shell index 0eb387b..6e68054 100755 --- a/.guix-shell +++ b/.guix-shell @@ -4,4 +4,4 @@ echo "Create a shell to run tools." -guix shell -C -D -F --network coreutils guile guile-dbi guile-dbd-mysql guile-fibers guile-json guile-gnutls guile-readline guile-redis openssl nss-certs gemma parallel $* +guix shell -L ~/guix-bioinformatics -C -D -F --network coreutils guile guile-dbi guile-dbd-mysql guile-fibers guile-json guile-gnutls guile-readline guile-redis openssl nss-certs gemma parallel tar xz python python-lmdb python-cffi gemma-gn2 $* |