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,350 @@
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": "Opentrons",
12
+ "brandId": [],
13
+ "links": ["https://shop.opentrons.com/aluminum-block-set/"]
14
+ },
15
+ "metadata": {
16
+ "displayName": "Opentrons 24 Well Aluminum Block with NEST 2 mL Screwcap",
17
+ "displayCategory": "aluminumBlock",
18
+ "displayVolumeUnits": "mL",
19
+ "tags": []
20
+ },
21
+ "dimensions": {
22
+ "xDimension": 127.75,
23
+ "yDimension": 85.5,
24
+ "zDimension": 49.5
25
+ },
26
+ "wells": {
27
+ "A1": {
28
+ "depth": 44.05,
29
+ "shape": "circular",
30
+ "diameter": 8.55,
31
+ "totalLiquidVolume": 2000,
32
+ "x": 20.75,
33
+ "y": 68.62,
34
+ "z": 5.45,
35
+ "geometryDefinitionId": "conicalWell"
36
+ },
37
+ "B1": {
38
+ "depth": 44.05,
39
+ "shape": "circular",
40
+ "diameter": 8.55,
41
+ "totalLiquidVolume": 2000,
42
+ "x": 20.75,
43
+ "y": 51.37,
44
+ "z": 5.45,
45
+ "geometryDefinitionId": "conicalWell"
46
+ },
47
+ "C1": {
48
+ "depth": 44.05,
49
+ "shape": "circular",
50
+ "diameter": 8.55,
51
+ "totalLiquidVolume": 2000,
52
+ "x": 20.75,
53
+ "y": 34.12,
54
+ "z": 5.45,
55
+ "geometryDefinitionId": "conicalWell"
56
+ },
57
+ "D1": {
58
+ "depth": 44.05,
59
+ "shape": "circular",
60
+ "diameter": 8.55,
61
+ "totalLiquidVolume": 2000,
62
+ "x": 20.75,
63
+ "y": 16.87,
64
+ "z": 5.45,
65
+ "geometryDefinitionId": "conicalWell"
66
+ },
67
+ "A2": {
68
+ "depth": 44.05,
69
+ "shape": "circular",
70
+ "diameter": 8.55,
71
+ "totalLiquidVolume": 2000,
72
+ "x": 38,
73
+ "y": 68.62,
74
+ "z": 5.45,
75
+ "geometryDefinitionId": "conicalWell"
76
+ },
77
+ "B2": {
78
+ "depth": 44.05,
79
+ "shape": "circular",
80
+ "diameter": 8.55,
81
+ "totalLiquidVolume": 2000,
82
+ "x": 38,
83
+ "y": 51.37,
84
+ "z": 5.45,
85
+ "geometryDefinitionId": "conicalWell"
86
+ },
87
+ "C2": {
88
+ "depth": 44.05,
89
+ "shape": "circular",
90
+ "diameter": 8.55,
91
+ "totalLiquidVolume": 2000,
92
+ "x": 38,
93
+ "y": 34.12,
94
+ "z": 5.45,
95
+ "geometryDefinitionId": "conicalWell"
96
+ },
97
+ "D2": {
98
+ "depth": 44.05,
99
+ "shape": "circular",
100
+ "diameter": 8.55,
101
+ "totalLiquidVolume": 2000,
102
+ "x": 38,
103
+ "y": 16.87,
104
+ "z": 5.45,
105
+ "geometryDefinitionId": "conicalWell"
106
+ },
107
+ "A3": {
108
+ "depth": 44.05,
109
+ "shape": "circular",
110
+ "diameter": 8.55,
111
+ "totalLiquidVolume": 2000,
112
+ "x": 55.25,
113
+ "y": 68.62,
114
+ "z": 5.45,
115
+ "geometryDefinitionId": "conicalWell"
116
+ },
117
+ "B3": {
118
+ "depth": 44.05,
119
+ "shape": "circular",
120
+ "diameter": 8.55,
121
+ "totalLiquidVolume": 2000,
122
+ "x": 55.25,
123
+ "y": 51.37,
124
+ "z": 5.45,
125
+ "geometryDefinitionId": "conicalWell"
126
+ },
127
+ "C3": {
128
+ "depth": 44.05,
129
+ "shape": "circular",
130
+ "diameter": 8.55,
131
+ "totalLiquidVolume": 2000,
132
+ "x": 55.25,
133
+ "y": 34.12,
134
+ "z": 5.45,
135
+ "geometryDefinitionId": "conicalWell"
136
+ },
137
+ "D3": {
138
+ "depth": 44.05,
139
+ "shape": "circular",
140
+ "diameter": 8.55,
141
+ "totalLiquidVolume": 2000,
142
+ "x": 55.25,
143
+ "y": 16.87,
144
+ "z": 5.45,
145
+ "geometryDefinitionId": "conicalWell"
146
+ },
147
+ "A4": {
148
+ "depth": 44.05,
149
+ "shape": "circular",
150
+ "diameter": 8.55,
151
+ "totalLiquidVolume": 2000,
152
+ "x": 72.5,
153
+ "y": 68.62,
154
+ "z": 5.45,
155
+ "geometryDefinitionId": "conicalWell"
156
+ },
157
+ "B4": {
158
+ "depth": 44.05,
159
+ "shape": "circular",
160
+ "diameter": 8.55,
161
+ "totalLiquidVolume": 2000,
162
+ "x": 72.5,
163
+ "y": 51.37,
164
+ "z": 5.45,
165
+ "geometryDefinitionId": "conicalWell"
166
+ },
167
+ "C4": {
168
+ "depth": 44.05,
169
+ "shape": "circular",
170
+ "diameter": 8.55,
171
+ "totalLiquidVolume": 2000,
172
+ "x": 72.5,
173
+ "y": 34.12,
174
+ "z": 5.45,
175
+ "geometryDefinitionId": "conicalWell"
176
+ },
177
+ "D4": {
178
+ "depth": 44.05,
179
+ "shape": "circular",
180
+ "diameter": 8.55,
181
+ "totalLiquidVolume": 2000,
182
+ "x": 72.5,
183
+ "y": 16.87,
184
+ "z": 5.45,
185
+ "geometryDefinitionId": "conicalWell"
186
+ },
187
+ "A5": {
188
+ "depth": 44.05,
189
+ "shape": "circular",
190
+ "diameter": 8.55,
191
+ "totalLiquidVolume": 2000,
192
+ "x": 89.75,
193
+ "y": 68.62,
194
+ "z": 5.45,
195
+ "geometryDefinitionId": "conicalWell"
196
+ },
197
+ "B5": {
198
+ "depth": 44.05,
199
+ "shape": "circular",
200
+ "diameter": 8.55,
201
+ "totalLiquidVolume": 2000,
202
+ "x": 89.75,
203
+ "y": 51.37,
204
+ "z": 5.45,
205
+ "geometryDefinitionId": "conicalWell"
206
+ },
207
+ "C5": {
208
+ "depth": 44.05,
209
+ "shape": "circular",
210
+ "diameter": 8.55,
211
+ "totalLiquidVolume": 2000,
212
+ "x": 89.75,
213
+ "y": 34.12,
214
+ "z": 5.45,
215
+ "geometryDefinitionId": "conicalWell"
216
+ },
217
+ "D5": {
218
+ "depth": 44.05,
219
+ "shape": "circular",
220
+ "diameter": 8.55,
221
+ "totalLiquidVolume": 2000,
222
+ "x": 89.75,
223
+ "y": 16.87,
224
+ "z": 5.45,
225
+ "geometryDefinitionId": "conicalWell"
226
+ },
227
+ "A6": {
228
+ "depth": 44.05,
229
+ "shape": "circular",
230
+ "diameter": 8.55,
231
+ "totalLiquidVolume": 2000,
232
+ "x": 107,
233
+ "y": 68.62,
234
+ "z": 5.45,
235
+ "geometryDefinitionId": "conicalWell"
236
+ },
237
+ "B6": {
238
+ "depth": 44.05,
239
+ "shape": "circular",
240
+ "diameter": 8.55,
241
+ "totalLiquidVolume": 2000,
242
+ "x": 107,
243
+ "y": 51.37,
244
+ "z": 5.45,
245
+ "geometryDefinitionId": "conicalWell"
246
+ },
247
+ "C6": {
248
+ "depth": 44.05,
249
+ "shape": "circular",
250
+ "diameter": 8.55,
251
+ "totalLiquidVolume": 2000,
252
+ "x": 107,
253
+ "y": 34.12,
254
+ "z": 5.45,
255
+ "geometryDefinitionId": "conicalWell"
256
+ },
257
+ "D6": {
258
+ "depth": 44.05,
259
+ "shape": "circular",
260
+ "diameter": 8.55,
261
+ "totalLiquidVolume": 2000,
262
+ "x": 107,
263
+ "y": 16.87,
264
+ "z": 5.45,
265
+ "geometryDefinitionId": "conicalWell"
266
+ }
267
+ },
268
+ "groups": [
269
+ {
270
+ "metadata": {
271
+ "displayName": "NEST 24x2 mL Screwcap",
272
+ "displayCategory": "tubeRack",
273
+ "wellBottomShape": "v"
274
+ },
275
+ "brand": {
276
+ "brand": "NEST",
277
+ "brandId": ["635001"],
278
+ "links": ["https://www.nest-biotech.com/sample-vials/59249854.html"]
279
+ },
280
+ "wells": [
281
+ "A1",
282
+ "B1",
283
+ "C1",
284
+ "D1",
285
+ "A2",
286
+ "B2",
287
+ "C2",
288
+ "D2",
289
+ "A3",
290
+ "B3",
291
+ "C3",
292
+ "D3",
293
+ "A4",
294
+ "B4",
295
+ "C4",
296
+ "D4",
297
+ "A5",
298
+ "B5",
299
+ "C5",
300
+ "D5",
301
+ "A6",
302
+ "B6",
303
+ "C6",
304
+ "D6"
305
+ ]
306
+ }
307
+ ],
308
+ "parameters": {
309
+ "format": "irregular",
310
+ "quirks": ["gripperIncompatible"],
311
+ "isTiprack": false,
312
+ "isMagneticModuleCompatible": false,
313
+ "loadName": "opentrons_24_aluminumblock_nest_2ml_screwcap"
314
+ },
315
+ "namespace": "opentrons",
316
+ "version": 3,
317
+ "schemaVersion": 2,
318
+ "cornerOffsetFromSlot": {
319
+ "x": 0,
320
+ "y": 0,
321
+ "z": 0
322
+ },
323
+ "innerLabwareGeometry": {
324
+ "conicalWell": {
325
+ "sections": [
326
+ {
327
+ "shape": "conical",
328
+ "bottomDiameter": 8.14,
329
+ "topDiameter": 8.55,
330
+ "topHeight": 43.4,
331
+ "bottomHeight": 3.04
332
+ },
333
+ {
334
+ "shape": "conical",
335
+ "bottomDiameter": 6.5,
336
+ "topDiameter": 8.14,
337
+ "topHeight": 3.04,
338
+ "bottomHeight": 2.08
339
+ },
340
+ {
341
+ "shape": "conical",
342
+ "bottomDiameter": 1.21,
343
+ "topDiameter": 6.5,
344
+ "topHeight": 2.08,
345
+ "bottomHeight": 0.0
346
+ }
347
+ ]
348
+ }
349
+ }
350
+ }