Skip to content

Commit

Permalink
Use higher memory and cores for all FragPipe jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-wagner committed Aug 7, 2024
1 parent e55d5f2 commit c25d474
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions files/galaxy-test/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c25d474

Please sign in to comment.