You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There currently isn't a strong way to check if a given URI is a valid SOMA dataset without first initializing a SOMA object. Additionally, exists() (which requires initializing a SOMA object first) only checks if the URI points to a TileDB group, not if it is specifically SOMA data.
The text was updated successfully, but these errors were encountered:
As of #133 we have array-level/group-level metadata on SOCOs, SOMAs, and their components …
… however, getting at this currently from a URI requires either (a) instantiating a SOCO/SOMA object, or (b) dropping down to the tiledb (not tiledbsc) API -- this can be improved
There currently isn't a strong way to check if a given URI is a valid SOMA dataset without first initializing a SOMA object. Additionally,
exists()
(which requires initializing a SOMA object first) only checks if the URI points to a TileDB group, not if it is specifically SOMA data.The text was updated successfully, but these errors were encountered: