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
Maybe registration_mapping is required, as somewhat described in the append tutorial, but the append tutorial does not show an example of using tiledbsoma.io.from_h5ad, and the registration mapping docs at tiledbsoma.io.from_h5ad are not clear.
Versions (please complete the following information):
TileDB-SOMA version: 1.15.4
Language and language version (e.g. Python 3.9, R 4.3.2): Python 3.12.8
OS (e.g. MacOS, Ubuntu Linux): Linux
Additional context
More generally, it would help to clarify the usefulness of tiledbsoma.io.from_h5ad versus just using scanpy.read_h5ad with tiledbsoma.io.from_anndata, given that tiledbsoma.io.from_h5ad loads all of the data into memory.
The text was updated successfully, but these errors were encountered:
Describe the bug
The tiledbsoma.io.from_h5ad docs state:
However, running
tiledbsoma.io.from_h5ad
with an existing database just results in:tiledbsoma._exception.SOMAError: /path/to/database/ already exists
Maybe
registration_mapping
is required, as somewhat described in the append tutorial, but the append tutorial does not show an example of usingtiledbsoma.io.from_h5ad
, and the registration mapping docs at tiledbsoma.io.from_h5ad are not clear.To Reproduce
Versions (please complete the following information):
Additional context
More generally, it would help to clarify the usefulness of
tiledbsoma.io.from_h5ad
versus just usingscanpy.read_h5ad
withtiledbsoma.io.from_anndata
, given thattiledbsoma.io.from_h5ad
loads all of the data into memory.The text was updated successfully, but these errors were encountered: