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' ) } } } }