Fixed patient generation with separate script approach

This commit is contained in:
2025-03-27 11:26:33 -07:00
parent 2141e81f42
commit e10ae0cf81
10 changed files with 401 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ nextflow.enable.dsl=2
// Default parameters
params.disease_name = "Diabetes" // Default disease name
params.output_dir = "output" // Output directory
params.output_dir = "/mnt/OmicNAS/private/old/olamide/synthea/output/new" // Output directory
params.modules_dir = "modules" // Directory for module files
// Process to generate synthetic patients
@@ -74,4 +74,4 @@ workflow {
// Generate patients
generatePatients(moduleChannel)
}
}