diff options
author | Efraim Flashner | 2023-10-09 09:36:40 +0300 |
---|---|---|
committer | Efraim Flashner | 2023-10-09 09:36:40 +0300 |
commit | 601d0406a40fc65491b348b7d003e2ade39a7a72 (patch) | |
tree | 0ece7b98238aa42570c8ed6b5a09a95af9e05f31 | |
parent | 687609d61c1c990222140a955687e1d11857c257 (diff) | |
download | gn-shepherd-services-601d0406a40fc65491b348b7d003e2ade39a7a72.tar.gz |
singlecell: Make sure some of the dependency sources are available.
-rwxr-xr-x | run_singlecell.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_singlecell.sh b/run_singlecell.sh index f6dcff1..3c615b8 100755 --- a/run_singlecell.sh +++ b/run_singlecell.sh @@ -1,2 +1,3 @@ #!/bin/sh +/home/shepherd/guix-profiles/singlecell/bin/guix download https://bioconductor.org/packages/3.11/bioc/src/contrib/multtest_2.44.0.tar.gz /home/shepherd/guix-profiles/singlecell/bin/guix environment --ad-hoc singlecellrshiny -- sh -c 'R_LIBS_USER=$GUIX_ENVIRONMENT/site-library/ singlecellrshiny' |