Mercurial > repos > mvdbeek > docker_scriptrunner
comparison dockerfiles/r-bioperl-python/Dockerfile @ 3:e1f5be390bc3 draft
planemo upload for repository https://github.com/mvdbeek/docker_scriptrunner/ commit a0b1360bc3e6b97f793caa1e6d60d8864308ee83
author | mvdbeek |
---|---|
date | Fri, 08 Jul 2016 17:09:50 -0400 |
parents | b6211faea403 |
children | 77dca93454b7 |
comparison
equal
deleted
inserted
replaced
2:813b55d27809 | 3:e1f5be390bc3 |
---|---|
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 | |
10 RUN bash -c ". activate default && \ | 11 RUN bash -c ". activate default && \ |
11 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" |
12 CMD /bin/bash -c ". activate default && exec /bin/bash" | 13 USER root |