forked from BadDNA/baddna.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile
More file actions
21 lines (16 loc) · 697 Bytes
/
Dockerfile
File metadata and controls
21 lines (16 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
FROM rocker/ropensci:latest
FROM bioconductor/bioconductor_docker:devel
RUN wget https://cran.r-project.org/src/contrib/Archive/nlme/nlme_3.1-123.tar.gz
RUN R CMD INSTALL nlme_3.1-123.tar.gz
RUN wget https://cran.r-project.org/src/contrib/Archive/Matrix/Matrix_1.2-17.tar.gz
RUN R CMD INSTALL Matrix_1.2-17.tar.gz
RUN install2.r openssl
RUN install2.r swirl
RUN install2.r --error \
hdf5r \
## from bioconductor
&& R -e "BiocManager::install('rhdf5', update=FALSE, ask=FALSE)"
#Installs Qiime2 Package
RUN installGithub.r jbisanz/qiime2R
# To add data, create a seperate data.dat file in your working directory and run the line below without the '#'
# ADD data.dat /home/rstudio/