Mercurial > repos > mvdbeek > docker_scriptrunner
comparison dockerfiles/r-bioperl-python/Dockerfile @ 10:ed7cf3f35799 draft
planemo upload for repository https://github.com/mvdbeek/docker_scriptrunner/ commit d8d8e8e063698813c9eb646e0df7d93118fd0520
author | mvdbeek |
---|---|
date | Sat, 09 Jul 2016 07:12:40 -0400 |
parents | 77dca93454b7 |
children | cf6e2bba9714 |
comparison
equal
deleted
inserted
replaced
9:77dca93454b7 | 10:ed7cf3f35799 |
---|---|
5 | 5 |
6 FROM mvdbeek/scriptrunner | 6 FROM mvdbeek/scriptrunner |
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 galaxy | |
11 RUN bash -c ". activate default && \ | |
12 conda install -y ncurses biopython perl-bioperl bedtools bioconductor-deseq2 bioconductor-edger numpy scipy" | |
13 USER root | 10 USER root |
14 RUN chown -R galaxy:users /home/galaxy && chmod g=rwx /home/galaxy | 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"' && \ | |
13 chown -R galaxy:users /home/galaxy && chmod g=rwx /home/galaxy |