opentrons 0.0.5 → 0.0.6

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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/definitions/12-well-plate.json +161 -0
  3. data/definitions/24-vial-rack.json +309 -0
  4. data/definitions/24-well-plate.json +309 -0
  5. data/definitions/384-plate.json +4665 -0
  6. data/definitions/48-vial-plate.json +601 -0
  7. data/definitions/48-well-plate.json +601 -0
  8. data/definitions/5ml-3x4.json +161 -0
  9. data/definitions/6-well-plate.json +87 -0
  10. data/definitions/96-PCR-flat.json +1185 -0
  11. data/definitions/96-PCR-tall.json +1185 -0
  12. data/definitions/96-deep-well.json +1185 -0
  13. data/definitions/96-flat.json +1185 -0
  14. data/definitions/96-well-plate-20mm.json +1185 -0
  15. data/definitions/MALDI-plate.json +4281 -0
  16. data/definitions/PCR-strip-tall.json +1185 -0
  17. data/definitions/T25-flask.json +23 -0
  18. data/definitions/T75-flask.json +23 -0
  19. data/definitions/alum-block-pcr-strips.json +205 -0
  20. data/definitions/e-gelgol.json +1185 -0
  21. data/definitions/fixed-trash.json +21 -0
  22. data/definitions/hampton-1ml-deep-block.json +1185 -0
  23. data/definitions/opentrons-tiprack-300ul.json +1089 -0
  24. data/definitions/point.json +21 -0
  25. data/definitions/rigaku-compact-crystallization-plate.json +2361 -0
  26. data/definitions/small_vial_rack_16x45.json +309 -0
  27. data/definitions/tall-fixed-trash.json +21 -0
  28. data/definitions/tiprack-1000ul-H.json +561 -0
  29. data/definitions/tiprack-1000ul-chem.json +1149 -0
  30. data/definitions/tiprack-1000ul.json +1089 -0
  31. data/definitions/tiprack-10ul-H.json +561 -0
  32. data/definitions/tiprack-10ul.json +1089 -0
  33. data/definitions/tiprack-200ul.json +1089 -0
  34. data/definitions/trash-box.json +21 -0
  35. data/definitions/trough-12row-short.json +165 -0
  36. data/definitions/trough-12row.json +165 -0
  37. data/definitions/trough-1row-25ml.json +23 -0
  38. data/definitions/tube-rack-.75ml.json +309 -0
  39. data/definitions/tube-rack-15_50ml.json +137 -0
  40. data/definitions/tube-rack-2ml-9x9.json +999 -0
  41. data/definitions/tube-rack-2ml.json +309 -0
  42. data/definitions/tube-rack-5ml-96.json +1185 -0
  43. data/definitions/tube-rack-80well.json +1001 -0
  44. data/definitions/wheaton_vial_rack.json +619 -0
  45. metadata +44 -1
@@ -0,0 +1,21 @@
1
+ {
2
+ "metadata": {
3
+ "name": "trash-box"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1"
8
+ ]
9
+ ],
10
+ "wells": {
11
+ "A1": {
12
+ "depth": 40,
13
+ "height": 40,
14
+ "length": 120,
15
+ "width": 90,
16
+ "x": 18.875,
17
+ "y": -17.25,
18
+ "z": 0
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,165 @@
1
+ {
2
+ "metadata": {
3
+ "name": "trough-12row-short"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1"
8
+ ],
9
+ [
10
+ "A2"
11
+ ],
12
+ [
13
+ "A3"
14
+ ],
15
+ [
16
+ "A4"
17
+ ],
18
+ [
19
+ "A5"
20
+ ],
21
+ [
22
+ "A6"
23
+ ],
24
+ [
25
+ "A7"
26
+ ],
27
+ [
28
+ "A8"
29
+ ],
30
+ [
31
+ "A9"
32
+ ],
33
+ [
34
+ "A10"
35
+ ],
36
+ [
37
+ "A11"
38
+ ],
39
+ [
40
+ "A12"
41
+ ]
42
+ ],
43
+ "wells": {
44
+ "A1": {
45
+ "depth": 20,
46
+ "height": 20,
47
+ "length": 70,
48
+ "total-liquid-volume": 22000,
49
+ "width": 7,
50
+ "x": 10.84,
51
+ "y": 7.75,
52
+ "z": 0
53
+ },
54
+ "A10": {
55
+ "depth": 20,
56
+ "height": 20,
57
+ "length": 70,
58
+ "total-liquid-volume": 22000,
59
+ "width": 7,
60
+ "x": 91.84,
61
+ "y": 7.75,
62
+ "z": 0
63
+ },
64
+ "A11": {
65
+ "depth": 20,
66
+ "height": 20,
67
+ "length": 70,
68
+ "total-liquid-volume": 22000,
69
+ "width": 7,
70
+ "x": 100.84,
71
+ "y": 7.75,
72
+ "z": 0
73
+ },
74
+ "A12": {
75
+ "depth": 20,
76
+ "height": 20,
77
+ "length": 70,
78
+ "total-liquid-volume": 22000,
79
+ "width": 7,
80
+ "x": 109.84,
81
+ "y": 7.75,
82
+ "z": 0
83
+ },
84
+ "A2": {
85
+ "depth": 20,
86
+ "height": 20,
87
+ "length": 70,
88
+ "total-liquid-volume": 22000,
89
+ "width": 7,
90
+ "x": 19.84,
91
+ "y": 7.75,
92
+ "z": 0
93
+ },
94
+ "A3": {
95
+ "depth": 20,
96
+ "height": 20,
97
+ "length": 70,
98
+ "total-liquid-volume": 22000,
99
+ "width": 7,
100
+ "x": 28.84,
101
+ "y": 7.75,
102
+ "z": 0
103
+ },
104
+ "A4": {
105
+ "depth": 20,
106
+ "height": 20,
107
+ "length": 70,
108
+ "total-liquid-volume": 22000,
109
+ "width": 7,
110
+ "x": 37.84,
111
+ "y": 7.75,
112
+ "z": 0
113
+ },
114
+ "A5": {
115
+ "depth": 20,
116
+ "height": 20,
117
+ "length": 70,
118
+ "total-liquid-volume": 22000,
119
+ "width": 7,
120
+ "x": 46.84,
121
+ "y": 7.75,
122
+ "z": 0
123
+ },
124
+ "A6": {
125
+ "depth": 20,
126
+ "height": 20,
127
+ "length": 70,
128
+ "total-liquid-volume": 22000,
129
+ "width": 7,
130
+ "x": 55.84,
131
+ "y": 7.75,
132
+ "z": 0
133
+ },
134
+ "A7": {
135
+ "depth": 20,
136
+ "height": 20,
137
+ "length": 70,
138
+ "total-liquid-volume": 22000,
139
+ "width": 7,
140
+ "x": 64.84,
141
+ "y": 7.75,
142
+ "z": 0
143
+ },
144
+ "A8": {
145
+ "depth": 20,
146
+ "height": 20,
147
+ "length": 70,
148
+ "total-liquid-volume": 22000,
149
+ "width": 7,
150
+ "x": 73.84,
151
+ "y": 7.75,
152
+ "z": 0
153
+ },
154
+ "A9": {
155
+ "depth": 20,
156
+ "height": 20,
157
+ "length": 70,
158
+ "total-liquid-volume": 22000,
159
+ "width": 7,
160
+ "x": 82.84,
161
+ "y": 7.75,
162
+ "z": 0
163
+ }
164
+ }
165
+ }
@@ -0,0 +1,165 @@
1
+ {
2
+ "metadata": {
3
+ "name": "trough-12row"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1"
8
+ ],
9
+ [
10
+ "A2"
11
+ ],
12
+ [
13
+ "A3"
14
+ ],
15
+ [
16
+ "A4"
17
+ ],
18
+ [
19
+ "A5"
20
+ ],
21
+ [
22
+ "A6"
23
+ ],
24
+ [
25
+ "A7"
26
+ ],
27
+ [
28
+ "A8"
29
+ ],
30
+ [
31
+ "A9"
32
+ ],
33
+ [
34
+ "A10"
35
+ ],
36
+ [
37
+ "A11"
38
+ ],
39
+ [
40
+ "A12"
41
+ ]
42
+ ],
43
+ "wells": {
44
+ "A1": {
45
+ "depth": 40,
46
+ "height": 40,
47
+ "length": 70,
48
+ "total-liquid-volume": 22000,
49
+ "width": 7,
50
+ "x": 10.84,
51
+ "y": 7.75,
52
+ "z": 0
53
+ },
54
+ "A10": {
55
+ "depth": 40,
56
+ "height": 40,
57
+ "length": 70,
58
+ "total-liquid-volume": 22000,
59
+ "width": 7,
60
+ "x": 91.84,
61
+ "y": 7.75,
62
+ "z": 0
63
+ },
64
+ "A11": {
65
+ "depth": 40,
66
+ "height": 40,
67
+ "length": 70,
68
+ "total-liquid-volume": 22000,
69
+ "width": 7,
70
+ "x": 100.84,
71
+ "y": 7.75,
72
+ "z": 0
73
+ },
74
+ "A12": {
75
+ "depth": 40,
76
+ "height": 40,
77
+ "length": 70,
78
+ "total-liquid-volume": 22000,
79
+ "width": 7,
80
+ "x": 109.84,
81
+ "y": 7.75,
82
+ "z": 0
83
+ },
84
+ "A2": {
85
+ "depth": 40,
86
+ "height": 40,
87
+ "length": 70,
88
+ "total-liquid-volume": 22000,
89
+ "width": 7,
90
+ "x": 19.84,
91
+ "y": 7.75,
92
+ "z": 0
93
+ },
94
+ "A3": {
95
+ "depth": 40,
96
+ "height": 40,
97
+ "length": 70,
98
+ "total-liquid-volume": 22000,
99
+ "width": 7,
100
+ "x": 28.84,
101
+ "y": 7.75,
102
+ "z": 0
103
+ },
104
+ "A4": {
105
+ "depth": 40,
106
+ "height": 40,
107
+ "length": 70,
108
+ "total-liquid-volume": 22000,
109
+ "width": 7,
110
+ "x": 37.84,
111
+ "y": 7.75,
112
+ "z": 0
113
+ },
114
+ "A5": {
115
+ "depth": 40,
116
+ "height": 40,
117
+ "length": 70,
118
+ "total-liquid-volume": 22000,
119
+ "width": 7,
120
+ "x": 46.84,
121
+ "y": 7.75,
122
+ "z": 0
123
+ },
124
+ "A6": {
125
+ "depth": 40,
126
+ "height": 40,
127
+ "length": 70,
128
+ "total-liquid-volume": 22000,
129
+ "width": 7,
130
+ "x": 55.84,
131
+ "y": 7.75,
132
+ "z": 0
133
+ },
134
+ "A7": {
135
+ "depth": 40,
136
+ "height": 40,
137
+ "length": 70,
138
+ "total-liquid-volume": 22000,
139
+ "width": 7,
140
+ "x": 64.84,
141
+ "y": 7.75,
142
+ "z": 0
143
+ },
144
+ "A8": {
145
+ "depth": 40,
146
+ "height": 40,
147
+ "length": 70,
148
+ "total-liquid-volume": 22000,
149
+ "width": 7,
150
+ "x": 73.84,
151
+ "y": 7.75,
152
+ "z": 0
153
+ },
154
+ "A9": {
155
+ "depth": 40,
156
+ "height": 40,
157
+ "length": 70,
158
+ "total-liquid-volume": 22000,
159
+ "width": 7,
160
+ "x": 82.84,
161
+ "y": 7.75,
162
+ "z": 0
163
+ }
164
+ }
165
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "metadata": {
3
+ "name": "trough-1row-25ml"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1"
8
+ ]
9
+ ],
10
+ "wells": {
11
+ "A1": {
12
+ "depth": 26,
13
+ "diameter": 10,
14
+ "height": 26,
15
+ "length": 10,
16
+ "total-liquid-volume": 25000,
17
+ "width": 10,
18
+ "x": 37.75,
19
+ "y": 58.875,
20
+ "z": 0
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,309 @@
1
+ {
2
+ "metadata": {
3
+ "name": "tube-rack-.75ml"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1",
8
+ "B1",
9
+ "C1",
10
+ "D1"
11
+ ],
12
+ [
13
+ "A2",
14
+ "B2",
15
+ "C2",
16
+ "D2"
17
+ ],
18
+ [
19
+ "A3",
20
+ "B3",
21
+ "C3",
22
+ "D3"
23
+ ],
24
+ [
25
+ "A4",
26
+ "B4",
27
+ "C4",
28
+ "D4"
29
+ ],
30
+ [
31
+ "A5",
32
+ "B5",
33
+ "C5",
34
+ "D5"
35
+ ],
36
+ [
37
+ "A6",
38
+ "B6",
39
+ "C6",
40
+ "D6"
41
+ ]
42
+ ],
43
+ "wells": {
44
+ "A1": {
45
+ "depth": 20,
46
+ "diameter": 6,
47
+ "height": 20,
48
+ "length": 6,
49
+ "total-liquid-volume": 750,
50
+ "width": 6,
51
+ "x": 12.0,
52
+ "y": 69.0,
53
+ "z": 0
54
+ },
55
+ "A2": {
56
+ "depth": 20,
57
+ "diameter": 6,
58
+ "height": 20,
59
+ "length": 6,
60
+ "total-liquid-volume": 750,
61
+ "width": 6,
62
+ "x": 31.5,
63
+ "y": 69.0,
64
+ "z": 0
65
+ },
66
+ "A3": {
67
+ "depth": 20,
68
+ "diameter": 6,
69
+ "height": 20,
70
+ "length": 6,
71
+ "total-liquid-volume": 750,
72
+ "width": 6,
73
+ "x": 51.0,
74
+ "y": 69.0,
75
+ "z": 0
76
+ },
77
+ "A4": {
78
+ "depth": 20,
79
+ "diameter": 6,
80
+ "height": 20,
81
+ "length": 6,
82
+ "total-liquid-volume": 750,
83
+ "width": 6,
84
+ "x": 70.5,
85
+ "y": 69.0,
86
+ "z": 0
87
+ },
88
+ "A5": {
89
+ "depth": 20,
90
+ "diameter": 6,
91
+ "height": 20,
92
+ "length": 6,
93
+ "total-liquid-volume": 750,
94
+ "width": 6,
95
+ "x": 90.0,
96
+ "y": 69.0,
97
+ "z": 0
98
+ },
99
+ "A6": {
100
+ "depth": 20,
101
+ "diameter": 6,
102
+ "height": 20,
103
+ "length": 6,
104
+ "total-liquid-volume": 750,
105
+ "width": 6,
106
+ "x": 109.5,
107
+ "y": 69.0,
108
+ "z": 0
109
+ },
110
+ "B1": {
111
+ "depth": 20,
112
+ "diameter": 6,
113
+ "height": 20,
114
+ "length": 6,
115
+ "total-liquid-volume": 750,
116
+ "width": 6,
117
+ "x": 12.0,
118
+ "y": 49.5,
119
+ "z": 0
120
+ },
121
+ "B2": {
122
+ "depth": 20,
123
+ "diameter": 6,
124
+ "height": 20,
125
+ "length": 6,
126
+ "total-liquid-volume": 750,
127
+ "width": 6,
128
+ "x": 31.5,
129
+ "y": 49.5,
130
+ "z": 0
131
+ },
132
+ "B3": {
133
+ "depth": 20,
134
+ "diameter": 6,
135
+ "height": 20,
136
+ "length": 6,
137
+ "total-liquid-volume": 750,
138
+ "width": 6,
139
+ "x": 51.0,
140
+ "y": 49.5,
141
+ "z": 0
142
+ },
143
+ "B4": {
144
+ "depth": 20,
145
+ "diameter": 6,
146
+ "height": 20,
147
+ "length": 6,
148
+ "total-liquid-volume": 750,
149
+ "width": 6,
150
+ "x": 70.5,
151
+ "y": 49.5,
152
+ "z": 0
153
+ },
154
+ "B5": {
155
+ "depth": 20,
156
+ "diameter": 6,
157
+ "height": 20,
158
+ "length": 6,
159
+ "total-liquid-volume": 750,
160
+ "width": 6,
161
+ "x": 90.0,
162
+ "y": 49.5,
163
+ "z": 0
164
+ },
165
+ "B6": {
166
+ "depth": 20,
167
+ "diameter": 6,
168
+ "height": 20,
169
+ "length": 6,
170
+ "total-liquid-volume": 750,
171
+ "width": 6,
172
+ "x": 109.5,
173
+ "y": 49.5,
174
+ "z": 0
175
+ },
176
+ "C1": {
177
+ "depth": 20,
178
+ "diameter": 6,
179
+ "height": 20,
180
+ "length": 6,
181
+ "total-liquid-volume": 750,
182
+ "width": 6,
183
+ "x": 12.0,
184
+ "y": 30.0,
185
+ "z": 0
186
+ },
187
+ "C2": {
188
+ "depth": 20,
189
+ "diameter": 6,
190
+ "height": 20,
191
+ "length": 6,
192
+ "total-liquid-volume": 750,
193
+ "width": 6,
194
+ "x": 31.5,
195
+ "y": 30.0,
196
+ "z": 0
197
+ },
198
+ "C3": {
199
+ "depth": 20,
200
+ "diameter": 6,
201
+ "height": 20,
202
+ "length": 6,
203
+ "total-liquid-volume": 750,
204
+ "width": 6,
205
+ "x": 51.0,
206
+ "y": 30.0,
207
+ "z": 0
208
+ },
209
+ "C4": {
210
+ "depth": 20,
211
+ "diameter": 6,
212
+ "height": 20,
213
+ "length": 6,
214
+ "total-liquid-volume": 750,
215
+ "width": 6,
216
+ "x": 70.5,
217
+ "y": 30.0,
218
+ "z": 0
219
+ },
220
+ "C5": {
221
+ "depth": 20,
222
+ "diameter": 6,
223
+ "height": 20,
224
+ "length": 6,
225
+ "total-liquid-volume": 750,
226
+ "width": 6,
227
+ "x": 90.0,
228
+ "y": 30.0,
229
+ "z": 0
230
+ },
231
+ "C6": {
232
+ "depth": 20,
233
+ "diameter": 6,
234
+ "height": 20,
235
+ "length": 6,
236
+ "total-liquid-volume": 750,
237
+ "width": 6,
238
+ "x": 109.5,
239
+ "y": 30.0,
240
+ "z": 0
241
+ },
242
+ "D1": {
243
+ "depth": 20,
244
+ "diameter": 6,
245
+ "height": 20,
246
+ "length": 6,
247
+ "total-liquid-volume": 750,
248
+ "width": 6,
249
+ "x": 12.0,
250
+ "y": 10.5,
251
+ "z": 0
252
+ },
253
+ "D2": {
254
+ "depth": 20,
255
+ "diameter": 6,
256
+ "height": 20,
257
+ "length": 6,
258
+ "total-liquid-volume": 750,
259
+ "width": 6,
260
+ "x": 31.5,
261
+ "y": 10.5,
262
+ "z": 0
263
+ },
264
+ "D3": {
265
+ "depth": 20,
266
+ "diameter": 6,
267
+ "height": 20,
268
+ "length": 6,
269
+ "total-liquid-volume": 750,
270
+ "width": 6,
271
+ "x": 51.0,
272
+ "y": 10.5,
273
+ "z": 0
274
+ },
275
+ "D4": {
276
+ "depth": 20,
277
+ "diameter": 6,
278
+ "height": 20,
279
+ "length": 6,
280
+ "total-liquid-volume": 750,
281
+ "width": 6,
282
+ "x": 70.5,
283
+ "y": 10.5,
284
+ "z": 0
285
+ },
286
+ "D5": {
287
+ "depth": 20,
288
+ "diameter": 6,
289
+ "height": 20,
290
+ "length": 6,
291
+ "total-liquid-volume": 750,
292
+ "width": 6,
293
+ "x": 90.0,
294
+ "y": 10.5,
295
+ "z": 0
296
+ },
297
+ "D6": {
298
+ "depth": 20,
299
+ "diameter": 6,
300
+ "height": 20,
301
+ "length": 6,
302
+ "total-liquid-volume": 750,
303
+ "width": 6,
304
+ "x": 109.5,
305
+ "y": 10.5,
306
+ "z": 0
307
+ }
308
+ }
309
+ }