JoRussell-IDM / emod-parasite-genetics

A collection of development and example sims for commissioning DTK sims with explicit parasite genetics
0 stars 1 forks source link

Write SQL Report analyzer #17

Open JoRussell-IDM opened 3 years ago

JoRussell-IDM commented 3 years ago

Use as template: https://github.com/InstituteforDiseaseModeling/DtkTrunk/blob/Malaria-Ongoing/Regression/Malaria/98_Malaria_FPG_AlleleFrequencies/dtk_post_process.py

with additional query statements from: https://github.com/InstituteforDiseaseModeling/DtkTrunk/blob/Malaria-Ongoing/Regression/Malaria/95_Malaria_FPG_TwoMarkers_Multicore_MalariaSqlReport/dtk_post_process.py

JoRussell-IDM commented 3 years ago

Try writing to disk as first step in a dir named for that exp_id/sim_id with check if it already exists so that I can just read it in using the sqlite3.connect() function