opentrons-shared-data 8.5.1a1__py2.py3-none-any.whl → 8.5.1a2__py2.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/data/liquid-class/schemas/1.json +8 -8
- {opentrons_shared_data-8.5.1a1.dist-info → opentrons_shared_data-8.5.1a2.dist-info}/METADATA +1 -1
- {opentrons_shared_data-8.5.1a1.dist-info → opentrons_shared_data-8.5.1a2.dist-info}/RECORD +6 -6
- {opentrons_shared_data-8.5.1a1.dist-info → opentrons_shared_data-8.5.1a2.dist-info}/WHEEL +0 -0
- {opentrons_shared_data-8.5.1a1.dist-info → opentrons_shared_data-8.5.1a2.dist-info}/licenses/LICENSE +0 -0
- {opentrons_shared_data-8.5.1a1.dist-info → opentrons_shared_data-8.5.1a2.dist-info}/top_level.txt +0 -0
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
},
|
|
106
106
|
"airGapByVolume": {
|
|
107
107
|
"type": "array",
|
|
108
|
-
"description": "Settings for air gap keyed by
|
|
108
|
+
"description": "Settings for air gap keyed by current volume in the tip.",
|
|
109
109
|
"items": {
|
|
110
110
|
"type": "array",
|
|
111
111
|
"items": { "$ref": "#/definitions/positiveNumber" },
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
"pushOutByVolume": {
|
|
129
129
|
"type": "array",
|
|
130
|
-
"description": "Settings for pushout keyed by target
|
|
130
|
+
"description": "Settings for pushout keyed by target dispense volume.",
|
|
131
131
|
"items": {
|
|
132
132
|
"type": "array",
|
|
133
133
|
"items": { "$ref": "#/definitions/positiveNumber" },
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
},
|
|
139
139
|
"disposalByVolume": {
|
|
140
140
|
"type": "array",
|
|
141
|
-
"description": "
|
|
141
|
+
"description": "Settings for disposal volume, keyed by the total volume aspirated for a multi-dispense.",
|
|
142
142
|
"items": {
|
|
143
143
|
"type": "array",
|
|
144
144
|
"items": { "$ref": "#/definitions/positiveNumber" },
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
},
|
|
150
150
|
"conditioningByVolume": {
|
|
151
151
|
"type": "array",
|
|
152
|
-
"description": "Settings for conditioning volume keyed by
|
|
152
|
+
"description": "Settings for conditioning volume keyed by the total volume aspirated for a multi-dispense.",
|
|
153
153
|
"items": {
|
|
154
154
|
"type": "array",
|
|
155
155
|
"items": { "$ref": "#/definitions/positiveNumber" },
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
},
|
|
161
161
|
"correctionByVolume": {
|
|
162
162
|
"type": "array",
|
|
163
|
-
"description": "Settings for volume correction keyed by
|
|
163
|
+
"description": "Settings for volume correction, keyed by the total volume in tip after the aspirate/dispense action. The correction value provides additional information about how much the pipette plunger should move to accurately pipette the specified volume when using this liquid class.",
|
|
164
164
|
"items": {
|
|
165
165
|
"type": "array",
|
|
166
166
|
"items": { "type": "number" },
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"location": {
|
|
212
212
|
"type": "string",
|
|
213
213
|
"enum": ["source", "destination", "trash"],
|
|
214
|
-
"description": "Location
|
|
214
|
+
"description": "Location for blow out."
|
|
215
215
|
},
|
|
216
216
|
"flowRate": {
|
|
217
217
|
"$ref": "#/definitions/positiveNumber",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
},
|
|
245
245
|
"retractAspirate": {
|
|
246
246
|
"type": "object",
|
|
247
|
-
"description": "Shared properties for the retract function after aspiration
|
|
247
|
+
"description": "Shared properties for the retract function after an aspiration.",
|
|
248
248
|
"properties": {
|
|
249
249
|
"endPosition": {
|
|
250
250
|
"$ref": "#/definitions/tipPosition"
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
},
|
|
269
269
|
"retractDispense": {
|
|
270
270
|
"type": "object",
|
|
271
|
-
"description": "Shared properties for the retract function after
|
|
271
|
+
"description": "Shared properties for the retract function after a dispense.",
|
|
272
272
|
"properties": {
|
|
273
273
|
"endPosition": {
|
|
274
274
|
"$ref": "#/definitions/tipPosition"
|
{opentrons_shared_data-8.5.1a1.dist-info → opentrons_shared_data-8.5.1a2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: opentrons_shared_data
|
|
3
|
-
Version: 8.5.
|
|
3
|
+
Version: 8.5.1a2
|
|
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
|
Author: Opentrons
|
|
6
6
|
Author-email: engineering@opentrons.com
|
|
@@ -272,7 +272,7 @@ opentrons_shared_data/data/liquid/schemas/1.json,sha256=2_Wcc7r_mc3HKQENSs2oRQnG
|
|
|
272
272
|
opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/1.json,sha256=4xrnMxUpUadSIg1gTaYngq34Ns_0zCh2tXGaRtXeFrw,153228
|
|
273
273
|
opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/1.json,sha256=9aVYYU6-gKmdVcJfoGzJ0cN3u3IYFY8ZMeAuqT4_OyI,146440
|
|
274
274
|
opentrons_shared_data/data/liquid-class/definitions/1/water/1.json,sha256=pj5uELd1E3icv9eQNpcsTyY5SxzruYXkHz-jDfD5fHI,142901
|
|
275
|
-
opentrons_shared_data/data/liquid-class/schemas/1.json,sha256=
|
|
275
|
+
opentrons_shared_data/data/liquid-class/schemas/1.json,sha256=DGlB_u7zwnUmAU5T7Ej4WLz5alQgT16kOSkf0WULUcM,14956
|
|
276
276
|
opentrons_shared_data/data/module/definitions/1.json,sha256=Ch4s46bjIRQ6go2fzlGvFlDZi92p8JkcWJWJNSGuTCw,1074
|
|
277
277
|
opentrons_shared_data/data/module/definitions/2/magneticModuleV1.json,sha256=XueHP4kfDMjOzk4RafOCz37myjCtvgl49-tBPIgHWFg,441
|
|
278
278
|
opentrons_shared_data/data/module/definitions/2/magneticModuleV2.json,sha256=IBVS_FHJntikQaevL5xsxPar3ZRWIYCoVrgGaLXG2zk,1250
|
|
@@ -576,8 +576,8 @@ opentrons_shared_data/protocol/models/protocol_schema_v8.py,sha256=r_bjqZV-ynsVj
|
|
|
576
576
|
opentrons_shared_data/protocol/models/shared_models.py,sha256=uoTgmmNo7jd60eS3fTHpI8lMIiTZ4bkqOkE_zRiDwfQ,2213
|
|
577
577
|
opentrons_shared_data/robot/__init__.py,sha256=yn038HHOrhXnPJIWOwBrDQQCDPBFV6hrN8bR8ovRP1g,1110
|
|
578
578
|
opentrons_shared_data/robot/types.py,sha256=TOz_MxZ1wt5I4LXNdOn_0Sa5izvXwhTweTkx5IvV8C0,1684
|
|
579
|
-
opentrons_shared_data-8.5.
|
|
580
|
-
opentrons_shared_data-8.5.
|
|
581
|
-
opentrons_shared_data-8.5.
|
|
582
|
-
opentrons_shared_data-8.5.
|
|
583
|
-
opentrons_shared_data-8.5.
|
|
579
|
+
opentrons_shared_data-8.5.1a2.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
580
|
+
opentrons_shared_data-8.5.1a2.dist-info/METADATA,sha256=hgkJdVLFEgaYVmh_pMOYr9oe04XQcPTYRG-saZdCyOk,1415
|
|
581
|
+
opentrons_shared_data-8.5.1a2.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
|
|
582
|
+
opentrons_shared_data-8.5.1a2.dist-info/top_level.txt,sha256=kCWD0lMq_-frnlxeAd2-LObIPlG6N942kYIRNXyrRhs,22
|
|
583
|
+
opentrons_shared_data-8.5.1a2.dist-info/RECORD,,
|
|
File without changes
|
{opentrons_shared_data-8.5.1a1.dist-info → opentrons_shared_data-8.5.1a2.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{opentrons_shared_data-8.5.1a1.dist-info → opentrons_shared_data-8.5.1a2.dist-info}/top_level.txt
RENAMED
|
File without changes
|