phenotypic.sdk_.deliverables_dir#

phenotypic.sdk_.deliverables_dir(output_dir: Path) Path[source]#

Return <output>/deliverables/ — the user-facing-output folder.

Pure path expression; callers are responsible for mkdir when they intend to write into it. Writers that go through phenotypic._cli._cli_output_manager._atomic_write() get the mkdir for free (it creates target.parent); direct write_text/write_bytes writers must mkdir explicitly.

Every artifact helper that previously rooted at <output>/ (master / measurements / per-feature split / analysis / dashboard / report / pipeline.json / README) now composes from here, so a future relocation is a one-line change.

Parameters:

output_dir (Path)

Return type:

Path