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,473 @@
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
+ "displayVolumeUnits": "mL",
15
+ "displayCategory": "tubeRack",
16
+ "displayName": "Opentrons 24 Tube Rack with Eppendorf 2 mL Safe-Lock Snapcap",
17
+ "tags": []
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
+ "loadName": "opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap",
28
+ "isMagneticModuleCompatible": false
29
+ },
30
+ "wells": {
31
+ "D1": {
32
+ "depth": 39.1,
33
+ "diameter": 10,
34
+ "shape": "circular",
35
+ "totalLiquidVolume": 2000,
36
+ "x": 18.21,
37
+ "y": 17.59,
38
+ "z": 41.27,
39
+ "geometryDefinitionId": "conicalWell"
40
+ },
41
+ "C1": {
42
+ "depth": 39.1,
43
+ "diameter": 10,
44
+ "shape": "circular",
45
+ "totalLiquidVolume": 2000,
46
+ "x": 18.21,
47
+ "y": 36.87,
48
+ "z": 41.27,
49
+ "geometryDefinitionId": "conicalWell"
50
+ },
51
+ "B1": {
52
+ "depth": 39.1,
53
+ "diameter": 10,
54
+ "shape": "circular",
55
+ "totalLiquidVolume": 2000,
56
+ "x": 18.21,
57
+ "y": 56.15,
58
+ "z": 41.27,
59
+ "geometryDefinitionId": "conicalWell"
60
+ },
61
+ "A1": {
62
+ "depth": 39.1,
63
+ "diameter": 10,
64
+ "shape": "circular",
65
+ "totalLiquidVolume": 2000,
66
+ "x": 18.21,
67
+ "y": 75.43,
68
+ "z": 41.27,
69
+ "geometryDefinitionId": "conicalWell"
70
+ },
71
+ "D2": {
72
+ "depth": 39.1,
73
+ "diameter": 10,
74
+ "shape": "circular",
75
+ "totalLiquidVolume": 2000,
76
+ "x": 38.1,
77
+ "y": 17.59,
78
+ "z": 41.27,
79
+ "geometryDefinitionId": "conicalWell"
80
+ },
81
+ "C2": {
82
+ "depth": 39.1,
83
+ "diameter": 10,
84
+ "shape": "circular",
85
+ "totalLiquidVolume": 2000,
86
+ "x": 38.1,
87
+ "y": 36.87,
88
+ "z": 41.27,
89
+ "geometryDefinitionId": "conicalWell"
90
+ },
91
+ "B2": {
92
+ "depth": 39.1,
93
+ "diameter": 10,
94
+ "shape": "circular",
95
+ "totalLiquidVolume": 2000,
96
+ "x": 38.1,
97
+ "y": 56.15,
98
+ "z": 41.27,
99
+ "geometryDefinitionId": "conicalWell"
100
+ },
101
+ "A2": {
102
+ "depth": 39.1,
103
+ "diameter": 10,
104
+ "shape": "circular",
105
+ "totalLiquidVolume": 2000,
106
+ "x": 38.1,
107
+ "y": 75.43,
108
+ "z": 41.27,
109
+ "geometryDefinitionId": "conicalWell"
110
+ },
111
+ "D3": {
112
+ "depth": 39.1,
113
+ "diameter": 10,
114
+ "shape": "circular",
115
+ "totalLiquidVolume": 2000,
116
+ "x": 57.99,
117
+ "y": 17.59,
118
+ "z": 41.27,
119
+ "geometryDefinitionId": "conicalWell"
120
+ },
121
+ "C3": {
122
+ "depth": 39.1,
123
+ "diameter": 10,
124
+ "shape": "circular",
125
+ "totalLiquidVolume": 2000,
126
+ "x": 57.99,
127
+ "y": 36.87,
128
+ "z": 41.27,
129
+ "geometryDefinitionId": "conicalWell"
130
+ },
131
+ "B3": {
132
+ "depth": 39.1,
133
+ "diameter": 10,
134
+ "shape": "circular",
135
+ "totalLiquidVolume": 2000,
136
+ "x": 57.99,
137
+ "y": 56.15,
138
+ "z": 41.27,
139
+ "geometryDefinitionId": "conicalWell"
140
+ },
141
+ "A3": {
142
+ "depth": 39.1,
143
+ "diameter": 10,
144
+ "shape": "circular",
145
+ "totalLiquidVolume": 2000,
146
+ "x": 57.99,
147
+ "y": 75.43,
148
+ "z": 41.27,
149
+ "geometryDefinitionId": "conicalWell"
150
+ },
151
+ "D4": {
152
+ "depth": 39.1,
153
+ "diameter": 10,
154
+ "shape": "circular",
155
+ "totalLiquidVolume": 2000,
156
+ "x": 77.88,
157
+ "y": 17.59,
158
+ "z": 41.27,
159
+ "geometryDefinitionId": "conicalWell"
160
+ },
161
+ "C4": {
162
+ "depth": 39.1,
163
+ "diameter": 10,
164
+ "shape": "circular",
165
+ "totalLiquidVolume": 2000,
166
+ "x": 77.88,
167
+ "y": 36.87,
168
+ "z": 41.27,
169
+ "geometryDefinitionId": "conicalWell"
170
+ },
171
+ "B4": {
172
+ "depth": 39.1,
173
+ "diameter": 10,
174
+ "shape": "circular",
175
+ "totalLiquidVolume": 2000,
176
+ "x": 77.88,
177
+ "y": 56.15,
178
+ "z": 41.27,
179
+ "geometryDefinitionId": "conicalWell"
180
+ },
181
+ "A4": {
182
+ "depth": 39.1,
183
+ "diameter": 10,
184
+ "shape": "circular",
185
+ "totalLiquidVolume": 2000,
186
+ "x": 77.88,
187
+ "y": 75.43,
188
+ "z": 41.27,
189
+ "geometryDefinitionId": "conicalWell"
190
+ },
191
+ "D5": {
192
+ "depth": 39.1,
193
+ "diameter": 10,
194
+ "shape": "circular",
195
+ "totalLiquidVolume": 2000,
196
+ "x": 97.77,
197
+ "y": 17.59,
198
+ "z": 41.27,
199
+ "geometryDefinitionId": "conicalWell"
200
+ },
201
+ "C5": {
202
+ "depth": 39.1,
203
+ "diameter": 10,
204
+ "shape": "circular",
205
+ "totalLiquidVolume": 2000,
206
+ "x": 97.77,
207
+ "y": 36.87,
208
+ "z": 41.27,
209
+ "geometryDefinitionId": "conicalWell"
210
+ },
211
+ "B5": {
212
+ "depth": 39.1,
213
+ "diameter": 10,
214
+ "shape": "circular",
215
+ "totalLiquidVolume": 2000,
216
+ "x": 97.77,
217
+ "y": 56.15,
218
+ "z": 41.27,
219
+ "geometryDefinitionId": "conicalWell"
220
+ },
221
+ "A5": {
222
+ "depth": 39.1,
223
+ "diameter": 10,
224
+ "shape": "circular",
225
+ "totalLiquidVolume": 2000,
226
+ "x": 97.77,
227
+ "y": 75.43,
228
+ "z": 41.27,
229
+ "geometryDefinitionId": "conicalWell"
230
+ },
231
+ "D6": {
232
+ "depth": 39.1,
233
+ "diameter": 10,
234
+ "shape": "circular",
235
+ "totalLiquidVolume": 2000,
236
+ "x": 117.66,
237
+ "y": 17.59,
238
+ "z": 41.27,
239
+ "geometryDefinitionId": "conicalWell"
240
+ },
241
+ "C6": {
242
+ "depth": 39.1,
243
+ "diameter": 10,
244
+ "shape": "circular",
245
+ "totalLiquidVolume": 2000,
246
+ "x": 117.66,
247
+ "y": 36.87,
248
+ "z": 41.27,
249
+ "geometryDefinitionId": "conicalWell"
250
+ },
251
+ "B6": {
252
+ "depth": 39.1,
253
+ "diameter": 10,
254
+ "shape": "circular",
255
+ "totalLiquidVolume": 2000,
256
+ "x": 117.66,
257
+ "y": 56.15,
258
+ "z": 41.27,
259
+ "geometryDefinitionId": "conicalWell"
260
+ },
261
+ "A6": {
262
+ "depth": 39.1,
263
+ "diameter": 10,
264
+ "shape": "circular",
265
+ "totalLiquidVolume": 2000,
266
+ "x": 117.66,
267
+ "y": 75.43,
268
+ "z": 41.27,
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 24x2 mL Safelock Snapcap",
309
+ "displayCategory": "tubeRack",
310
+ "wellBottomShape": "u"
311
+ },
312
+ "brand": {
313
+ "brand": "Eppendorf",
314
+ "brandId": [
315
+ "022363344",
316
+ "022363352",
317
+ "022363379",
318
+ "022363395",
319
+ "022363417",
320
+ "022363433",
321
+ "022363450",
322
+ "022363476"
323
+ ],
324
+ "links": [
325
+ "https://online-shop.eppendorf.us/US-en/Laboratory-Consumables-44512/Tubes-44515/Eppendorf-Safe-Lock-Tubes-PF-8863.html"
326
+ ]
327
+ }
328
+ }
329
+ ],
330
+ "cornerOffsetFromSlot": {
331
+ "x": 0,
332
+ "y": 0,
333
+ "z": 0
334
+ },
335
+ "innerLabwareGeometry": {
336
+ "conicalWell": {
337
+ "sections": [
338
+ {
339
+ "shape": "conical",
340
+ "topDiameter": 10.0,
341
+ "bottomDiameter": 9.6,
342
+ "topHeight": 39.02,
343
+ "bottomHeight": 33.96
344
+ },
345
+ {
346
+ "shape": "conical",
347
+ "topDiameter": 9.6,
348
+ "bottomDiameter": 9.2,
349
+ "topHeight": 33.96,
350
+ "bottomHeight": 32.5
351
+ },
352
+ {
353
+ "shape": "conical",
354
+ "topDiameter": 9.2,
355
+ "bottomDiameter": 9.1,
356
+ "topHeight": 32.5,
357
+ "bottomHeight": 25.26
358
+ },
359
+ {
360
+ "shape": "conical",
361
+ "topDiameter": 9.1,
362
+ "bottomDiameter": 9.0,
363
+ "topHeight": 25.26,
364
+ "bottomHeight": 13.32
365
+ },
366
+ {
367
+ "shape": "conical",
368
+ "topDiameter": 9.0,
369
+ "bottomDiameter": 8.9,
370
+ "topHeight": 13.32,
371
+ "bottomHeight": 10.17
372
+ },
373
+ {
374
+ "shape": "conical",
375
+ "topDiameter": 8.9,
376
+ "bottomDiameter": 8.78,
377
+ "topHeight": 10.17,
378
+ "bottomHeight": 6.97
379
+ },
380
+ {
381
+ "shape": "conical",
382
+ "topDiameter": 8.78,
383
+ "bottomDiameter": 8.6,
384
+ "topHeight": 6.97,
385
+ "bottomHeight": 5.43
386
+ },
387
+ {
388
+ "shape": "conical",
389
+ "topDiameter": 8.6,
390
+ "bottomDiameter": 8.5,
391
+ "topHeight": 5.43,
392
+ "bottomHeight": 5.15
393
+ },
394
+ {
395
+ "shape": "conical",
396
+ "topDiameter": 8.5,
397
+ "bottomDiameter": 8.4,
398
+ "topHeight": 5.15,
399
+ "bottomHeight": 5.03
400
+ },
401
+ {
402
+ "shape": "conical",
403
+ "topDiameter": 8.4,
404
+ "bottomDiameter": 8.2,
405
+ "topHeight": 5.03,
406
+ "bottomHeight": 4.53
407
+ },
408
+ {
409
+ "shape": "conical",
410
+ "topDiameter": 8.2,
411
+ "bottomDiameter": 8.0,
412
+ "topHeight": 4.53,
413
+ "bottomHeight": 4.29
414
+ },
415
+ {
416
+ "shape": "conical",
417
+ "topDiameter": 8.0,
418
+ "bottomDiameter": 7.7,
419
+ "topHeight": 4.29,
420
+ "bottomHeight": 3.93
421
+ },
422
+ {
423
+ "shape": "conical",
424
+ "topDiameter": 7.7,
425
+ "bottomDiameter": 7.6,
426
+ "topHeight": 3.93,
427
+ "bottomHeight": 3.67
428
+ },
429
+ {
430
+ "shape": "conical",
431
+ "topDiameter": 7.6,
432
+ "bottomDiameter": 7.2,
433
+ "topHeight": 3.67,
434
+ "bottomHeight": 3.14
435
+ },
436
+ {
437
+ "shape": "conical",
438
+ "topDiameter": 7.2,
439
+ "bottomDiameter": 6.8,
440
+ "topHeight": 3.14,
441
+ "bottomHeight": 2.75
442
+ },
443
+ {
444
+ "shape": "conical",
445
+ "topDiameter": 6.8,
446
+ "bottomDiameter": 6.4,
447
+ "topHeight": 2.75,
448
+ "bottomHeight": 2.45
449
+ },
450
+ {
451
+ "shape": "conical",
452
+ "topDiameter": 6.4,
453
+ "bottomDiameter": 6.0,
454
+ "topHeight": 2.45,
455
+ "bottomHeight": 2.2
456
+ },
457
+ {
458
+ "shape": "conical",
459
+ "topDiameter": 6.0,
460
+ "bottomDiameter": 5.0,
461
+ "topHeight": 2.2,
462
+ "bottomHeight": 1.45
463
+ },
464
+ {
465
+ "shape": "spherical",
466
+ "radiusOfCurvature": 2.88,
467
+ "topHeight": 1.45,
468
+ "bottomHeight": 0.0
469
+ }
470
+ ]
471
+ }
472
+ }
473
+ }