mc2-center / data-models

Versioned history of the MC2 Center data model
https://mc2-center.github.io/data-models/
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

[bug] Fix GeoMx metadata validation rules #87

Closed Bankso closed 3 months ago

Bankso commented 3 months ago

Describe the issue with the metadata/term

Validation rules for synIds in the GeoMx data models were implemented as list::regex, but list causes errors if a single string is provided. This is currently causing some validation issues for a collaborator using the DCA.

Solution

Convert list to list like for GeoMx models and release patched data model