Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,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/