diff --git a/conf/cfc.config b/conf/cfc.config index 15d4a47..1948e14 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -12,7 +12,6 @@ singularity { process { executor = 'slurm' - beforeScript = 'module load devel/singularity/3.4.2' queue = { task.memory > 60.GB || task.cpus > 20 ? 'qbic' : 'compute' } scratch = 'true' } diff --git a/conf/cfc_dev.config b/conf/cfc_dev.config index 6190314..1d61baf 100644 --- a/conf/cfc_dev.config +++ b/conf/cfc_dev.config @@ -10,7 +10,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'