ome / ome-ngff-validator

Web page for validating OME-NGFF files
https://ome.github.io/ome-ngff-validator
BSD 2-Clause "Simplified" License
4 stars 3 forks source link

Handle appended .zattrs (or zarr.json) #37

Open joshmoore opened 1 month ago

joshmoore commented 1 month ago

The URLs in IDR for converted data include the .zattrs (https://uk1s3.embassy.ebi.ac.uk/bia-integrator-data/S-BIAD882/a5a2714b-bfbf-4251-95ac-5319fda4bf69/a5a2714b-bfbf-4251-95ac-5319fda4bf69.zarr/.zattrs). Pasting these into the validator results in an error (see screenshot).

Suggestion: detect the additional endings and automatically correct the used URL.

image