diff --git a/conf/cbe.config b/conf/cbe.config index 0e9b43e..0a5763f 100755 --- a/conf/cbe.config +++ b/conf/cbe.config @@ -9,6 +9,7 @@ process { executor = 'slurm' queue = { task.memory <= 170.GB ? 'c' : 'm' } clusterOptions = { task.time <= 8.h ? '--qos short': task.time <= 48.h ? '--qos medium' : '--qos long' } + module = 'anaconda3/2019.10' } singularity {