diff --git a/conf/ebc.config b/conf/ebc.config index ea48f05..4df0596 100644 --- a/conf/ebc.config +++ b/conf/ebc.config @@ -14,7 +14,6 @@ executor = 'slurm' conda = "$baseDir/environment.yml" beforeScript = 'module load nextflow' - queue = { task.time <= 24.h ? 'testing' : 'main' } } executor { queueSize = 16