nf-core/eager:latest

$ singularity pull shub://nf-core/eager:latest

Singularity Recipe

From:nfcore/base
Bootstrap:docker

%labels
    MAINTAINER Alexander Peltzer <alexander.peltzer@qbic.uni-tuebingen.de>
    DESCRIPTION Container image containing all requirements for the nf-core/eager pipeline
    VERSION 2.0.2

%environment
    PATH=/opt/conda/envs/nf-core-eager-2.0.2/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/nf-core-eager-latest
collection name nf-core/eager
branch master
tag latest
commit c44b88110d7daba8b51c6a0aca96be74b30d8afd
version (container hash) d940c96d4ea92436e80c27f0e4dd4d12
build date 2020-09-03T14:06:50.889Z
size (MB) 3605
size (bytes) 1400860703
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.