opentrons-shared-data 8.8.0a6__py3-none-any.whl → 9.0.0a2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- opentrons_shared_data/__init__.py +1 -2
- opentrons_shared_data/_version.py +2 -2
- opentrons_shared_data/command/__init__.py +6 -6
- opentrons_shared_data/data/command/schemas/16.json +7690 -0
- opentrons_shared_data/data/commandAnnotation/schemas/2.json +105 -0
- opentrons_shared_data/data/deck/definitions/5/ot3_standard.json +24 -0
- opentrons_shared_data/data/labware/definitions/2/black_96_well_microtiter_plate_lid/2.json +110 -0
- opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_lid/2.json +117 -0
- opentrons_shared_data/data/labware/definitions/2/corning_falcon_384_wellplate_130ul_flat_lid/2.json +118 -0
- opentrons_shared_data/data/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/2.json +2 -2
- opentrons_shared_data/data/labware/definitions/2/thermofisher_nunc_maxisorp_lockwell_elisa/1.json +1168 -0
- opentrons_shared_data/data/liquid-class/definitions/1/water/3.json +7880 -0
- opentrons_shared_data/data/liquid-class/schemas/1.json +3 -0
- opentrons_shared_data/data/module/definitions/3/vacuumModuleMilliporeV1.json +70 -0
- opentrons_shared_data/data/module/schemas/3.json +3 -2
- opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_0.json +27 -9
- opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_3.json +27 -9
- opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_4.json +53 -15
- opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_5.json +53 -15
- opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_0.json +154 -13
- opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_1.json +187 -18
- opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_2.json +187 -18
- opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_0.json +2 -0
- opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_3.json +2 -0
- opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_4.json +4 -0
- opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_5.json +4 -0
- opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_6.json +4 -0
- opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/2_2.json +2 -2
- opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_5.json +4 -0
- opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/2_2.json +2 -2
- opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/2_1.json +2 -2
- opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_0.json +67 -0
- opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_3.json +68 -1
- opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_4.json +67 -0
- opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_5.json +2 -0
- opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_0.json +67 -2
- opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_3.json +67 -2
- opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_4.json +67 -2
- opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_5.json +4 -2
- opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_0.json +2 -1
- opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_0.json +68 -1
- opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_3.json +68 -1
- opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_4.json +68 -1
- opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_5.json +3 -1
- opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_6.json +3 -1
- opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_0.json +67 -2
- opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_3.json +67 -2
- opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_4.json +67 -2
- opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_5.json +4 -2
- opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_6.json +4 -2
- opentrons_shared_data/data_files/__init__.py +5 -6
- opentrons_shared_data/data_files/types.py +4 -2
- opentrons_shared_data/deck/__init__.py +11 -13
- opentrons_shared_data/deck/types.py +2 -2
- opentrons_shared_data/errors/__init__.py +2 -2
- opentrons_shared_data/errors/categories.py +2 -3
- opentrons_shared_data/errors/codes.py +3 -3
- opentrons_shared_data/errors/exceptions.py +13 -13
- opentrons_shared_data/gripper/__init__.py +7 -5
- opentrons_shared_data/gripper/gripper_definition.py +6 -4
- opentrons_shared_data/labware/__init__.py +5 -8
- opentrons_shared_data/labware/constants.py +1 -1
- opentrons_shared_data/labware/labware_definition.py +15 -14
- opentrons_shared_data/labware/types.py +5 -2
- opentrons_shared_data/liquid_classes/__init__.py +3 -2
- opentrons_shared_data/liquid_classes/liquid_class_definition.py +47 -22
- opentrons_shared_data/liquid_classes/types.py +5 -1
- opentrons_shared_data/load.py +2 -2
- opentrons_shared_data/module/__init__.py +12 -14
- opentrons_shared_data/module/types.py +7 -1
- opentrons_shared_data/pipette/__init__.py +9 -8
- opentrons_shared_data/pipette/dev_types.py +3 -3
- opentrons_shared_data/pipette/file_operation_helpers.py +2 -2
- opentrons_shared_data/pipette/load_data.py +8 -10
- opentrons_shared_data/pipette/model_constants.py +4 -4
- opentrons_shared_data/pipette/mutable_configurations.py +20 -20
- opentrons_shared_data/pipette/pipette_definition.py +7 -5
- opentrons_shared_data/pipette/pipette_load_name_conversions.py +11 -10
- opentrons_shared_data/pipette/scripts/build_json_script.py +11 -13
- opentrons_shared_data/pipette/scripts/update_configuration_files.py +17 -18
- opentrons_shared_data/pipette/types.py +1 -2
- opentrons_shared_data/pipette/ul_per_mm.py +1 -1
- opentrons_shared_data/protocol/__init__.py +2 -1
- opentrons_shared_data/protocol/constants.py +25 -82
- opentrons_shared_data/protocol/models/__init__.py +11 -10
- opentrons_shared_data/protocol/models/protocol_schema_v6.py +10 -9
- opentrons_shared_data/protocol/models/protocol_schema_v7.py +9 -9
- opentrons_shared_data/protocol/models/protocol_schema_v8.py +10 -8
- opentrons_shared_data/protocol/models/shared_models.py +2 -1
- opentrons_shared_data/protocol/types.py +4 -3
- opentrons_shared_data/robot/__init__.py +3 -3
- opentrons_shared_data/robot/types.py +4 -2
- opentrons_shared_data/util/__init__.py +21 -0
- {opentrons_shared_data-8.8.0a6.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/METADATA +2 -1
- {opentrons_shared_data-8.8.0a6.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/RECORD +97 -88
- {opentrons_shared_data-8.8.0a6.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/WHEEL +0 -0
- {opentrons_shared_data-8.8.0a6.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/licenses/LICENSE +0 -0
|
@@ -213,6 +213,9 @@
|
|
|
213
213
|
"enum": ["source", "destination", "trash"],
|
|
214
214
|
"description": "Location for blow out."
|
|
215
215
|
},
|
|
216
|
+
"blowoutPosition": {
|
|
217
|
+
"$ref": "#/definitions/tipPosition"
|
|
218
|
+
},
|
|
216
219
|
"flowRate": {
|
|
217
220
|
"$ref": "#/definitions/positiveNumber",
|
|
218
221
|
"description": "Flow rate for blow out, in microliters per second."
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$otSharedSchema": "module/schemas/3",
|
|
3
|
+
"moduleType": "vacuumModuleType",
|
|
4
|
+
"model": "vacuumModuleMilliporeV1",
|
|
5
|
+
"labwareOffset": {
|
|
6
|
+
"x": 999999,
|
|
7
|
+
"y": 999999,
|
|
8
|
+
"z": 999999
|
|
9
|
+
},
|
|
10
|
+
"features": {},
|
|
11
|
+
"dimensions": {
|
|
12
|
+
"bareOverallHeight": 999999,
|
|
13
|
+
"overLabwareHeight": 999999,
|
|
14
|
+
"xDimension": 999999,
|
|
15
|
+
"yDimension": 999999,
|
|
16
|
+
"footprintXDimension": 128,
|
|
17
|
+
"footprintYDimension": 86,
|
|
18
|
+
"labwareInterfaceXDimension": 128,
|
|
19
|
+
"labwareInterfaceYDimension": 86
|
|
20
|
+
},
|
|
21
|
+
"extents": {
|
|
22
|
+
"total": {
|
|
23
|
+
"backLeftBottom": {
|
|
24
|
+
"x": 999999,
|
|
25
|
+
"y": 999999,
|
|
26
|
+
"z": 999999
|
|
27
|
+
},
|
|
28
|
+
"frontRightTop": {
|
|
29
|
+
"x": 999999,
|
|
30
|
+
"y": 999999,
|
|
31
|
+
"z": 999999
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"cornerOffsetFromSlot": {
|
|
36
|
+
"x": 999999,
|
|
37
|
+
"y": 999999,
|
|
38
|
+
"z": 999999
|
|
39
|
+
},
|
|
40
|
+
"calibrationPoint": {
|
|
41
|
+
"x": 999999,
|
|
42
|
+
"y": 999999,
|
|
43
|
+
"z": 999999
|
|
44
|
+
},
|
|
45
|
+
"gripperOffsets": {
|
|
46
|
+
"default": {
|
|
47
|
+
"pickUpOffset": {
|
|
48
|
+
"x": 999999,
|
|
49
|
+
"y": 999999,
|
|
50
|
+
"z": 999999
|
|
51
|
+
},
|
|
52
|
+
"dropOffset": {
|
|
53
|
+
"x": 999999,
|
|
54
|
+
"y": 999999,
|
|
55
|
+
"z": 999999
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"displayName": "Vacuum Module Millipore GEN1",
|
|
60
|
+
"quirks": [],
|
|
61
|
+
"slotTransforms": {},
|
|
62
|
+
"orientation": {
|
|
63
|
+
"A3": "right",
|
|
64
|
+
"A4": "right",
|
|
65
|
+
"D3": "right",
|
|
66
|
+
"D4": "right"
|
|
67
|
+
},
|
|
68
|
+
"compatibleWith": [],
|
|
69
|
+
"incompatibleWithDecks": ["ot2_standard", "ot2_short_trash"]
|
|
70
|
+
}
|
|
@@ -129,13 +129,14 @@
|
|
|
129
129
|
"heaterShakerModuleType",
|
|
130
130
|
"magneticBlockType",
|
|
131
131
|
"absorbanceReaderType",
|
|
132
|
-
"flexStackerModuleType"
|
|
132
|
+
"flexStackerModuleType",
|
|
133
|
+
"vacuumModuleType"
|
|
133
134
|
],
|
|
134
135
|
"type": "string"
|
|
135
136
|
},
|
|
136
137
|
"model": {
|
|
137
138
|
"type": "string",
|
|
138
|
-
"pattern": "^(temperatureModule|magneticModule|thermocyclerModule|heaterShakerModule|magneticBlock|absorbanceReader|flexStackerModule)V[0-9]+$"
|
|
139
|
+
"pattern": "^(temperatureModule|magneticModule|thermocyclerModule|heaterShakerModule|magneticBlock|absorbanceReader|flexStackerModule|vacuumModuleMillipore)V[0-9]+$"
|
|
139
140
|
},
|
|
140
141
|
"labwareOffset": {
|
|
141
142
|
"$ref": "#/definitions/coordinates",
|
|
@@ -30,7 +30,9 @@
|
|
|
30
30
|
"v0": {
|
|
31
31
|
"default": 10.5,
|
|
32
32
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
33
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
33
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
34
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
35
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
34
36
|
}
|
|
35
37
|
}
|
|
36
38
|
}
|
|
@@ -44,7 +46,9 @@
|
|
|
44
46
|
"v0": {
|
|
45
47
|
"default": 10.5,
|
|
46
48
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
47
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
49
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
50
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
51
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
48
52
|
}
|
|
49
53
|
}
|
|
50
54
|
}
|
|
@@ -58,7 +62,9 @@
|
|
|
58
62
|
"v0": {
|
|
59
63
|
"default": 10.5,
|
|
60
64
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
61
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
65
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
66
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
67
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
62
68
|
}
|
|
63
69
|
}
|
|
64
70
|
}
|
|
@@ -72,7 +78,9 @@
|
|
|
72
78
|
"v0": {
|
|
73
79
|
"default": 10.5,
|
|
74
80
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
75
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
81
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
82
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
83
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
76
84
|
}
|
|
77
85
|
}
|
|
78
86
|
}
|
|
@@ -86,7 +94,9 @@
|
|
|
86
94
|
"v0": {
|
|
87
95
|
"default": 10.5,
|
|
88
96
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
89
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
97
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
98
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
99
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
90
100
|
}
|
|
91
101
|
}
|
|
92
102
|
}
|
|
@@ -100,7 +110,9 @@
|
|
|
100
110
|
"v0": {
|
|
101
111
|
"default": 10.5,
|
|
102
112
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
103
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
113
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
114
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
115
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
104
116
|
}
|
|
105
117
|
}
|
|
106
118
|
}
|
|
@@ -114,7 +126,9 @@
|
|
|
114
126
|
"v0": {
|
|
115
127
|
"default": 10.5,
|
|
116
128
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
117
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
129
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
130
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
131
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
118
132
|
}
|
|
119
133
|
}
|
|
120
134
|
}
|
|
@@ -128,7 +142,9 @@
|
|
|
128
142
|
"v0": {
|
|
129
143
|
"default": 10.5,
|
|
130
144
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
131
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
145
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
146
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
147
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
132
148
|
}
|
|
133
149
|
}
|
|
134
150
|
}
|
|
@@ -142,7 +158,9 @@
|
|
|
142
158
|
"v0": {
|
|
143
159
|
"default": 10.5,
|
|
144
160
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
145
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
161
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
162
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
163
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
146
164
|
}
|
|
147
165
|
}
|
|
148
166
|
}
|
|
@@ -30,7 +30,9 @@
|
|
|
30
30
|
"v0": {
|
|
31
31
|
"default": 10.5,
|
|
32
32
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
33
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
33
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
34
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
35
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
34
36
|
}
|
|
35
37
|
}
|
|
36
38
|
}
|
|
@@ -44,7 +46,9 @@
|
|
|
44
46
|
"v0": {
|
|
45
47
|
"default": 10.5,
|
|
46
48
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
47
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
49
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
50
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
51
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
48
52
|
}
|
|
49
53
|
}
|
|
50
54
|
}
|
|
@@ -58,7 +62,9 @@
|
|
|
58
62
|
"v0": {
|
|
59
63
|
"default": 10.5,
|
|
60
64
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
61
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
65
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
66
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
67
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
62
68
|
}
|
|
63
69
|
}
|
|
64
70
|
}
|
|
@@ -72,7 +78,9 @@
|
|
|
72
78
|
"v0": {
|
|
73
79
|
"default": 10.5,
|
|
74
80
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
75
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
81
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
82
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
83
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
76
84
|
}
|
|
77
85
|
}
|
|
78
86
|
}
|
|
@@ -86,7 +94,9 @@
|
|
|
86
94
|
"v0": {
|
|
87
95
|
"default": 10.5,
|
|
88
96
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
89
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
97
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
98
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
99
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
90
100
|
}
|
|
91
101
|
}
|
|
92
102
|
}
|
|
@@ -100,7 +110,9 @@
|
|
|
100
110
|
"v0": {
|
|
101
111
|
"default": 10.5,
|
|
102
112
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
103
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
113
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
114
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
115
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
104
116
|
}
|
|
105
117
|
}
|
|
106
118
|
}
|
|
@@ -114,7 +126,9 @@
|
|
|
114
126
|
"v0": {
|
|
115
127
|
"default": 10.5,
|
|
116
128
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
117
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
129
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
130
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
131
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
118
132
|
}
|
|
119
133
|
}
|
|
120
134
|
}
|
|
@@ -128,7 +142,9 @@
|
|
|
128
142
|
"v0": {
|
|
129
143
|
"default": 10.5,
|
|
130
144
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
131
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
145
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
146
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
147
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
132
148
|
}
|
|
133
149
|
}
|
|
134
150
|
}
|
|
@@ -142,7 +158,9 @@
|
|
|
142
158
|
"v0": {
|
|
143
159
|
"default": 10.5,
|
|
144
160
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
145
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
161
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
162
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
163
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
146
164
|
}
|
|
147
165
|
}
|
|
148
166
|
}
|
|
@@ -30,12 +30,16 @@
|
|
|
30
30
|
"v0": {
|
|
31
31
|
"default": 10.5,
|
|
32
32
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
33
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
33
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
34
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
35
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
34
36
|
},
|
|
35
37
|
"v1": {
|
|
36
38
|
"default": 10.08,
|
|
37
39
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.08,
|
|
38
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.08
|
|
40
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.08,
|
|
41
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.08,
|
|
42
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.08
|
|
39
43
|
}
|
|
40
44
|
}
|
|
41
45
|
}
|
|
@@ -49,12 +53,16 @@
|
|
|
49
53
|
"v0": {
|
|
50
54
|
"default": 10.5,
|
|
51
55
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
52
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
56
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
57
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
58
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
53
59
|
},
|
|
54
60
|
"v1": {
|
|
55
61
|
"default": 9.52,
|
|
56
62
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.52,
|
|
57
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52
|
|
63
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52,
|
|
64
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.52,
|
|
65
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.52
|
|
58
66
|
}
|
|
59
67
|
}
|
|
60
68
|
}
|
|
@@ -68,12 +76,16 @@
|
|
|
68
76
|
"v0": {
|
|
69
77
|
"default": 10.5,
|
|
70
78
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
71
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
79
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
80
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
81
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
72
82
|
},
|
|
73
83
|
"v1": {
|
|
74
84
|
"default": 9.24,
|
|
75
85
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.24,
|
|
76
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.24
|
|
86
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.24,
|
|
87
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.24,
|
|
88
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.24
|
|
77
89
|
}
|
|
78
90
|
}
|
|
79
91
|
}
|
|
@@ -87,10 +99,14 @@
|
|
|
87
99
|
"v0": {
|
|
88
100
|
"default": 10.5,
|
|
89
101
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
90
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
102
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
103
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
104
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
91
105
|
},
|
|
92
106
|
"v1": {
|
|
93
107
|
"default": 9.2,
|
|
108
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.2,
|
|
109
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.2,
|
|
94
110
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.2,
|
|
95
111
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.2
|
|
96
112
|
}
|
|
@@ -105,11 +121,15 @@
|
|
|
105
121
|
"tipOverlaps": {
|
|
106
122
|
"v0": {
|
|
107
123
|
"default": 10.5,
|
|
124
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
125
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05,
|
|
108
126
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
109
127
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
110
128
|
},
|
|
111
129
|
"v1": {
|
|
112
130
|
"default": 9.2,
|
|
131
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.2,
|
|
132
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.2,
|
|
113
133
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.2,
|
|
114
134
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.2
|
|
115
135
|
}
|
|
@@ -125,10 +145,14 @@
|
|
|
125
145
|
"v0": {
|
|
126
146
|
"default": 10.5,
|
|
127
147
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
128
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
148
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
149
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
150
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
129
151
|
},
|
|
130
152
|
"v1": {
|
|
131
153
|
"default": 9.2,
|
|
154
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.2,
|
|
155
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.2,
|
|
132
156
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.2,
|
|
133
157
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.2
|
|
134
158
|
}
|
|
@@ -144,12 +168,16 @@
|
|
|
144
168
|
"v0": {
|
|
145
169
|
"default": 10.5,
|
|
146
170
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
147
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
171
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
172
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
173
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
148
174
|
},
|
|
149
175
|
"v1": {
|
|
150
176
|
"default": 9.2,
|
|
151
177
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.2,
|
|
152
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.2
|
|
178
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.2,
|
|
179
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.2,
|
|
180
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.2
|
|
153
181
|
}
|
|
154
182
|
}
|
|
155
183
|
}
|
|
@@ -163,12 +191,16 @@
|
|
|
163
191
|
"v0": {
|
|
164
192
|
"default": 10.5,
|
|
165
193
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
166
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
194
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
195
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
196
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
167
197
|
},
|
|
168
198
|
"v1": {
|
|
169
199
|
"default": 9.13,
|
|
170
200
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.13,
|
|
171
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.13
|
|
201
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.13,
|
|
202
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.13,
|
|
203
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.13
|
|
172
204
|
}
|
|
173
205
|
}
|
|
174
206
|
}
|
|
@@ -182,17 +214,23 @@
|
|
|
182
214
|
"v0": {
|
|
183
215
|
"default": 10.5,
|
|
184
216
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
185
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
217
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
218
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
219
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
186
220
|
},
|
|
187
221
|
"v1": {
|
|
188
222
|
"default": 10.5,
|
|
189
223
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.27,
|
|
190
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.27
|
|
224
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.27,
|
|
225
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.27,
|
|
226
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.27
|
|
191
227
|
},
|
|
192
228
|
"v3": {
|
|
193
229
|
"default": 9.28,
|
|
194
230
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.28,
|
|
195
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.28
|
|
231
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.28,
|
|
232
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.28,
|
|
233
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.28
|
|
196
234
|
}
|
|
197
235
|
}
|
|
198
236
|
}
|
|
@@ -30,12 +30,16 @@
|
|
|
30
30
|
"v0": {
|
|
31
31
|
"default": 10.5,
|
|
32
32
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
33
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
33
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
34
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
35
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
34
36
|
},
|
|
35
37
|
"v1": {
|
|
36
38
|
"default": 10.08,
|
|
37
39
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.08,
|
|
38
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.08
|
|
40
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.08,
|
|
41
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.08,
|
|
42
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.08
|
|
39
43
|
}
|
|
40
44
|
}
|
|
41
45
|
}
|
|
@@ -49,12 +53,16 @@
|
|
|
49
53
|
"v0": {
|
|
50
54
|
"default": 10.5,
|
|
51
55
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
52
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
56
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
57
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
58
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
53
59
|
},
|
|
54
60
|
"v1": {
|
|
55
61
|
"default": 9.52,
|
|
56
62
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.52,
|
|
57
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52
|
|
63
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52,
|
|
64
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.52,
|
|
65
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.52
|
|
58
66
|
}
|
|
59
67
|
}
|
|
60
68
|
}
|
|
@@ -68,12 +76,16 @@
|
|
|
68
76
|
"v0": {
|
|
69
77
|
"default": 10.5,
|
|
70
78
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
71
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
79
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
80
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
81
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
72
82
|
},
|
|
73
83
|
"v1": {
|
|
74
84
|
"default": 9.24,
|
|
75
85
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.24,
|
|
76
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.24
|
|
86
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.24,
|
|
87
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.24,
|
|
88
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.24
|
|
77
89
|
}
|
|
78
90
|
}
|
|
79
91
|
}
|
|
@@ -87,10 +99,14 @@
|
|
|
87
99
|
"v0": {
|
|
88
100
|
"default": 10.5,
|
|
89
101
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
90
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
102
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
103
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
104
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
91
105
|
},
|
|
92
106
|
"v1": {
|
|
93
107
|
"default": 9.2,
|
|
108
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.2,
|
|
109
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.2,
|
|
94
110
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.2,
|
|
95
111
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.2
|
|
96
112
|
}
|
|
@@ -105,11 +121,15 @@
|
|
|
105
121
|
"tipOverlaps": {
|
|
106
122
|
"v0": {
|
|
107
123
|
"default": 10.5,
|
|
124
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
125
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05,
|
|
108
126
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
109
127
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
110
128
|
},
|
|
111
129
|
"v1": {
|
|
112
130
|
"default": 9.2,
|
|
131
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.2,
|
|
132
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.2,
|
|
113
133
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.2,
|
|
114
134
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.2
|
|
115
135
|
}
|
|
@@ -125,10 +145,14 @@
|
|
|
125
145
|
"v0": {
|
|
126
146
|
"default": 10.5,
|
|
127
147
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
128
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
148
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
149
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
150
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
129
151
|
},
|
|
130
152
|
"v1": {
|
|
131
153
|
"default": 9.2,
|
|
154
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.2,
|
|
155
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.2,
|
|
132
156
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.2,
|
|
133
157
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.2
|
|
134
158
|
}
|
|
@@ -144,12 +168,16 @@
|
|
|
144
168
|
"v0": {
|
|
145
169
|
"default": 10.5,
|
|
146
170
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
147
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
171
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
172
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
173
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
148
174
|
},
|
|
149
175
|
"v1": {
|
|
150
176
|
"default": 9.2,
|
|
151
177
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.2,
|
|
152
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.2
|
|
178
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.2,
|
|
179
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.2,
|
|
180
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.2
|
|
153
181
|
}
|
|
154
182
|
}
|
|
155
183
|
}
|
|
@@ -163,12 +191,16 @@
|
|
|
163
191
|
"v0": {
|
|
164
192
|
"default": 10.5,
|
|
165
193
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
166
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
194
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
195
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
196
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
167
197
|
},
|
|
168
198
|
"v1": {
|
|
169
199
|
"default": 9.13,
|
|
170
200
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.13,
|
|
171
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.13
|
|
201
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.13,
|
|
202
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.13,
|
|
203
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.13
|
|
172
204
|
}
|
|
173
205
|
}
|
|
174
206
|
}
|
|
@@ -182,17 +214,23 @@
|
|
|
182
214
|
"v0": {
|
|
183
215
|
"default": 10.5,
|
|
184
216
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.05,
|
|
185
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05
|
|
217
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.05,
|
|
218
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.05,
|
|
219
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.05
|
|
186
220
|
},
|
|
187
221
|
"v1": {
|
|
188
222
|
"default": 10.5,
|
|
189
223
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.27,
|
|
190
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.27
|
|
224
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.27,
|
|
225
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.27,
|
|
226
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.27
|
|
191
227
|
},
|
|
192
228
|
"v3": {
|
|
193
229
|
"default": 9.28,
|
|
194
230
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.28,
|
|
195
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.28
|
|
231
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.28,
|
|
232
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.28,
|
|
233
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.28
|
|
196
234
|
}
|
|
197
235
|
}
|
|
198
236
|
}
|