phenotypic.sdk_.qc_dir#

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

Return <output>/deliverables/qc/ — durable QC + curation state.

Relocated under deliverables/ so a deliverables bundle is self-contained and portable. For reads that must honour the legacy root <output>/qc/ of pre-relocation runs, use BundleLayout.qc_dir, which resolves the same three branches and is the one with callers. A second module-level resolver existed here and was deleted in P6 Task 7 – two implementations of one fallback, only one of them reachable.

Parameters:

output_dir (Path)

Return type:

Path