Skip to content

Commit

Permalink
update Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-sannikov committed Oct 25, 2024
1 parent 49e9d2c commit 4b3a521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ RUN Rscript -e 'repos <- BiocManager::repositories(); \
# RUN Rscript -e 'install.packages(c("DT", "patchwork", "reticulate", "reshape", "shadowtext", "shadowtext", \
# "scater", "ggsignif", "stringr", "ggpubr", "GGally", "ggplot2", "knitr", "latex2exp", "UpSetR"))'

RUN Rscript -e 'install.packages(c("dplyr", "DT", "ggpubr", "ggsignif", "latex2exp", "patchwork", "shadowtext", "reticulate"))'
RUN Rscript -e 'install.packages(c("dplyr", "DT", "ggsignif", "latex2exp", "patchwork", "shadowtext", "reticulate"))'

# Install Bioconductor packages for case study
RUN R -e 'BiocManager::install(c("BiocStyle", "ComplexHeatmap", "MGnifyR", "mia", "miaViz", "MOFA2", "scater"))'

# Install HoloFoodR locally
RUN R -e 'devtools::install_local()'
RUN R -e 'devtools::install_local("/opt/pkg/")'

# Install mofapy2 for case study
# RUN python3 -m pip install 'https://github.com/bioFAM/mofapy2/tarball/master'
Expand Down

0 comments on commit 4b3a521

Please sign in to comment.