Skip to content

Commit

Permalink
New API values for protein categories
Browse files Browse the repository at this point in the history
  • Loading branch information
bencap committed Nov 13, 2024
1 parent 22ed17c commit ba33bfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dcd_mapping/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class TargetSequenceType(str, Enum):
class TargetType(str, Enum):
"""Define target gene types."""

PROTEIN_CODING = "Protein coding"
REGULATORY = "Regulatory"
OTHER_NC = "Other noncoding"
PROTEIN_CODING = "protein_coding"
REGULATORY = "regulatory"
OTHER_NC = "other_noncoding"


class VrsVersion(str, Enum):
Expand Down

0 comments on commit ba33bfe

Please sign in to comment.