Skip to content

Commit

Permalink
Utilize a high_memory option in FragPipe tool to increase memory and …
Browse files Browse the repository at this point in the history
…cores.
  • Loading branch information
reid-wagner committed Jul 18, 2024
1 parent d5b0e19 commit e4e36c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e4e36c8

Please sign in to comment.