Skip to content

Commit

Permalink
increase base vamb runtime to 48h
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Nov 7, 2024
1 parent d5f66e6 commit 1aceac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aviary/modules/binning/binning.smk
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ rule vamb:
config["max_threads"]
resources:
mem_mb = lambda wildcards, attempt: min(int(config["max_memory"])*1024, 128*1024*attempt),
runtime = lambda wildcards, attempt: 24*60*attempt,
runtime = lambda wildcards, attempt: 48*60*attempt,
gpus = 1 if config["request_gpu"] else 0
output:
"data/vamb_bins/done"
Expand Down

0 comments on commit 1aceac0

Please sign in to comment.