opentrons-shared-data 8.8.0a12__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/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.0a12.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/METADATA +2 -1
- {opentrons_shared_data-8.8.0a12.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/RECORD +96 -87
- {opentrons_shared_data-8.8.0a12.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/WHEEL +0 -0
- {opentrons_shared_data-8.8.0a12.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/licenses/LICENSE +0 -0
|
@@ -152,17 +152,21 @@
|
|
|
152
152
|
"tipOverlaps": {
|
|
153
153
|
"v0": {
|
|
154
154
|
"default": 10.5,
|
|
155
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
155
156
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
156
157
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
|
|
157
158
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5,
|
|
158
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
|
|
159
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
|
|
160
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
159
161
|
},
|
|
160
162
|
"v1": {
|
|
161
163
|
"default": 9.884,
|
|
164
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.884,
|
|
162
165
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.884,
|
|
163
166
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.981,
|
|
164
167
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.981,
|
|
165
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884
|
|
168
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884,
|
|
169
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.884
|
|
166
170
|
}
|
|
167
171
|
}
|
|
168
172
|
},
|
|
@@ -199,6 +203,23 @@
|
|
|
199
203
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884
|
|
200
204
|
}
|
|
201
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"t20": {
|
|
208
|
+
"speed": 10.0,
|
|
209
|
+
"distance": 10.5,
|
|
210
|
+
"current": 0.4,
|
|
211
|
+
"tipOverlaps": {
|
|
212
|
+
"v0": {
|
|
213
|
+
"default": 10.5,
|
|
214
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
215
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
216
|
+
},
|
|
217
|
+
"v1": {
|
|
218
|
+
"default": 9.884,
|
|
219
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.884,
|
|
220
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.884
|
|
221
|
+
}
|
|
222
|
+
}
|
|
202
223
|
}
|
|
203
224
|
},
|
|
204
225
|
"SingleH1": {
|
|
@@ -209,17 +230,21 @@
|
|
|
209
230
|
"tipOverlaps": {
|
|
210
231
|
"v0": {
|
|
211
232
|
"default": 10.5,
|
|
233
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
212
234
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
213
235
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
|
|
214
236
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5,
|
|
215
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
|
|
237
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
|
|
238
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
216
239
|
},
|
|
217
240
|
"v1": {
|
|
218
241
|
"default": 9.884,
|
|
242
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.884,
|
|
219
243
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.884,
|
|
220
244
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.981,
|
|
221
245
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.981,
|
|
222
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884
|
|
246
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884,
|
|
247
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.884
|
|
223
248
|
}
|
|
224
249
|
}
|
|
225
250
|
},
|
|
@@ -256,6 +281,23 @@
|
|
|
256
281
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884
|
|
257
282
|
}
|
|
258
283
|
}
|
|
284
|
+
},
|
|
285
|
+
"t20": {
|
|
286
|
+
"speed": 10.0,
|
|
287
|
+
"distance": 10.5,
|
|
288
|
+
"current": 0.4,
|
|
289
|
+
"tipOverlaps": {
|
|
290
|
+
"v0": {
|
|
291
|
+
"default": 10.5,
|
|
292
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
293
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
294
|
+
},
|
|
295
|
+
"v1": {
|
|
296
|
+
"default": 9.884,
|
|
297
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.884,
|
|
298
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.884
|
|
299
|
+
}
|
|
300
|
+
}
|
|
259
301
|
}
|
|
260
302
|
},
|
|
261
303
|
"SingleA12": {
|
|
@@ -266,17 +308,21 @@
|
|
|
266
308
|
"tipOverlaps": {
|
|
267
309
|
"v0": {
|
|
268
310
|
"default": 10.5,
|
|
311
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
269
312
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
270
313
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
|
|
271
314
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5,
|
|
272
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
|
|
315
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
|
|
316
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
273
317
|
},
|
|
274
318
|
"v1": {
|
|
275
319
|
"default": 9.884,
|
|
320
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.884,
|
|
276
321
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.884,
|
|
277
322
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.981,
|
|
278
323
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.981,
|
|
279
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884
|
|
324
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884,
|
|
325
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.884
|
|
280
326
|
}
|
|
281
327
|
}
|
|
282
328
|
},
|
|
@@ -313,6 +359,23 @@
|
|
|
313
359
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884
|
|
314
360
|
}
|
|
315
361
|
}
|
|
362
|
+
},
|
|
363
|
+
"t20": {
|
|
364
|
+
"speed": 10.0,
|
|
365
|
+
"distance": 10.5,
|
|
366
|
+
"current": 0.4,
|
|
367
|
+
"tipOverlaps": {
|
|
368
|
+
"v0": {
|
|
369
|
+
"default": 10.5,
|
|
370
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
371
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
372
|
+
},
|
|
373
|
+
"v1": {
|
|
374
|
+
"default": 9.884,
|
|
375
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.884,
|
|
376
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.884
|
|
377
|
+
}
|
|
378
|
+
}
|
|
316
379
|
}
|
|
317
380
|
},
|
|
318
381
|
"SingleH12": {
|
|
@@ -323,17 +386,21 @@
|
|
|
323
386
|
"tipOverlaps": {
|
|
324
387
|
"v0": {
|
|
325
388
|
"default": 10.5,
|
|
389
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
326
390
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
327
391
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
|
|
328
392
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5,
|
|
329
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
|
|
393
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
|
|
394
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
330
395
|
},
|
|
331
396
|
"v1": {
|
|
332
397
|
"default": 9.884,
|
|
398
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.884,
|
|
333
399
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.884,
|
|
334
400
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.981,
|
|
335
401
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.981,
|
|
336
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884
|
|
402
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884,
|
|
403
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.884
|
|
337
404
|
}
|
|
338
405
|
}
|
|
339
406
|
},
|
|
@@ -370,6 +437,23 @@
|
|
|
370
437
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884
|
|
371
438
|
}
|
|
372
439
|
}
|
|
440
|
+
},
|
|
441
|
+
"t20": {
|
|
442
|
+
"speed": 10.0,
|
|
443
|
+
"distance": 10.5,
|
|
444
|
+
"current": 0.4,
|
|
445
|
+
"tipOverlaps": {
|
|
446
|
+
"v0": {
|
|
447
|
+
"default": 10.5,
|
|
448
|
+
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
449
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
|
|
450
|
+
},
|
|
451
|
+
"v1": {
|
|
452
|
+
"default": 9.884,
|
|
453
|
+
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.884,
|
|
454
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.884
|
|
455
|
+
}
|
|
456
|
+
}
|
|
373
457
|
}
|
|
374
458
|
},
|
|
375
459
|
"Column1": {
|
|
@@ -380,22 +464,27 @@
|
|
|
380
464
|
"tipOverlaps": {
|
|
381
465
|
"v0": {
|
|
382
466
|
"default": 10.5,
|
|
467
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
383
468
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
384
469
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
|
|
385
470
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5,
|
|
386
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
|
|
471
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
|
|
472
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
387
473
|
},
|
|
388
474
|
"v1": {
|
|
389
475
|
"default": 10.5,
|
|
476
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.16,
|
|
390
477
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.16,
|
|
391
478
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.74
|
|
392
479
|
},
|
|
393
480
|
"v3": {
|
|
394
481
|
"default": 9.49,
|
|
482
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.52,
|
|
395
483
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.52,
|
|
396
484
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.49,
|
|
397
485
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.49,
|
|
398
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52
|
|
486
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52,
|
|
487
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.52
|
|
399
488
|
}
|
|
400
489
|
}
|
|
401
490
|
},
|
|
@@ -440,6 +529,27 @@
|
|
|
440
529
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52
|
|
441
530
|
}
|
|
442
531
|
}
|
|
532
|
+
},
|
|
533
|
+
"t20": {
|
|
534
|
+
"speed": 10.0,
|
|
535
|
+
"distance": 13.0,
|
|
536
|
+
"current": 0.55,
|
|
537
|
+
"tipOverlaps": {
|
|
538
|
+
"v0": {
|
|
539
|
+
"default": 10.5,
|
|
540
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
541
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
542
|
+
},
|
|
543
|
+
"v1": {
|
|
544
|
+
"default": 10.5,
|
|
545
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.16
|
|
546
|
+
},
|
|
547
|
+
"v3": {
|
|
548
|
+
"default": 9.52,
|
|
549
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.52,
|
|
550
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.52
|
|
551
|
+
}
|
|
552
|
+
}
|
|
443
553
|
}
|
|
444
554
|
},
|
|
445
555
|
"Column12": {
|
|
@@ -450,22 +560,27 @@
|
|
|
450
560
|
"tipOverlaps": {
|
|
451
561
|
"v0": {
|
|
452
562
|
"default": 10.5,
|
|
563
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
453
564
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
454
565
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
|
|
455
566
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5,
|
|
456
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
|
|
567
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
|
|
568
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
457
569
|
},
|
|
458
570
|
"v1": {
|
|
459
571
|
"default": 10.5,
|
|
572
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.16,
|
|
460
573
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.16,
|
|
461
574
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.74
|
|
462
575
|
},
|
|
463
576
|
"v3": {
|
|
464
577
|
"default": 9.49,
|
|
578
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.52,
|
|
465
579
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.52,
|
|
466
580
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.49,
|
|
467
581
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.49,
|
|
468
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52
|
|
582
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52,
|
|
583
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.52
|
|
469
584
|
}
|
|
470
585
|
}
|
|
471
586
|
},
|
|
@@ -497,15 +612,20 @@
|
|
|
497
612
|
"tipOverlaps": {
|
|
498
613
|
"v0": {
|
|
499
614
|
"default": 10.5,
|
|
615
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
500
616
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
501
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
|
|
617
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
|
|
618
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
502
619
|
},
|
|
503
620
|
"v1": {
|
|
504
621
|
"default": 10.5,
|
|
622
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.16,
|
|
505
623
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.16
|
|
506
624
|
},
|
|
507
625
|
"v3": {
|
|
508
626
|
"default": 9.52,
|
|
627
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.52,
|
|
628
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.52,
|
|
509
629
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.52,
|
|
510
630
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52
|
|
511
631
|
}
|
|
@@ -520,11 +640,13 @@
|
|
|
520
640
|
"tipOverlaps": {
|
|
521
641
|
"v0": {
|
|
522
642
|
"default": 10.5,
|
|
643
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
523
644
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
524
645
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5
|
|
525
646
|
},
|
|
526
647
|
"v1": {
|
|
527
648
|
"default": 9.379,
|
|
649
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.379,
|
|
528
650
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.379,
|
|
529
651
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.6
|
|
530
652
|
}
|
|
@@ -539,10 +661,12 @@
|
|
|
539
661
|
"tipOverlaps": {
|
|
540
662
|
"v0": {
|
|
541
663
|
"default": 10.5,
|
|
664
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
542
665
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5
|
|
543
666
|
},
|
|
544
667
|
"v1": {
|
|
545
668
|
"default": 9.401,
|
|
669
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.401,
|
|
546
670
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.401,
|
|
547
671
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.415
|
|
548
672
|
}
|
|
@@ -564,11 +688,13 @@
|
|
|
564
688
|
"tipOverlaps": {
|
|
565
689
|
"v0": {
|
|
566
690
|
"default": 10.5,
|
|
691
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
567
692
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
568
693
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5
|
|
569
694
|
},
|
|
570
695
|
"v1": {
|
|
571
696
|
"default": 10.5,
|
|
697
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.16,
|
|
572
698
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.16,
|
|
573
699
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.74
|
|
574
700
|
}
|
|
@@ -603,6 +729,21 @@
|
|
|
603
729
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.16
|
|
604
730
|
}
|
|
605
731
|
}
|
|
732
|
+
},
|
|
733
|
+
"t20": {
|
|
734
|
+
"speed": 5.5,
|
|
735
|
+
"distance": 10.0,
|
|
736
|
+
"current": 1.5,
|
|
737
|
+
"tipOverlaps": {
|
|
738
|
+
"v0": {
|
|
739
|
+
"default": 10.5,
|
|
740
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5
|
|
741
|
+
},
|
|
742
|
+
"v1": {
|
|
743
|
+
"default": 10.5,
|
|
744
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.16
|
|
745
|
+
}
|
|
746
|
+
}
|
|
606
747
|
}
|
|
607
748
|
}
|
|
608
749
|
}
|