Mercurial > repos > mvdbeek > docker_scriptrunner
comparison 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 |
comparison
equal
deleted
inserted
replaced
13:cf6e2bba9714 | 14:5a3652633289 |
---|---|
7 | 7 |
8 MAINTAINER Marius van den Beek, m.vandenbeek@gmail.com | 8 MAINTAINER Marius van den Beek, m.vandenbeek@gmail.com |
9 | 9 |
10 USER root | 10 USER root |
11 RUN su - galaxy -c 'bash -c ". /home/galaxy/conda/bin/activate default && \ | 11 RUN su - galaxy -c 'bash -c ". /home/galaxy/conda/bin/activate default && \ |
12 conda install -y ncurses biopython perl-bioperl bedtools bioconductor-deseq2 bioconductor-edger numpy scipy"' && \ | 12 conda install -y ncurses biopython perl-bioperl bedtools bioconductor-deseq2 bioconductor-edger numpy scipy r-reshape"' && \ |
13 chown -R galaxy:users /home/galaxy && chmod g=rwx /home/galaxy | 13 chown -R galaxy:users /home/galaxy && chmod g=rwx /home/galaxy |