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
mkdirwhen they intend to write into it. Writers that go throughphenotypic._cli._cli_output_manager._atomic_write()get themkdirfor free (it createstarget.parent); directwrite_text/write_byteswriters mustmkdirexplicitly.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.