Skip to main content

Support reading and writing TileDB-Bioimaging image arrays within Napari

Project description

napari-tiledb-bioimg

License MIT PyPI Python Version tests napari hub

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


Demo

https://github.com/TileDB-Inc/napari-tiledb-bioimg/assets/327706/b408d634-6ad0-4160-8571-18cf8e37b4cc

Installation

[pending PyPI release!] You can install napari-tiledb-bioimg via [pip]:

pip install napari-tiledb-bioimg

Quickstart

After ingesting data using tiledb-bioimg, then:

  • Local images can be loaded using Napari's File -> Open Folder, and selecting the TileDB array folder. Choose the napari-tiledb-bioimg plugin, if prompted.

  • Remote arrays (S3, TileDB Cloud) may be loaded using either the napari CLI command:

napari --plugin napari-tiledb-bioimg s3://<bucket>/<path/to/tiledb_array>
  • ... or the Napari viewer load command within the Python prompt:
# 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

napari-tiledb-bioimg-0.0.1.tar.gz (985.0 kB view hashes)

Uploaded Source

Built Distribution

napari_tiledb_bioimg-0.0.1-py3-none-any.whl (589.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page