ohsu-cedar-comp-hub/Bulk-RNA-seq-pipeline-SE:glimma_env

$ singularity pull shub://ohsu-cedar-comp-hub/Bulk-RNA-seq-pipeline-SE:glimma_env

Singularity Recipe

Bootstrap: docker

From: continuumio/miniconda3

%files
    glimma_env.yaml

%environment
    PATH=/opt/conda/envs/$(head -1 glimma_env.yaml | cut -d' ' -f2)/bin:$PATH

%post
    echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc
    echo "source activate $(head -1 glimma_env.yaml | cut -d' ' -f2)" > ~/.bashrc
    /opt/conda/bin/conda env create -f glimma_env.yaml

%runscript
    exec /bin/bash

Collection


View on Datalad

Metrics

key value
id /containers/ohsu-cedar-comp-hub-Bulk-RNA-seq-pipeline-SE-glimma_env
collection name ohsu-cedar-comp-hub/Bulk-RNA-seq-pipeline-SE
branch master
tag glimma_env
commit 6cf58e9d84080805a3beaf08bca0e547abe6152c
version (container hash) 460ca1f402e574ffc79e7c5dbb217b98
build date 2019-05-28T18:44:44.570Z
size (MB) 2149
size (bytes) 961736735
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.