single-cell-data / SOMA

A flexible and extensible API for annotated 2D matrix data stored in multiple underlying formats.
MIT License
70 stars 9 forks source link

Make `coords` for reading DataFrame and SparseNDArray optional #97

Closed thetorpedodog closed 1 year ago

thetorpedodog commented 1 year ago

The TileDB implementation currently has coords as an optional, default-None value for reads of DataFrames and SparseNDArrays. This updates the ABCs to match that reality.

bkmartinjr commented 1 year ago

Suggest that the same change be made to ExperimentAxisQuery, as we want these to be aligned.