diff options
author | Efraim Flashner | 2020-03-08 12:25:32 +0000 |
---|---|---|
committer | Shepherd | 2020-03-08 12:33:30 +0000 |
commit | 0fbec4fc2763b1ef0c9c202f4372c78c675e9475 (patch) | |
tree | c65e86aba7895bb7c6dd6516844f46054f55494a | |
parent | 18f77179e74ea28a0eb2c9527350627e00a11139 (diff) | |
download | gn-shepherd-services-0fbec4fc2763b1ef0c9c202f4372c78c675e9475.tar.gz |
shepherd: fix singlecellrshiny
-rwxr-xr-x | run_singlecell.sh | 2 | ||||
-rw-r--r-- | shepherd/init.d/singlecell.scm | 2 |
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" |