From 9b5ac5c89d1761e877956c55e4a0a74af512a6a6 Mon Sep 17 00:00:00 2001 From: rbpisupati Date: Fri, 15 Jan 2021 12:55:46 +0100 Subject: [PATCH] added anaconda module for cbe --- conf/cbe.config | 1 + 1 file changed, 1 insertion(+) 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 {