From c24d16e979c95af586328baa7a4ab131b68da60a Mon Sep 17 00:00:00 2001 From: Shepherd on Tux02 Date: Fri, 22 Nov 2024 05:00:03 -0600 Subject: Modernize guix invocation with shell - it is broken still --- run_singlecell.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/run_singlecell.sh b/run_singlecell.sh index 3c615b8..10f9b31 100755 --- a/run_singlecell.sh +++ b/run_singlecell.sh @@ -1,3 +1,6 @@ #!/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' +# /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' + +/home/wrk/opt/guix-pull-5-link/bin/guix shell singlecellrshiny -- sh -c 'R_LIBS_USER=$GUIX_ENVIRONMENT/site-library/ singlecellrshiny' + -- cgit 1.4.1