marchoeppner/exome-seq:latest

$ singularity pull shub://marchoeppner/exome-seq:latest

Singularity Recipe

Bootstrap:docker
From:continuumio/anaconda

%labels
    MAINTAINER Marc Hoeppner <m.hoeppner@ikmb.uni-kiel.de>
    DESCRIPTION Singularity image containing all requirements for the exome-seq pipeline
    VERSION 1.0

%environment
    PATH=/opt/conda/envs/exome-seq-1.0/bin:$PATH
    export PATH

%files
    environment.yml /

%post

    /opt/conda/bin/conda env create -f /environment.yml
    /opt/conda/bin/conda clean -a

    mkdir -p /ifs
    apt-get -y install procps

Collection


View on Datalad

Metrics

key value
id /containers/marchoeppner-exome-seq-latest
collection name marchoeppner/exome-seq
branch master
tag latest
commit 598b67c8ec994704ea32ae336cb77d69e9e16736
version (container hash) 72726214d4161589b9933dedf0fe5175
build date 2019-04-03T10:00:06.836Z
size (MB) 5225
size (bytes) 1817653279
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.