Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
πŸ“ No need to mention tiledbsoma at the top of artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Aug 5, 2024
1 parent e8a76eb commit 6392933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lnschema_core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ class Artifact(Record, HasFeatures, HasParams, IsVersioned, TracksRun, TracksUpd
Artifacts manage data in local or remote storage (:doc:`/tutorial`).
Some artifacts are array-like, e.g., when stored as `.parquet`, `.h5ad`,
`.zarr`, or `.tiledbsoma`.
`.zarr`, or `.tiledb`.
Args:
data: `UPathStr` A path to a local or remote folder or file.
Expand All @@ -1810,8 +1810,8 @@ class Artifact(Record, HasFeatures, HasParams, IsVersioned, TracksRun, TracksUpd
Arrays:
- Table: `.csv`, `.tsv`, `.parquet`, `.ipc` ⟷ `DataFrame`, `pyarrow.Table`
- Curated matrix: `.h5ad`, `.h5mu`, `.zrad` ⟷ `AnnData`, `MuData`
- Generic array: HDF5 group, zarr group, TileDB-SOMA store ⟷ HDF5, zarr, TileDB-SOMA loaders
- Annotated matrix: `.h5ad`, `.h5mu`, `.zrad` ⟷ `AnnData`, `MuData`
- Generic array: HDF5 group, zarr group, TileDB store ⟷ HDF5, zarr, TileDB loaders
Non-arrays:
Expand Down

0 comments on commit 6392933

Please sign in to comment.