ikmb/teaching-med-assembly:latest

$ singularity pull shub://ikmb/teaching-med-assembly:latest

Singularity Recipe

Bootstrap:docker
From:continuumio/miniconda2

%labels
    MAINTAINER Marc Hoeppner <m.hoeppner@ikmb.uni-kiel.de>
    DESCRIPTION Singularity image containing all requirements for the assembly exercise in the MSc course
    VERSION 2020

%environment
    PATH=/opt/conda/envs/teaching-assembly-2020/bin:/opt/bin:$PATH
    export PATH

%files
    environment.yml /
    FastaStat.pl /

%post

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

    mkdir -p /opt/bin
    mv /FastaStat.pl /opt/bin
    chmod +x /opt/bin/FastaStat.pl

Collection


View on Datalad

Metrics

key value
id /containers/ikmb-teaching-med-assembly-latest
collection name ikmb/teaching-med-assembly
branch main
tag latest
commit 84e93a05017887417da38a5aadb462de57207ef9
version (container hash) 140a2bbcf55244ad047afb62e4c2afe6
build date 2020-11-30T08:27:34.281Z
size (MB) 3090.0
size (bytes) 1092825119
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.