From 551faf701373609acedb8e018ad37b43354594a4 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 6 Sep 2024 17:00:09 -0400 Subject: [PATCH] Use OME-NGFF in favor over OME/NGFF 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 --- dandischema/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dandischema/models.py b/dandischema/models.py index 7a77304..fcc13fd 100644 --- a/dandischema/models.py +++ b/dandischema/models.py @@ -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)