Skip to content

Commit 0925512

Browse files
authored
Update Dockerfile
1 parent 476d31d commit 0925512

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dea/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ RUN R -e 'install.packages("BiocManager")'
4747
RUN R -e 'BiocManager::install("scuttle")'
4848
RUN R -e 'BiocManager::install("BiocSingular")'
4949
RUN R -e 'BiocManager::install("MAST")'
50+
RUN R -e 'BiocManager::install(version = "3.2")'
51+
RUN R -e 'BiocManager::install("ggtree")'
5052

5153
RUN R -e 'install.packages("devtools")'
5254
RUN R -e 'remotes::install_github("ChristophH/gplots")'
53-
RUN R -e 'devtools::install_github("YuLab-SMU/ggtree")'
5455
RUN R -e 'devtools::install_github("XiaoLuo-boy/ggheatmap")'
5556

5657
# Set the working directory

0 commit comments

Comments
 (0)