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 476d31d commit 0925512Copy full SHA for 0925512
dea/Dockerfile
@@ -47,10 +47,11 @@ RUN R -e 'install.packages("BiocManager")'
47
RUN R -e 'BiocManager::install("scuttle")'
48
RUN R -e 'BiocManager::install("BiocSingular")'
49
RUN R -e 'BiocManager::install("MAST")'
50
+RUN R -e 'BiocManager::install(version = "3.2")'
51
+RUN R -e 'BiocManager::install("ggtree")'
52
53
RUN R -e 'install.packages("devtools")'
54
RUN R -e 'remotes::install_github("ChristophH/gplots")'
-RUN R -e 'devtools::install_github("YuLab-SMU/ggtree")'
55
RUN R -e 'devtools::install_github("XiaoLuo-boy/ggheatmap")'
56
57
# Set the working directory
0 commit comments