single-cell-data / TileDB-SOMA

Python and R SOMA APIs using TileDB’s cloud-native format. Ideal for single-cell data at any scale.
https://tiledbsoma.readthedocs.io
MIT License
90 stars 25 forks source link

Prototype coordinate space registration #2880

Closed jp-dark closed 1 month ago

jp-dark commented 2 months ago

This PR adds image registry to the Scene class.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 42.50765% with 188 lines in your changes missing coverage. Please review.

Project coverage is 79.88%. Comparing base (5a2089f) to head (d308bc3). Report is 1 commits behind head on spatial.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## spatial #2880 +/- ## =========================================== - Coverage 81.98% 79.88% -2.10% =========================================== Files 44 44 Lines 4596 4793 +197 =========================================== + Hits 3768 3829 +61 - Misses 828 964 +136 ``` | [Flag](https://app.codecov.io/gh/single-cell-data/TileDB-SOMA/pull/2880/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=single-cell-data) | Coverage Δ | | |---|---|---| | [python](https://app.codecov.io/gh/single-cell-data/TileDB-SOMA/pull/2880/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=single-cell-data) | `79.88% <42.50%> (-2.10%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=single-cell-data#carryforward-flags-in-the-pull-request-comment) to find out more. | [Components](https://app.codecov.io/gh/single-cell-data/TileDB-SOMA/pull/2880/components?src=pr&el=components&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=single-cell-data) | Coverage Δ | | |---|---|---| | [python_api](https://app.codecov.io/gh/single-cell-data/TileDB-SOMA/pull/2880/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=single-cell-data) | `79.88% <42.50%> (-2.10%)` | :arrow_down: | | [libtiledbsoma](https://app.codecov.io/gh/single-cell-data/TileDB-SOMA/pull/2880/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=single-cell-data) | `∅ <ø> (∅)` | |
jp-dark commented 1 month ago

Closes #2593