-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOpentrons Generic 6 Tube Rack 30000 µL.json
executable file
·123 lines (123 loc) · 2.76 KB
/
Opentrons Generic 6 Tube Rack 30000 µL.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"ordering": [
[
"A1",
"B1"
],
[
"A2",
"B2"
],
[
"A3",
"B3"
]
],
"brand": {
"brand": "generic",
"brandId": []
},
"metadata": {
"displayName": "Opentrons tube tack 6 generic 30000 µL",
"displayCategory": "tubeRack",
"displayVolumeUnits": "µL",
"tags": []
},
"dimensions": {
"xDimension": 127.76,
"yDimension": 85.48,
"zDimension": 98.3
},
"wells": {
"A1": {
"depth": 88,
"totalLiquidVolume": 30000,
"shape": "circular",
"diameter": 22.5,
"x": 35.5,
"y": 60.24,
"z": 10.3
},
"B1": {
"depth": 88,
"totalLiquidVolume": 30000,
"shape": "circular",
"diameter": 22.5,
"x": 35.5,
"y": 25.24,
"z": 10.3
},
"A2": {
"depth": 88,
"totalLiquidVolume": 30000,
"shape": "circular",
"diameter": 22.5,
"x": 70.5,
"y": 60.24,
"z": 10.3
},
"B2": {
"depth": 88,
"totalLiquidVolume": 30000,
"shape": "circular",
"diameter": 22.5,
"x": 70.5,
"y": 25.24,
"z": 10.3
},
"A3": {
"depth": 88,
"totalLiquidVolume": 30000,
"shape": "circular",
"diameter": 22.5,
"x": 105.5,
"y": 60.24,
"z": 10.3
},
"B3": {
"depth": 88,
"totalLiquidVolume": 30000,
"shape": "circular",
"diameter": 22.5,
"x": 105.5,
"y": 25.24,
"z": 10.3
}
},
"groups": [
{
"metadata": {
"displayName": "Opentrons tube tack 6 generic 30000 µL",
"displayCategory": "tubeRack",
"wellBottomShape": "v"
},
"brand": {
"brand": "generic",
"brandId": []
},
"wells": [
"A1",
"B1",
"A2",
"B2",
"A3",
"B3"
]
}
],
"parameters": {
"format": "irregular",
"quirks": [],
"isTiprack": false,
"isMagneticModuleCompatible": false,
"loadName": "opentrons_6_tuberack_generic_30ml_conical"
},
"namespace": "custom_beta",
"version": 1,
"schemaVersion": 2,
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
"z": 0
}
}