Skip to content

Commit

Permalink
Merge pull request #34 from ScilifelabDataCentre/slu_rsv
Browse files Browse the repository at this point in the history
SLU RSV dynamic plot every10minutes
  • Loading branch information
senthil10 authored Oct 4, 2024
2 parents 8db9772 + e5cfdc7 commit a7f41d5
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 a7f41d5

Please sign in to comment.