Skip to content

Commit

Permalink
Use DOI for OME/NGFF
Browse files Browse the repository at this point in the history
We already use DOI: prefix in few places seems, to chose it over direct
URL.
  • Loading branch information
yarikoptic committed Nov 4, 2024
1 parent e6cb299 commit 3f27284
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dandischema/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,7 @@ class StandardsType(BaseType):

ome_ngff_standard = StandardsType(
name="OME/NGFF Standard",
# Seems no dedicated RRID, only for OME itself?
# identifier="RRID:SCR_???",
identifier="DOI:10.25504/FAIRsharing.9af712",
).model_dump(mode="json", exclude_none=True)


Expand Down

0 comments on commit 3f27284

Please sign in to comment.