Skip to content
Snippets Groups Projects
Commit 97dc9a10 authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Fix astrocyte shiny load

parent eca513ec
1 merge request!4Fix astrocyte shiny load
Pipeline #3469 passed with stage
in 3 seconds
...@@ -81,7 +81,7 @@ workflow_parameters: [] ...@@ -81,7 +81,7 @@ workflow_parameters: []
# The workflow must publish all final output into $baseDir # The workflow must publish all final output into $baseDir
# Name of the R module that the vizapp will run against # Name of the R module that the vizapp will run against
vizapp_r_module: 'R/3.2.1-intel' vizapp_r_module: 'R/3.5.1-gccmkl'
# # List of any Bioconductor packages, not provided by the modules, that must be made # # List of any Bioconductor packages, not provided by the modules, that must be made
# available to the vizapp # available to the vizapp
...@@ -90,8 +90,9 @@ vizapp_bioc_packages: [] ...@@ -90,8 +90,9 @@ vizapp_bioc_packages: []
# List of any CRAN packages, not provided by the modules, that must be made # List of any CRAN packages, not provided by the modules, that must be made
# available to the vizapp # available to the vizapp
vizapp_cran_packages: vizapp_cran_packages:
- shiny - lazyeval
- ggplot2 - ggplot2
- shiny
- shinyjs - shinyjs
- survival - survival
- survminer - survminer
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment