bozmik/singularity_image:latest

$ singularity pull shub://bozmik/singularity_image:latest

Singularity Recipe

Bootstrap: docker
From: nfcore/base


%environment

    PATH=/opt/conda/envs/bozmik-singularity_image/bin:$PATH
    export PATH


%files
    environment.yml 

%post

    alias conda="/opt/conda/bin/conda"
    conda config --add channels conda-forge
    conda config --add channels bioconda
    conda install -y \
       spotyping=2.1
    conda clean --tarballs --index-cache --source-cache
    apt-get update && apt-get install -y procps

    /opt/conda/bin/conda env create -f /environment.yml
    /opt/conda/bin/conda clean -a

Collection


View on Datalad

Metrics

key value
id /containers/bozmik-singularity_image-latest
collection name bozmik/singularity_image
branch master
tag latest
commit 0ad7d5b9380aef7f4b16fe401b9d4389b6f53f9c
version (container hash) 7d9139794322f73dd204d0baaba472ea
build date 2019-03-18T01:49:47.084Z
size (MB) 3562
size (bytes) 1270370335
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.