jemunro/nf-wgs-raxml-ng:latest

$ singularity pull shub://jemunro/nf-wgs-raxml-ng:latest

Singularity Recipe

Bootstrap: docker
From: continuumio/miniconda3:latest

%labels
    MAINTAINER Jacob Munro
    AUTHOR Bahlo Lab
    DESCRIPTION raxml-ng container
    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/raxml-ng/bin:/opt/conda/bin:$PATH"

Collection


View on Datalad

Metrics

key value
id /containers/jemunro-nf-wgs-raxml-ng-latest
collection name jemunro/nf-wgs-raxml-ng
branch master
tag latest
commit 1a039846a31b31e5615601a69555b5c0db5ee324
version (container hash) d52be8c6f60213e5aa4799eac59c56cc
build date 2019-08-19T03:15:12.092Z
size (MB) 835
size (bytes) 313749535
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.