Home

Awesome

napari-tiledb-bioimg

License MIT PyPI Python Version tests napari hub

This plugin supports reading TileDB-BioImaging multi-resolution arrays within Napari.


Demo

https://github.com/TileDB-Inc/napari-tiledb-bioimg/assets/327706/155a9b90-5006-46e0-9242-ef4aa6f2b4bb

Installation

You can install napari-tiledb-bioimg via [pip]:

pip install napari-tiledb-bioimg

Quickstart

After ingesting data using tiledb-bioimg, then:

napari --plugin napari-tiledb-bioimg s3://<bucket>/<path/to/tiledb_array>
# Within a Napari-enabled Python/IPython prompt, run:
import napari
viewer = napari.Viewer()

viewer.open("tiledb://<namespace>/<array name or UUID>", plugin="napari-tiledb-bioimg")

Contributing

Contributions are very welcome. Tests can be run with tox or pytest.

Installation from git:

pip install git+https://github.com/TileDB-Inc/napari-tiledb-bioimg.git

License

Distributed under the terms of the MIT license, "napari-tiledb-bioimg" is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.