nf-core/chipseq:latest

$ singularity pull shub://nf-core/chipseq: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/chipseq pipeline
    VERSION 1.0dev

%environment
    PATH=/opt/conda/envs/nf-core-chipseq-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/nf-core-chipseq-latest
collection name nf-core/chipseq
branch master
tag latest
commit c0ea0128ebed5fd3bc9a50c738ea1427f627cbba
version (container hash) d28b39ef0cee4c0eeb602a32a9a9e02f
build date 2021-04-13T16:13:37.727Z
size (MB) 5240
size (bytes) 2677264415
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.