diff options
author | Pjotr Prins | 2023-11-24 09:07:55 +0100 |
---|---|---|
committer | Pjotr Prins | 2023-11-24 09:07:55 +0100 |
commit | fb22ae84c143a27ddc4699327e8aff6c93a0bf6c (patch) | |
tree | 419c28241bc102e39907a3d9c5897eb428cb418e /.guix-shell | |
parent | e4cb959730ed5d89c8f5e96de2ddbd405fcf2cc9 (diff) | |
download | gn-guile-fb22ae84c143a27ddc4699327e8aff6c93a0bf6c.tar.gz |
Fetch genotype inds from json file
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 9f5b009..988e529 100755 --- a/.guix-shell +++ b/.guix-shell @@ -4,4 +4,4 @@ echo "Create a shell to run tools. In the container" -guix shell -C -F --network coreutils guile guile-dbi guile-dbd-mysql guile-fibers guile-json guile-gnutls guile-readline guile-redis openssl nss-certs gemma $* +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 $* |