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