diff --git a/files/galaxy/tpv/tools.yml b/files/galaxy/tpv/tools.yml index 1f7ba5556..0acf76add 100644 --- a/files/galaxy/tpv/tools.yml +++ b/files/galaxy/tpv/tools.yml @@ -1444,3 +1444,10 @@ tools: toolshed.g2.bx.psu.edu/repos/galaxyp/fragpipe/fragpipe/.*: cores: 8 mem: 56 + rules: + - if: | + parameters = {p.name: p.value for p in job.parameters} + high_memory = tool.params_from_strings(parameters, app).get("high_memory", False) + high_memory + mem: 256 + cores: 12