From 7d94ee508bc6ee7fb9ab18227afb5f4bb72c12b4 Mon Sep 17 00:00:00 2001 From: Jaclyn Taroni Date: Fri, 1 Nov 2019 16:51:46 -0400 Subject: [PATCH] reshape2 should be on the image --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 50aa9438d6..17db5e81d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,8 +102,6 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \ MASS \ GGally -# Required for summarizing the RNA-seq matrices -RUN Rscript -e "install.packages('reshape2')" #### Please install your dependencies here #### Add a comment to indicate what analysis it is required for