brain-bican / models

BICAN data models
https://brain-bican.github.io/models/
3 stars 3 forks source link

GARS specific changes to model #24

Closed puja-trivedi closed 3 months ago

puja-trivedi commented 4 months ago

New Changes:

  1. linkml enum update: now we can use 'title' to specify the label of a permissible value
  2. Lydia wants range of molecular_type to also include str. This allows for all biotypes to be represented in the model (not only protein_coding and noncoding).

Old Changes (changes that were proposed in a different PR but have not been merged due to unfinished changes to the purple/orange boxes):

  1. adding any_of to certain slots to allow for either explicit reference to object or implicit reference to object via object's id.
  2. Added AuthorityType Enum
  3. changed some attributes to slots