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
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "opentronsCommandAnnotationSchemaV2#",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"$defs": {
|
|
5
|
+
"baseAnnotation": {
|
|
6
|
+
"description": "Things all annotations have",
|
|
7
|
+
"type": "object",
|
|
8
|
+
"required": ["annotationType", "annotationId"],
|
|
9
|
+
"properties": {
|
|
10
|
+
"annotationId": {
|
|
11
|
+
"description": "A unique identifier for a command annotation.",
|
|
12
|
+
"type": "string"
|
|
13
|
+
},
|
|
14
|
+
"annotationType": {
|
|
15
|
+
"description": "The type of annotation (for machine parsing)",
|
|
16
|
+
"type": "string"
|
|
17
|
+
},
|
|
18
|
+
"parentAnnotation": {
|
|
19
|
+
"description": "The parent annotation of this annotation, if any.",
|
|
20
|
+
"type": "string"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"secondOrderCommand": {
|
|
25
|
+
"description": "Annotates a group of atomic commands which were the direct result of a second order command (e.g. transfer, consolidate, mix)",
|
|
26
|
+
"allOf": [{ "$ref": "#/$defs/baseAnnotation" }],
|
|
27
|
+
"type": "object",
|
|
28
|
+
"required": [
|
|
29
|
+
"annotationType",
|
|
30
|
+
"annotationId",
|
|
31
|
+
"params",
|
|
32
|
+
"machineReadableName"
|
|
33
|
+
],
|
|
34
|
+
"properties": {
|
|
35
|
+
"annotationType": {
|
|
36
|
+
"type": "string",
|
|
37
|
+
"enum": ["secondOrderCommand"]
|
|
38
|
+
},
|
|
39
|
+
"params": {
|
|
40
|
+
"description": "key value pairs of the parameters that were passed to the second order command that this annotates",
|
|
41
|
+
"type": "object"
|
|
42
|
+
},
|
|
43
|
+
"machineReadableName": {
|
|
44
|
+
"description": "The name of the second order command in the form that the generating software refers to it. (e.g. 'transfer', 'thermocyclerStep')",
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"userSpecifiedName": {
|
|
48
|
+
"description": "The optional user-specified name of the second order command",
|
|
49
|
+
"type": "string"
|
|
50
|
+
},
|
|
51
|
+
"userSpecifiedDescription": {
|
|
52
|
+
"description": "The optional user-specified description of the second order command",
|
|
53
|
+
"type": "string"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"userCommand": {
|
|
58
|
+
"description": "A user generated command annotation as opposed to one generated automatically.",
|
|
59
|
+
"allOf": [{ "$ref": "#/$defs/baseAnnotation" }],
|
|
60
|
+
"type": "object",
|
|
61
|
+
"required": [
|
|
62
|
+
"annotationType",
|
|
63
|
+
"annotationId",
|
|
64
|
+
"params",
|
|
65
|
+
"userSpecifiedName"
|
|
66
|
+
],
|
|
67
|
+
"properties": {
|
|
68
|
+
"annotationType": {
|
|
69
|
+
"type": "string",
|
|
70
|
+
"enum": ["userCommand"]
|
|
71
|
+
},
|
|
72
|
+
"params": {
|
|
73
|
+
"description": "key value pairs of the parameters that were passed to the second order command that this annotates",
|
|
74
|
+
"type": "object"
|
|
75
|
+
},
|
|
76
|
+
"userSpecifiedName": {
|
|
77
|
+
"description": "The optional user-specified name of the second order command",
|
|
78
|
+
"type": "string"
|
|
79
|
+
},
|
|
80
|
+
"userSpecifiedDescription": {
|
|
81
|
+
"description": "The optional user-specified description of the second order command",
|
|
82
|
+
"type": "string"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"custom": {
|
|
87
|
+
"description": "Annotates a group of atomic commands in some manner that Opentrons software does not anticipate or originate",
|
|
88
|
+
"allOf": [{ "$ref": "#/$defs/baseAnnotation" }],
|
|
89
|
+
"type": "object",
|
|
90
|
+
"required": ["annotationType", "annotationId"],
|
|
91
|
+
"properties": {
|
|
92
|
+
"annotationType": {
|
|
93
|
+
"type": "string",
|
|
94
|
+
"enum": ["custom"]
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"additionalProperties": true
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"oneOf": [
|
|
101
|
+
{ "$ref": "#/$defs/secondOrderCommand" },
|
|
102
|
+
{ "$ref": "#/$defs/userCommand" },
|
|
103
|
+
{ "$ref": "#/$defs/custom" }
|
|
104
|
+
]
|
|
105
|
+
}
|
|
@@ -975,6 +975,19 @@
|
|
|
975
975
|
"displayName": "Flex Stacker in A4",
|
|
976
976
|
"features": {},
|
|
977
977
|
"orientation": "right"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"id": "vacuumModuleMilliporeV1A3",
|
|
981
|
+
"areaType": "vacuumModule",
|
|
982
|
+
"offsetFromCutoutFixture": [161.0, 0.0, 31.0],
|
|
983
|
+
"boundingBox": {
|
|
984
|
+
"xDimension": 128.0,
|
|
985
|
+
"yDimension": 86.0,
|
|
986
|
+
"zDimension": 0
|
|
987
|
+
},
|
|
988
|
+
"displayName": "Vacuum Module in A3",
|
|
989
|
+
"features": {},
|
|
990
|
+
"orientation": "right"
|
|
978
991
|
}
|
|
979
992
|
],
|
|
980
993
|
"cutouts": [
|
|
@@ -1400,6 +1413,17 @@
|
|
|
1400
1413
|
},
|
|
1401
1414
|
"fixtureGroup": {},
|
|
1402
1415
|
"height": 10.65
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"id": "vacuumModuleMilliporeV1",
|
|
1419
|
+
"expectOpentronsModuleSerialNumber": true,
|
|
1420
|
+
"mayMountTo": ["cutoutA3"],
|
|
1421
|
+
"displayName": "Slot With a Vacuum Module Millipore Base",
|
|
1422
|
+
"providesAddressableAreas": {
|
|
1423
|
+
"cutoutA3": ["vacuumModuleMilliporeV1A3", "A4"]
|
|
1424
|
+
},
|
|
1425
|
+
"fixtureGroup": {},
|
|
1426
|
+
"height": 10.65
|
|
1403
1427
|
}
|
|
1404
1428
|
],
|
|
1405
1429
|
"gripperOffsets": {
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
{
|
|
2
|
+
"allowedRoles": ["labware", "lid"],
|
|
3
|
+
"ordering": [],
|
|
4
|
+
"brand": {
|
|
5
|
+
"brand": "greiner",
|
|
6
|
+
"brandId": []
|
|
7
|
+
},
|
|
8
|
+
"metadata": {
|
|
9
|
+
"displayName": "Black 96-well Microtiter Plate Lid",
|
|
10
|
+
"displayCategory": "lid",
|
|
11
|
+
"displayVolumeUnits": "\u00b5L",
|
|
12
|
+
"tags": []
|
|
13
|
+
},
|
|
14
|
+
"dimensions": {
|
|
15
|
+
"xDimension": 127.5,
|
|
16
|
+
"yDimension": 85,
|
|
17
|
+
"zDimension": 10
|
|
18
|
+
},
|
|
19
|
+
"wells": {},
|
|
20
|
+
"groups": [
|
|
21
|
+
{
|
|
22
|
+
"metadata": {},
|
|
23
|
+
"wells": []
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"cornerOffsetFromSlot": {
|
|
27
|
+
"x": 0,
|
|
28
|
+
"y": 0,
|
|
29
|
+
"z": 0
|
|
30
|
+
},
|
|
31
|
+
"parameters": {
|
|
32
|
+
"format": "irregular",
|
|
33
|
+
"quirks": ["stackingMaxFive"],
|
|
34
|
+
"isTiprack": false,
|
|
35
|
+
"isMagneticModuleCompatible": false,
|
|
36
|
+
"loadName": "black_96_well_microtiter_plate_lid"
|
|
37
|
+
},
|
|
38
|
+
"namespace": "opentrons",
|
|
39
|
+
"version": 2,
|
|
40
|
+
"schemaVersion": 2,
|
|
41
|
+
"stackingOffsetWithLabware": {
|
|
42
|
+
"milliplex_r_96_well_microtiter_plate": {
|
|
43
|
+
"x": 0,
|
|
44
|
+
"y": 0,
|
|
45
|
+
"z": 7.4
|
|
46
|
+
},
|
|
47
|
+
"black_96_well_microtiter_plate_lid": {
|
|
48
|
+
"x": 0,
|
|
49
|
+
"y": 0,
|
|
50
|
+
"z": 1
|
|
51
|
+
},
|
|
52
|
+
"opentrons_flex_deck_riser": {
|
|
53
|
+
"x": 0,
|
|
54
|
+
"y": 0,
|
|
55
|
+
"z": 34
|
|
56
|
+
},
|
|
57
|
+
"protocol_engine_lid_stack_object": {
|
|
58
|
+
"x": 0,
|
|
59
|
+
"y": 0,
|
|
60
|
+
"z": 0
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"stackLimit": 5,
|
|
64
|
+
"compatibleParentLabware": [
|
|
65
|
+
"protocol_engine_lid_stack_object",
|
|
66
|
+
"opentrons_flex_deck_riser",
|
|
67
|
+
"milliplex_r_96_well_microtiter_plate",
|
|
68
|
+
"black_96_well_microtiter_plate_lid"
|
|
69
|
+
],
|
|
70
|
+
"gripForce": 10,
|
|
71
|
+
"gripHeightFromLabwareBottom": 7,
|
|
72
|
+
"gripperOffsets": {
|
|
73
|
+
"default": {
|
|
74
|
+
"pickUpOffset": {
|
|
75
|
+
"x": 0,
|
|
76
|
+
"y": 0,
|
|
77
|
+
"z": 0
|
|
78
|
+
},
|
|
79
|
+
"dropOffset": {
|
|
80
|
+
"x": 0,
|
|
81
|
+
"y": 0,
|
|
82
|
+
"z": -5
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"lidOffsets": {
|
|
86
|
+
"pickUpOffset": {
|
|
87
|
+
"x": 0,
|
|
88
|
+
"y": 0,
|
|
89
|
+
"z": -5
|
|
90
|
+
},
|
|
91
|
+
"dropOffset": {
|
|
92
|
+
"x": 0,
|
|
93
|
+
"y": 0,
|
|
94
|
+
"z": -5
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"lidDisposalOffsets": {
|
|
98
|
+
"pickUpOffset": {
|
|
99
|
+
"x": 0,
|
|
100
|
+
"y": 0,
|
|
101
|
+
"z": 0
|
|
102
|
+
},
|
|
103
|
+
"dropOffset": {
|
|
104
|
+
"x": 0,
|
|
105
|
+
"y": 5.0,
|
|
106
|
+
"z": 50.0
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
{
|
|
2
|
+
"allowedRoles": ["labware", "lid"],
|
|
3
|
+
"ordering": [],
|
|
4
|
+
"brand": {
|
|
5
|
+
"brand": "Corning",
|
|
6
|
+
"brandId": []
|
|
7
|
+
},
|
|
8
|
+
"metadata": {
|
|
9
|
+
"displayName": "Corning 96 Wellplate 360ul Lid",
|
|
10
|
+
"displayCategory": "lid",
|
|
11
|
+
"displayVolumeUnits": "\u00b5L",
|
|
12
|
+
"tags": []
|
|
13
|
+
},
|
|
14
|
+
"dimensions": {
|
|
15
|
+
"xDimension": 127,
|
|
16
|
+
"yDimension": 85,
|
|
17
|
+
"zDimension": 10
|
|
18
|
+
},
|
|
19
|
+
"wells": {},
|
|
20
|
+
"groups": [
|
|
21
|
+
{
|
|
22
|
+
"metadata": {},
|
|
23
|
+
"wells": []
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"cornerOffsetFromSlot": {
|
|
27
|
+
"x": 0,
|
|
28
|
+
"y": 0,
|
|
29
|
+
"z": 0
|
|
30
|
+
},
|
|
31
|
+
"parameters": {
|
|
32
|
+
"format": "irregular",
|
|
33
|
+
"quirks": ["stackingMaxFive"],
|
|
34
|
+
"isTiprack": false,
|
|
35
|
+
"isMagneticModuleCompatible": false,
|
|
36
|
+
"loadName": "corning_96_wellplate_360ul_lid"
|
|
37
|
+
},
|
|
38
|
+
"namespace": "opentrons",
|
|
39
|
+
"version": 2,
|
|
40
|
+
"schemaVersion": 2,
|
|
41
|
+
"stackingOffsetWithModule": {
|
|
42
|
+
"thermocyclerModuleV2": {
|
|
43
|
+
"x": 0,
|
|
44
|
+
"y": 0,
|
|
45
|
+
"z": 0
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"stackingOffsetWithLabware": {
|
|
49
|
+
"corning_96_wellplate_360ul_flat": {
|
|
50
|
+
"x": 0,
|
|
51
|
+
"y": 0,
|
|
52
|
+
"z": 6.5
|
|
53
|
+
},
|
|
54
|
+
"corning_96_wellplate_360ul_lid": {
|
|
55
|
+
"x": 0,
|
|
56
|
+
"y": 0,
|
|
57
|
+
"z": 1
|
|
58
|
+
},
|
|
59
|
+
"opentrons_flex_deck_riser": {
|
|
60
|
+
"x": 0,
|
|
61
|
+
"y": 0,
|
|
62
|
+
"z": 34
|
|
63
|
+
},
|
|
64
|
+
"protocol_engine_lid_stack_object": {
|
|
65
|
+
"x": 0,
|
|
66
|
+
"y": 0,
|
|
67
|
+
"z": 0
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"stackLimit": 5,
|
|
71
|
+
"compatibleParentLabware": [
|
|
72
|
+
"protocol_engine_lid_stack_object",
|
|
73
|
+
"opentrons_flex_deck_riser",
|
|
74
|
+
"corning_96_wellplate_360ul_flat",
|
|
75
|
+
"corning_96_wellplate_360ul_lid"
|
|
76
|
+
],
|
|
77
|
+
"gripForce": 10,
|
|
78
|
+
"gripHeightFromLabwareBottom": 7,
|
|
79
|
+
"gripperOffsets": {
|
|
80
|
+
"default": {
|
|
81
|
+
"pickUpOffset": {
|
|
82
|
+
"x": 0,
|
|
83
|
+
"y": 0,
|
|
84
|
+
"z": 0
|
|
85
|
+
},
|
|
86
|
+
"dropOffset": {
|
|
87
|
+
"x": 0,
|
|
88
|
+
"y": 0,
|
|
89
|
+
"z": -6
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"lidOffsets": {
|
|
93
|
+
"pickUpOffset": {
|
|
94
|
+
"x": 0.5,
|
|
95
|
+
"y": 0,
|
|
96
|
+
"z": -5
|
|
97
|
+
},
|
|
98
|
+
"dropOffset": {
|
|
99
|
+
"x": 0.5,
|
|
100
|
+
"y": 0,
|
|
101
|
+
"z": -1
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"lidDisposalOffsets": {
|
|
105
|
+
"pickUpOffset": {
|
|
106
|
+
"x": 0,
|
|
107
|
+
"y": 0,
|
|
108
|
+
"z": 0
|
|
109
|
+
},
|
|
110
|
+
"dropOffset": {
|
|
111
|
+
"x": 0,
|
|
112
|
+
"y": 5.0,
|
|
113
|
+
"z": 50.0
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
opentrons_shared_data/data/labware/definitions/2/corning_falcon_384_wellplate_130ul_flat_lid/2.json
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
{
|
|
2
|
+
"allowedRoles": ["labware", "lid"],
|
|
3
|
+
"ordering": [],
|
|
4
|
+
"brand": {
|
|
5
|
+
"brand": "Corning",
|
|
6
|
+
"brandId": []
|
|
7
|
+
},
|
|
8
|
+
"metadata": {
|
|
9
|
+
"displayName": "Corning Falcon 384 Well Microtest Plate 130 µL Lid",
|
|
10
|
+
"displayCategory": "lid",
|
|
11
|
+
"displayVolumeUnits": "\u00b5L",
|
|
12
|
+
"tags": []
|
|
13
|
+
},
|
|
14
|
+
"dimensions": {
|
|
15
|
+
"xDimension": 127,
|
|
16
|
+
"yDimension": 84.8,
|
|
17
|
+
"zDimension": 6.85
|
|
18
|
+
},
|
|
19
|
+
"wells": {},
|
|
20
|
+
"groups": [
|
|
21
|
+
{
|
|
22
|
+
"metadata": {},
|
|
23
|
+
"wells": []
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"cornerOffsetFromSlot": {
|
|
27
|
+
"x": 0,
|
|
28
|
+
"y": 0,
|
|
29
|
+
"z": 0
|
|
30
|
+
},
|
|
31
|
+
"parameters": {
|
|
32
|
+
"format": "irregular",
|
|
33
|
+
"quirks": [],
|
|
34
|
+
"isTiprack": false,
|
|
35
|
+
"isMagneticModuleCompatible": false,
|
|
36
|
+
"loadName": "corning_falcon_384_wellplate_130ul_flat_lid"
|
|
37
|
+
},
|
|
38
|
+
"namespace": "opentrons",
|
|
39
|
+
"version": 2,
|
|
40
|
+
"schemaVersion": 2,
|
|
41
|
+
"stackingOffsetWithModule": {
|
|
42
|
+
"thermocyclerModuleV2": {
|
|
43
|
+
"x": 0,
|
|
44
|
+
"y": 0,
|
|
45
|
+
"z": 0
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"stackingOffsetWithLabware": {
|
|
49
|
+
"corning_falcon_384_wellplate_130ul_flat": {
|
|
50
|
+
"x": 0,
|
|
51
|
+
"y": 0,
|
|
52
|
+
"z": 2.1
|
|
53
|
+
},
|
|
54
|
+
"corning_falcon_384_wellplate_130ul_flat_lid": {
|
|
55
|
+
"x": 0,
|
|
56
|
+
"y": 0,
|
|
57
|
+
"z": 5.9
|
|
58
|
+
},
|
|
59
|
+
"opentrons_flex_deck_riser": {
|
|
60
|
+
"x": 0,
|
|
61
|
+
"y": 0,
|
|
62
|
+
"z": 28
|
|
63
|
+
},
|
|
64
|
+
"protocol_engine_lid_stack_object": {
|
|
65
|
+
"x": 0,
|
|
66
|
+
"y": 0,
|
|
67
|
+
"z": 0
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"stackLimit": 5,
|
|
71
|
+
"compatibleParentLabware": [
|
|
72
|
+
"protocol_engine_lid_stack_object",
|
|
73
|
+
"opentrons_flex_deck_riser",
|
|
74
|
+
"corning_falcon_384_wellplate_130ul_flat",
|
|
75
|
+
"corning_falcon_384_wellplate_130ul_flat_lid",
|
|
76
|
+
"opentrons_universal_flat_adapter"
|
|
77
|
+
],
|
|
78
|
+
"gripForce": 10,
|
|
79
|
+
"gripHeightFromLabwareBottom": 7,
|
|
80
|
+
"gripperOffsets": {
|
|
81
|
+
"default": {
|
|
82
|
+
"pickUpOffset": {
|
|
83
|
+
"x": 0,
|
|
84
|
+
"y": 0,
|
|
85
|
+
"z": 0
|
|
86
|
+
},
|
|
87
|
+
"dropOffset": {
|
|
88
|
+
"x": 0,
|
|
89
|
+
"y": 0,
|
|
90
|
+
"z": -6
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"lidOffsets": {
|
|
94
|
+
"pickUpOffset": {
|
|
95
|
+
"x": 0.5,
|
|
96
|
+
"y": 0,
|
|
97
|
+
"z": -5
|
|
98
|
+
},
|
|
99
|
+
"dropOffset": {
|
|
100
|
+
"x": 0.5,
|
|
101
|
+
"y": 0,
|
|
102
|
+
"z": -1
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"lidDisposalOffsets": {
|
|
106
|
+
"pickUpOffset": {
|
|
107
|
+
"x": 0,
|
|
108
|
+
"y": 0,
|
|
109
|
+
"z": 0
|
|
110
|
+
},
|
|
111
|
+
"dropOffset": {
|
|
112
|
+
"x": 0,
|
|
113
|
+
"y": 5.0,
|
|
114
|
+
"z": 50.0
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|