Estimating time to 1k and 10k COVID-19 cases
This project uses gnu make
to define dependencies between inputs. The basic flow of the analysis is:
- get latest data (
updateWHO.R
) - generate analysis parameters (by-country json files) from WHO SITREP data (
WHOprocess.R
) - from analysis parameters, simulate branching process time series (
bpsamples.R
) - consolidate those results (
bpconsolidate.R
) - various summaries outputs
- using the branching process series + hospitalization parameters, generate hospital trajectories (by-country)
- consolidate hospitalization results
- various summary outputs
There are shared parameter files (inputs/SCENARIO.json
), and country specific (*-par.json
) parameter files. The country specific ones are made from the latest data:
make params
Generate the list of branching process jobs to do:
make R2.txt R3.txt
then use R2-bps.slurm R3-bps.slurm
to run the jobs.