From 9e5eaead51d6a7d42d7c80c308bb329f4db6cad3 Mon Sep 17 00:00:00 2001 From: Martin Proks Date: Tue, 5 Feb 2019 16:05:57 +0100 Subject: [PATCH] Add Singularity file back --- Singularity | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Singularity diff --git a/Singularity b/Singularity new file mode 100644 index 00000000..b9f8c3b7 --- /dev/null +++ b/Singularity @@ -0,0 +1,17 @@ +From:nfcore/base +Bootstrap:docker + +%labels + DESCRIPTION Singularity image containing all requirements for nf-core/rnafusion pipeline + VERSION 1.0 + +%environment + PATH=/opt/conda/envs/nf-core-rnafusion-1.0/bin:$PATH + export PATH + +%files + environment.yml / + +%post + /opt/conda/bin/conda env create -f /environment.yml + /opt/conda/bin/conda clean -a