From b77663bcf3df80ad82e16bd62420492caf94699b Mon Sep 17 00:00:00 2001 From: Reid Wagner Date: Tue, 13 Aug 2024 07:15:07 -0500 Subject: [PATCH] Use higher memory and cores for all FragPipe jobs. --- files/galaxy/tpv/tools.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/files/galaxy/tpv/tools.yml b/files/galaxy/tpv/tools.yml index de3b13ef4..11f2b8a78 100644 --- a/files/galaxy/tpv/tools.yml +++ b/files/galaxy/tpv/tools.yml @@ -1447,14 +1447,5 @@ tools: - singularity 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