From c25d4746339470b33fcb53b23318d8c1ab54f234 Mon Sep 17 00:00:00 2001 From: Reid Wagner Date: Wed, 7 Aug 2024 09:17:51 -0500 Subject: [PATCH] Use higher memory and cores for all FragPipe jobs. --- files/galaxy-test/tpv/tools.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/files/galaxy-test/tpv/tools.yml b/files/galaxy-test/tpv/tools.yml index 07a74f32c..ce9a2ee3e 100644 --- a/files/galaxy-test/tpv/tools.yml +++ b/files/galaxy-test/tpv/tools.yml @@ -817,14 +817,5 @@ tools: - conda toolshed.g2.bx.psu.edu/repos/galaxyp/fragpipe/fragpipe/.*: - cores: 8 - mem: 56 - rules: - - id: fragpipe_memory - if: | - parameters = {p.name: p.value for p in job.parameters} - parameters = tool.params_from_strings(parameters, app) - high_memory = parameters.get("high_memory", False) - high_memory - mem: 256 - cores: 12 + cores: 12 + mem: 256