Skip to content

Commit

Permalink
fix: use camel case for copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Aug 22, 2023
1 parent 5ffdbb7 commit 24f768a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ga4gh/vrs/_internal/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ class CopyNumberChange(BaseModel):
...,
description='A location for which the number of systemic copies is described.',
)
copy_change: CopyChange = Field(
copyChange: CopyChange = Field(
...,
description='MUST be one of "efo:0030069" (complete genomic loss), "efo:0020073" (high-level loss), "efo:0030068" (low-level loss), "efo:0030067" (loss), "efo:0030064" (regional base ploidy), "efo:0030070" (gain), "efo:0030071" (low-level gain), "efo:0030072" (high-level gain).',
)
Expand All @@ -508,7 +508,7 @@ class ga4gh:
identifiable = True
prefix = 'CX'
keys = [
'copy_change',
'copyChange',
'subject',
'type'
]
Expand Down

0 comments on commit 24f768a

Please sign in to comment.