Skip to content

Commit

Permalink
Added patched maftools
Browse files Browse the repository at this point in the history
lollipoPlot needed some love.
  • Loading branch information
MarcSaric committed Jan 3, 2021
1 parent 8b27bbe commit 83e0403
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion maftools-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ RUN R -e 'install.packages(c("mclust"), repo = "https://cloud.r-project.org")'

# Add maftools manually
# https://www.bioconductor.org/packages/release/bioc/html/maftools.html
RUN R -e 'if (!require("BiocManager")) install.packages("BiocManager");BiocManager::install(c("maftools"))'
RUN R -e 'if (!require("BiocManager")) install.packages("BiocManager");BiocManager::install(pkgs = c("maftools"))'

RUN echo "Hi"
# Try to overwrite it
RUN R -e 'library(devtools);install_github("MarcSaric/maftools")'

0 comments on commit 83e0403

Please sign in to comment.