Newer
Older
From:nfcore/base
Bootstrap:docker
%labels
MAINTAINER Nicolas Servant
DESCRIPTION Singularity image containing all requirements for the nf-core/hic pipeline
VERSION 1.0dev
%environment
PATH=/opt/conda/envs/nf-core-hic-1.0dev/bin:$PATH
export PATH
%files
environment.yml /
%post
/opt/conda/bin/conda env create -f /environment.yml
/opt/conda/bin/conda clean -a