From f68ccc4332d610905a7fc2ddf6c09b8fe794d349 Mon Sep 17 00:00:00 2001 From: igormakunin2 <124324051+igormakunin2@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:29:49 +1000 Subject: [PATCH] Update tools.yml Add a rule for ragtag jobs with big inputs --- .../production/total_perspective_vortex/tools.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/files/galaxy/dynamic_job_rules/production/total_perspective_vortex/tools.yml b/files/galaxy/dynamic_job_rules/production/total_perspective_vortex/tools.yml index f90fc7eb..4f3dfb38 100644 --- a/files/galaxy/dynamic_job_rules/production/total_perspective_vortex/tools.yml +++ b/files/galaxy/dynamic_job_rules/production/total_perspective_vortex/tools.yml @@ -2519,10 +2519,15 @@ tools: params: singularity_enabled: true toolshed.g2.bx.psu.edu/repos/iuc/ragtag/ragtag/.*: - cores: 4 - mem: 15.3 + cores: 8 + mem: 30.7 params: singularity_enabled: true + rules: + - id: ragtag_small_input_rule + if: input_size < 2 + cores: 4 + mem: 15.3 toolshed.g2.bx.psu.edu/repos/iuc/rapidnj/rapidnj/.*: params: singularity_enabled: true