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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95cdf5d0184ba33c091182c256d97d90cdd15d59
4
- data.tar.gz: b0b638480c593846786765098f61942f05b9fbeb
3
+ metadata.gz: 0d23bdf8eaf497c4c51edbcf9164eabc11e202c3
4
+ data.tar.gz: 5ae074ff38bd86a635f33003f2658e121665498d
5
5
  SHA512:
6
- metadata.gz: 6f1cd9e362d4288610f59f7cc19fed1d49b36c0c646876f2386e66332d3f459e3be336eff467014d38fb56ecf0a2f0f7bf2707216a6b43f20c87a18f629dba7a
7
- data.tar.gz: 39b157b04679225ba97a5658dd995ea762c2ab13a62eb5221bfdb8c724b712e2f7bac2a052cfe7dedf7896dc91d7d798e2a2edd0a7d9de28ac23c542047fa490
6
+ metadata.gz: fc711aae71b45ff4684dbd7f7974d16a9e3c8f77b69cf72a6939192b7fbc2c0a5f6603cbb1eaa6d56c1c4a0ae435dda40a7fcff768f1097c8afddef2a1de07d0
7
+ data.tar.gz: c0e8199fe7586e12912c599496f46f201d553c1fd06b17f191098d71f9b8a1c5002dbc99e71fe924f9c4d6c7f2950333e74c49ea717c556148311dac234d54eb
@@ -0,0 +1,161 @@
1
+ {
2
+ "metadata": {
3
+ "name": "12-well-plate"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1",
8
+ "B1",
9
+ "C1"
10
+ ],
11
+ [
12
+ "A2",
13
+ "B2",
14
+ "C2"
15
+ ],
16
+ [
17
+ "A3",
18
+ "B3",
19
+ "C3"
20
+ ],
21
+ [
22
+ "A4",
23
+ "B4",
24
+ "C4"
25
+ ]
26
+ ],
27
+ "wells": {
28
+ "A1": {
29
+ "depth": 17.53,
30
+ "diameter": 22.5,
31
+ "height": 17.53,
32
+ "length": 22.5,
33
+ "total-liquid-volume": 6900,
34
+ "width": 22.5,
35
+ "x": 13.69,
36
+ "y": 57.56,
37
+ "z": 0
38
+ },
39
+ "A2": {
40
+ "depth": 17.53,
41
+ "diameter": 22.5,
42
+ "height": 17.53,
43
+ "length": 22.5,
44
+ "total-liquid-volume": 6900,
45
+ "width": 22.5,
46
+ "x": 39.7,
47
+ "y": 57.56,
48
+ "z": 0
49
+ },
50
+ "A3": {
51
+ "depth": 17.53,
52
+ "diameter": 22.5,
53
+ "height": 17.53,
54
+ "length": 22.5,
55
+ "total-liquid-volume": 6900,
56
+ "width": 22.5,
57
+ "x": 65.71,
58
+ "y": 57.56,
59
+ "z": 0
60
+ },
61
+ "A4": {
62
+ "depth": 17.53,
63
+ "diameter": 22.5,
64
+ "height": 17.53,
65
+ "length": 22.5,
66
+ "total-liquid-volume": 6900,
67
+ "width": 22.5,
68
+ "x": 91.72,
69
+ "y": 57.56,
70
+ "z": 0
71
+ },
72
+ "B1": {
73
+ "depth": 17.53,
74
+ "diameter": 22.5,
75
+ "height": 17.53,
76
+ "length": 22.5,
77
+ "total-liquid-volume": 6900,
78
+ "width": 22.5,
79
+ "x": 13.69,
80
+ "y": 31.55,
81
+ "z": 0
82
+ },
83
+ "B2": {
84
+ "depth": 17.53,
85
+ "diameter": 22.5,
86
+ "height": 17.53,
87
+ "length": 22.5,
88
+ "total-liquid-volume": 6900,
89
+ "width": 22.5,
90
+ "x": 39.7,
91
+ "y": 31.55,
92
+ "z": 0
93
+ },
94
+ "B3": {
95
+ "depth": 17.53,
96
+ "diameter": 22.5,
97
+ "height": 17.53,
98
+ "length": 22.5,
99
+ "total-liquid-volume": 6900,
100
+ "width": 22.5,
101
+ "x": 65.71,
102
+ "y": 31.55,
103
+ "z": 0
104
+ },
105
+ "B4": {
106
+ "depth": 17.53,
107
+ "diameter": 22.5,
108
+ "height": 17.53,
109
+ "length": 22.5,
110
+ "total-liquid-volume": 6900,
111
+ "width": 22.5,
112
+ "x": 91.72,
113
+ "y": 31.55,
114
+ "z": 0
115
+ },
116
+ "C1": {
117
+ "depth": 17.53,
118
+ "diameter": 22.5,
119
+ "height": 17.53,
120
+ "length": 22.5,
121
+ "total-liquid-volume": 6900,
122
+ "width": 22.5,
123
+ "x": 13.69,
124
+ "y": 5.54,
125
+ "z": 0
126
+ },
127
+ "C2": {
128
+ "depth": 17.53,
129
+ "diameter": 22.5,
130
+ "height": 17.53,
131
+ "length": 22.5,
132
+ "total-liquid-volume": 6900,
133
+ "width": 22.5,
134
+ "x": 39.7,
135
+ "y": 5.54,
136
+ "z": 0
137
+ },
138
+ "C3": {
139
+ "depth": 17.53,
140
+ "diameter": 22.5,
141
+ "height": 17.53,
142
+ "length": 22.5,
143
+ "total-liquid-volume": 6900,
144
+ "width": 22.5,
145
+ "x": 65.71,
146
+ "y": 5.54,
147
+ "z": 0
148
+ },
149
+ "C4": {
150
+ "depth": 17.53,
151
+ "diameter": 22.5,
152
+ "height": 17.53,
153
+ "length": 22.5,
154
+ "total-liquid-volume": 6900,
155
+ "width": 22.5,
156
+ "x": 91.72,
157
+ "y": 5.54,
158
+ "z": 0
159
+ }
160
+ }
161
+ }
@@ -0,0 +1,309 @@
1
+ {
2
+ "metadata": {
3
+ "name": "24-vial-rack"
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": 16.2,
46
+ "diameter": 15.62,
47
+ "height": 16.2,
48
+ "length": 15.62,
49
+ "total-liquid-volume": 3400,
50
+ "width": 15.62,
51
+ "x": 8.19,
52
+ "y": 63.76,
53
+ "z": 0
54
+ },
55
+ "A2": {
56
+ "depth": 16.2,
57
+ "diameter": 15.62,
58
+ "height": 16.2,
59
+ "length": 15.62,
60
+ "total-liquid-volume": 3400,
61
+ "width": 15.62,
62
+ "x": 27.49,
63
+ "y": 63.76,
64
+ "z": 0
65
+ },
66
+ "A3": {
67
+ "depth": 16.2,
68
+ "diameter": 15.62,
69
+ "height": 16.2,
70
+ "length": 15.62,
71
+ "total-liquid-volume": 3400,
72
+ "width": 15.62,
73
+ "x": 46.79,
74
+ "y": 63.76,
75
+ "z": 0
76
+ },
77
+ "A4": {
78
+ "depth": 16.2,
79
+ "diameter": 15.62,
80
+ "height": 16.2,
81
+ "length": 15.62,
82
+ "total-liquid-volume": 3400,
83
+ "width": 15.62,
84
+ "x": 66.09,
85
+ "y": 63.76,
86
+ "z": 0
87
+ },
88
+ "A5": {
89
+ "depth": 16.2,
90
+ "diameter": 15.62,
91
+ "height": 16.2,
92
+ "length": 15.62,
93
+ "total-liquid-volume": 3400,
94
+ "width": 15.62,
95
+ "x": 85.39,
96
+ "y": 63.76,
97
+ "z": 0
98
+ },
99
+ "A6": {
100
+ "depth": 16.2,
101
+ "diameter": 15.62,
102
+ "height": 16.2,
103
+ "length": 15.62,
104
+ "total-liquid-volume": 3400,
105
+ "width": 15.62,
106
+ "x": 104.69,
107
+ "y": 63.76,
108
+ "z": 0
109
+ },
110
+ "B1": {
111
+ "depth": 16.2,
112
+ "diameter": 15.62,
113
+ "height": 16.2,
114
+ "length": 15.62,
115
+ "total-liquid-volume": 3400,
116
+ "width": 15.62,
117
+ "x": 8.19,
118
+ "y": 44.46,
119
+ "z": 0
120
+ },
121
+ "B2": {
122
+ "depth": 16.2,
123
+ "diameter": 15.62,
124
+ "height": 16.2,
125
+ "length": 15.62,
126
+ "total-liquid-volume": 3400,
127
+ "width": 15.62,
128
+ "x": 27.49,
129
+ "y": 44.46,
130
+ "z": 0
131
+ },
132
+ "B3": {
133
+ "depth": 16.2,
134
+ "diameter": 15.62,
135
+ "height": 16.2,
136
+ "length": 15.62,
137
+ "total-liquid-volume": 3400,
138
+ "width": 15.62,
139
+ "x": 46.79,
140
+ "y": 44.46,
141
+ "z": 0
142
+ },
143
+ "B4": {
144
+ "depth": 16.2,
145
+ "diameter": 15.62,
146
+ "height": 16.2,
147
+ "length": 15.62,
148
+ "total-liquid-volume": 3400,
149
+ "width": 15.62,
150
+ "x": 66.09,
151
+ "y": 44.46,
152
+ "z": 0
153
+ },
154
+ "B5": {
155
+ "depth": 16.2,
156
+ "diameter": 15.62,
157
+ "height": 16.2,
158
+ "length": 15.62,
159
+ "total-liquid-volume": 3400,
160
+ "width": 15.62,
161
+ "x": 85.39,
162
+ "y": 44.46,
163
+ "z": 0
164
+ },
165
+ "B6": {
166
+ "depth": 16.2,
167
+ "diameter": 15.62,
168
+ "height": 16.2,
169
+ "length": 15.62,
170
+ "total-liquid-volume": 3400,
171
+ "width": 15.62,
172
+ "x": 104.69,
173
+ "y": 44.46,
174
+ "z": 0
175
+ },
176
+ "C1": {
177
+ "depth": 16.2,
178
+ "diameter": 15.62,
179
+ "height": 16.2,
180
+ "length": 15.62,
181
+ "total-liquid-volume": 3400,
182
+ "width": 15.62,
183
+ "x": 8.19,
184
+ "y": 25.16,
185
+ "z": 0
186
+ },
187
+ "C2": {
188
+ "depth": 16.2,
189
+ "diameter": 15.62,
190
+ "height": 16.2,
191
+ "length": 15.62,
192
+ "total-liquid-volume": 3400,
193
+ "width": 15.62,
194
+ "x": 27.49,
195
+ "y": 25.16,
196
+ "z": 0
197
+ },
198
+ "C3": {
199
+ "depth": 16.2,
200
+ "diameter": 15.62,
201
+ "height": 16.2,
202
+ "length": 15.62,
203
+ "total-liquid-volume": 3400,
204
+ "width": 15.62,
205
+ "x": 46.79,
206
+ "y": 25.16,
207
+ "z": 0
208
+ },
209
+ "C4": {
210
+ "depth": 16.2,
211
+ "diameter": 15.62,
212
+ "height": 16.2,
213
+ "length": 15.62,
214
+ "total-liquid-volume": 3400,
215
+ "width": 15.62,
216
+ "x": 66.09,
217
+ "y": 25.16,
218
+ "z": 0
219
+ },
220
+ "C5": {
221
+ "depth": 16.2,
222
+ "diameter": 15.62,
223
+ "height": 16.2,
224
+ "length": 15.62,
225
+ "total-liquid-volume": 3400,
226
+ "width": 15.62,
227
+ "x": 85.39,
228
+ "y": 25.16,
229
+ "z": 0
230
+ },
231
+ "C6": {
232
+ "depth": 16.2,
233
+ "diameter": 15.62,
234
+ "height": 16.2,
235
+ "length": 15.62,
236
+ "total-liquid-volume": 3400,
237
+ "width": 15.62,
238
+ "x": 104.69,
239
+ "y": 25.16,
240
+ "z": 0
241
+ },
242
+ "D1": {
243
+ "depth": 16.2,
244
+ "diameter": 15.62,
245
+ "height": 16.2,
246
+ "length": 15.62,
247
+ "total-liquid-volume": 3400,
248
+ "width": 15.62,
249
+ "x": 8.19,
250
+ "y": 5.86,
251
+ "z": 0
252
+ },
253
+ "D2": {
254
+ "depth": 16.2,
255
+ "diameter": 15.62,
256
+ "height": 16.2,
257
+ "length": 15.62,
258
+ "total-liquid-volume": 3400,
259
+ "width": 15.62,
260
+ "x": 27.49,
261
+ "y": 5.86,
262
+ "z": 0
263
+ },
264
+ "D3": {
265
+ "depth": 16.2,
266
+ "diameter": 15.62,
267
+ "height": 16.2,
268
+ "length": 15.62,
269
+ "total-liquid-volume": 3400,
270
+ "width": 15.62,
271
+ "x": 46.79,
272
+ "y": 5.86,
273
+ "z": 0
274
+ },
275
+ "D4": {
276
+ "depth": 16.2,
277
+ "diameter": 15.62,
278
+ "height": 16.2,
279
+ "length": 15.62,
280
+ "total-liquid-volume": 3400,
281
+ "width": 15.62,
282
+ "x": 66.09,
283
+ "y": 5.86,
284
+ "z": 0
285
+ },
286
+ "D5": {
287
+ "depth": 16.2,
288
+ "diameter": 15.62,
289
+ "height": 16.2,
290
+ "length": 15.62,
291
+ "total-liquid-volume": 3400,
292
+ "width": 15.62,
293
+ "x": 85.39,
294
+ "y": 5.86,
295
+ "z": 0
296
+ },
297
+ "D6": {
298
+ "depth": 16.2,
299
+ "diameter": 15.62,
300
+ "height": 16.2,
301
+ "length": 15.62,
302
+ "total-liquid-volume": 3400,
303
+ "width": 15.62,
304
+ "x": 104.69,
305
+ "y": 5.86,
306
+ "z": 0
307
+ }
308
+ }
309
+ }