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 /shepherd | |
parent | 18f77179e74ea28a0eb2c9527350627e00a11139 (diff) | |
download | gn-shepherd-services-0fbec4fc2763b1ef0c9c202f4372c78c675e9475.tar.gz |
shepherd: fix singlecellrshiny
Diffstat (limited to 'shepherd')
-rw-r--r-- | shepherd/init.d/singlecell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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" |