view dockerfiles/r-bioperl-python/Dockerfile @ 2:813b55d27809 draft

planemo upload for repository https://github.com/mvdbeek/docker_scriptrunner/ commit 00001c5d9561808c683a757bca91df6a1ba0f0b3
author mvdbeek
date Fri, 08 Jul 2016 15:49:28 -0400
parents b6211faea403
children e1f5be390bc3
line wrap: on
line source

# Script runner base image
#
# VERSION       0.3
# This Dockerfile is the base system for executing scripts with the docker scriptrunner.

FROM mvdbeek/scriptrunner

MAINTAINER Marius van den Beek, m.vandenbeek@gmail.com

RUN bash -c ". activate default && \
    conda install -y ncurses biopython perl-bioperl bedtools bioconductor-deseq2 bioconductor-edger numpy scipy"
CMD /bin/bash -c ". activate default && exec /bin/bash"