DoaneAS/Sarek:latest

$ singularity pull shub://DoaneAS/Sarek:latest

Singularity Recipe

From:nfcore/base
Bootstrap:docker

%labels
    MAINTAINER Maxime Garcia <maxime.garcia@scilifelab.se>
    DESCRIPTION Singularity image containing all requirements for the Sarek pipeline
    VERSION 2.3

%environment
    PATH=/opt/conda/envs/sarek-2.3/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/DoaneAS-Sarek-latest
collection name DoaneAS/Sarek
branch master
tag latest
commit 7f7f2c263377a0885fad7f59b9d832f3e8820488
version (container hash) 295b0ad38e10f57922506ccdd7922ba0
build date 2019-08-06T00:48:34.040Z
size (MB) 3072.0
size (bytes) 1160949791
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.