You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/allotropy/allotrope/schema_mappers/adm/binding_affinity_analyzer/benchling/_2024/_12/binding_affinity_analyzer.py
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ class Metadata:
78
78
sensor_chip_type: str|None=None
79
79
lot_number: str|None=None
80
80
sensor_chip_custom_info: DictType|None=None
81
+
data_system_custom_info: DictType|None=None
81
82
82
83
83
84
@dataclass(frozen=True)
@@ -98,6 +99,7 @@ class DeviceControlDocument:
98
99
flow_rate: float|None=None
99
100
contact_time: float|None=None
100
101
dilution: float|None=None
102
+
detection_type: str|None=None
101
103
sample_temperature_setting: float|None=None
102
104
device_control_custom_info: DictType|None=None
103
105
@@ -157,15 +159,18 @@ class Mapper(SchemaMapper[Data, Model]):
0 commit comments