sghignone/CAFE:latest

$ singularity pull shub://sghignone/CAFE:latest

Singularity Recipe

Bootstrap: docker
From: continuumio/miniconda3

%help
	Container with Hahn Lab's Computational Analysis of gene Family Evolution (CAFE)
	This installation is based on bioconda CAFE v.4.2.1

%labels
        author Stefano Ghignone
        maintainer sghignone
        name CAFE
        version 4.2.1

%post
        #SET CONDA ENVIRONMENT
        export PATH=/opt/conda/bin:${PATH}
	conda update -y conda
        conda update -n base -c defaults conda
        conda config --add channels conda-forge && \
        conda config --add channels bioconda && \
        conda config --add channels default
        #INSTALL SOFTWARE
        conda install -c bioconda cafe && conda clean -a

Collection


View on Datalad

Metrics

key value
id /containers/sghignone-CAFE-latest
collection name sghignone/CAFE
branch main
tag latest
commit df3cbc1b9e0c24b1b7acbf2c31ae1075b3899d0d
version (container hash) 972083f18949804006cf926f61712d09
build date 2021-02-02T17:18:44.149Z
size (MB) 493.0
size (bytes) 161984543
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.