Skip to content
Snippets Groups Projects
Commit d2c25986 authored by Arnaud Duvermy's avatar Arnaud Duvermy
Browse files

update dockerfile

parent e4331f7c
Branches
Tags
No related merge requests found
......@@ -6,9 +6,9 @@ RUN apt-get -y update && \
COPY HTRfit_v2.0.0-beta.tar.gz /HTRfit_v2.0.0-beta.tar.gz
RUN R -e "install.packages(c('car', 'parallel', 'data.table', 'ggplot2', 'gridExtra', 'glmmTMB', 'magrittr', 'MASS', 'reshape2', 'rlang', 'stats', 'utils', 'BiocManager'))"
RUN R -e "install.packages(c('parallel', 'data.table', 'ggplot2', 'gridExtra', 'glmmTMB', 'magrittr', 'MASS', 'reshape2', 'rlang', 'stats', 'utils', 'BiocManager', 'car'))"
RUN R -e "BiocManager::install('S4Vectors', update = FALSE)"
RUN R -e "BiocManager::install('S4Vectors', update = FALSE)"
RUN R -e "BiocManager::install('DESeq2', update = FALSE)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment