phenotypic.sdk_.zarr_store_path#
- phenotypic.sdk_.zarr_store_path(output_dir: Path, dataset: str, stem: str) Path[source]#
Return
<output>/results/<dataset>/zarr/<stem>.ome.zarr/.The single place
.ome.zarris joined to an image stem. Callers must never hand-join the suffix, and must take the stem back off a store withstore_stem()rather thanPath.stem. Both rules are enforced bytests/unit/test_ome_zarr_invariants.py(test_store_suffix_is_joined_in_exactly_one_placeandtest_path_stem_is_never_taken_of_a_store_directory).