We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71ac58 commit 5238baaCopy full SHA for 5238baa
sumstatlib/src/gwascatalog/sumstatlib/cnv/models.py
@@ -96,11 +96,6 @@ def validate_semantics(self) -> None:
96
# validate start location is smaller than chromosome size?
97
raise NotImplementedError
98
99
- @computed_field
100
- @property
101
- def cnv_length(self) -> int:
102
- return self.base_pair_end - self.base_pair_start
103
-
104
@model_validator(mode="after")
105
def effect_size_is_mandatory(self) -> Self:
106
"""Check that an effect size is provided"""
0 commit comments