qbicsoftware/rnaseq-power-cli:0.3.2

$ singularity pull shub://qbicsoftware/rnaseq-power-cli:0.3.2

Singularity Recipe

From:nfcore/base
Bootstrap:docker

%labels
    MAINTAINER Andreas Friedrich <andreas.friedrich@qbic.uni-tuebingen.de>
    DESCRIPTION Singularity image containing all requirements for the rnaseq samplesize app
    VERSION 0.3.2

%environment
    PATH=/opt/conda/envs/rnaseqsamplesize-1.0/bin:$PATH
    export PATH

%files
    environment.yml 
    script.py /
    sample_size_matrix.R /
    power_matrix.R /
    postman-cli-0.3.0-custom.jar /

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

%runscript
    exec python /script.py "$@"

Collection


View on Datalad

Metrics

key value
id /containers/qbicsoftware-rnaseq-power-cli-0.3.2
collection name qbicsoftware/rnaseq-power-cli
branch development
tag 0.3.2
commit ef88e86fb57154c603470914a70803080c80078e
version (container hash) 0bf87b2a6bc1e7427daf81c8bcdf6009
build date 2019-02-12T21:37:57.888Z
size (MB) 2216
size (bytes) 727576607
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.