Browse code

adopted package path

veitveit authored on 11/11/2024 14:30:36
Showing 1 changed files

... ...
@@ -1,4 +1,4 @@
1
-FROM rocker/shiny:4.2.2
1
+FROM rocker/shiny:4.4.2
2 2
 LABEL maintainer="Veit Schwaemmle <[email protected]>"
3 3
 LABEL description="Docker image of VSClust implementation on top of shiny-server. The number of to-be-installed R packages requires patience when building this image."
4 4
 
... ...
@@ -9,7 +9,7 @@ RUN R -e "install.packages(c('BiocManager','remotes'), repos='http://cran.us.r-p
9 9
   update.packages(ask=F);" 
10 10
 #  BiocManager::install(c('BiocManager', 'devtools', 'RJDBC', 'dplyr', 'plotly', 'RPostgreSQL','rJava', 'lubridate', 'DT'),ask=F)"
11 11
 
12
-RUN R -e "BiocManager::install('veitveit/vsclust')"
12
+RUN R -e "BiocManager::install('computproteomics/vsclust')"
13 13
 RUN R -e "library(BiocManager); BiocManager::install(c('genefilter', 'Rcpp',  'clusterProfiler','qvalue','limma','matrixStats','yaml','shinyjs','shinythemes','graph', 'GOstats', 'Category', 'RBGL',\
14 14
                                                        'DT', 'RJDBC','dplyr','plotly','RPostgreSQL','lubridate'),ask=F, force=T)"
15 15
 RUN R -e "install.packages('rJava')"