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

How TIFF stack To OME-zarr #236

Open
Iamlearn opened this issue Jan 16, 2024 · 2 comments
Open

How TIFF stack To OME-zarr #236

Iamlearn opened this issue Jan 16, 2024 · 2 comments

Comments

@Iamlearn
Copy link

please, How to convert TB size TIFF stack into OME-zarr

@melissalinkert
Copy link
Member

To convert a TIFF file to OME-Zarr/OME-NGFF:

  • download the latest bioformats2raw-*.zip from https://github.com/glencoesoftware/bioformats2raw/releases and unzip it
  • from the bin directory that was extracted from the zip, run bioformats2raw /path/to/file.tiff /path/to/ome.zarr
    • replace /path/to/file.tiff with the path to your TIFF file, and replace /path/to/ome.zarr with the path to write converted data

https://github.com/glencoesoftware/bioformats2raw?tab=readme-ov-file#usage documents the different options that can be used to convert. We recommend starting with the defaults unless you know that you need something different.

If you see an error message when running the conversion, please tell us the exact error message. If the converted OME-Zarr is not what you expect, please tell us as many details as possible so that we can suggest a solution.

@Iamlearn
Copy link
Author

I want to convert two-dimensional sequence diagrams one by one into ome-zarr.Due to the large amount of data, the input can only be sequence diagrams, as shown in the following figure.The total size is 40000x40000x15000 16Bits,Each sheet has a size of 40000x40000, and there are 15000 public sheets available.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@melissalinkert @Iamlearn and others