From f590cc2870e3b862fea81a96ceb6b86f9dba8485 Mon Sep 17 00:00:00 2001 From: Usman Rashid Date: Thu, 30 May 2024 19:20:44 +1200 Subject: [PATCH] Increased time limit for MERQURY_HAPMERS --- .../{synteny_linear.html => synteny_dotplot.html} | 0 conf/base.config | 3 +++ 2 files changed, 3 insertions(+) rename bin/report_modules/templates/synteny_dotplot/{synteny_linear.html => synteny_dotplot.html} (100%) diff --git a/bin/report_modules/templates/synteny_dotplot/synteny_linear.html b/bin/report_modules/templates/synteny_dotplot/synteny_dotplot.html similarity index 100% rename from bin/report_modules/templates/synteny_dotplot/synteny_linear.html rename to bin/report_modules/templates/synteny_dotplot/synteny_dotplot.html diff --git a/conf/base.config b/conf/base.config index 1f1878d..87a5d68 100644 --- a/conf/base.config +++ b/conf/base.config @@ -72,6 +72,9 @@ process { withName:DNADIFF { time = { check_max( 7.day * task.attempt, 'time' ) } } + withName:MERQURY_HAPMERS { + time = { check_max( 20.h * task.attempt, 'time' ) } + } withName:CREATEREPORT { cache = false }