opentrons-shared-data 8.6.0a3__py3-none-any.whl → 8.6.0a6__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.
- opentrons_shared_data/_version.py +16 -3
- opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/3.json +1 -1
- opentrons_shared_data/data/liquid-class/definitions/1/water/1.json +31 -988
- {opentrons_shared_data-8.6.0a3.dist-info → opentrons_shared_data-8.6.0a6.dist-info}/METADATA +1 -1
- {opentrons_shared_data-8.6.0a3.dist-info → opentrons_shared_data-8.6.0a6.dist-info}/RECORD +7 -7
- {opentrons_shared_data-8.6.0a3.dist-info → opentrons_shared_data-8.6.0a6.dist-info}/WHEEL +0 -0
- {opentrons_shared_data-8.6.0a3.dist-info → opentrons_shared_data-8.6.0a6.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
3
|
|
|
4
|
-
__all__ = [
|
|
4
|
+
__all__ = [
|
|
5
|
+
"__version__",
|
|
6
|
+
"__version_tuple__",
|
|
7
|
+
"version",
|
|
8
|
+
"version_tuple",
|
|
9
|
+
"__commit_id__",
|
|
10
|
+
"commit_id",
|
|
11
|
+
]
|
|
5
12
|
|
|
6
13
|
TYPE_CHECKING = False
|
|
7
14
|
if TYPE_CHECKING:
|
|
@@ -9,13 +16,19 @@ if TYPE_CHECKING:
|
|
|
9
16
|
from typing import Union
|
|
10
17
|
|
|
11
18
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
19
|
+
COMMIT_ID = Union[str, None]
|
|
12
20
|
else:
|
|
13
21
|
VERSION_TUPLE = object
|
|
22
|
+
COMMIT_ID = object
|
|
14
23
|
|
|
15
24
|
version: str
|
|
16
25
|
__version__: str
|
|
17
26
|
__version_tuple__: VERSION_TUPLE
|
|
18
27
|
version_tuple: VERSION_TUPLE
|
|
28
|
+
commit_id: COMMIT_ID
|
|
29
|
+
__commit_id__: COMMIT_ID
|
|
19
30
|
|
|
20
|
-
__version__ = version = '8.6.
|
|
21
|
-
__version_tuple__ = version_tuple = (8, 6, 0, '
|
|
31
|
+
__version__ = version = '8.6.0a6'
|
|
32
|
+
__version_tuple__ = version_tuple = (8, 6, 0, 'a6')
|
|
33
|
+
|
|
34
|
+
__commit_id__ = commit_id = None
|
opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/3.json
CHANGED
|
@@ -4696,7 +4696,7 @@
|
|
|
4696
4696
|
"namespace": "opentrons",
|
|
4697
4697
|
"version": 3,
|
|
4698
4698
|
"schemaVersion": 2,
|
|
4699
|
-
"gripHeightFromLabwareBottom":
|
|
4699
|
+
"gripHeightFromLabwareBottom": 7.45,
|
|
4700
4700
|
"stackingOffsetWithLabware": {
|
|
4701
4701
|
"appliedbiosystemsmicroamp_384_wellplate_40ul": {
|
|
4702
4702
|
"x": 0,
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
[50.0, 0.0]
|
|
123
123
|
],
|
|
124
124
|
"blowout": {
|
|
125
|
-
"enable":
|
|
125
|
+
"enable": false,
|
|
126
126
|
"params": {
|
|
127
127
|
"location": "destination",
|
|
128
128
|
"flowRate": 50.0
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
"z": 2
|
|
1024
1024
|
}
|
|
1025
1025
|
},
|
|
1026
|
-
"speed":
|
|
1026
|
+
"speed": 100,
|
|
1027
1027
|
"delay": {
|
|
1028
1028
|
"enable": false,
|
|
1029
1029
|
"params": {
|
|
@@ -1042,8 +1042,8 @@
|
|
|
1042
1042
|
},
|
|
1043
1043
|
"speed": 50,
|
|
1044
1044
|
"airGapByVolume": [
|
|
1045
|
-
[1.0, 0
|
|
1046
|
-
[49.0, 0
|
|
1045
|
+
[1.0, 1.0],
|
|
1046
|
+
[49.0, 1.0],
|
|
1047
1047
|
[50.0, 0.0]
|
|
1048
1048
|
],
|
|
1049
1049
|
"touchTip": {
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
"delay": {
|
|
1087
1087
|
"enable": true,
|
|
1088
1088
|
"params": {
|
|
1089
|
-
"duration":
|
|
1089
|
+
"duration": 0.5
|
|
1090
1090
|
}
|
|
1091
1091
|
}
|
|
1092
1092
|
},
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
"z": 2
|
|
1101
1101
|
}
|
|
1102
1102
|
},
|
|
1103
|
-
"speed":
|
|
1103
|
+
"speed": 100,
|
|
1104
1104
|
"delay": {
|
|
1105
1105
|
"enable": false,
|
|
1106
1106
|
"params": {
|
|
@@ -1119,15 +1119,15 @@
|
|
|
1119
1119
|
},
|
|
1120
1120
|
"speed": 50,
|
|
1121
1121
|
"airGapByVolume": [
|
|
1122
|
-
[1.0, 0
|
|
1123
|
-
[49.0, 0
|
|
1122
|
+
[1.0, 1.0],
|
|
1123
|
+
[49.0, 1.0],
|
|
1124
1124
|
[50.0, 0.0]
|
|
1125
1125
|
],
|
|
1126
1126
|
"blowout": {
|
|
1127
|
-
"enable":
|
|
1127
|
+
"enable": false,
|
|
1128
1128
|
"params": {
|
|
1129
1129
|
"location": "destination",
|
|
1130
|
-
"flowRate":
|
|
1130
|
+
"flowRate": 478.0
|
|
1131
1131
|
}
|
|
1132
1132
|
},
|
|
1133
1133
|
"touchTip": {
|
|
@@ -1166,11 +1166,11 @@
|
|
|
1166
1166
|
"volume": 50
|
|
1167
1167
|
}
|
|
1168
1168
|
},
|
|
1169
|
-
"pushOutByVolume": [[1.0,
|
|
1169
|
+
"pushOutByVolume": [[1.0, 20.0]],
|
|
1170
1170
|
"delay": {
|
|
1171
1171
|
"enable": false,
|
|
1172
1172
|
"params": {
|
|
1173
|
-
"duration": 0.
|
|
1173
|
+
"duration": 0.0
|
|
1174
1174
|
}
|
|
1175
1175
|
}
|
|
1176
1176
|
},
|
|
@@ -1292,8 +1292,8 @@
|
|
|
1292
1292
|
},
|
|
1293
1293
|
"speed": 50,
|
|
1294
1294
|
"airGapByVolume": [
|
|
1295
|
-
[1.0, 0
|
|
1296
|
-
[49.0, 0
|
|
1295
|
+
[1.0, 1.0],
|
|
1296
|
+
[49.0, 1.0],
|
|
1297
1297
|
[50.0, 0.0]
|
|
1298
1298
|
],
|
|
1299
1299
|
"touchTip": {
|
|
@@ -1369,12 +1369,12 @@
|
|
|
1369
1369
|
},
|
|
1370
1370
|
"speed": 50,
|
|
1371
1371
|
"airGapByVolume": [
|
|
1372
|
-
[1.0, 0
|
|
1373
|
-
[49.0, 0
|
|
1372
|
+
[1.0, 1.0],
|
|
1373
|
+
[49.0, 1.0],
|
|
1374
1374
|
[50.0, 0.0]
|
|
1375
1375
|
],
|
|
1376
1376
|
"blowout": {
|
|
1377
|
-
"enable":
|
|
1377
|
+
"enable": false,
|
|
1378
1378
|
"params": {
|
|
1379
1379
|
"location": "destination",
|
|
1380
1380
|
"flowRate": 478.0
|
|
@@ -1416,7 +1416,7 @@
|
|
|
1416
1416
|
"volume": 50
|
|
1417
1417
|
}
|
|
1418
1418
|
},
|
|
1419
|
-
"pushOutByVolume": [[1.0,
|
|
1419
|
+
"pushOutByVolume": [[1.0, 20.0]],
|
|
1420
1420
|
"delay": {
|
|
1421
1421
|
"enable": false,
|
|
1422
1422
|
"params": {
|
|
@@ -2499,8 +2499,8 @@
|
|
|
2499
2499
|
},
|
|
2500
2500
|
"speed": 50,
|
|
2501
2501
|
"airGapByVolume": [
|
|
2502
|
-
[1.0, 0
|
|
2503
|
-
[49.0, 0
|
|
2502
|
+
[1.0, 1.0],
|
|
2503
|
+
[49.0, 1.0],
|
|
2504
2504
|
[50.0, 0.0]
|
|
2505
2505
|
],
|
|
2506
2506
|
"touchTip": {
|
|
@@ -2543,7 +2543,7 @@
|
|
|
2543
2543
|
"delay": {
|
|
2544
2544
|
"enable": true,
|
|
2545
2545
|
"params": {
|
|
2546
|
-
"duration":
|
|
2546
|
+
"duration": 0.5
|
|
2547
2547
|
}
|
|
2548
2548
|
}
|
|
2549
2549
|
},
|
|
@@ -2576,12 +2576,12 @@
|
|
|
2576
2576
|
},
|
|
2577
2577
|
"speed": 50,
|
|
2578
2578
|
"airGapByVolume": [
|
|
2579
|
-
[1.0, 0
|
|
2580
|
-
[49.0, 0
|
|
2579
|
+
[1.0, 1.0],
|
|
2580
|
+
[49.0, 1.0],
|
|
2581
2581
|
[50.0, 0.0]
|
|
2582
2582
|
],
|
|
2583
2583
|
"blowout": {
|
|
2584
|
-
"enable":
|
|
2584
|
+
"enable": false,
|
|
2585
2585
|
"params": {
|
|
2586
2586
|
"location": "destination",
|
|
2587
2587
|
"flowRate": 478.0
|
|
@@ -2623,7 +2623,7 @@
|
|
|
2623
2623
|
"volume": 50
|
|
2624
2624
|
}
|
|
2625
2625
|
},
|
|
2626
|
-
"pushOutByVolume": [[1.0,
|
|
2626
|
+
"pushOutByVolume": [[1.0, 20.0]],
|
|
2627
2627
|
"delay": {
|
|
2628
2628
|
"enable": false,
|
|
2629
2629
|
"params": {
|
|
@@ -2749,8 +2749,8 @@
|
|
|
2749
2749
|
},
|
|
2750
2750
|
"speed": 50,
|
|
2751
2751
|
"airGapByVolume": [
|
|
2752
|
-
[1.0, 0
|
|
2753
|
-
[49.0, 0
|
|
2752
|
+
[1.0, 1.0],
|
|
2753
|
+
[49.0, 1.0],
|
|
2754
2754
|
[50.0, 0.0]
|
|
2755
2755
|
],
|
|
2756
2756
|
"touchTip": {
|
|
@@ -2826,12 +2826,12 @@
|
|
|
2826
2826
|
},
|
|
2827
2827
|
"speed": 50,
|
|
2828
2828
|
"airGapByVolume": [
|
|
2829
|
-
[1.0, 0
|
|
2830
|
-
[49.0, 0
|
|
2829
|
+
[1.0, 1.0],
|
|
2830
|
+
[49.0, 1.0],
|
|
2831
2831
|
[50.0, 0.0]
|
|
2832
2832
|
],
|
|
2833
2833
|
"blowout": {
|
|
2834
|
-
"enable":
|
|
2834
|
+
"enable": false,
|
|
2835
2835
|
"params": {
|
|
2836
2836
|
"location": "destination",
|
|
2837
2837
|
"flowRate": 478.0
|
|
@@ -2873,7 +2873,7 @@
|
|
|
2873
2873
|
"volume": 50
|
|
2874
2874
|
}
|
|
2875
2875
|
},
|
|
2876
|
-
"pushOutByVolume": [[1.0,
|
|
2876
|
+
"pushOutByVolume": [[1.0, 20.0]],
|
|
2877
2877
|
"delay": {
|
|
2878
2878
|
"enable": false,
|
|
2879
2879
|
"params": {
|
|
@@ -3922,963 +3922,6 @@
|
|
|
3922
3922
|
}
|
|
3923
3923
|
]
|
|
3924
3924
|
},
|
|
3925
|
-
{
|
|
3926
|
-
"pipetteModel": "flex_96channel_200",
|
|
3927
|
-
"byTipType": [
|
|
3928
|
-
{
|
|
3929
|
-
"tiprack": "opentrons/opentrons_flex_96_tiprack_50ul/1",
|
|
3930
|
-
"aspirate": {
|
|
3931
|
-
"submerge": {
|
|
3932
|
-
"startPosition": {
|
|
3933
|
-
"positionReference": "well-top",
|
|
3934
|
-
"offset": {
|
|
3935
|
-
"x": 0,
|
|
3936
|
-
"y": 0,
|
|
3937
|
-
"z": 2
|
|
3938
|
-
}
|
|
3939
|
-
},
|
|
3940
|
-
"speed": 35,
|
|
3941
|
-
"delay": {
|
|
3942
|
-
"enable": false,
|
|
3943
|
-
"params": {
|
|
3944
|
-
"duration": 0.0
|
|
3945
|
-
}
|
|
3946
|
-
}
|
|
3947
|
-
},
|
|
3948
|
-
"retract": {
|
|
3949
|
-
"endPosition": {
|
|
3950
|
-
"positionReference": "well-top",
|
|
3951
|
-
"offset": {
|
|
3952
|
-
"x": 0,
|
|
3953
|
-
"y": 0,
|
|
3954
|
-
"z": 2
|
|
3955
|
-
}
|
|
3956
|
-
},
|
|
3957
|
-
"speed": 35,
|
|
3958
|
-
"airGapByVolume": [
|
|
3959
|
-
[1.0, 0.1],
|
|
3960
|
-
[49.0, 0.1],
|
|
3961
|
-
[50.0, 0.0]
|
|
3962
|
-
],
|
|
3963
|
-
"touchTip": {
|
|
3964
|
-
"enable": false,
|
|
3965
|
-
"params": {
|
|
3966
|
-
"zOffset": -1,
|
|
3967
|
-
"mmFromEdge": 0.5,
|
|
3968
|
-
"speed": 30
|
|
3969
|
-
}
|
|
3970
|
-
},
|
|
3971
|
-
"delay": {
|
|
3972
|
-
"enable": false,
|
|
3973
|
-
"params": {
|
|
3974
|
-
"duration": 0
|
|
3975
|
-
}
|
|
3976
|
-
}
|
|
3977
|
-
},
|
|
3978
|
-
"aspiratePosition": {
|
|
3979
|
-
"positionReference": "well-bottom",
|
|
3980
|
-
"offset": {
|
|
3981
|
-
"x": 0,
|
|
3982
|
-
"y": 0,
|
|
3983
|
-
"z": 2
|
|
3984
|
-
}
|
|
3985
|
-
},
|
|
3986
|
-
"flowRateByVolume": [[1.0, 200.0]],
|
|
3987
|
-
"correctionByVolume": [[0.0, 0.0]],
|
|
3988
|
-
"preWet": false,
|
|
3989
|
-
"mix": {
|
|
3990
|
-
"enable": false,
|
|
3991
|
-
"params": {
|
|
3992
|
-
"repetitions": 1,
|
|
3993
|
-
"volume": 50
|
|
3994
|
-
}
|
|
3995
|
-
},
|
|
3996
|
-
"delay": {
|
|
3997
|
-
"enable": true,
|
|
3998
|
-
"params": {
|
|
3999
|
-
"duration": 0.5
|
|
4000
|
-
}
|
|
4001
|
-
}
|
|
4002
|
-
},
|
|
4003
|
-
"singleDispense": {
|
|
4004
|
-
"submerge": {
|
|
4005
|
-
"startPosition": {
|
|
4006
|
-
"positionReference": "well-top",
|
|
4007
|
-
"offset": {
|
|
4008
|
-
"x": 0,
|
|
4009
|
-
"y": 0,
|
|
4010
|
-
"z": 2
|
|
4011
|
-
}
|
|
4012
|
-
},
|
|
4013
|
-
"speed": 35,
|
|
4014
|
-
"delay": {
|
|
4015
|
-
"enable": false,
|
|
4016
|
-
"params": {
|
|
4017
|
-
"duration": 0.0
|
|
4018
|
-
}
|
|
4019
|
-
}
|
|
4020
|
-
},
|
|
4021
|
-
"retract": {
|
|
4022
|
-
"endPosition": {
|
|
4023
|
-
"positionReference": "well-top",
|
|
4024
|
-
"offset": {
|
|
4025
|
-
"x": 0,
|
|
4026
|
-
"y": 0,
|
|
4027
|
-
"z": 2
|
|
4028
|
-
}
|
|
4029
|
-
},
|
|
4030
|
-
"speed": 35,
|
|
4031
|
-
"airGapByVolume": [
|
|
4032
|
-
[1.0, 1.0],
|
|
4033
|
-
[49.0, 1.0],
|
|
4034
|
-
[50.0, 0.0]
|
|
4035
|
-
],
|
|
4036
|
-
"blowout": {
|
|
4037
|
-
"enable": false,
|
|
4038
|
-
"params": {
|
|
4039
|
-
"location": "destination",
|
|
4040
|
-
"flowRate": 200.0
|
|
4041
|
-
}
|
|
4042
|
-
},
|
|
4043
|
-
"touchTip": {
|
|
4044
|
-
"enable": false,
|
|
4045
|
-
"params": {
|
|
4046
|
-
"zOffset": -1,
|
|
4047
|
-
"mmFromEdge": 0.5,
|
|
4048
|
-
"speed": 30
|
|
4049
|
-
}
|
|
4050
|
-
},
|
|
4051
|
-
"delay": {
|
|
4052
|
-
"enable": false,
|
|
4053
|
-
"params": {
|
|
4054
|
-
"duration": 0
|
|
4055
|
-
}
|
|
4056
|
-
}
|
|
4057
|
-
},
|
|
4058
|
-
"dispensePosition": {
|
|
4059
|
-
"positionReference": "well-bottom",
|
|
4060
|
-
"offset": {
|
|
4061
|
-
"x": 0,
|
|
4062
|
-
"y": 0,
|
|
4063
|
-
"z": 2
|
|
4064
|
-
}
|
|
4065
|
-
},
|
|
4066
|
-
"flowRateByVolume": [[1.0, 200.0]],
|
|
4067
|
-
"correctionByVolume": [[0.0, 0.0]],
|
|
4068
|
-
"mix": {
|
|
4069
|
-
"enable": false,
|
|
4070
|
-
"params": {
|
|
4071
|
-
"repetitions": 1,
|
|
4072
|
-
"volume": 50
|
|
4073
|
-
}
|
|
4074
|
-
},
|
|
4075
|
-
"pushOutByVolume": [[1.0, 5.0]],
|
|
4076
|
-
"delay": {
|
|
4077
|
-
"enable": false,
|
|
4078
|
-
"params": {
|
|
4079
|
-
"duration": 0.0
|
|
4080
|
-
}
|
|
4081
|
-
}
|
|
4082
|
-
},
|
|
4083
|
-
"multiDispense": {
|
|
4084
|
-
"submerge": {
|
|
4085
|
-
"startPosition": {
|
|
4086
|
-
"positionReference": "well-top",
|
|
4087
|
-
"offset": {
|
|
4088
|
-
"x": 0,
|
|
4089
|
-
"y": 0,
|
|
4090
|
-
"z": 2
|
|
4091
|
-
}
|
|
4092
|
-
},
|
|
4093
|
-
"speed": 35,
|
|
4094
|
-
"delay": {
|
|
4095
|
-
"enable": false,
|
|
4096
|
-
"params": {
|
|
4097
|
-
"duration": 0.0
|
|
4098
|
-
}
|
|
4099
|
-
}
|
|
4100
|
-
},
|
|
4101
|
-
"retract": {
|
|
4102
|
-
"endPosition": {
|
|
4103
|
-
"positionReference": "well-top",
|
|
4104
|
-
"offset": {
|
|
4105
|
-
"x": 0,
|
|
4106
|
-
"y": 0,
|
|
4107
|
-
"z": 2
|
|
4108
|
-
}
|
|
4109
|
-
},
|
|
4110
|
-
"speed": 35,
|
|
4111
|
-
"airGapByVolume": [
|
|
4112
|
-
[1.0, 1.0],
|
|
4113
|
-
[49.0, 1.0],
|
|
4114
|
-
[50.0, 0.0]
|
|
4115
|
-
],
|
|
4116
|
-
"blowout": {
|
|
4117
|
-
"enable": true,
|
|
4118
|
-
"params": {
|
|
4119
|
-
"location": "trash",
|
|
4120
|
-
"flowRate": 200.0
|
|
4121
|
-
}
|
|
4122
|
-
},
|
|
4123
|
-
"touchTip": {
|
|
4124
|
-
"enable": false,
|
|
4125
|
-
"params": {
|
|
4126
|
-
"zOffset": -1,
|
|
4127
|
-
"mmFromEdge": 0.5,
|
|
4128
|
-
"speed": 30
|
|
4129
|
-
}
|
|
4130
|
-
},
|
|
4131
|
-
"delay": {
|
|
4132
|
-
"enable": false,
|
|
4133
|
-
"params": {
|
|
4134
|
-
"duration": 0
|
|
4135
|
-
}
|
|
4136
|
-
}
|
|
4137
|
-
},
|
|
4138
|
-
"dispensePosition": {
|
|
4139
|
-
"positionReference": "well-bottom",
|
|
4140
|
-
"offset": {
|
|
4141
|
-
"x": 0,
|
|
4142
|
-
"y": 0,
|
|
4143
|
-
"z": 2
|
|
4144
|
-
}
|
|
4145
|
-
},
|
|
4146
|
-
"flowRateByVolume": [[1.0, 200.0]],
|
|
4147
|
-
"correctionByVolume": [[0.0, 0.0]],
|
|
4148
|
-
"conditioningByVolume": [
|
|
4149
|
-
[1.0, 5.0],
|
|
4150
|
-
[45.0, 5.0],
|
|
4151
|
-
[50.0, 0.0]
|
|
4152
|
-
],
|
|
4153
|
-
"disposalByVolume": [
|
|
4154
|
-
[1.0, 5.0],
|
|
4155
|
-
[45.0, 5.0],
|
|
4156
|
-
[50.0, 0.0]
|
|
4157
|
-
],
|
|
4158
|
-
"delay": {
|
|
4159
|
-
"enable": false,
|
|
4160
|
-
"params": {
|
|
4161
|
-
"duration": 0.0
|
|
4162
|
-
}
|
|
4163
|
-
}
|
|
4164
|
-
}
|
|
4165
|
-
},
|
|
4166
|
-
{
|
|
4167
|
-
"tiprack": "opentrons/opentrons_flex_96_filtertiprack_50ul/1",
|
|
4168
|
-
"aspirate": {
|
|
4169
|
-
"submerge": {
|
|
4170
|
-
"startPosition": {
|
|
4171
|
-
"positionReference": "well-top",
|
|
4172
|
-
"offset": {
|
|
4173
|
-
"x": 0,
|
|
4174
|
-
"y": 0,
|
|
4175
|
-
"z": 2
|
|
4176
|
-
}
|
|
4177
|
-
},
|
|
4178
|
-
"speed": 35,
|
|
4179
|
-
"delay": {
|
|
4180
|
-
"enable": false,
|
|
4181
|
-
"params": {
|
|
4182
|
-
"duration": 0.0
|
|
4183
|
-
}
|
|
4184
|
-
}
|
|
4185
|
-
},
|
|
4186
|
-
"retract": {
|
|
4187
|
-
"endPosition": {
|
|
4188
|
-
"positionReference": "well-top",
|
|
4189
|
-
"offset": {
|
|
4190
|
-
"x": 0,
|
|
4191
|
-
"y": 0,
|
|
4192
|
-
"z": 2
|
|
4193
|
-
}
|
|
4194
|
-
},
|
|
4195
|
-
"speed": 35,
|
|
4196
|
-
"airGapByVolume": [
|
|
4197
|
-
[1.0, 1.0],
|
|
4198
|
-
[49.0, 1.0],
|
|
4199
|
-
[50.0, 0.0]
|
|
4200
|
-
],
|
|
4201
|
-
"touchTip": {
|
|
4202
|
-
"enable": false,
|
|
4203
|
-
"params": {
|
|
4204
|
-
"zOffset": -1,
|
|
4205
|
-
"mmFromEdge": 0.5,
|
|
4206
|
-
"speed": 30
|
|
4207
|
-
}
|
|
4208
|
-
},
|
|
4209
|
-
"delay": {
|
|
4210
|
-
"enable": false,
|
|
4211
|
-
"params": {
|
|
4212
|
-
"duration": 0
|
|
4213
|
-
}
|
|
4214
|
-
}
|
|
4215
|
-
},
|
|
4216
|
-
"aspiratePosition": {
|
|
4217
|
-
"positionReference": "well-bottom",
|
|
4218
|
-
"offset": {
|
|
4219
|
-
"x": 0,
|
|
4220
|
-
"y": 0,
|
|
4221
|
-
"z": 2
|
|
4222
|
-
}
|
|
4223
|
-
},
|
|
4224
|
-
"flowRateByVolume": [[1.0, 200.0]],
|
|
4225
|
-
"correctionByVolume": [[0.0, 0.0]],
|
|
4226
|
-
"preWet": false,
|
|
4227
|
-
"mix": {
|
|
4228
|
-
"enable": false,
|
|
4229
|
-
"params": {
|
|
4230
|
-
"repetitions": 1,
|
|
4231
|
-
"volume": 50
|
|
4232
|
-
}
|
|
4233
|
-
},
|
|
4234
|
-
"delay": {
|
|
4235
|
-
"enable": true,
|
|
4236
|
-
"params": {
|
|
4237
|
-
"duration": 0.5
|
|
4238
|
-
}
|
|
4239
|
-
}
|
|
4240
|
-
},
|
|
4241
|
-
"singleDispense": {
|
|
4242
|
-
"submerge": {
|
|
4243
|
-
"startPosition": {
|
|
4244
|
-
"positionReference": "well-top",
|
|
4245
|
-
"offset": {
|
|
4246
|
-
"x": 0,
|
|
4247
|
-
"y": 0,
|
|
4248
|
-
"z": 2
|
|
4249
|
-
}
|
|
4250
|
-
},
|
|
4251
|
-
"speed": 35,
|
|
4252
|
-
"delay": {
|
|
4253
|
-
"enable": false,
|
|
4254
|
-
"params": {
|
|
4255
|
-
"duration": 0.0
|
|
4256
|
-
}
|
|
4257
|
-
}
|
|
4258
|
-
},
|
|
4259
|
-
"retract": {
|
|
4260
|
-
"endPosition": {
|
|
4261
|
-
"positionReference": "well-top",
|
|
4262
|
-
"offset": {
|
|
4263
|
-
"x": 0,
|
|
4264
|
-
"y": 0,
|
|
4265
|
-
"z": 2
|
|
4266
|
-
}
|
|
4267
|
-
},
|
|
4268
|
-
"speed": 35,
|
|
4269
|
-
"airGapByVolume": [
|
|
4270
|
-
[1.0, 1.0],
|
|
4271
|
-
[49.0, 1.0],
|
|
4272
|
-
[50.0, 0.0]
|
|
4273
|
-
],
|
|
4274
|
-
"blowout": {
|
|
4275
|
-
"enable": false,
|
|
4276
|
-
"params": {
|
|
4277
|
-
"location": "destination",
|
|
4278
|
-
"flowRate": 200.0
|
|
4279
|
-
}
|
|
4280
|
-
},
|
|
4281
|
-
"touchTip": {
|
|
4282
|
-
"enable": false,
|
|
4283
|
-
"params": {
|
|
4284
|
-
"zOffset": -1,
|
|
4285
|
-
"mmFromEdge": 0.5,
|
|
4286
|
-
"speed": 30
|
|
4287
|
-
}
|
|
4288
|
-
},
|
|
4289
|
-
"delay": {
|
|
4290
|
-
"enable": false,
|
|
4291
|
-
"params": {
|
|
4292
|
-
"duration": 0
|
|
4293
|
-
}
|
|
4294
|
-
}
|
|
4295
|
-
},
|
|
4296
|
-
"dispensePosition": {
|
|
4297
|
-
"positionReference": "well-bottom",
|
|
4298
|
-
"offset": {
|
|
4299
|
-
"x": 0,
|
|
4300
|
-
"y": 0,
|
|
4301
|
-
"z": 2
|
|
4302
|
-
}
|
|
4303
|
-
},
|
|
4304
|
-
"flowRateByVolume": [[1.0, 200.0]],
|
|
4305
|
-
"correctionByVolume": [[0.0, 0.0]],
|
|
4306
|
-
"mix": {
|
|
4307
|
-
"enable": false,
|
|
4308
|
-
"params": {
|
|
4309
|
-
"repetitions": 1,
|
|
4310
|
-
"volume": 50
|
|
4311
|
-
}
|
|
4312
|
-
},
|
|
4313
|
-
"pushOutByVolume": [[1.0, 5.0]],
|
|
4314
|
-
"delay": {
|
|
4315
|
-
"enable": false,
|
|
4316
|
-
"params": {
|
|
4317
|
-
"duration": 0.0
|
|
4318
|
-
}
|
|
4319
|
-
}
|
|
4320
|
-
},
|
|
4321
|
-
"multiDispense": {
|
|
4322
|
-
"submerge": {
|
|
4323
|
-
"startPosition": {
|
|
4324
|
-
"positionReference": "well-top",
|
|
4325
|
-
"offset": {
|
|
4326
|
-
"x": 0,
|
|
4327
|
-
"y": 0,
|
|
4328
|
-
"z": 2
|
|
4329
|
-
}
|
|
4330
|
-
},
|
|
4331
|
-
"speed": 35,
|
|
4332
|
-
"delay": {
|
|
4333
|
-
"enable": false,
|
|
4334
|
-
"params": {
|
|
4335
|
-
"duration": 0.0
|
|
4336
|
-
}
|
|
4337
|
-
}
|
|
4338
|
-
},
|
|
4339
|
-
"retract": {
|
|
4340
|
-
"endPosition": {
|
|
4341
|
-
"positionReference": "well-top",
|
|
4342
|
-
"offset": {
|
|
4343
|
-
"x": 0,
|
|
4344
|
-
"y": 0,
|
|
4345
|
-
"z": 2
|
|
4346
|
-
}
|
|
4347
|
-
},
|
|
4348
|
-
"speed": 35,
|
|
4349
|
-
"airGapByVolume": [
|
|
4350
|
-
[1.0, 1.0],
|
|
4351
|
-
[49.0, 1.0],
|
|
4352
|
-
[50.0, 0.0]
|
|
4353
|
-
],
|
|
4354
|
-
"blowout": {
|
|
4355
|
-
"enable": true,
|
|
4356
|
-
"params": {
|
|
4357
|
-
"location": "trash",
|
|
4358
|
-
"flowRate": 200.0
|
|
4359
|
-
}
|
|
4360
|
-
},
|
|
4361
|
-
"touchTip": {
|
|
4362
|
-
"enable": false,
|
|
4363
|
-
"params": {
|
|
4364
|
-
"zOffset": -1,
|
|
4365
|
-
"mmFromEdge": 0.5,
|
|
4366
|
-
"speed": 30
|
|
4367
|
-
}
|
|
4368
|
-
},
|
|
4369
|
-
"delay": {
|
|
4370
|
-
"enable": false,
|
|
4371
|
-
"params": {
|
|
4372
|
-
"duration": 0
|
|
4373
|
-
}
|
|
4374
|
-
}
|
|
4375
|
-
},
|
|
4376
|
-
"dispensePosition": {
|
|
4377
|
-
"positionReference": "well-bottom",
|
|
4378
|
-
"offset": {
|
|
4379
|
-
"x": 0,
|
|
4380
|
-
"y": 0,
|
|
4381
|
-
"z": 2
|
|
4382
|
-
}
|
|
4383
|
-
},
|
|
4384
|
-
"flowRateByVolume": [[1.0, 200.0]],
|
|
4385
|
-
"correctionByVolume": [[0.0, 0.0]],
|
|
4386
|
-
"conditioningByVolume": [
|
|
4387
|
-
[1.0, 5.0],
|
|
4388
|
-
[45.0, 5.0],
|
|
4389
|
-
[50.0, 0.0]
|
|
4390
|
-
],
|
|
4391
|
-
"disposalByVolume": [
|
|
4392
|
-
[1.0, 5.0],
|
|
4393
|
-
[45.0, 5.0],
|
|
4394
|
-
[50.0, 0.0]
|
|
4395
|
-
],
|
|
4396
|
-
"delay": {
|
|
4397
|
-
"enable": false,
|
|
4398
|
-
"params": {
|
|
4399
|
-
"duration": 0.0
|
|
4400
|
-
}
|
|
4401
|
-
}
|
|
4402
|
-
}
|
|
4403
|
-
},
|
|
4404
|
-
{
|
|
4405
|
-
"tiprack": "opentrons/opentrons_flex_96_tiprack_200ul/1",
|
|
4406
|
-
"aspirate": {
|
|
4407
|
-
"submerge": {
|
|
4408
|
-
"startPosition": {
|
|
4409
|
-
"positionReference": "well-top",
|
|
4410
|
-
"offset": {
|
|
4411
|
-
"x": 0,
|
|
4412
|
-
"y": 0,
|
|
4413
|
-
"z": 2
|
|
4414
|
-
}
|
|
4415
|
-
},
|
|
4416
|
-
"speed": 35,
|
|
4417
|
-
"delay": {
|
|
4418
|
-
"enable": false,
|
|
4419
|
-
"params": {
|
|
4420
|
-
"duration": 0.0
|
|
4421
|
-
}
|
|
4422
|
-
}
|
|
4423
|
-
},
|
|
4424
|
-
"retract": {
|
|
4425
|
-
"endPosition": {
|
|
4426
|
-
"positionReference": "well-top",
|
|
4427
|
-
"offset": {
|
|
4428
|
-
"x": 0,
|
|
4429
|
-
"y": 0,
|
|
4430
|
-
"z": 2
|
|
4431
|
-
}
|
|
4432
|
-
},
|
|
4433
|
-
"speed": 35,
|
|
4434
|
-
"airGapByVolume": [
|
|
4435
|
-
[1.0, 5.0],
|
|
4436
|
-
[195.0, 5.0],
|
|
4437
|
-
[200.0, 0.0]
|
|
4438
|
-
],
|
|
4439
|
-
"touchTip": {
|
|
4440
|
-
"enable": false,
|
|
4441
|
-
"params": {
|
|
4442
|
-
"zOffset": -1,
|
|
4443
|
-
"mmFromEdge": 0.5,
|
|
4444
|
-
"speed": 30
|
|
4445
|
-
}
|
|
4446
|
-
},
|
|
4447
|
-
"delay": {
|
|
4448
|
-
"enable": false,
|
|
4449
|
-
"params": {
|
|
4450
|
-
"duration": 0
|
|
4451
|
-
}
|
|
4452
|
-
}
|
|
4453
|
-
},
|
|
4454
|
-
"aspiratePosition": {
|
|
4455
|
-
"positionReference": "well-bottom",
|
|
4456
|
-
"offset": {
|
|
4457
|
-
"x": 0,
|
|
4458
|
-
"y": 0,
|
|
4459
|
-
"z": 2
|
|
4460
|
-
}
|
|
4461
|
-
},
|
|
4462
|
-
"flowRateByVolume": [[1.0, 200.0]],
|
|
4463
|
-
"correctionByVolume": [[0.0, 0.0]],
|
|
4464
|
-
"preWet": false,
|
|
4465
|
-
"mix": {
|
|
4466
|
-
"enable": false,
|
|
4467
|
-
"params": {
|
|
4468
|
-
"repetitions": 1,
|
|
4469
|
-
"volume": 50
|
|
4470
|
-
}
|
|
4471
|
-
},
|
|
4472
|
-
"delay": {
|
|
4473
|
-
"enable": true,
|
|
4474
|
-
"params": {
|
|
4475
|
-
"duration": 0.75
|
|
4476
|
-
}
|
|
4477
|
-
}
|
|
4478
|
-
},
|
|
4479
|
-
"singleDispense": {
|
|
4480
|
-
"submerge": {
|
|
4481
|
-
"startPosition": {
|
|
4482
|
-
"positionReference": "well-top",
|
|
4483
|
-
"offset": {
|
|
4484
|
-
"x": 0,
|
|
4485
|
-
"y": 0,
|
|
4486
|
-
"z": 2
|
|
4487
|
-
}
|
|
4488
|
-
},
|
|
4489
|
-
"speed": 35,
|
|
4490
|
-
"delay": {
|
|
4491
|
-
"enable": false,
|
|
4492
|
-
"params": {
|
|
4493
|
-
"duration": 0.0
|
|
4494
|
-
}
|
|
4495
|
-
}
|
|
4496
|
-
},
|
|
4497
|
-
"retract": {
|
|
4498
|
-
"endPosition": {
|
|
4499
|
-
"positionReference": "well-top",
|
|
4500
|
-
"offset": {
|
|
4501
|
-
"x": 0,
|
|
4502
|
-
"y": 0,
|
|
4503
|
-
"z": 2
|
|
4504
|
-
}
|
|
4505
|
-
},
|
|
4506
|
-
"speed": 35,
|
|
4507
|
-
"airGapByVolume": [
|
|
4508
|
-
[1.0, 5.0],
|
|
4509
|
-
[195.0, 5.0],
|
|
4510
|
-
[200.0, 0.0]
|
|
4511
|
-
],
|
|
4512
|
-
"blowout": {
|
|
4513
|
-
"enable": false,
|
|
4514
|
-
"params": {
|
|
4515
|
-
"location": "destination",
|
|
4516
|
-
"flowRate": 200.0
|
|
4517
|
-
}
|
|
4518
|
-
},
|
|
4519
|
-
"touchTip": {
|
|
4520
|
-
"enable": false,
|
|
4521
|
-
"params": {
|
|
4522
|
-
"zOffset": -1,
|
|
4523
|
-
"mmFromEdge": 0.5,
|
|
4524
|
-
"speed": 30
|
|
4525
|
-
}
|
|
4526
|
-
},
|
|
4527
|
-
"delay": {
|
|
4528
|
-
"enable": false,
|
|
4529
|
-
"params": {
|
|
4530
|
-
"duration": 0
|
|
4531
|
-
}
|
|
4532
|
-
}
|
|
4533
|
-
},
|
|
4534
|
-
"dispensePosition": {
|
|
4535
|
-
"positionReference": "well-bottom",
|
|
4536
|
-
"offset": {
|
|
4537
|
-
"x": 0,
|
|
4538
|
-
"y": 0,
|
|
4539
|
-
"z": 2
|
|
4540
|
-
}
|
|
4541
|
-
},
|
|
4542
|
-
"flowRateByVolume": [[1.0, 200.0]],
|
|
4543
|
-
"correctionByVolume": [[0.0, 0.0]],
|
|
4544
|
-
"mix": {
|
|
4545
|
-
"enable": false,
|
|
4546
|
-
"params": {
|
|
4547
|
-
"repetitions": 1,
|
|
4548
|
-
"volume": 50
|
|
4549
|
-
}
|
|
4550
|
-
},
|
|
4551
|
-
"pushOutByVolume": [[1.0, 5.0]],
|
|
4552
|
-
"delay": {
|
|
4553
|
-
"enable": false,
|
|
4554
|
-
"params": {
|
|
4555
|
-
"duration": 0.0
|
|
4556
|
-
}
|
|
4557
|
-
}
|
|
4558
|
-
},
|
|
4559
|
-
"multiDispense": {
|
|
4560
|
-
"submerge": {
|
|
4561
|
-
"startPosition": {
|
|
4562
|
-
"positionReference": "well-top",
|
|
4563
|
-
"offset": {
|
|
4564
|
-
"x": 0,
|
|
4565
|
-
"y": 0,
|
|
4566
|
-
"z": 2
|
|
4567
|
-
}
|
|
4568
|
-
},
|
|
4569
|
-
"speed": 35,
|
|
4570
|
-
"delay": {
|
|
4571
|
-
"enable": false,
|
|
4572
|
-
"params": {
|
|
4573
|
-
"duration": 0.0
|
|
4574
|
-
}
|
|
4575
|
-
}
|
|
4576
|
-
},
|
|
4577
|
-
"retract": {
|
|
4578
|
-
"endPosition": {
|
|
4579
|
-
"positionReference": "well-top",
|
|
4580
|
-
"offset": {
|
|
4581
|
-
"x": 0,
|
|
4582
|
-
"y": 0,
|
|
4583
|
-
"z": 2
|
|
4584
|
-
}
|
|
4585
|
-
},
|
|
4586
|
-
"speed": 35,
|
|
4587
|
-
"airGapByVolume": [
|
|
4588
|
-
[1.0, 5.0],
|
|
4589
|
-
[195.0, 5.0],
|
|
4590
|
-
[200.0, 0.0]
|
|
4591
|
-
],
|
|
4592
|
-
"blowout": {
|
|
4593
|
-
"enable": true,
|
|
4594
|
-
"params": {
|
|
4595
|
-
"location": "trash",
|
|
4596
|
-
"flowRate": 200.0
|
|
4597
|
-
}
|
|
4598
|
-
},
|
|
4599
|
-
"touchTip": {
|
|
4600
|
-
"enable": false,
|
|
4601
|
-
"params": {
|
|
4602
|
-
"zOffset": -1,
|
|
4603
|
-
"mmFromEdge": 0.5,
|
|
4604
|
-
"speed": 30
|
|
4605
|
-
}
|
|
4606
|
-
},
|
|
4607
|
-
"delay": {
|
|
4608
|
-
"enable": false,
|
|
4609
|
-
"params": {
|
|
4610
|
-
"duration": 0
|
|
4611
|
-
}
|
|
4612
|
-
}
|
|
4613
|
-
},
|
|
4614
|
-
"dispensePosition": {
|
|
4615
|
-
"positionReference": "well-bottom",
|
|
4616
|
-
"offset": {
|
|
4617
|
-
"x": 0,
|
|
4618
|
-
"y": 0,
|
|
4619
|
-
"z": 2
|
|
4620
|
-
}
|
|
4621
|
-
},
|
|
4622
|
-
"flowRateByVolume": [[1.0, 200.0]],
|
|
4623
|
-
"correctionByVolume": [[0.0, 0.0]],
|
|
4624
|
-
"conditioningByVolume": [
|
|
4625
|
-
[1.0, 5.0],
|
|
4626
|
-
[195.0, 5.0],
|
|
4627
|
-
[200.0, 0.0]
|
|
4628
|
-
],
|
|
4629
|
-
"disposalByVolume": [
|
|
4630
|
-
[1.0, 5.0],
|
|
4631
|
-
[195.0, 5.0],
|
|
4632
|
-
[200.0, 0.0]
|
|
4633
|
-
],
|
|
4634
|
-
"delay": {
|
|
4635
|
-
"enable": false,
|
|
4636
|
-
"params": {
|
|
4637
|
-
"duration": 0.0
|
|
4638
|
-
}
|
|
4639
|
-
}
|
|
4640
|
-
}
|
|
4641
|
-
},
|
|
4642
|
-
{
|
|
4643
|
-
"tiprack": "opentrons/opentrons_flex_96_filtertiprack_200ul/1",
|
|
4644
|
-
"aspirate": {
|
|
4645
|
-
"submerge": {
|
|
4646
|
-
"startPosition": {
|
|
4647
|
-
"positionReference": "well-top",
|
|
4648
|
-
"offset": {
|
|
4649
|
-
"x": 0,
|
|
4650
|
-
"y": 0,
|
|
4651
|
-
"z": 2
|
|
4652
|
-
}
|
|
4653
|
-
},
|
|
4654
|
-
"speed": 35,
|
|
4655
|
-
"delay": {
|
|
4656
|
-
"enable": false,
|
|
4657
|
-
"params": {
|
|
4658
|
-
"duration": 0.0
|
|
4659
|
-
}
|
|
4660
|
-
}
|
|
4661
|
-
},
|
|
4662
|
-
"retract": {
|
|
4663
|
-
"endPosition": {
|
|
4664
|
-
"positionReference": "well-top",
|
|
4665
|
-
"offset": {
|
|
4666
|
-
"x": 0,
|
|
4667
|
-
"y": 0,
|
|
4668
|
-
"z": 2
|
|
4669
|
-
}
|
|
4670
|
-
},
|
|
4671
|
-
"speed": 35,
|
|
4672
|
-
"airGapByVolume": [
|
|
4673
|
-
[1.0, 5.0],
|
|
4674
|
-
[195.0, 5.0],
|
|
4675
|
-
[200.0, 0.0]
|
|
4676
|
-
],
|
|
4677
|
-
"touchTip": {
|
|
4678
|
-
"enable": false,
|
|
4679
|
-
"params": {
|
|
4680
|
-
"zOffset": -1,
|
|
4681
|
-
"mmFromEdge": 0.5,
|
|
4682
|
-
"speed": 30
|
|
4683
|
-
}
|
|
4684
|
-
},
|
|
4685
|
-
"delay": {
|
|
4686
|
-
"enable": false,
|
|
4687
|
-
"params": {
|
|
4688
|
-
"duration": 0
|
|
4689
|
-
}
|
|
4690
|
-
}
|
|
4691
|
-
},
|
|
4692
|
-
"aspiratePosition": {
|
|
4693
|
-
"positionReference": "well-bottom",
|
|
4694
|
-
"offset": {
|
|
4695
|
-
"x": 0,
|
|
4696
|
-
"y": 0,
|
|
4697
|
-
"z": 2
|
|
4698
|
-
}
|
|
4699
|
-
},
|
|
4700
|
-
"flowRateByVolume": [[1.0, 200.0]],
|
|
4701
|
-
"correctionByVolume": [[0.0, 0.0]],
|
|
4702
|
-
"preWet": false,
|
|
4703
|
-
"mix": {
|
|
4704
|
-
"enable": false,
|
|
4705
|
-
"params": {
|
|
4706
|
-
"repetitions": 1,
|
|
4707
|
-
"volume": 50
|
|
4708
|
-
}
|
|
4709
|
-
},
|
|
4710
|
-
"delay": {
|
|
4711
|
-
"enable": true,
|
|
4712
|
-
"params": {
|
|
4713
|
-
"duration": 0.75
|
|
4714
|
-
}
|
|
4715
|
-
}
|
|
4716
|
-
},
|
|
4717
|
-
"singleDispense": {
|
|
4718
|
-
"submerge": {
|
|
4719
|
-
"startPosition": {
|
|
4720
|
-
"positionReference": "well-top",
|
|
4721
|
-
"offset": {
|
|
4722
|
-
"x": 0,
|
|
4723
|
-
"y": 0,
|
|
4724
|
-
"z": 2
|
|
4725
|
-
}
|
|
4726
|
-
},
|
|
4727
|
-
"speed": 35,
|
|
4728
|
-
"delay": {
|
|
4729
|
-
"enable": false,
|
|
4730
|
-
"params": {
|
|
4731
|
-
"duration": 0.0
|
|
4732
|
-
}
|
|
4733
|
-
}
|
|
4734
|
-
},
|
|
4735
|
-
"retract": {
|
|
4736
|
-
"endPosition": {
|
|
4737
|
-
"positionReference": "well-top",
|
|
4738
|
-
"offset": {
|
|
4739
|
-
"x": 0,
|
|
4740
|
-
"y": 0,
|
|
4741
|
-
"z": 2
|
|
4742
|
-
}
|
|
4743
|
-
},
|
|
4744
|
-
"speed": 35,
|
|
4745
|
-
"airGapByVolume": [
|
|
4746
|
-
[1.0, 5.0],
|
|
4747
|
-
[195.0, 5.0],
|
|
4748
|
-
[200.0, 0.0]
|
|
4749
|
-
],
|
|
4750
|
-
"blowout": {
|
|
4751
|
-
"enable": false,
|
|
4752
|
-
"params": {
|
|
4753
|
-
"location": "destination",
|
|
4754
|
-
"flowRate": 200.0
|
|
4755
|
-
}
|
|
4756
|
-
},
|
|
4757
|
-
"touchTip": {
|
|
4758
|
-
"enable": false,
|
|
4759
|
-
"params": {
|
|
4760
|
-
"zOffset": -1,
|
|
4761
|
-
"mmFromEdge": 0.5,
|
|
4762
|
-
"speed": 30
|
|
4763
|
-
}
|
|
4764
|
-
},
|
|
4765
|
-
"delay": {
|
|
4766
|
-
"enable": false,
|
|
4767
|
-
"params": {
|
|
4768
|
-
"duration": 0
|
|
4769
|
-
}
|
|
4770
|
-
}
|
|
4771
|
-
},
|
|
4772
|
-
"dispensePosition": {
|
|
4773
|
-
"positionReference": "well-bottom",
|
|
4774
|
-
"offset": {
|
|
4775
|
-
"x": 0,
|
|
4776
|
-
"y": 0,
|
|
4777
|
-
"z": 2
|
|
4778
|
-
}
|
|
4779
|
-
},
|
|
4780
|
-
"flowRateByVolume": [[1.0, 200.0]],
|
|
4781
|
-
"correctionByVolume": [[0.0, 0.0]],
|
|
4782
|
-
"mix": {
|
|
4783
|
-
"enable": false,
|
|
4784
|
-
"params": {
|
|
4785
|
-
"repetitions": 1,
|
|
4786
|
-
"volume": 50
|
|
4787
|
-
}
|
|
4788
|
-
},
|
|
4789
|
-
"pushOutByVolume": [[1.0, 5.0]],
|
|
4790
|
-
"delay": {
|
|
4791
|
-
"enable": false,
|
|
4792
|
-
"params": {
|
|
4793
|
-
"duration": 0.0
|
|
4794
|
-
}
|
|
4795
|
-
}
|
|
4796
|
-
},
|
|
4797
|
-
"multiDispense": {
|
|
4798
|
-
"submerge": {
|
|
4799
|
-
"startPosition": {
|
|
4800
|
-
"positionReference": "well-top",
|
|
4801
|
-
"offset": {
|
|
4802
|
-
"x": 0,
|
|
4803
|
-
"y": 0,
|
|
4804
|
-
"z": 2
|
|
4805
|
-
}
|
|
4806
|
-
},
|
|
4807
|
-
"speed": 35,
|
|
4808
|
-
"delay": {
|
|
4809
|
-
"enable": false,
|
|
4810
|
-
"params": {
|
|
4811
|
-
"duration": 0.0
|
|
4812
|
-
}
|
|
4813
|
-
}
|
|
4814
|
-
},
|
|
4815
|
-
"retract": {
|
|
4816
|
-
"endPosition": {
|
|
4817
|
-
"positionReference": "well-top",
|
|
4818
|
-
"offset": {
|
|
4819
|
-
"x": 0,
|
|
4820
|
-
"y": 0,
|
|
4821
|
-
"z": 2
|
|
4822
|
-
}
|
|
4823
|
-
},
|
|
4824
|
-
"speed": 35,
|
|
4825
|
-
"airGapByVolume": [
|
|
4826
|
-
[1.0, 5.0],
|
|
4827
|
-
[195.0, 5.0],
|
|
4828
|
-
[200.0, 0.0]
|
|
4829
|
-
],
|
|
4830
|
-
"blowout": {
|
|
4831
|
-
"enable": true,
|
|
4832
|
-
"params": {
|
|
4833
|
-
"location": "trash",
|
|
4834
|
-
"flowRate": 200.0
|
|
4835
|
-
}
|
|
4836
|
-
},
|
|
4837
|
-
"touchTip": {
|
|
4838
|
-
"enable": false,
|
|
4839
|
-
"params": {
|
|
4840
|
-
"zOffset": -1,
|
|
4841
|
-
"mmFromEdge": 0.5,
|
|
4842
|
-
"speed": 30
|
|
4843
|
-
}
|
|
4844
|
-
},
|
|
4845
|
-
"delay": {
|
|
4846
|
-
"enable": false,
|
|
4847
|
-
"params": {
|
|
4848
|
-
"duration": 0
|
|
4849
|
-
}
|
|
4850
|
-
}
|
|
4851
|
-
},
|
|
4852
|
-
"dispensePosition": {
|
|
4853
|
-
"positionReference": "well-bottom",
|
|
4854
|
-
"offset": {
|
|
4855
|
-
"x": 0,
|
|
4856
|
-
"y": 0,
|
|
4857
|
-
"z": 2
|
|
4858
|
-
}
|
|
4859
|
-
},
|
|
4860
|
-
"flowRateByVolume": [[1.0, 200.0]],
|
|
4861
|
-
"correctionByVolume": [[0.0, 0.0]],
|
|
4862
|
-
"conditioningByVolume": [
|
|
4863
|
-
[1.0, 5.0],
|
|
4864
|
-
[195.0, 5.0],
|
|
4865
|
-
[200.0, 0.0]
|
|
4866
|
-
],
|
|
4867
|
-
"disposalByVolume": [
|
|
4868
|
-
[1.0, 5.0],
|
|
4869
|
-
[195.0, 5.0],
|
|
4870
|
-
[200.0, 0.0]
|
|
4871
|
-
],
|
|
4872
|
-
"delay": {
|
|
4873
|
-
"enable": false,
|
|
4874
|
-
"params": {
|
|
4875
|
-
"duration": 0.0
|
|
4876
|
-
}
|
|
4877
|
-
}
|
|
4878
|
-
}
|
|
4879
|
-
}
|
|
4880
|
-
]
|
|
4881
|
-
},
|
|
4882
3925
|
{
|
|
4883
3926
|
"pipetteModel": "flex_96channel_1000",
|
|
4884
3927
|
"byTipType": [
|
{opentrons_shared_data-8.6.0a3.dist-info → opentrons_shared_data-8.6.0a6.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: opentrons_shared_data
|
|
3
|
-
Version: 8.6.
|
|
3
|
+
Version: 8.6.0a6
|
|
4
4
|
Summary: A bundle of data and python binding that supports the Opentrons API.Does not need to be installed manually; only a dependency of the opentrons package
|
|
5
5
|
Project-URL: Source Code, https://github.com/Opentrons/opentrons
|
|
6
6
|
Author-email: Opentrons <engineering@opentrons.com>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
opentrons_shared_data/__init__.py,sha256=DVgoqWWN7qiAJ20GG2gweJeYYpA6xbHg-88ilVLjsgE,430
|
|
2
|
-
opentrons_shared_data/_version.py,sha256=
|
|
2
|
+
opentrons_shared_data/_version.py,sha256=ik3RXUUAoXvSc0OH3Cy8Ho-2os43zXhg0ipyoZnPz5M,712
|
|
3
3
|
opentrons_shared_data/load.py,sha256=fTd57_9QvpC8I48380rfxFDgGy-vhPZyEW2sGA3mcfo,1605
|
|
4
4
|
opentrons_shared_data/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
opentrons_shared_data/command/__init__.py,sha256=54jWGDwpdI0dAaaQMsty1N40WsB88uywBoCbiAta4Hc,3961
|
|
@@ -135,7 +135,7 @@ opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/2.jso
|
|
|
135
135
|
opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/3.json,sha256=4w0MdPi1v9aIHutm9o7gAoSnOSc4rIMSUQKHFH_OS8A,1787
|
|
136
136
|
opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/1.json,sha256=OFhgkUTVZc11uZ8dEy5H8ISnE7qRkRmC8wq5hwXFPxE,78047
|
|
137
137
|
opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/2.json,sha256=JunyHoUdUDqPYb9GFA3NEnLua5VbPfIEvlAfgxa1iWY,95914
|
|
138
|
-
opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/3.json,sha256=
|
|
138
|
+
opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/3.json,sha256=xoLNomjwWZD2AZo03OppXwsfEyWuytb2r5OJ92AjXjA,96095
|
|
139
139
|
opentrons_shared_data/data/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/1.json,sha256=fIJnXDZ3ovfXtK2PXFkH4pCXv0OMFi_i-7ZQh2Nzcyk,19802
|
|
140
140
|
opentrons_shared_data/data/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/2.json,sha256=_nLmDspeVMhH-dRsTNKGQC0NkTVbJWzaNZxNNlOWONk,20268
|
|
141
141
|
opentrons_shared_data/data/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/3.json,sha256=mm3mEI27KngLBzGMyauZ3K78u29BcazwMuW7SjPlch4,25174
|
|
@@ -346,7 +346,7 @@ opentrons_shared_data/data/labware/schemas/2.json,sha256=cB7UrI4icRBiErb6h9RkykW
|
|
|
346
346
|
opentrons_shared_data/data/labware/schemas/3.json,sha256=ZD_8i4h_UE5LyvBIeVPuuM1XX7KEEGzWrtyZooOs8H0,29520
|
|
347
347
|
opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/1.json,sha256=4xrnMxUpUadSIg1gTaYngq34Ns_0zCh2tXGaRtXeFrw,153228
|
|
348
348
|
opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/1.json,sha256=9aVYYU6-gKmdVcJfoGzJ0cN3u3IYFY8ZMeAuqT4_OyI,146440
|
|
349
|
-
opentrons_shared_data/data/liquid-class/definitions/1/water/1.json,sha256=
|
|
349
|
+
opentrons_shared_data/data/liquid-class/definitions/1/water/1.json,sha256=pj5uELd1E3icv9eQNpcsTyY5SxzruYXkHz-jDfD5fHI,142901
|
|
350
350
|
opentrons_shared_data/data/liquid-class/schemas/1.json,sha256=DGlB_u7zwnUmAU5T7Ej4WLz5alQgT16kOSkf0WULUcM,14956
|
|
351
351
|
opentrons_shared_data/data/liquid/schemas/1.json,sha256=2_Wcc7r_mc3HKQENSs2oRQnGlU9LK4ABD-nvTmHVvzw,692
|
|
352
352
|
opentrons_shared_data/data/module/definitions/1.json,sha256=Ch4s46bjIRQ6go2fzlGvFlDZi92p8JkcWJWJNSGuTCw,1074
|
|
@@ -628,7 +628,7 @@ opentrons_shared_data/data/robot/definitions/1/ot2.json,sha256=3XY9bD1Q2uCfmiHBy
|
|
|
628
628
|
opentrons_shared_data/data/robot/definitions/1/ot3.json,sha256=jGwWoCT3-FAMnKG7C64HRpUISfELOcExL7XYhzwh6I4,376
|
|
629
629
|
opentrons_shared_data/data/robot/schemas/1.json,sha256=akt5AiU8pwc68JlVVq8MI37J-a6g6vSxXfcBM19yiQQ,3049
|
|
630
630
|
opentrons_shared_data/data/labware/repository/schemas/1.json,sha256=-iZkF5yZN7MZCQPDm-fAhug-FLFX_Wi9wF0m7LwFQiQ,2314
|
|
631
|
-
opentrons_shared_data-8.6.
|
|
632
|
-
opentrons_shared_data-8.6.
|
|
633
|
-
opentrons_shared_data-8.6.
|
|
634
|
-
opentrons_shared_data-8.6.
|
|
631
|
+
opentrons_shared_data-8.6.0a6.dist-info/METADATA,sha256=hjF69vH_DKhZPPvdfJzt6BPKIr9Nyg39muJVnzc7gs0,965
|
|
632
|
+
opentrons_shared_data-8.6.0a6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
633
|
+
opentrons_shared_data-8.6.0a6.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
634
|
+
opentrons_shared_data-8.6.0a6.dist-info/RECORD,,
|
|
File without changes
|
{opentrons_shared_data-8.6.0a3.dist-info → opentrons_shared_data-8.6.0a6.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|