From da41396faf5fc9234691e90df967daf714868b2b Mon Sep 17 00:00:00 2001 From: Nico Trummer Date: Wed, 29 May 2024 14:41:42 +0200 Subject: [PATCH] Add check_max to AlevinQC time limit --- conf/modules.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/modules.config b/conf/modules.config index 00225653..81395a1d 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -166,9 +166,10 @@ if (params.aligner == "alevin") { ] ext.args = "-r cr-like" } - //Fix for issue 196 + // Fix for issue 196 + // Modified for issue 334 withName: 'ALEVINQC' { - time = '120.h' + time = { check_max( 120.h, 'time' ) } } } }