From 0fbec4fc2763b1ef0c9c202f4372c78c675e9475 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 8 Mar 2020 12:25:32 +0000 Subject: shepherd: fix singlecellrshiny --- run_singlecell.sh | 2 ++ shepherd/init.d/singlecell.scm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100755 run_singlecell.sh diff --git a/run_singlecell.sh b/run_singlecell.sh new file mode 100755 index 0000000..a3b9356 --- /dev/null +++ b/run_singlecell.sh @@ -0,0 +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' diff --git a/shepherd/init.d/singlecell.scm b/shepherd/init.d/singlecell.scm index 5492e31..ace30e3 100644 --- a/shepherd/init.d/singlecell.scm +++ b/shepherd/init.d/singlecell.scm @@ -1,4 +1,4 @@ -(define rn6app +(define singlecell (make #:provides '(singlecell) #:docstring "Run Single Cell R-Shiny app" -- cgit v1.2.3