opentrons-shared-data 8.7.0a0__py3-none-any.whl → 8.7.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.

Potentially problematic release.


This version of opentrons-shared-data might be problematic. Click here for more details.

Files changed (67) hide show
  1. opentrons_shared_data/_version.py +2 -2
  2. opentrons_shared_data/data/command/schemas/14.json +5 -0
  3. opentrons_shared_data/data/command/schemas/15.json +7342 -0
  4. opentrons_shared_data/data/deck/definitions/5/ot2_short_trash.json +13 -0
  5. opentrons_shared_data/data/deck/definitions/5/ot2_standard.json +13 -0
  6. opentrons_shared_data/data/deck/definitions/5/ot3_standard.json +138 -69
  7. opentrons_shared_data/data/deck/schemas/5.json +7 -1
  8. opentrons_shared_data/data/errors/definitions/1/errors.json +4 -0
  9. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/4.json +80 -0
  10. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/3.json +72 -0
  11. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/5.json +1187 -0
  12. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/5.json +210 -0
  13. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/5.json +342 -0
  14. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/5.json +5116 -0
  15. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/6.json +610 -0
  16. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/5.json +134 -0
  17. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/5.json +1177 -0
  18. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/3.json +226 -0
  19. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/4.json +83 -0
  20. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/4.json +80 -0
  21. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/5.json +1166 -0
  22. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/5.json +1145 -0
  23. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/5.json +1261 -0
  24. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/3.json +232 -0
  25. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/3.json +259 -0
  26. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/4.json +370 -0
  27. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/3.json +356 -0
  28. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/3.json +358 -0
  29. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/3.json +350 -0
  30. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/3.json +386 -0
  31. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/3.json +418 -0
  32. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/3.json +473 -0
  33. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/4.json +371 -0
  34. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/3.json +150 -0
  35. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_tiprack_lid/1.json +1 -1
  36. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/4.json +237 -0
  37. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/4.json +1243 -0
  38. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_200ul_pcr_full_skirt/999.json +0 -27
  39. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_360ul_flat/999.json +1189 -0
  40. opentrons_shared_data/data/labware/definitions/3/schema3test_tough_pcr_auto_sealing_lid/999.json +0 -47
  41. opentrons_shared_data/data/labware/definitions/3/schema3test_universal_flat_adapter/999.json +25 -5
  42. opentrons_shared_data/data/labware/schemas/2.json +1 -1
  43. opentrons_shared_data/data/labware/schemas/3.json +78 -0
  44. opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/2.json +5811 -0
  45. opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/2.json +5531 -0
  46. opentrons_shared_data/data/module/definitions/3/absorbanceReaderV1.json +6 -0
  47. opentrons_shared_data/data/module/definitions/3/flexStackerModuleV1.json +10 -0
  48. opentrons_shared_data/data/module/definitions/3/heaterShakerModuleV1.json +30 -1
  49. opentrons_shared_data/data/module/definitions/3/magneticBlockV1.json +14 -0
  50. opentrons_shared_data/data/module/definitions/3/magneticModuleV1.json +13 -0
  51. opentrons_shared_data/data/module/definitions/3/magneticModuleV2.json +13 -0
  52. opentrons_shared_data/data/module/definitions/3/temperatureModuleV1.json +13 -0
  53. opentrons_shared_data/data/module/definitions/3/temperatureModuleV2.json +21 -0
  54. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV1.json +3 -0
  55. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV2.json +4 -0
  56. opentrons_shared_data/data/module/schemas/3.json +24 -0
  57. opentrons_shared_data/deck/types.py +3 -1
  58. opentrons_shared_data/errors/codes.py +1 -0
  59. opentrons_shared_data/errors/exceptions.py +28 -1
  60. opentrons_shared_data/labware/labware_definition.py +1 -0
  61. opentrons_shared_data/labware/types.py +32 -0
  62. opentrons_shared_data/module/types.py +9 -1
  63. opentrons_shared_data/protocol/models/shared_models.py +1 -0
  64. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/METADATA +1 -1
  65. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/RECORD +67 -35
  66. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/WHEEL +0 -0
  67. {opentrons_shared_data-8.7.0a0.dist-info → opentrons_shared_data-8.7.0a2.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,210 @@
1
+ {
2
+ "ordering": [
3
+ ["A1", "B1", "C1"],
4
+ ["A2", "B2", "C2"],
5
+ ["A3", "B3", "C3"],
6
+ ["A4", "B4", "C4"]
7
+ ],
8
+ "brand": {
9
+ "brand": "Corning",
10
+ "brandId": ["3336", "3512", "3513"],
11
+ "links": [
12
+ "https://ecatalog.corning.com/life-sciences/b2c/US/en/Microplates/Assay-Microplates/96-Well-Microplates/Costar%C2%AE-Multiple-Well-Cell-Culture-Plates/p/3513?clear=true"
13
+ ]
14
+ },
15
+ "schemaVersion": 2,
16
+ "version": 5,
17
+ "namespace": "opentrons",
18
+ "metadata": {
19
+ "displayName": "Corning 12 Well Plate 6.9 mL Flat",
20
+ "displayVolumeUnits": "mL",
21
+ "displayCategory": "wellPlate",
22
+ "tags": []
23
+ },
24
+ "dimensions": {
25
+ "xDimension": 127.89,
26
+ "yDimension": 85.6,
27
+ "zDimension": 20.02
28
+ },
29
+ "gripForce": 16,
30
+ "gripHeightFromLabwareBottom": 18.3,
31
+ "wells": {
32
+ "C1": {
33
+ "shape": "circular",
34
+ "depth": 17.399,
35
+ "diameter": 22.733,
36
+ "totalLiquidVolume": 6900,
37
+ "x": 24.94,
38
+ "y": 16.79,
39
+ "z": 2.621,
40
+ "geometryDefinitionId": "conicalWell"
41
+ },
42
+ "B1": {
43
+ "shape": "circular",
44
+ "depth": 17.399,
45
+ "diameter": 22.733,
46
+ "totalLiquidVolume": 6900,
47
+ "x": 24.94,
48
+ "y": 42.8,
49
+ "z": 2.621,
50
+ "geometryDefinitionId": "conicalWell"
51
+ },
52
+ "A1": {
53
+ "shape": "circular",
54
+ "depth": 17.399,
55
+ "diameter": 22.733,
56
+ "totalLiquidVolume": 6900,
57
+ "x": 24.94,
58
+ "y": 68.81,
59
+ "z": 2.621,
60
+ "geometryDefinitionId": "conicalWell"
61
+ },
62
+ "C2": {
63
+ "shape": "circular",
64
+ "depth": 17.399,
65
+ "diameter": 22.733,
66
+ "totalLiquidVolume": 6900,
67
+ "x": 50.95,
68
+ "y": 16.79,
69
+ "z": 2.621,
70
+ "geometryDefinitionId": "conicalWell"
71
+ },
72
+ "B2": {
73
+ "shape": "circular",
74
+ "depth": 17.399,
75
+ "diameter": 22.733,
76
+ "totalLiquidVolume": 6900,
77
+ "x": 50.95,
78
+ "y": 42.8,
79
+ "z": 2.621,
80
+ "geometryDefinitionId": "conicalWell"
81
+ },
82
+ "A2": {
83
+ "shape": "circular",
84
+ "depth": 17.399,
85
+ "diameter": 22.733,
86
+ "totalLiquidVolume": 6900,
87
+ "x": 50.95,
88
+ "y": 68.81,
89
+ "z": 2.621,
90
+ "geometryDefinitionId": "conicalWell"
91
+ },
92
+ "C3": {
93
+ "shape": "circular",
94
+ "depth": 17.399,
95
+ "diameter": 22.733,
96
+ "totalLiquidVolume": 6900,
97
+ "x": 76.96,
98
+ "y": 16.79,
99
+ "z": 2.621,
100
+ "geometryDefinitionId": "conicalWell"
101
+ },
102
+ "B3": {
103
+ "shape": "circular",
104
+ "depth": 17.399,
105
+ "diameter": 22.733,
106
+ "totalLiquidVolume": 6900,
107
+ "x": 76.96,
108
+ "y": 42.8,
109
+ "z": 2.621,
110
+ "geometryDefinitionId": "conicalWell"
111
+ },
112
+ "A3": {
113
+ "shape": "circular",
114
+ "depth": 17.399,
115
+ "diameter": 22.733,
116
+ "totalLiquidVolume": 6900,
117
+ "x": 76.96,
118
+ "y": 68.81,
119
+ "z": 2.621,
120
+ "geometryDefinitionId": "conicalWell"
121
+ },
122
+ "C4": {
123
+ "shape": "circular",
124
+ "depth": 17.399,
125
+ "diameter": 22.733,
126
+ "totalLiquidVolume": 6900,
127
+ "x": 102.97,
128
+ "y": 16.79,
129
+ "z": 2.621,
130
+ "geometryDefinitionId": "conicalWell"
131
+ },
132
+ "B4": {
133
+ "shape": "circular",
134
+ "depth": 17.399,
135
+ "diameter": 22.733,
136
+ "totalLiquidVolume": 6900,
137
+ "x": 102.97,
138
+ "y": 42.8,
139
+ "z": 2.621,
140
+ "geometryDefinitionId": "conicalWell"
141
+ },
142
+ "A4": {
143
+ "shape": "circular",
144
+ "depth": 17.399,
145
+ "diameter": 22.733,
146
+ "totalLiquidVolume": 6900,
147
+ "x": 102.97,
148
+ "y": 68.81,
149
+ "z": 2.621,
150
+ "geometryDefinitionId": "conicalWell"
151
+ }
152
+ },
153
+ "parameters": {
154
+ "format": "irregular",
155
+ "isTiprack": false,
156
+ "isMagneticModuleCompatible": false,
157
+ "loadName": "corning_12_wellplate_6.9ml_flat"
158
+ },
159
+ "groups": [
160
+ {
161
+ "wells": [
162
+ "A1",
163
+ "B1",
164
+ "C1",
165
+ "A2",
166
+ "B2",
167
+ "C2",
168
+ "A3",
169
+ "B3",
170
+ "C3",
171
+ "A4",
172
+ "B4",
173
+ "C4"
174
+ ],
175
+ "metadata": {
176
+ "wellBottomShape": "flat"
177
+ }
178
+ }
179
+ ],
180
+ "cornerOffsetFromSlot": {
181
+ "x": 0,
182
+ "y": 0,
183
+ "z": 0
184
+ },
185
+ "stackingOffsetWithLabware": {
186
+ "opentrons_aluminum_flat_bottom_plate": {
187
+ "x": 0,
188
+ "y": 0,
189
+ "z": 4.5
190
+ },
191
+ "corning_12_wellplate_6.9ml_flat": {
192
+ "x": 0,
193
+ "y": 0,
194
+ "z": 0.93
195
+ }
196
+ },
197
+ "innerLabwareGeometry": {
198
+ "conicalWell": {
199
+ "sections": [
200
+ {
201
+ "shape": "conical",
202
+ "topDiameter": 22.733,
203
+ "bottomDiameter": 22.098,
204
+ "topHeight": 17.399,
205
+ "bottomHeight": 0.0
206
+ }
207
+ ]
208
+ }
209
+ }
210
+ }
@@ -0,0 +1,342 @@
1
+ {
2
+ "ordering": [
3
+ ["A1", "B1", "C1", "D1"],
4
+ ["A2", "B2", "C2", "D2"],
5
+ ["A3", "B3", "C3", "D3"],
6
+ ["A4", "B4", "C4", "D4"],
7
+ ["A5", "B5", "C5", "D5"],
8
+ ["A6", "B6", "C6", "D6"]
9
+ ],
10
+ "brand": {
11
+ "brand": "Corning",
12
+ "brandId": ["3337", "3524", "3526", "3527", "3473", "3738", "3987"],
13
+ "links": [
14
+ "https://ecatalog.corning.com/life-sciences/b2c/US/en/Microplates/Assay-Microplates/96-Well-Microplates/Costar%C2%AE-Multiple-Well-Cell-Culture-Plates/p/3738"
15
+ ]
16
+ },
17
+ "schemaVersion": 2,
18
+ "version": 5,
19
+ "namespace": "opentrons",
20
+ "metadata": {
21
+ "displayName": "Corning 24 Well Plate 3.4 mL Flat",
22
+ "displayVolumeUnits": "mL",
23
+ "displayCategory": "wellPlate",
24
+ "tags": []
25
+ },
26
+ "dimensions": {
27
+ "xDimension": 127.76,
28
+ "yDimension": 85.47,
29
+ "zDimension": 20.27
30
+ },
31
+ "wells": {
32
+ "D1": {
33
+ "shape": "circular",
34
+ "depth": 17.399,
35
+ "diameter": 16.256,
36
+ "totalLiquidVolume": 3400,
37
+ "x": 17.46,
38
+ "y": 13.79,
39
+ "z": 2.871,
40
+ "geometryDefinitionId": "conicalWell"
41
+ },
42
+ "C1": {
43
+ "shape": "circular",
44
+ "depth": 17.399,
45
+ "diameter": 16.256,
46
+ "totalLiquidVolume": 3400,
47
+ "x": 17.46,
48
+ "y": 33.09,
49
+ "z": 2.871,
50
+ "geometryDefinitionId": "conicalWell"
51
+ },
52
+ "B1": {
53
+ "shape": "circular",
54
+ "depth": 17.399,
55
+ "diameter": 16.256,
56
+ "totalLiquidVolume": 3400,
57
+ "x": 17.46,
58
+ "y": 52.39,
59
+ "z": 2.871,
60
+ "geometryDefinitionId": "conicalWell"
61
+ },
62
+ "A1": {
63
+ "shape": "circular",
64
+ "depth": 17.399,
65
+ "diameter": 16.256,
66
+ "totalLiquidVolume": 3400,
67
+ "x": 17.46,
68
+ "y": 71.69,
69
+ "z": 2.871,
70
+ "geometryDefinitionId": "conicalWell"
71
+ },
72
+ "D2": {
73
+ "shape": "circular",
74
+ "depth": 17.399,
75
+ "diameter": 16.256,
76
+ "totalLiquidVolume": 3400,
77
+ "x": 36.76,
78
+ "y": 13.79,
79
+ "z": 2.871,
80
+ "geometryDefinitionId": "conicalWell"
81
+ },
82
+ "C2": {
83
+ "shape": "circular",
84
+ "depth": 17.399,
85
+ "diameter": 16.256,
86
+ "totalLiquidVolume": 3400,
87
+ "x": 36.76,
88
+ "y": 33.09,
89
+ "z": 2.871,
90
+ "geometryDefinitionId": "conicalWell"
91
+ },
92
+ "B2": {
93
+ "shape": "circular",
94
+ "depth": 17.399,
95
+ "diameter": 16.256,
96
+ "totalLiquidVolume": 3400,
97
+ "x": 36.76,
98
+ "y": 52.39,
99
+ "z": 2.871,
100
+ "geometryDefinitionId": "conicalWell"
101
+ },
102
+ "A2": {
103
+ "shape": "circular",
104
+ "depth": 17.399,
105
+ "diameter": 16.256,
106
+ "totalLiquidVolume": 3400,
107
+ "x": 36.76,
108
+ "y": 71.69,
109
+ "z": 2.871,
110
+ "geometryDefinitionId": "conicalWell"
111
+ },
112
+ "D3": {
113
+ "shape": "circular",
114
+ "depth": 17.399,
115
+ "diameter": 16.256,
116
+ "totalLiquidVolume": 3400,
117
+ "x": 56.06,
118
+ "y": 13.79,
119
+ "z": 2.871,
120
+ "geometryDefinitionId": "conicalWell"
121
+ },
122
+ "C3": {
123
+ "shape": "circular",
124
+ "depth": 17.399,
125
+ "diameter": 16.256,
126
+ "totalLiquidVolume": 3400,
127
+ "x": 56.06,
128
+ "y": 33.09,
129
+ "z": 2.871,
130
+ "geometryDefinitionId": "conicalWell"
131
+ },
132
+ "B3": {
133
+ "shape": "circular",
134
+ "depth": 17.399,
135
+ "diameter": 16.256,
136
+ "totalLiquidVolume": 3400,
137
+ "x": 56.06,
138
+ "y": 52.39,
139
+ "z": 2.871,
140
+ "geometryDefinitionId": "conicalWell"
141
+ },
142
+ "A3": {
143
+ "shape": "circular",
144
+ "depth": 17.399,
145
+ "diameter": 16.256,
146
+ "totalLiquidVolume": 3400,
147
+ "x": 56.06,
148
+ "y": 71.69,
149
+ "z": 2.871,
150
+ "geometryDefinitionId": "conicalWell"
151
+ },
152
+ "D4": {
153
+ "shape": "circular",
154
+ "depth": 17.399,
155
+ "diameter": 16.256,
156
+ "totalLiquidVolume": 3400,
157
+ "x": 75.36,
158
+ "y": 13.79,
159
+ "z": 2.871,
160
+ "geometryDefinitionId": "conicalWell"
161
+ },
162
+ "C4": {
163
+ "shape": "circular",
164
+ "depth": 17.399,
165
+ "diameter": 16.256,
166
+ "totalLiquidVolume": 3400,
167
+ "x": 75.36,
168
+ "y": 33.09,
169
+ "z": 2.871,
170
+ "geometryDefinitionId": "conicalWell"
171
+ },
172
+ "B4": {
173
+ "shape": "circular",
174
+ "depth": 17.399,
175
+ "diameter": 16.256,
176
+ "totalLiquidVolume": 3400,
177
+ "x": 75.36,
178
+ "y": 52.39,
179
+ "z": 2.871,
180
+ "geometryDefinitionId": "conicalWell"
181
+ },
182
+ "A4": {
183
+ "shape": "circular",
184
+ "depth": 17.399,
185
+ "diameter": 16.256,
186
+ "totalLiquidVolume": 3400,
187
+ "x": 75.36,
188
+ "y": 71.69,
189
+ "z": 2.871,
190
+ "geometryDefinitionId": "conicalWell"
191
+ },
192
+ "D5": {
193
+ "shape": "circular",
194
+ "depth": 17.399,
195
+ "diameter": 16.256,
196
+ "totalLiquidVolume": 3400,
197
+ "x": 94.66,
198
+ "y": 13.79,
199
+ "z": 2.871,
200
+ "geometryDefinitionId": "conicalWell"
201
+ },
202
+ "C5": {
203
+ "shape": "circular",
204
+ "depth": 17.399,
205
+ "diameter": 16.256,
206
+ "totalLiquidVolume": 3400,
207
+ "x": 94.66,
208
+ "y": 33.09,
209
+ "z": 2.871,
210
+ "geometryDefinitionId": "conicalWell"
211
+ },
212
+ "B5": {
213
+ "shape": "circular",
214
+ "depth": 17.399,
215
+ "diameter": 16.256,
216
+ "totalLiquidVolume": 3400,
217
+ "x": 94.66,
218
+ "y": 52.39,
219
+ "z": 2.871,
220
+ "geometryDefinitionId": "conicalWell"
221
+ },
222
+ "A5": {
223
+ "shape": "circular",
224
+ "depth": 17.399,
225
+ "diameter": 16.256,
226
+ "totalLiquidVolume": 3400,
227
+ "x": 94.66,
228
+ "y": 71.69,
229
+ "z": 2.871,
230
+ "geometryDefinitionId": "conicalWell"
231
+ },
232
+ "D6": {
233
+ "shape": "circular",
234
+ "depth": 17.399,
235
+ "diameter": 16.256,
236
+ "totalLiquidVolume": 3400,
237
+ "x": 113.96,
238
+ "y": 13.79,
239
+ "z": 2.871,
240
+ "geometryDefinitionId": "conicalWell"
241
+ },
242
+ "C6": {
243
+ "shape": "circular",
244
+ "depth": 17.399,
245
+ "diameter": 16.256,
246
+ "totalLiquidVolume": 3400,
247
+ "x": 113.96,
248
+ "y": 33.09,
249
+ "z": 2.871,
250
+ "geometryDefinitionId": "conicalWell"
251
+ },
252
+ "B6": {
253
+ "shape": "circular",
254
+ "depth": 17.399,
255
+ "diameter": 16.256,
256
+ "totalLiquidVolume": 3400,
257
+ "x": 113.96,
258
+ "y": 52.39,
259
+ "z": 2.871,
260
+ "geometryDefinitionId": "conicalWell"
261
+ },
262
+ "A6": {
263
+ "shape": "circular",
264
+ "depth": 17.399,
265
+ "diameter": 16.256,
266
+ "totalLiquidVolume": 3400,
267
+ "x": 113.96,
268
+ "y": 71.69,
269
+ "z": 2.871,
270
+ "geometryDefinitionId": "conicalWell"
271
+ }
272
+ },
273
+ "parameters": {
274
+ "format": "irregular",
275
+ "isTiprack": false,
276
+ "isMagneticModuleCompatible": false,
277
+ "loadName": "corning_24_wellplate_3.4ml_flat"
278
+ },
279
+ "groups": [
280
+ {
281
+ "wells": [
282
+ "A1",
283
+ "B1",
284
+ "C1",
285
+ "D1",
286
+ "A2",
287
+ "B2",
288
+ "C2",
289
+ "D2",
290
+ "A3",
291
+ "B3",
292
+ "C3",
293
+ "D3",
294
+ "A4",
295
+ "B4",
296
+ "C4",
297
+ "D4",
298
+ "A5",
299
+ "B5",
300
+ "C5",
301
+ "D5",
302
+ "A6",
303
+ "B6",
304
+ "C6",
305
+ "D6"
306
+ ],
307
+ "metadata": {
308
+ "wellBottomShape": "flat"
309
+ }
310
+ }
311
+ ],
312
+ "cornerOffsetFromSlot": {
313
+ "x": 0,
314
+ "y": 0,
315
+ "z": 0
316
+ },
317
+ "stackingOffsetWithLabware": {
318
+ "opentrons_aluminum_flat_bottom_plate": {
319
+ "x": 0,
320
+ "y": 0,
321
+ "z": 4.15
322
+ },
323
+ "corning_24_wellplate_3.4ml_flat": {
324
+ "x": 0,
325
+ "y": 0,
326
+ "z": 1.32
327
+ }
328
+ },
329
+ "innerLabwareGeometry": {
330
+ "conicalWell": {
331
+ "sections": [
332
+ {
333
+ "shape": "conical",
334
+ "topDiameter": 16.256,
335
+ "bottomDiameter": 15.621,
336
+ "topHeight": 17.399,
337
+ "bottomHeight": 0.0
338
+ }
339
+ ]
340
+ }
341
+ }
342
+ }