We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061d685 commit 7335f85Copy full SHA for 7335f85
extensions/galaxy/Dockerfile
@@ -3,7 +3,7 @@ ARG TAG=RELEASE_3_21
3
4
FROM ${BASE_IMAGE}:${TAG}
5
RUN apt update -y && apt install -y net-tools python3-bioblend nginx && \
6
- Rscript -e 'BiocManager::install(c("Biobase", "BiocGenerics", "Biostrings", "cummeRbund", "DESeq2", "dplyr", "edgeR", "GenomeInfoDb", "ggplot2", "ggvis", "Gviz", "hexylena/rGalaxyConnector", "IRanges", "limma", "RCurl", "reshape2", "Rgraphviz", "RODBC", "Rsamtools", "S4Vectors", "shiny", "SummarizedExperiment", "tidyr", "XML"))' && \
+ Rscript -e 'BiocManager::install(c("Biobase", "BiocGenerics", "Biostrings", "cummeRbund", "DESeq2", "dplyr", "edgeR", "GenomeInfoDb", "ggplot2", "ggvis", "Gviz", "hexylena/rGalaxyConnector", "impute", "IRanges", "limma", "RCurl", "reshape2", "Rgraphviz", "RODBC", "Rsamtools", "S4Vectors", "shiny", "SummarizedExperiment", "tidyr", "XML"))' && \
7
pip3 install galaxy-ie-helpers --break-system-packages && \
8
chown -R rstudio:rstudio /usr/local/lib/R/library && \
9
chown -R rstudio:rstudio /usr/local/lib/R/doc && \
0 commit comments