Skip to content

Commit 9d63211

Browse files
committed
Updated Dockerfile
1 parent 079b765 commit 9d63211

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ RUN apt-get update && apt-get install -yq \
55
libhdf5-dev libnetcdf-dev build-essential libgd-dev libbz2-dev libudunits2-dev libproj-dev libgdal-dev \
66
texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra
77

8-
RUN Rscript -e 'install.packages(c("devtools", "tidyverse", "ggrepel", "httr", "rjson", "mvtnorm", "tmvtnorm","impute", \
9-
"pcaMethods", "imputeLCMD", "plotly", "DT", "BiocManager","testthat", "RColorBrewer", "shiny","shinyalert","shinydashboard", \
10-
"shinyjs", "svglite", "rhandsontable", "shinyBS", "shinyWidgets", "ggVennDiagram", "shinycssloaders"), dependencies=TRUE)'
8+
RUN Rscript -e 'install.packages(c("devtools", "tidyverse", "ggrepel", "httr", "rjson", "mvtnorm", "tmvtnorm", \
9+
"imputeLCMD", "plotly", "DT", "BiocManager","testthat", "RColorBrewer", "shiny","shinyalert","shinydashboard", \
10+
"shinyjs", "svglite", "rhandsontable", "shinyBS", "shinyWidgets", "ggVennDiagram", "shinycssloaders","shiny.info"), dependencies=TRUE)'
1111

1212
#FROM bioconductor/bioconductor_docker:RELEASE_3_15
13-
RUN Rscript -e 'BiocManager::install(pkgs=c("DEP", "SummarizedExperiment", "limma", "ComplexHeatmap"), ask=F, dependencies=TRUE)'
13+
RUN Rscript -e 'BiocManager::install(pkgs=c("DEP", "SummarizedExperiment", "limma", "ComplexHeatmap","pcaMethods","impute"), ask=F, dependencies=TRUE)'
1414

1515
COPY ./ /srv/shiny-server/lfq-analyst
1616
COPY shiny-server.conf /etc/shiny-server/shiny-server.conf

global.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ source("R/volcano_function.R")
2020
source("R/tests.R")
2121
source("R/demo_functions.R")
2222
source("R/enrichment_functions.R")
23-
VERSION <- "1.2.2"
23+
VERSION <- "v1.2.2"
2424

2525

2626

0 commit comments

Comments
 (0)