submit_run
Submit a NONMEM pharmacometric model run asynchronously for population PK/PD analysis. Returns a job ID for monitoring execution status and retrieving results.
Instructions
Submit a NONMEM run (async). Returns a job ID for polling. Requires NONMEM installation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctl_path | Yes | Path to the control stream file | |
| work_dir | No | Working directory (default: same as ctl file) | |
| nmfe_path | No | Path to nmfe executable (auto-detected if omitted) | |
| run_name | No | Run name (default: ctl filename stem) |