DoaneAS/chipseq:latest

$ singularity pull shub://DoaneAS/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/nfcore-chipseq-1.4dev/bin:$PATH
    export PATH
    
%files
    environment.yml /

%post
    git clone https://github.com/nf-core/chipseq.git
    /opt/conda/bin/conda env create -f chipseq/environment.yml
    /opt/conda/bin/conda clean -a

Collection


View on Datalad

Metrics

key value
id /containers/DoaneAS-chipseq-latest
collection name DoaneAS/chipseq
branch master
tag latest
commit 520cef50801bc953487691624e768cee1ca27029
version (container hash) 1926e5587ee2fe96ff250aea199cca0f
build date 2019-01-08T20:58:21.603Z
size (MB) 5859
size (bytes) 2743910431
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.