Skip to content

Commit

Permalink
SLU RSV dynamic plot every10minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
misterabdullahAziz committed Oct 4, 2024
1 parent 8db9772 commit e5cfdc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runner_every10mins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ PYTHONPATH="$CODE_PATH"/pathogens-portal-visualisations/wastewater python "$CODE
PYTHONPATH="$CODE_PATH"/pathogens-portal-visualisations/wastewater python "$CODE_PATH"/pathogens-portal-visualisations/wastewater/combined_slu_influenza_a.py > "$CODE_PATH"/output/wastewater_slu_infA.json
PYTHONPATH="$CODE_PATH"/pathogens-portal-visualisations/wastewater python "$CODE_PATH"/pathogens-portal-visualisations/wastewater/combined_slu_influenza_b.py > "$CODE_PATH"/output/wastewater_slu_infB.json

# Wastewater RSV quantification SLU
PYTHONPATH="$CODE_PATH"/pathogens-portal-visualisations/wastewater python "$CODE_PATH"/pathogens-portal-visualisations/wastewater/combined_slu_rsv.py > "$CODE_PATH"/output/wastewater_slu_rsv.json

# Serology statistics SARS-CoV-2
PYTHONPATH="$CODE_PATH"/pathogens-portal-visualisations/serology python "$CODE_PATH"/pathogens-portal-visualisations/serology/weekly-serology-tests.py > "$CODE_PATH"/output/weekly_serology_tests.json
PYTHONPATH="$CODE_PATH"/pathogens-portal-visualisations/serology python "$CODE_PATH"/pathogens-portal-visualisations/serology/cumulative-serology-tests.py > "$CODE_PATH"/output/cumulative_serology_tests.json
Expand Down

0 comments on commit e5cfdc7

Please sign in to comment.