Skip to content

Commit

Permalink
pydantic version of genome_annotation model (genome_annotation.py) wa…
Browse files Browse the repository at this point in the history
…s updated. Pushed from brain-bican/model repository
  • Loading branch information
puja-trivedi committed Oct 22, 2024
1 parent fb99d99 commit 3806d1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bkbit/models/genome_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5090,10 +5090,6 @@ class GeneAnnotation(Gene):
"""
An annotation describing the location, boundaries, and functions of individual genes within a genome annotation.
"""

def __hash__(self):
return hash(tuple([self.id, self.name, self.molecular_type, self.description]))

linkml_meta: ClassVar[LinkMLMeta] = LinkMLMeta({'from_schema': 'https://identifiers.org/brain-bican/genome-annotation-schema',
'id_prefixes': ['ENSEMBL', 'MGI', 'NCBIGene']})

Expand Down

0 comments on commit 3806d1e

Please sign in to comment.