Skip to content

Commit

Permalink
Merge pull request #257 from alliance-genome/SCRUM-4174_add_unique_ids
Browse files Browse the repository at this point in the history
SCRUM-4174 Add uniqueId to Exon and CodingSequence
  • Loading branch information
markquintontulloch authored Jul 1, 2024
2 parents 42b8cfa + 625545d commit aa8f5c6
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -7214,6 +7214,10 @@
"description": "The taxon from which the biological entity derives.",
"type": "string"
},
"unique_id": {
"description": "A non-curie unique identifier for a thing.",
"type": "string"
},
"updated_by": {
"description": "The individual that last modified the entity.",
"type": "string"
Expand Down Expand Up @@ -10483,6 +10487,10 @@
"description": "The taxon from which the biological entity derives.",
"type": "string"
},
"unique_id": {
"description": "A non-curie unique identifier for a thing.",
"type": "string"
},
"updated_by": {
"description": "The individual that last modified the entity.",
"type": "string"
Expand Down
2 changes: 2 additions & 0 deletions model/schema/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ classes:
A part of a gene that will form a part of the final mature RNA produced
after introns have been removed by RNA splicing
slots:
- unique_id
- name
- exon_type
- exon_genomic_location_associations
Expand All @@ -196,6 +197,7 @@ classes:
The coding sequence (CDS) is the portion of an exon that is translated
into a protein
slots:
- unique_id
- name
- cds_type
- cds_genomic_location_associations
Expand Down

0 comments on commit aa8f5c6

Please sign in to comment.