diff dockerfiles/r-bioperl-python/Dockerfile @ 14:5a3652633289 draft default tip

planemo upload for repository https://github.com/mvdbeek/docker_scriptrunner/ commit dded837d19aeb3f06b84e5076282cedeeaf713fa
author mvdbeek
date Sun, 22 Jul 2018 13:37:34 -0400
parents cf6e2bba9714
children
line wrap: on
line diff
--- a/dockerfiles/r-bioperl-python/Dockerfile	Sat Jul 09 11:53:51 2016 -0400
+++ b/dockerfiles/r-bioperl-python/Dockerfile	Sun Jul 22 13:37:34 2018 -0400
@@ -9,5 +9,5 @@
 
 USER root
 RUN su - galaxy -c 'bash -c ". /home/galaxy/conda/bin/activate default && \
-    conda install -y ncurses biopython perl-bioperl bedtools bioconductor-deseq2 bioconductor-edger numpy scipy"' && \
+    conda install -y ncurses biopython perl-bioperl bedtools bioconductor-deseq2 bioconductor-edger numpy scipy r-reshape"' && \
     chown -R galaxy:users /home/galaxy && chmod g=rwx /home/galaxy