marchoeppner/LaMeta:latest

$ singularity pull shub://marchoeppner/LaMeta:latest

Singularity Recipe

Bootstrap:docker
From:continuumio/anaconda

%labels
    MAINTAINER Marc Hoeppner <m.hoeppner@ikmb.uni-kiel.de>
    DESCRIPTION Singularity image containing all requirements for the LaMeta pipeline
    VERSION 1.0

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

%files
    environment.yml /

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

    mkdir -p /ifs
    apt-get -y install procps

Collection


View on Datalad

Metrics

key value
id /containers/marchoeppner-LaMeta-latest
collection name marchoeppner/LaMeta
branch master
tag latest
commit 24ad29585cc078faf407e6c9549b50e9c653efac
version (container hash) cbecae8b21683ea9820afa1e2f28aff7
build date 2019-07-31T13:04:15.555Z
size (MB) 6629.0
size (bytes) 1558347807
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.