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,418 @@
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
+ "schemaVersion": 2,
11
+ "version": 3,
12
+ "namespace": "opentrons",
13
+ "metadata": {
14
+ "tags": [],
15
+ "displayName": "Opentrons 24 Tube Rack with Eppendorf 1.5 mL Safe-Lock Snapcap",
16
+ "displayVolumeUnits": "mL",
17
+ "displayCategory": "tubeRack"
18
+ },
19
+ "dimensions": {
20
+ "xDimension": 127.75,
21
+ "yDimension": 85.5,
22
+ "zDimension": 79.85
23
+ },
24
+ "parameters": {
25
+ "format": "irregular",
26
+ "isTiprack": false,
27
+ "isMagneticModuleCompatible": false,
28
+ "loadName": "opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap"
29
+ },
30
+ "wells": {
31
+ "D1": {
32
+ "depth": 37.8,
33
+ "diameter": 10,
34
+ "shape": "circular",
35
+ "totalLiquidVolume": 1500,
36
+ "x": 18.21,
37
+ "y": 17.59,
38
+ "z": 42.05,
39
+ "geometryDefinitionId": "conicalWell"
40
+ },
41
+ "C1": {
42
+ "depth": 37.8,
43
+ "diameter": 10,
44
+ "shape": "circular",
45
+ "totalLiquidVolume": 1500,
46
+ "x": 18.21,
47
+ "y": 36.87,
48
+ "z": 42.05,
49
+ "geometryDefinitionId": "conicalWell"
50
+ },
51
+ "B1": {
52
+ "depth": 37.8,
53
+ "diameter": 10,
54
+ "shape": "circular",
55
+ "totalLiquidVolume": 1500,
56
+ "x": 18.21,
57
+ "y": 56.15,
58
+ "z": 42.05,
59
+ "geometryDefinitionId": "conicalWell"
60
+ },
61
+ "A1": {
62
+ "depth": 37.8,
63
+ "diameter": 10,
64
+ "shape": "circular",
65
+ "totalLiquidVolume": 1500,
66
+ "x": 18.21,
67
+ "y": 75.43,
68
+ "z": 42.05,
69
+ "geometryDefinitionId": "conicalWell"
70
+ },
71
+ "D2": {
72
+ "depth": 37.8,
73
+ "diameter": 10,
74
+ "shape": "circular",
75
+ "totalLiquidVolume": 1500,
76
+ "x": 38.1,
77
+ "y": 17.59,
78
+ "z": 42.05,
79
+ "geometryDefinitionId": "conicalWell"
80
+ },
81
+ "C2": {
82
+ "depth": 37.8,
83
+ "diameter": 10,
84
+ "shape": "circular",
85
+ "totalLiquidVolume": 1500,
86
+ "x": 38.1,
87
+ "y": 36.87,
88
+ "z": 42.05,
89
+ "geometryDefinitionId": "conicalWell"
90
+ },
91
+ "B2": {
92
+ "depth": 37.8,
93
+ "diameter": 10,
94
+ "shape": "circular",
95
+ "totalLiquidVolume": 1500,
96
+ "x": 38.1,
97
+ "y": 56.15,
98
+ "z": 42.05,
99
+ "geometryDefinitionId": "conicalWell"
100
+ },
101
+ "A2": {
102
+ "depth": 37.8,
103
+ "diameter": 10,
104
+ "shape": "circular",
105
+ "totalLiquidVolume": 1500,
106
+ "x": 38.1,
107
+ "y": 75.43,
108
+ "z": 42.05,
109
+ "geometryDefinitionId": "conicalWell"
110
+ },
111
+ "D3": {
112
+ "depth": 37.8,
113
+ "diameter": 10,
114
+ "shape": "circular",
115
+ "totalLiquidVolume": 1500,
116
+ "x": 57.99,
117
+ "y": 17.59,
118
+ "z": 42.05,
119
+ "geometryDefinitionId": "conicalWell"
120
+ },
121
+ "C3": {
122
+ "depth": 37.8,
123
+ "diameter": 10,
124
+ "shape": "circular",
125
+ "totalLiquidVolume": 1500,
126
+ "x": 57.99,
127
+ "y": 36.87,
128
+ "z": 42.05,
129
+ "geometryDefinitionId": "conicalWell"
130
+ },
131
+ "B3": {
132
+ "depth": 37.8,
133
+ "diameter": 10,
134
+ "shape": "circular",
135
+ "totalLiquidVolume": 1500,
136
+ "x": 57.99,
137
+ "y": 56.15,
138
+ "z": 42.05,
139
+ "geometryDefinitionId": "conicalWell"
140
+ },
141
+ "A3": {
142
+ "depth": 37.8,
143
+ "diameter": 10,
144
+ "shape": "circular",
145
+ "totalLiquidVolume": 1500,
146
+ "x": 57.99,
147
+ "y": 75.43,
148
+ "z": 42.05,
149
+ "geometryDefinitionId": "conicalWell"
150
+ },
151
+ "D4": {
152
+ "depth": 37.8,
153
+ "diameter": 10,
154
+ "shape": "circular",
155
+ "totalLiquidVolume": 1500,
156
+ "x": 77.88,
157
+ "y": 17.59,
158
+ "z": 42.05,
159
+ "geometryDefinitionId": "conicalWell"
160
+ },
161
+ "C4": {
162
+ "depth": 37.8,
163
+ "diameter": 10,
164
+ "shape": "circular",
165
+ "totalLiquidVolume": 1500,
166
+ "x": 77.88,
167
+ "y": 36.87,
168
+ "z": 42.05,
169
+ "geometryDefinitionId": "conicalWell"
170
+ },
171
+ "B4": {
172
+ "depth": 37.8,
173
+ "diameter": 10,
174
+ "shape": "circular",
175
+ "totalLiquidVolume": 1500,
176
+ "x": 77.88,
177
+ "y": 56.15,
178
+ "z": 42.05,
179
+ "geometryDefinitionId": "conicalWell"
180
+ },
181
+ "A4": {
182
+ "depth": 37.8,
183
+ "diameter": 10,
184
+ "shape": "circular",
185
+ "totalLiquidVolume": 1500,
186
+ "x": 77.88,
187
+ "y": 75.43,
188
+ "z": 42.05,
189
+ "geometryDefinitionId": "conicalWell"
190
+ },
191
+ "D5": {
192
+ "depth": 37.8,
193
+ "diameter": 10,
194
+ "shape": "circular",
195
+ "totalLiquidVolume": 1500,
196
+ "x": 97.77,
197
+ "y": 17.59,
198
+ "z": 42.05,
199
+ "geometryDefinitionId": "conicalWell"
200
+ },
201
+ "C5": {
202
+ "depth": 37.8,
203
+ "diameter": 10,
204
+ "shape": "circular",
205
+ "totalLiquidVolume": 1500,
206
+ "x": 97.77,
207
+ "y": 36.87,
208
+ "z": 42.05,
209
+ "geometryDefinitionId": "conicalWell"
210
+ },
211
+ "B5": {
212
+ "depth": 37.8,
213
+ "diameter": 10,
214
+ "shape": "circular",
215
+ "totalLiquidVolume": 1500,
216
+ "x": 97.77,
217
+ "y": 56.15,
218
+ "z": 42.05,
219
+ "geometryDefinitionId": "conicalWell"
220
+ },
221
+ "A5": {
222
+ "depth": 37.8,
223
+ "diameter": 10,
224
+ "shape": "circular",
225
+ "totalLiquidVolume": 1500,
226
+ "x": 97.77,
227
+ "y": 75.43,
228
+ "z": 42.05,
229
+ "geometryDefinitionId": "conicalWell"
230
+ },
231
+ "D6": {
232
+ "depth": 37.8,
233
+ "diameter": 10,
234
+ "shape": "circular",
235
+ "totalLiquidVolume": 1500,
236
+ "x": 117.66,
237
+ "y": 17.59,
238
+ "z": 42.05,
239
+ "geometryDefinitionId": "conicalWell"
240
+ },
241
+ "C6": {
242
+ "depth": 37.8,
243
+ "diameter": 10,
244
+ "shape": "circular",
245
+ "totalLiquidVolume": 1500,
246
+ "x": 117.66,
247
+ "y": 36.87,
248
+ "z": 42.05,
249
+ "geometryDefinitionId": "conicalWell"
250
+ },
251
+ "B6": {
252
+ "depth": 37.8,
253
+ "diameter": 10,
254
+ "shape": "circular",
255
+ "totalLiquidVolume": 1500,
256
+ "x": 117.66,
257
+ "y": 56.15,
258
+ "z": 42.05,
259
+ "geometryDefinitionId": "conicalWell"
260
+ },
261
+ "A6": {
262
+ "depth": 37.8,
263
+ "diameter": 10,
264
+ "shape": "circular",
265
+ "totalLiquidVolume": 1500,
266
+ "x": 117.66,
267
+ "y": 75.43,
268
+ "z": 42.05,
269
+ "geometryDefinitionId": "conicalWell"
270
+ }
271
+ },
272
+ "brand": {
273
+ "brand": "Opentrons",
274
+ "brandId": [],
275
+ "links": [
276
+ "https://shop.opentrons.com/collections/opentrons-tips/products/tube-rack-set-1"
277
+ ]
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
+ "displayName": "Eppendorf 24x1.5 mL Safelock Snapcap",
309
+ "displayCategory": "tubeRack",
310
+ "wellBottomShape": "v"
311
+ },
312
+ "brand": {
313
+ "brand": "Eppendorf",
314
+ "brandId": [
315
+ "022363204",
316
+ "022363212",
317
+ "022363221",
318
+ "022363247",
319
+ "022363263",
320
+ "022363280",
321
+ "022363280",
322
+ "022363301",
323
+ "022363328"
324
+ ],
325
+ "links": [
326
+ "https://online-shop.eppendorf.us/US-en/Laboratory-Consumables-44512/Tubes-44515/Eppendorf-Safe-Lock-Tubes-PF-8863.html"
327
+ ]
328
+ }
329
+ }
330
+ ],
331
+ "cornerOffsetFromSlot": {
332
+ "x": 0,
333
+ "y": 0,
334
+ "z": 0
335
+ },
336
+ "innerLabwareGeometry": {
337
+ "conicalWell": {
338
+ "sections": [
339
+ {
340
+ "shape": "conical",
341
+ "bottomDiameter": 9.6,
342
+ "topDiameter": 10,
343
+ "topHeight": 37.8,
344
+ "bottomHeight": 32.49
345
+ },
346
+ {
347
+ "shape": "conical",
348
+ "bottomDiameter": 9.2,
349
+ "topDiameter": 9.6,
350
+ "topHeight": 32.49,
351
+ "bottomHeight": 31.97
352
+ },
353
+ {
354
+ "shape": "conical",
355
+ "bottomDiameter": 9.02,
356
+ "topDiameter": 9.2,
357
+ "topHeight": 31.97,
358
+ "bottomHeight": 31.16
359
+ },
360
+ {
361
+ "shape": "conical",
362
+ "bottomDiameter": 8.9,
363
+ "topDiameter": 9.02,
364
+ "topHeight": 31.16,
365
+ "bottomHeight": 28.16
366
+ },
367
+ {
368
+ "shape": "conical",
369
+ "bottomDiameter": 8.5,
370
+ "topDiameter": 8.9,
371
+ "topHeight": 28.16,
372
+ "bottomHeight": 17.56
373
+ },
374
+ {
375
+ "shape": "conical",
376
+ "bottomDiameter": 8,
377
+ "topDiameter": 8.5,
378
+ "topHeight": 17.56,
379
+ "bottomHeight": 15.89
380
+ },
381
+ {
382
+ "shape": "conical",
383
+ "bottomDiameter": 6,
384
+ "topDiameter": 8,
385
+ "topHeight": 15.89,
386
+ "bottomHeight": 9.24
387
+ },
388
+ {
389
+ "shape": "conical",
390
+ "bottomDiameter": 4,
391
+ "topDiameter": 6,
392
+ "topHeight": 9.24,
393
+ "bottomHeight": 2.9
394
+ },
395
+ {
396
+ "shape": "conical",
397
+ "bottomDiameter": 3.26,
398
+ "topDiameter": 4,
399
+ "topHeight": 2.9,
400
+ "bottomHeight": 1
401
+ },
402
+ {
403
+ "shape": "conical",
404
+ "bottomDiameter": 2,
405
+ "topDiameter": 3.26,
406
+ "topHeight": 1,
407
+ "bottomHeight": 0.2
408
+ },
409
+ {
410
+ "shape": "spherical",
411
+ "radiusOfCurvature": 2.6,
412
+ "topHeight": 0.2,
413
+ "bottomHeight": 0.0
414
+ }
415
+ ]
416
+ }
417
+ }
418
+ }