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 indexer to treat .zarr as files not dirs #1046

Merged
merged 2 commits into from
May 5, 2024

Commits on Mar 5, 2024

  1. Update indexer to treat .zarr as files not dirs

    Microscopy file formats were recently updated in the standard to include
    ome-zarr, which are stored in a directory suffixed with '.ome.zarr'.
    
    This adds a simple hardcoded fix to ensure .zarr directories get indexed as files
    instead of directories. This enables us to get .ome.zarr microscopy
    files, and also prevents needless indexing of .zarr directories that
    can contain a huge number of files.
    akhanf committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9814590 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    d556233 View commit details
    Browse the repository at this point in the history