forked from jimmyliu1326/SamnSero_Nextflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile
More file actions
31 lines (27 loc) · 933 Bytes
/
Dockerfile
File metadata and controls
31 lines (27 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
FROM rocker/r-ver:4.1.3
RUN apt-get update -y && \
apt-get install -y libcairo2-dev \
libxt-dev \
pandoc && \
rm -rf /var/lib/apt/lists/*
RUN R -e "install.packages(c( \
'dplyr', 'tidyr', \
'tibble', 'ggplot2', \
'purrr', 'data.table', \
'knitr', 'BiocManager', \
'plotly', 'bit64', \
'RColorBrewer', 'stringr', \
'Cairo', 'scales', \
'scales', 'jsonlite', \
'htmltools', \
'crosstalk', 'remotes'))" \
&& R -e "remotes::install_github('jokergoo/circlize')" \
&& R -e "remotes::install_github(c( \
'jokergoo/ComplexHeatmap', \
'glin/reactable', \
'rstudio/rmarkdown@v2.18', \
'rstudio/fontawesome@v0.5.1', \
'ropensci/iheatmapr'))"
ADD R/ /R/
RUN chmod 777 -R /R \
&& cp -p /R/src/*.R /usr/bin/