From aaa7be049a9589e79cce863fd6d582fb8fcf7799 Mon Sep 17 00:00:00 2001 From: KochTobi Date: Sat, 16 Mar 2019 14:11:59 +0100 Subject: [PATCH] Update cfc config * Change singularity version documentation --- docs/cfc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cfc.md b/docs/cfc.md index e1cccac..5cf87d1 100644 --- a/docs/cfc.md +++ b/docs/cfc.md @@ -10,7 +10,7 @@ Before running the pipeline you will need to load Nextflow and Singularity using ## Load Nextflow and Singularity environment modules module purge module load devel/java_jdk/1.8.0u121 -module load qbic/singularity_slurm/3.0.1 +module load qbic/singularity_slurm/3.0.3 ```