Trying to fix basic functionality again.

This commit is contained in:
2025-03-23 11:53:47 -07:00
parent ebda48190a
commit 2141e81f42
406 changed files with 173963 additions and 69 deletions

14
params.json Normal file
View File

@@ -0,0 +1,14 @@
{
"disease_name": "Parkinson's Disease",
"modules_dir": "modules",
"output_dir": "output",
"generate_patients": true,
"population": 10,
"gender": 0.5,
"min_age": 0,
"max_age": 90,
"analyze_patient_data": false,
"report_format": "html",
"force_generate": false,
"publish_dir": "published_output"
}