c-guzman/chip:latest

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

Singularity Recipe

From:nfcore/base
Bootstrap:docker

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

%environment
    PATH=/opt/conda/envs/nf-core-chip-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-chip-latest
collection name c-guzman/chip
branch master
tag latest
commit b3eb61aa1a7e7deebf45f11cd5a73a2f39e73777
version (container hash) b4d8b9283299f2da690b5c3afc94675e
build date 2020-11-11T02:28:56.533Z
size (MB) 3240
size (bytes) 1072046111
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.