Closed dannda closed 1 year ago
Attention: 56 lines
in your changes are missing coverage. Please review.
Comparison is base (
c5e4994
) 30.91% compared to head (92f4c1a
) 29.44%. Report is 23 commits behind head on dev.
Files | Patch % | Lines |
---|---|---|
bin/write_spatialdata.py | 0.00% | 50 Missing :warning: |
bin/process_h5ad.py | 76.47% | 4 Missing :warning: |
bin/process_xenium.py | 0.00% | 2 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adds boolean param
write_spatialdata
to main pipeline. Process gets converted AnnData-Zarr object and tifs (including those generated from data such as Visium labels) as input. Creates a SpatialData object with AnnData astable
, raw images asimages
and label images aslabels
.region_key
,region
andinstance_key
are enforced by SpatialData'sTableModel
parser.library_id
is used asregion_key
, if it doesn't exist it is added.Requires bumping
anndata
version and addingrioxarray
to load images throughxarray