Skip to content

Commit

Permalink
Merge pull request #261 from alliance-genome/SCRUM-4300
Browse files Browse the repository at this point in the history
SCRUM-4300 add expression ribbon fields
  • Loading branch information
adamgibs authored Aug 14, 2024
2 parents 0a27a7b + 6fccc6e commit b25a1df
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions generated/jsonschema/allianceModel.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4852,12 +4852,20 @@
"description": "The primary cellular component referred to within the context of an AnatomicalSite object.",
"type": "string"
},
"cellular_component_other": {
"description": "Is set to true when no cellular_component_ribbon_term is available",
"type": "boolean"
},
"cellular_component_qualifiers": {
"items": {
"type": "string"
},
"type": "array"
},
"cellular_component_ribbon_term": {
"description": "The primary cellular component slim term referred to within the context of an AnatomicalSite object and used by the expression ribbon.",
"type": "string"
},
"created_by": {
"description": "The individual that created the entity.",
"type": "string"
Expand Down
16 changes: 16 additions & 0 deletions model/schema/expression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ classes:
- anatomical_substructure_qualifiers
- anatomical_substructure_uberon_terms
- cellular_component
- cellular_component_ribbon_term
- cellular_component_other
- cellular_component_qualifiers
rules:
- postconditions:
Expand Down Expand Up @@ -511,6 +513,20 @@ slots:
range: GOTerm
multivalued: false

cellular_component_ribbon_term:
description: >-
The primary cellular component slim term referred to within the context of an AnatomicalSite object and used by the expression ribbon.
domain: AnatomicalSite
range: GOTerm
multivalued: false

cellular_component_other:
description: >-
Is set to true when no cellular_component_ribbon_term is available
domain: AnatomicalSite
range: boolean
multivalued: false

cellular_component_curie:
description: >-
The primary cellular component referred to within the context of an AnatomicalSite object. The range
Expand Down

0 comments on commit b25a1df

Please sign in to comment.