diff --git a/conf/cbe.config b/conf/cbe.config index 5c98b04..4c6eef9 100644 --- a/conf/cbe.config +++ b/conf/cbe.config @@ -25,7 +25,7 @@ singularity.cacheDir = '/resources/containers' process { executor = 'slurm' - module = 'anaconda3/2019.10' + module = 'build-env/2020:anaconda3/2019.10' queue = 'c' clusterOptions = { task.time <= 1.h ? '--qos rapid' : task.time <= 8.h ? '--qos short': task.time <= 48.h ? '--qos medium' : '--qos long' }