# HG changeset patch # User mvdbeek # Date 1417567678 -3600 # Node ID 477eac6c4ceaaba3b73bdf10de444c62c3a3944a # Parent 5b930e77b1f36a2677e708ec6bfd86d767501a4e Fix bioconductor package installation. diff -r 5b930e77b1f3 -r 477eac6c4cea Dockerfile --- a/Dockerfile Wed Dec 03 00:26:43 2014 +0100 +++ b/Dockerfile Wed Dec 03 01:47:58 2014 +0100 @@ -25,7 +25,7 @@ RUN pip install numpy pysam tornado matplotlib pip pandas ipython rpy2 -RUN Rscript -e 'source("http://bioconductor.org/biocLite.R"); biocLite("DESeq", "DESeq2", "edgeR", "EDASeq")' +RUN Rscript -e 'source("http://bioconductor.org/biocLite.R"); biocLite(c("DESeq", "DESeq2", "edgeR", "EDASeq"))' RUN Rscript -e 'install.packages(c("latticeExtra", "ggplot2", "reshape", "gridExtra"), dependencies=TRUE, repos="http://cran.us.r-project.org")' #add galaxy user (could be any username).