phenotypic.sdk_.read_run_manifest#
- phenotypic.sdk_.read_run_manifest(output_dir: Path) dict | None[source]#
Read the run manifest if present, resolving legacy layouts.
Reads
<output>/.phenotypic/progress/manifest.json, falling back to the pre-migration<output>/progress/manifest.jsonfor legacy runs (viaresolve_manifest_json_path()). Replaces 4 inlinejson.loads(manifest_path.read_text())blocks.