Skip to content

Commit

Permalink
reduce alphafold jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Jun 3, 2024
1 parent db718db commit 0ed008b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ tools:
- if: helpers.tool_version_gte(tool, '2.3.1+galaxy2')
execute: |
from random import SystemRandom
if SystemRandom().random() < 0.10 and not job.get_param_values(app).get("model_preset") == "multimer": # Multimer needs more memory than we can currently provide on GPU nodes
if SystemRandom().random() < 0.01 and not job.get_param_values(app).get("model_preset") == "multimer": # Multimer needs more memory than we can currently provide on GPU nodes
entity.gpus = 1
entity.cores = 8
# We are currently utilizing a whole GPU VM (cores 8 mem 40 gpus 1)
Expand Down

0 comments on commit 0ed008b

Please sign in to comment.