Skip to content
Snippets Groups Projects
Commit 6efab19f authored by Dominik Brilhaus's avatar Dominik Brilhaus
Browse files

try building deseq2 docker

parent b9409528
No related branches found
No related tags found
1 merge request!4fix docker
Pipeline #4992 passed
FROM quay.io/biocontainers/bioconductor-deseq2:1.42.0--r43hf17093f_2 FROM rstudio/r-base:4.3-jammy
# Since our base image is an R docker base we will use BiocManager install
RUN apt-get update && \ RUN apt-get update && \
R -e "install.packages(c('BiocManager'), repos='https://cloud.r-project.org/');BiocManager::install('tximport')" && \ R -e "install.packages(c('BiocManager'), repos='https://cloud.r-project.org/'); BiocManager::install('DESeq2'); BiocManager::install('tximport'); BiocManager::install('rhdf5'); \\" && \
apt-get clean -y apt-get clean -y
\ No newline at end of file
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