ome / ome2024-ngff-challenge

Project planning and material repository for the 2024 challenge to generate 1 PB of OME-Zarr data
https://pypi.org/project/ome2024-ngff-challenge/
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

Creator info #21

Closed will-moore closed 3 weeks ago

will-moore commented 1 month ago

Fixes #16

This adds _creator info e.g.

"_creator": {
        "name": "ome2024-ngff-challenge",
        "version": "0.0.5.post1.dev0+924ff0a"
      },

to image.zarr/zarr.json and to plate.zarr/zarr.json.

NB: if you have installed ome2024-ngff-challenge with pip install -e . then the version given above will return the commit at the install time and it doesn't track subsequent commits/branch that you change to.

joshmoore commented 3 weeks ago

At least two other possibilities occur to me:

cc: @sherwoodf

Getting this in since for human-readability it's definitely better to have it somewhere ASAP. @will-moore, I assume you'll need to add this to your labels PR (#29) as well.