single-cell-data / SOMA

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

Add support for str and bytes in AxisQuery #114

Closed thetorpedodog closed 1 year ago

thetorpedodog commented 1 year ago

Because our backend now supports string and bytes queries 1, we no longer need to reject them at the input stage. Also adds more tests.


Related to: https://github.com/single-cell-data/TileDB-SOMA/issues/419