Skip to content

Commit

Permalink
Merge pull request #256 from alliance-genome/SCRUM-4183
Browse files Browse the repository at this point in the history
SCRUM-4183 add SQTR Gene associations to SQTR
  • Loading branch information
adamgibs authored Jun 24, 2024
2 parents 1643971 + 0e6f007 commit 8237fd8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions generated/jsonschema/allianceModel.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19890,6 +19890,12 @@
},
"type": "array"
},
"sequence_targeting_reagent_gene_associations": {
"items": {
"$ref": "#/$defs/SequenceTargetingReagentGeneAssociation"
},
"type": "array"
},
"synonyms": {
"description": "A generic free-text field for objects that only have string representation of one or more synonyms and do not require meta data or attribution; if meta data or attribution are required to be captured for individual synonyms, consider the NameSlotAnnotation class",
"items": {
Expand Down
6 changes: 6 additions & 0 deletions model/schema/allele.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ classes:
- references
- synonyms
- secondary_identifiers
- sequence_targeting_reagent_gene_associations
slot_usage:
name:
required: true
Expand Down Expand Up @@ -1150,6 +1151,11 @@ slots:
description: >-
Identifier (curie/mod_entity_id/mod_internal_id) of the STR
sequence_targeting_reagent_gene_associations:
domain: SequenceTargetingReagent
range: SequenceTargetingReagentGeneAssociation
multivalued: true

single_allele:
range: Allele
multivalued: false
Expand Down

0 comments on commit 8237fd8

Please sign in to comment.