c-guzman/csrna:latest

$ singularity pull shub://c-guzman/csrna:latest

Singularity Recipe

From:nfcore/base
Bootstrap:docker

%labels
    MAINTAINER Carlos Guzman
    DESCRIPTION Singularity image containing all reqs for the c-guzman/csrna heinzlab pipeline
    VERSION 1.0dev

%environment
    PATH=/opt/conda/envs/nf-core-csrna-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/c-guzman-csrna-latest
collection name c-guzman/csrna
branch master
tag latest
commit 5e39b92d7910609f2d3fdbf9864017205fa908f6
version (container hash) c588338616bd1eee56d699ab458b7270
build date 2019-12-12T17:18:25.547Z
size (MB) 3108
size (bytes) 955097119
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.