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 }