diff --git a/conf/cfc.config b/conf/cfc.config index ffe0395..1948e14 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -11,7 +11,6 @@ singularity { } process { - beforeScript = 'module load devel/singularity/3.4.2' executor = 'slurm' queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' } scratch = 'true'