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