Skip to content

Commit

Permalink
monday
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed May 13, 2024
1 parent d7fedd7 commit 21955bd
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 @@ -288,7 +288,7 @@ tools:
from random import SystemRandom
if SystemRandom().random() < 0.10:
entity.gpus = 1
entity.cpus = 8
entity.cores = 8
# We are currently utilizing a whole GPU VM (cores 8 mem 40 gpus 1)
entity.mem = 32
entity.params['singularity_run_extra_arguments'] = '--env ALPHAFOLD_DB=/data/db/databases/alphafold_databases,ALPHAFOLD_USE_GPU=True'
Expand Down

0 comments on commit 21955bd

Please sign in to comment.