Fixed patient generation with separate script approach
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user