Skip to content

Commit

Permalink
Remove genes from VariantBase
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Jan 3, 2024
1 parent b90fb4d commit 023c385
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prp/models/phenotype.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ class VariantBase(DatabaseReference):
"""Container for mutation information"""

variant_type: VariantType
genes: List[str]
position: int
ref_nt: str
alt_nt: str
Expand Down

0 comments on commit 023c385

Please sign in to comment.