Skip to content

Commit

Permalink
returned fgsea back to BiocManager::install list
Browse files Browse the repository at this point in the history
  • Loading branch information
favorov committed Dec 30, 2024
1 parent e39f2a0 commit 62f623a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN sudo apt-get update -y && \

#packages below didn't install with devtools::install_deps, needed BiocManager;
#it is already installed in rocker/tidyverse:4
RUN Rscript -e 'BiocManager::install(c("S4Vectors", "SingleCellExperiment", "SummarizedExperiment", "rhdf5"),ask=FALSE)'
RUN Rscript -e 'BiocManager::install(c("S4Vectors", "SingleCellExperiment", "SummarizedExperiment", "rhdf5", "fgsea"),ask=FALSE)'

#install all other dependencies
RUN Rscript -e 'devtools::install_deps(".", dependencies=TRUE, upgrade=always)'
Expand Down

0 comments on commit 62f623a

Please sign in to comment.