Trying to fix basic functionality again.
This commit is contained in:
12
scripts/README.md
Normal file
12
scripts/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Utility Scripts
|
||||
|
||||
This directory contains utility scripts for working with Synthea modules:
|
||||
|
||||
- `analyze_patient_data.py` - Analyzes patient data generated by Synthea
|
||||
- `check_json.py` - Validates JSON structure of module files
|
||||
- `validate_module.py` - Performs comprehensive validation of modules
|
||||
- `test_module_exists.py` - Checks if a module exists for a given disease
|
||||
- `run_module.py` - Script to run a specific module with Synthea
|
||||
- Other utility scripts for module generation and testing
|
||||
|
||||
These scripts complement the core module generator scripts found in the `module_generator/` directory.
|
||||
Reference in New Issue
Block a user