view dockerfiles/r-bioperl-python/Dockerfile @ 12:81f85bafcc7c draft

planemo upload for repository https://github.com/mvdbeek/docker_scriptrunner/ commit 739faba56fcd51c6c558250fd06b5c51e3fc3e74
author mvdbeek
date Sat, 09 Jul 2016 09:41:16 -0400
parents ed7cf3f35799
children cf6e2bba9714
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 root
RUN su - galaxy -c 'bash -c ". /home/galaxy/conda/bin/activate default && \
    conda install -y ncurses biopython perl-bioperl bedtools bioconductor-deseq2 bioconductor-edger numpy scipy"' && \
    chown -R galaxy:users /home/galaxy && chmod g=rwx /home/galaxy