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

dockerfile v1.0.1

parent 009332cc
No related branches found
No related tags found
No related merge requests found
FROM r-base:4.3.1
RUN apt-get -y update && \
apt-get -y install cmake libxml2-dev libcurl4-gnutls-dev
RUN wget http://gitbio.ens-lyon.fr/aduvermy/HTRfit/-/archive/v1.0.1/HTRfit-v1.0.1.tar && \
tar -xf /HTRfit-v1.0.1.tar && \
R -e "install.packages(c('car', 'parallel', 'data.table', 'ggplot2', 'gridExtra', 'glmmTMB', 'magrittr', 'MASS', 'plotROC', 'reshape2', 'rlang', 'stats', 'utils', 'BiocManager'))" && \
R -e "BiocManager::install('S4Vectors', update = FALSE)" && \
R -e "BiocManager::install('DESeq2', update = FALSE)" && \
R -e "install.packages('/HTRfit-v1.0.1', repos = NULL, type='source')"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment