Skip to content

Commit

Permalink
Use OME-NGFF in favor over OME/NGFF
Browse files Browse the repository at this point in the history
Not sure why originally I used OME/NGFF -- everywhere it is OME-NGFF and also other flavors like OME-TIFF etc

Co-authored-by: Satrajit Ghosh <[email protected]>
  • Loading branch information
yarikoptic and satra authored Sep 6, 2024
1 parent d1cfea6 commit 551faf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandischema/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ class StandardsType(BaseType):
).model_dump(mode="json", exclude_none=True)

ome_ngff_standard = StandardsType(
name="OME/NGFF Standard",
name="OME-NGFF Standard",
identifier="DOI:10.25504/FAIRsharing.9af712",
).model_dump(mode="json", exclude_none=True)

Expand Down

0 comments on commit 551faf7

Please sign in to comment.