simozhou/epi-awesome:latest

$ singularity pull shub://simozhou/epi-awesome:latest

Singularity Recipe

From:nfcore/base
Bootstrap:docker

%labels
    MAINTAINER Simone Procaccia
    DESCRIPTION Singularity image containing all requirements for the nf-core/epiawesome pipeline
    VERSION 1.0dev

%environment
    PATH=/opt/conda/envs/nf-core-epiawesome-1.0dev/bin:$PATH
    export PATH

%files
    environment.yml /

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

Collection


View on Datalad

Metrics

key value
id /containers/simozhou-epi-awesome-latest
collection name simozhou/epi-awesome
branch master
tag latest
commit 0d4dcc344631694f18264ec9f8af4bb91f6dbe58
version (container hash) 07c88f8eb085085f94dc6b5b28a27198
build date 2019-04-04T12:23:52.027Z
size (MB) 1827
size (bytes) 687173663
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.