From 164ae5956843eda7a5b9ba938c476f62e9fb962b Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Thu, 21 Feb 2019 10:49:29 +0100 Subject: [PATCH] Update cfc.config Please use the newest singularity version 3.0.3! --- conf/cfc.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cfc.config b/conf/cfc.config index b8f0a4f..8c5fe5e 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -11,7 +11,7 @@ singularity { } process { - beforeScript = 'module load qbic/singularity_slurm/3.0.1' + beforeScript = 'module load qbic/singularity_slurm/3.0.3' executor = 'slurm' }