view dockerfiles/r-bioperl-python/Dockerfile @ 9:77dca93454b7 draft

planemo upload for repository https://github.com/mvdbeek/docker_scriptrunner/ commit 40d6cb5308a36b00495fd6072d867ed2c5a37b3c
author mvdbeek
date Sat, 09 Jul 2016 05:07:15 -0400
parents e1f5be390bc3
children ed7cf3f35799
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

USER galaxy
RUN bash -c ". activate default && \
    conda install -y ncurses biopython perl-bioperl bedtools bioconductor-deseq2 bioconductor-edger numpy scipy"
USER root
RUN chown -R galaxy:users /home/galaxy && chmod g=rwx /home/galaxy