From 267330ac25b16a78083f94cfaa2eb1b247ccf854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Seren?= Date: Mon, 7 Nov 2022 17:39:14 +0100 Subject: [PATCH] Bugfix: Explicitly load build-env 2020 for anaconda3 This fixes our reframe test as the minimum nextflow requirement for the pipeline is 22.04.x which is installed in the f2021 build-env --- conf/cbe.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }