Skip to content

Commit 476d31d

Browse files
authored
Update Dockerfile
1 parent 2b87b8b commit 476d31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dea/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ RUN R -e 'install.packages("stringr", repos="https://packagemanager.rstudio.com/
4646
RUN R -e 'install.packages("BiocManager")'
4747
RUN R -e 'BiocManager::install("scuttle")'
4848
RUN R -e 'BiocManager::install("BiocSingular")'
49-
RUN R -e 'BiocManager::install("ggtree")'
5049
RUN R -e 'BiocManager::install("MAST")'
5150

5251
RUN R -e 'install.packages("devtools")'
5352
RUN R -e 'remotes::install_github("ChristophH/gplots")'
53+
RUN R -e 'devtools::install_github("YuLab-SMU/ggtree")'
5454
RUN R -e 'devtools::install_github("XiaoLuo-boy/ggheatmap")'
5555

5656
# Set the working directory

0 commit comments

Comments
 (0)