From 0ff933232d681f199f2aa8f574bb431fa4e2ac7b Mon Sep 17 00:00:00 2001 From: Martin Demko <325073@mail.muni.cz> Date: Mon, 22 Jun 2026 12:47:46 +0200 Subject: [PATCH] Raises walltime in TPV config for Canu and Hifiasm --- templates/galaxy/config/tpv_rules_meta.yml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/galaxy/config/tpv_rules_meta.yml.j2 b/templates/galaxy/config/tpv_rules_meta.yml.j2 index 39601ac..a78b9f0 100644 --- a/templates/galaxy/config/tpv_rules_meta.yml.j2 +++ b/templates/galaxy/config/tpv_rules_meta.yml.j2 @@ -62,6 +62,12 @@ tools: cores: int(job.get_param_values(app)['__job_resource']['cores']) context: walltime: "{int(job.get_param_values(app)['__job_resource']['time'])}" + toolshed.g2.bx.psu.edu/repos/bgruening/canu/canu/.*: + context: + walltime: 96 + toolshed.g2.bx.psu.edu/repos/bgruening/hifiasm/hifiasm/.*: + context: + walltime: 96 toolshed.g2.bx.psu.edu/repos/iuc/anndata_import/anndata_import/.*: # DEMON: the following mem setting is taken from tpv-shared at 17-03-2026 - this should conserve it for us mem: 2 + input_size * 10