Skip to content

Commit bb8eb26

Browse files
committed
feat: allow creation and modification of class based calibrations
- Added router functionality for validation and standardization of class based calibration files. - Added lib functionality for creation/modification of class based calibrations. - Invoked lib functionality from routers to allow client creation/modification of class based calibrations. - Introduced a new CSV file `calibration_classes.csv` containing variant URNs and their corresponding class names. - Implemented tests for creating and updating score calibrations using class-based classifications. - Enhanced existing test suite with parameterized tests to validate score calibration creation and modification. - Ensured that the response includes correct functional classifications and variant counts.
1 parent 5e74692 commit bb8eb26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
variant_urn,class_name
2+
urn:mavedb:00000001-a-1#1,normal_class
3+
urn:mavedb:00000001-a-1#2,abnormal_class
4+
urn:mavedb:00000001-a-1#3,not_specified_class

0 commit comments

Comments
 (0)