From ca329aef46b567fe17fceb9ae9c7f5d318c538c5 Mon Sep 17 00:00:00 2001 From: Martin Demko <325073@mail.muni.cz> Date: Wed, 8 Apr 2026 12:13:56 +0200 Subject: [PATCH] Update tpv_rules_meta.yml.j2 with walltime context Add a new walltime context for funannotate rules --- templates/galaxy/config/tpv_rules_meta.yml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/galaxy/config/tpv_rules_meta.yml.j2 b/templates/galaxy/config/tpv_rules_meta.yml.j2 index 326a40a..357bc5b 100644 --- a/templates/galaxy/config/tpv_rules_meta.yml.j2 +++ b/templates/galaxy/config/tpv_rules_meta.yml.j2 @@ -62,6 +62,9 @@ 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/iuc/funannotate.*: + 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