You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thinking again about @jburel's comments which I likely just misunderstood, I could see having ro-crate a input format. (That might suggest using https://ome.github.io/ome-zarr-catalog?rocrate=.... but that's likely getting ahead of ourselves.
(albeit in a subdirectory). The primary downside I see to the format would be that raw calling code would need to loop through all keys and check for the right type. That may be sufficiently handled, though, by there being a library: https://www.npmjs.com/package/ro-crate
The text was updated successfully, but these errors were encountered:
Thinking again about @jburel's comments which I likely just misunderstood, I could see having ro-crate a input format. (That might suggest using https://ome.github.io/ome-zarr-catalog?rocrate=.... but that's likely getting ahead of ourselves.
This code:
using the python library produces
this ro-crate
(albeit in a subdirectory). The primary downside I see to the format would be that raw calling code would need to loop through all keys and check for the right type. That may be sufficiently handled, though, by there being a library: https://www.npmjs.com/package/ro-crate
The text was updated successfully, but these errors were encountered: