bahlolab/nf-simseq-art:latest

$ singularity pull shub://bahlolab/nf-simseq-art:latest

Singularity Recipe

Bootstrap: docker
From: continuumio/miniconda3:latest

%labels
    MAINTAINER Jacob Munro
    AUTHOR Bahlo Lab
    DESCRIPTION container image with requirements for NGS sequence simulation using ART
    VERSION 0.0.2

%files
    environment.yml /

%post
    apt-get update && apt-get install -y procps
    /opt/conda/bin/conda env create -f /environment.yml
    /opt/conda/bin/conda clean --all -y

%environment
    export PATH="/opt/conda/envs/simseq-art/bin:/opt/conda/bin:$PATH"

Collection


View on Datalad

Metrics

key value
id /containers/bahlolab-nf-simseq-art-latest
collection name bahlolab/nf-simseq-art
branch master
tag latest
commit f43e1bb4c6b61d809c1bfaa536fceb5a06ca290c
version (container hash) 6cc2999fa04dd32912d49a6fbf079cf4
build date 2019-06-06T09:15:19.423Z
size (MB) 1740
size (bytes) 585654303
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.