diff options
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" |