From d7ba115677831aa17762f1791cf5b426078c9d83 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 7 Nov 2021 08:53:51 +0000 Subject: singlecell: configure guix channels --- run_singlecell.sh | 2 +- singlecell-channels.scm | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 singlecell-channels.scm diff --git a/run_singlecell.sh b/run_singlecell.sh index a3b9356..f6dcff1 100755 --- a/run_singlecell.sh +++ b/run_singlecell.sh @@ -1,2 +1,2 @@ #!/bin/sh -/var/guix/profiles/per-user/shepherd/current-guix/bin/guix environment --ad-hoc singlecellrshiny -- sh -c 'R_LIBS_USER=$GUIX_ENVIRONMENT/site-library/ singlecellrshiny' +/home/shepherd/guix-profiles/singlecell/bin/guix environment --ad-hoc singlecellrshiny -- sh -c 'R_LIBS_USER=$GUIX_ENVIRONMENT/site-library/ singlecellrshiny' diff --git a/singlecell-channels.scm b/singlecell-channels.scm new file mode 100644 index 0000000..5700c79 --- /dev/null +++ b/singlecell-channels.scm @@ -0,0 +1,16 @@ +(list + (channel + (name 'gn-bioinformatics) + (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") + (commit + "a81fa9577474254cbf99105ac4ec9b10d7ccf0dd")) + (channel + (name 'guix) + (url "https://git.savannah.gnu.org/git/guix.git") + (commit + "5e5bcba29576698fe50bcf9cc8e4de2576583d2d") + (introduction + (make-channel-introduction + "9edb3f66fd807b096b48283debdcddccfea34bad" + (openpgp-fingerprint + "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))) -- cgit v1.2.3