Skip to content

Commit

Permalink
Add galaxy-test entry for fragpipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-wagner committed Jul 23, 2024
1 parent 8650f26 commit 55f6949
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions files/galaxy-test/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -815,3 +815,16 @@ tools:
require:
- singularity
- 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

0 comments on commit 55f6949

Please sign in to comment.