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

Update index.md #225

Merged
merged 2 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for working with NGFF data.
The following pages are intended to provide an overview of the available resources in the NGFF space:

* [Data Resources](../data/index.md): List of data repositories where OME-Zarr data can be found.
* [Tools](../tools/index.rst): GUIs and libraries that can be used for accessing OME-Zarr formatted data.
* [Tools](../tools/index.md): GUIs and libraries that can be used for accessing OME-Zarr formatted data.
* [Publications](../publications/index.md): List of publications referencing OME-NGFF or publishing
datasets in OME-Zarr.

Expand Down
6 changes: 6 additions & 0 deletions tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ A GUI application for conversion of bioimage formats into OME-NGFF (Next-Generat
A tool for converting multi-terabyte stacks of images into a multiscale OME-NGFF Zarr.


### BatchConvert
<https://github.com/Euro-BioImaging/BatchConvert>

A Nextflow based command-line tool that wraps bioformats2raw for parallelised conversion of image data collections to OME-Zarr.


## Libraries for reading/writing OME-Zarr files

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/.
Expand Down