Skip to content

Commit 38f52ed

Browse files
author
andy
committed
fluorescence oem complete
1 parent f11d69c commit 38f52ed

File tree

2 files changed

+398
-62
lines changed

2 files changed

+398
-62
lines changed

oem_projects/fluorescence/main.py

Lines changed: 52 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,52 @@
1-
import json
2-
from opentrons import protocol_api, types
3-
4-
# requirements
5-
requirements = {"robotType": "Flex", "apiLevel": "2.18"}
6-
7-
TEST_VALUE = {"value": 5}
8-
9-
10-
def update_value(protocol: protocol_api.protocol_context):
11-
TEST_VALUE['value'] = TEST_VALUE['value'] + 1
12-
protocol.comment(TEST_VALUE['value'])
13-
14-
15-
def run(protocol: protocol_api.ProtocolContext):
16-
update_value(protocol)
1+
{"ordering": [["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1"], ["A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2"],
2+
["A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3"], ["A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4"],
3+
["A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"]], "brand": {"brand": "8Tip", "brandId": ["xx"]},
4+
"metadata": {"displayName": "8Tip 40 Well Plate 200 µL", "displayCategory": "wellPlate", "displayVolumeUnits": "µL",
5+
"tags": []}, "dimensions": {"xDimension": 127.76, "yDimension": 85.48, "zDimension": 82.5}, "wells": {
6+
"A1": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 26, "y": 74, "z": 67.5},
7+
"B1": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 26, "y": 65, "z": 67.5},
8+
"C1": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 26, "y": 56, "z": 67.5},
9+
"D1": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 26, "y": 47, "z": 67.5},
10+
"E1": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 26, "y": 38, "z": 67.5},
11+
"F1": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 26, "y": 29, "z": 67.5},
12+
"G1": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 26, "y": 20, "z": 67.5},
13+
"H1": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 26, "y": 11, "z": 67.5},
14+
"A2": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 44, "y": 74, "z": 67.5},
15+
"B2": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 44, "y": 65, "z": 67.5},
16+
"C2": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 44, "y": 56, "z": 67.5},
17+
"D2": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 44, "y": 47, "z": 67.5},
18+
"E2": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 44, "y": 38, "z": 67.5},
19+
"F2": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 44, "y": 29, "z": 67.5},
20+
"G2": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 44, "y": 20, "z": 67.5},
21+
"H2": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 44, "y": 11, "z": 67.5},
22+
"A3": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 62, "y": 74, "z": 67.5},
23+
"B3": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 62, "y": 65, "z": 67.5},
24+
"C3": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 62, "y": 56, "z": 67.5},
25+
"D3": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 62, "y": 47, "z": 67.5},
26+
"E3": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 62, "y": 38, "z": 67.5},
27+
"F3": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 62, "y": 29, "z": 67.5},
28+
"G3": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 62, "y": 20, "z": 67.5},
29+
"H3": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 62, "y": 11, "z": 67.5},
30+
"A4": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 80, "y": 74, "z": 67.5},
31+
"B4": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 80, "y": 65, "z": 67.5},
32+
"C4": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 80, "y": 56, "z": 67.5},
33+
"D4": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 80, "y": 47, "z": 67.5},
34+
"E4": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 80, "y": 38, "z": 67.5},
35+
"F4": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 80, "y": 29, "z": 67.5},
36+
"G4": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 80, "y": 20, "z": 67.5},
37+
"H4": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 80, "y": 11, "z": 67.5},
38+
"A5": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 98, "y": 74, "z": 67.5},
39+
"B5": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 98, "y": 65, "z": 67.5},
40+
"C5": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 98, "y": 56, "z": 67.5},
41+
"D5": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 98, "y": 47, "z": 67.5},
42+
"E5": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 98, "y": 38, "z": 67.5},
43+
"F5": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 98, "y": 29, "z": 67.5},
44+
"G5": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 98, "y": 20, "z": 67.5},
45+
"H5": {"depth": 15, "totalLiquidVolume": 200, "shape": "circular", "diameter": 5.3, "x": 98, "y": 11, "z": 67.5}},
46+
"groups": [{"metadata": {"wellBottomShape": "v"},
47+
"wells": ["A1", "B1", "C1", "D1", "E1", "F1", "G1", "H1", "A2", "B2", "C2", "D2", "E2", "F2", "G2", "H2",
48+
"A3", "B3", "C3", "D3", "E3", "F3", "G3", "H3", "A4", "B4", "C4", "D4", "E4", "F4", "G4", "H4",
49+
"A5", "B5", "C5", "D5", "E5", "F5", "G5", "H5"]}],
50+
"parameters": {"format": "irregular", "quirks": [], "isTiprack": false, "isMagneticModuleCompatible": false,
51+
"loadName": "8tip_40_wellplate_200ul"}, "namespace": "custom_beta", "version": 1, "schemaVersion": 2,
52+
"cornerOffsetFromSlot": {"x": 0, "y": 0, "z": 0}}

0 commit comments

Comments
 (0)