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

add dockerfile v1.0.3

parent 234086ab
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.2/HTRfit-v1.0.2.tar && \
tar -xf /HTRfit-v1.0.2.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.2', 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