Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools: BioIO replaces AICSImageIO #268

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ A Nextflow based command-line tool that wraps bioformats2raw for parallelised co
Various libraries for reading/writing OME-Zarr files in Python were evaluated as part of the BioVisionCenter "Next generation bioimage analysis workflows hackathon" 2023 in Zurich, Switzerland: https://github.com/jwindhager/ome-ngff-readers-writers/.


### AICSImageIO
<https://github.com/AllenCellModeling/aicsimageio>

Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in pure Python.


### bfio
<https://github.com/PolusAI/bfio>

Expand All @@ -108,6 +102,14 @@ A Python interface to Bioformats using jpype for direct access to the library.
A standalone Java library for reading and writing life sciences image file formats.


### BioIO
<https://github.com/bioio-devs/bioio>

(formerly AICSImageIO <https://github.com/AllenCellModeling/aicsimageio>)

Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in pure Python.


### ngff-zarr
<https://github.com/thewtex/ngff-zarr>

Expand Down
Loading