aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_singlecell.sh2
-rw-r--r--shepherd/init.d/singlecell.scm2
2 files changed, 3 insertions, 1 deletions
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 <service>
#:provides '(singlecell)
#:docstring "Run Single Cell R-Shiny app"