Skip to content

Commit

Permalink
Set memory used by forecasting tips rule
Browse files Browse the repository at this point in the history
  • Loading branch information
huddlej committed Sep 16, 2024
1 parent f671c89 commit c23d20d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow/snakemake_rules/fitness.smk
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ rule forecast_tips:
"benchmarks/forecast_tips_{build_name}_{segment}_{model}.txt"
log:
"logs/forecast_tips_{build_name}_{segment}_{model}.txt"
resources:
mem_mb=8000,
shell:
"""
python3 flu-forecasting/src/forecast_model.py \
Expand Down

0 comments on commit c23d20d

Please sign in to comment.