kerimoff/qtlmap:latest

$ singularity pull shub://kerimoff/qtlmap:latest

Singularity Recipe

From:nfcore/base
Bootstrap:docker

%labels
    MAINTAINER Nurlan Kerimov
    DESCRIPTION Singularity image containing all requirements for the nf-core/qtlmap pipeline
    VERSION 1.0dev

%environment
    PATH=/opt/conda/envs/nf-core-qtlmap-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/kerimoff-qtlmap-latest
collection name kerimoff/qtlmap
branch master
tag latest
commit 8e6b19fb2a643a416d31f00cf83fd4f6d1c000e6
version (container hash) 7ab535b87cdb973dc3a61fba0c56a968
build date 2019-04-28T09:30:56.233Z
size (MB) 1825
size (bytes) 685445151
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.