From c00bbe982b7250898c9310e8bb9fbb6e774f1e13 Mon Sep 17 00:00:00 2001 From: marcel-keller <61977721+marcel-keller@users.noreply.github.com> Date: Mon, 9 Mar 2020 16:51:38 +0200 Subject: [PATCH] Update ebc.config --- conf/ebc.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ebc.config b/conf/ebc.config index 4b1332d..ea48f05 100644 --- a/conf/ebc.config +++ b/conf/ebc.config @@ -9,12 +9,12 @@ conda { cacheDir = '/ebc_data/nf-core/conda' - } process { executor = 'slurm' conda = "$baseDir/environment.yml" beforeScript = 'module load nextflow' + queue = { task.time <= 24.h ? 'testing' : 'main' } } executor { queueSize = 16