jemunro/nf-fastq-dump:latest

$ singularity pull shub://jemunro/nf-fastq-dump: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.1

%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/fastq-dumper/bin:/opt/conda/bin:$PATH"

Collection


View on Datalad

Metrics

key value
id /containers/jemunro-nf-fastq-dump-latest
collection name jemunro/nf-fastq-dump
branch master
tag latest
commit a5344b1ef5a24f2eebfc0c32448ae6c34a5392c2
version (container hash) 7bae2edf566f3469d76c912b607f85cf
build date 2019-05-28T04:27:36.300Z
size (MB) 837
size (bytes) 325824543
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.