opentrons-shared-data 8.8.0a6__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/opentrons_tough_pcr_auto_sealing_lid/2.json +2 -2
- 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.0a6.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/METADATA +2 -1
- {opentrons_shared_data-8.8.0a6.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/RECORD +97 -88
- {opentrons_shared_data-8.8.0a6.dist-info → opentrons_shared_data-9.0.0a2.dist-info}/WHEEL +0 -0
- {opentrons_shared_data-8.8.0a6.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": 10.092,
|
|
162
165
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.092,
|
|
163
166
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.077,
|
|
164
167
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.077,
|
|
165
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.092
|
|
168
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.092,
|
|
169
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.092
|
|
166
170
|
}
|
|
167
171
|
}
|
|
168
172
|
},
|
|
@@ -199,6 +203,23 @@
|
|
|
199
203
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.021
|
|
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": 10.021,
|
|
220
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.021
|
|
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": 10.138,
|
|
219
243
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.138,
|
|
220
244
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.138,
|
|
221
245
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.132,
|
|
222
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.132
|
|
246
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.132,
|
|
247
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.132
|
|
223
248
|
}
|
|
224
249
|
}
|
|
225
250
|
},
|
|
@@ -256,6 +281,23 @@
|
|
|
256
281
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.138
|
|
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": 10.138,
|
|
298
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.138
|
|
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.875,
|
|
276
321
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.875,
|
|
277
322
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.979,
|
|
278
323
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.979,
|
|
279
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.857
|
|
324
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.857,
|
|
325
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.857
|
|
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": 10.007,
|
|
333
399
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.007,
|
|
334
400
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.09,
|
|
335
401
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.09,
|
|
336
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.007
|
|
402
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.007,
|
|
403
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.007
|
|
337
404
|
}
|
|
338
405
|
}
|
|
339
406
|
},
|
|
@@ -370,6 +437,23 @@
|
|
|
370
437
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.007
|
|
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_20ul/1": 10.5,
|
|
449
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
450
|
+
},
|
|
451
|
+
"v1": {
|
|
452
|
+
"default": 9.884,
|
|
453
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.007,
|
|
454
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.007
|
|
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.491,
|
|
482
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.491,
|
|
395
483
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.491,
|
|
396
484
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.552,
|
|
397
485
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.552,
|
|
398
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.491
|
|
486
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.491,
|
|
487
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.491
|
|
399
488
|
}
|
|
400
489
|
}
|
|
401
490
|
},
|
|
@@ -440,6 +529,27 @@
|
|
|
440
529
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.491
|
|
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.491,
|
|
549
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.491,
|
|
550
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.491
|
|
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.562,
|
|
578
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.491,
|
|
465
579
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.491,
|
|
466
580
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.562,
|
|
467
581
|
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.562,
|
|
468
|
-
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.491
|
|
582
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.491,
|
|
583
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.491
|
|
469
584
|
}
|
|
470
585
|
}
|
|
471
586
|
},
|
|
@@ -510,6 +625,27 @@
|
|
|
510
625
|
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.491
|
|
511
626
|
}
|
|
512
627
|
}
|
|
628
|
+
},
|
|
629
|
+
"t20": {
|
|
630
|
+
"speed": 10.0,
|
|
631
|
+
"distance": 13.0,
|
|
632
|
+
"current": 0.55,
|
|
633
|
+
"tipOverlaps": {
|
|
634
|
+
"v0": {
|
|
635
|
+
"default": 10.5,
|
|
636
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
637
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
638
|
+
},
|
|
639
|
+
"v1": {
|
|
640
|
+
"default": 10.5,
|
|
641
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.16
|
|
642
|
+
},
|
|
643
|
+
"v3": {
|
|
644
|
+
"default": 9.491,
|
|
645
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.491,
|
|
646
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.491
|
|
647
|
+
}
|
|
648
|
+
}
|
|
513
649
|
}
|
|
514
650
|
},
|
|
515
651
|
"RowA": {
|
|
@@ -520,11 +656,13 @@
|
|
|
520
656
|
"tipOverlaps": {
|
|
521
657
|
"v0": {
|
|
522
658
|
"default": 10.5,
|
|
659
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
523
660
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
524
661
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5
|
|
525
662
|
},
|
|
526
663
|
"v1": {
|
|
527
664
|
"default": 9.275,
|
|
665
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.155,
|
|
528
666
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.155,
|
|
529
667
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.275
|
|
530
668
|
}
|
|
@@ -539,10 +677,12 @@
|
|
|
539
677
|
"tipOverlaps": {
|
|
540
678
|
"v0": {
|
|
541
679
|
"default": 10.5,
|
|
680
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
542
681
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5
|
|
543
682
|
},
|
|
544
683
|
"v1": {
|
|
545
684
|
"default": 9.407,
|
|
685
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.132,
|
|
546
686
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.132,
|
|
547
687
|
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.407
|
|
548
688
|
}
|
|
@@ -564,13 +704,21 @@
|
|
|
564
704
|
"tipOverlaps": {
|
|
565
705
|
"v0": {
|
|
566
706
|
"default": 10.5,
|
|
707
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
567
708
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
568
|
-
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5
|
|
709
|
+
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
|
|
710
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5,
|
|
711
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5,
|
|
712
|
+
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5
|
|
569
713
|
},
|
|
570
714
|
"v1": {
|
|
571
715
|
"default": 9.58,
|
|
716
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.52,
|
|
572
717
|
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.52,
|
|
573
|
-
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.58
|
|
718
|
+
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.58,
|
|
719
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.52,
|
|
720
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52,
|
|
721
|
+
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.58
|
|
574
722
|
}
|
|
575
723
|
}
|
|
576
724
|
},
|
|
@@ -581,11 +729,13 @@
|
|
|
581
729
|
"tipOverlaps": {
|
|
582
730
|
"v0": {
|
|
583
731
|
"default": 10.5,
|
|
584
|
-
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5
|
|
732
|
+
"opentrons/opentrons_flex_96_tiprack_200ul/1": 10.5,
|
|
733
|
+
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 10.5
|
|
585
734
|
},
|
|
586
735
|
"v1": {
|
|
587
736
|
"default": 9.58,
|
|
588
|
-
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.58
|
|
737
|
+
"opentrons/opentrons_flex_96_tiprack_200ul/1": 9.58,
|
|
738
|
+
"opentrons/opentrons_flex_96_filtertiprack_200ul/1": 9.58
|
|
589
739
|
}
|
|
590
740
|
}
|
|
591
741
|
},
|
|
@@ -596,11 +746,30 @@
|
|
|
596
746
|
"tipOverlaps": {
|
|
597
747
|
"v0": {
|
|
598
748
|
"default": 10.5,
|
|
599
|
-
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5
|
|
749
|
+
"opentrons/opentrons_flex_96_tiprack_50ul/1": 10.5,
|
|
750
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 10.5
|
|
751
|
+
},
|
|
752
|
+
"v1": {
|
|
753
|
+
"default": 9.52,
|
|
754
|
+
"opentrons/opentrons_flex_96_tiprack_50ul/1": 9.52,
|
|
755
|
+
"opentrons/opentrons_flex_96_filtertiprack_50ul/1": 9.52
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"t20": {
|
|
760
|
+
"speed": 5.5,
|
|
761
|
+
"distance": 10.0,
|
|
762
|
+
"current": 1.5,
|
|
763
|
+
"tipOverlaps": {
|
|
764
|
+
"v0": {
|
|
765
|
+
"default": 10.5,
|
|
766
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 10.5,
|
|
767
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 10.5
|
|
600
768
|
},
|
|
601
769
|
"v1": {
|
|
602
770
|
"default": 9.52,
|
|
603
|
-
"opentrons/
|
|
771
|
+
"opentrons/opentrons_flex_96_tiprack_20ul/1": 9.52,
|
|
772
|
+
"opentrons/opentrons_flex_96_filtertiprack_20ul/1": 9.52
|
|
604
773
|
}
|
|
605
774
|
}
|
|
606
775
|
}
|