marchoeppner/wgs-calling:latest

$ singularity pull shub://marchoeppner/wgs-calling: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 wgs pipeline
    VERSION 1.0

%environment
    PATH=/opt/conda/envs/wgs-calling-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

# Prereqs for Nextflow
apt-get -y install procps 

# Create mount point for RZCluster
mkdir -p /ifs

Collection


View on Datalad

Metrics

key value
id /containers/marchoeppner-wgs-calling-latest
collection name marchoeppner/wgs-calling
branch master
tag latest
commit d11836053e2f539edb07c5cbfa1de6c6d3045d20
version (container hash) 912605b31295b65cb21c3cdb4381c2ba
build date 2019-04-17T14:28:05.078Z
size (MB) 4425
size (bytes) 1574207519
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.