kerimoff/featurecounts_qc:latest

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

Singularity Recipe

From:nfcore/base
Bootstrap:docker

%labels
    MAINTAINER Nurlan Kerimov
    DESCRIPTION Singularity image containing all requirements for featureCounts QC steps
    VERSION 1.0dev

%environment
    PATH=/opt/conda/envs/feature_counts_qc/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-featurecounts_qc-latest
collection name kerimoff/featurecounts_qc
branch master
tag latest
commit b9a7ebb6534eccc20b1cf7a866167e405e2f2158
version (container hash) 51e09b768cca5c7b925adee275fa0e80
build date 2019-05-01T22:22:28.889Z
size (MB) 1860
size (bytes) 603545631
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.