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,561 @@
1
+ {
2
+ "metadata": {
3
+ "name": "tiprack-10ul-H"
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
+ "A7",
44
+ "B7",
45
+ "C7",
46
+ "D7"
47
+ ],
48
+ [
49
+ "A8",
50
+ "B8",
51
+ "C8",
52
+ "D8"
53
+ ],
54
+ [
55
+ "A9",
56
+ "B9",
57
+ "C9",
58
+ "D9"
59
+ ],
60
+ [
61
+ "A10",
62
+ "B10",
63
+ "C10",
64
+ "D10"
65
+ ],
66
+ [
67
+ "A11",
68
+ "B11",
69
+ "C11",
70
+ "D11"
71
+ ],
72
+ [
73
+ "A12",
74
+ "B12",
75
+ "C12",
76
+ "D12"
77
+ ]
78
+ ],
79
+ "wells": {
80
+ "A1": {
81
+ "depth": 60,
82
+ "diameter": 6.4,
83
+ "height": 60,
84
+ "length": 6.4,
85
+ "width": 6.4,
86
+ "x": 11.14,
87
+ "y": 35.04,
88
+ "z": 0
89
+ },
90
+ "A10": {
91
+ "depth": 60,
92
+ "diameter": 6.4,
93
+ "height": 60,
94
+ "length": 6.4,
95
+ "width": 6.4,
96
+ "x": 92.14,
97
+ "y": 35.04,
98
+ "z": 0
99
+ },
100
+ "A11": {
101
+ "depth": 60,
102
+ "diameter": 6.4,
103
+ "height": 60,
104
+ "length": 6.4,
105
+ "width": 6.4,
106
+ "x": 101.14,
107
+ "y": 35.04,
108
+ "z": 0
109
+ },
110
+ "A12": {
111
+ "depth": 60,
112
+ "diameter": 6.4,
113
+ "height": 60,
114
+ "length": 6.4,
115
+ "width": 6.4,
116
+ "x": 110.14,
117
+ "y": 35.04,
118
+ "z": 0
119
+ },
120
+ "A2": {
121
+ "depth": 60,
122
+ "diameter": 6.4,
123
+ "height": 60,
124
+ "length": 6.4,
125
+ "width": 6.4,
126
+ "x": 20.14,
127
+ "y": 35.04,
128
+ "z": 0
129
+ },
130
+ "A3": {
131
+ "depth": 60,
132
+ "diameter": 6.4,
133
+ "height": 60,
134
+ "length": 6.4,
135
+ "width": 6.4,
136
+ "x": 29.14,
137
+ "y": 35.04,
138
+ "z": 0
139
+ },
140
+ "A4": {
141
+ "depth": 60,
142
+ "diameter": 6.4,
143
+ "height": 60,
144
+ "length": 6.4,
145
+ "width": 6.4,
146
+ "x": 38.14,
147
+ "y": 35.04,
148
+ "z": 0
149
+ },
150
+ "A5": {
151
+ "depth": 60,
152
+ "diameter": 6.4,
153
+ "height": 60,
154
+ "length": 6.4,
155
+ "width": 6.4,
156
+ "x": 47.14,
157
+ "y": 35.04,
158
+ "z": 0
159
+ },
160
+ "A6": {
161
+ "depth": 60,
162
+ "diameter": 6.4,
163
+ "height": 60,
164
+ "length": 6.4,
165
+ "width": 6.4,
166
+ "x": 56.14,
167
+ "y": 35.04,
168
+ "z": 0
169
+ },
170
+ "A7": {
171
+ "depth": 60,
172
+ "diameter": 6.4,
173
+ "height": 60,
174
+ "length": 6.4,
175
+ "width": 6.4,
176
+ "x": 65.14,
177
+ "y": 35.04,
178
+ "z": 0
179
+ },
180
+ "A8": {
181
+ "depth": 60,
182
+ "diameter": 6.4,
183
+ "height": 60,
184
+ "length": 6.4,
185
+ "width": 6.4,
186
+ "x": 74.14,
187
+ "y": 35.04,
188
+ "z": 0
189
+ },
190
+ "A9": {
191
+ "depth": 60,
192
+ "diameter": 6.4,
193
+ "height": 60,
194
+ "length": 6.4,
195
+ "width": 6.4,
196
+ "x": 83.14,
197
+ "y": 35.04,
198
+ "z": 0
199
+ },
200
+ "B1": {
201
+ "depth": 60,
202
+ "diameter": 6.4,
203
+ "height": 60,
204
+ "length": 6.4,
205
+ "width": 6.4,
206
+ "x": 11.14,
207
+ "y": 26.04,
208
+ "z": 0
209
+ },
210
+ "B10": {
211
+ "depth": 60,
212
+ "diameter": 6.4,
213
+ "height": 60,
214
+ "length": 6.4,
215
+ "width": 6.4,
216
+ "x": 92.14,
217
+ "y": 26.04,
218
+ "z": 0
219
+ },
220
+ "B11": {
221
+ "depth": 60,
222
+ "diameter": 6.4,
223
+ "height": 60,
224
+ "length": 6.4,
225
+ "width": 6.4,
226
+ "x": 101.14,
227
+ "y": 26.04,
228
+ "z": 0
229
+ },
230
+ "B12": {
231
+ "depth": 60,
232
+ "diameter": 6.4,
233
+ "height": 60,
234
+ "length": 6.4,
235
+ "width": 6.4,
236
+ "x": 110.14,
237
+ "y": 26.04,
238
+ "z": 0
239
+ },
240
+ "B2": {
241
+ "depth": 60,
242
+ "diameter": 6.4,
243
+ "height": 60,
244
+ "length": 6.4,
245
+ "width": 6.4,
246
+ "x": 20.14,
247
+ "y": 26.04,
248
+ "z": 0
249
+ },
250
+ "B3": {
251
+ "depth": 60,
252
+ "diameter": 6.4,
253
+ "height": 60,
254
+ "length": 6.4,
255
+ "width": 6.4,
256
+ "x": 29.14,
257
+ "y": 26.04,
258
+ "z": 0
259
+ },
260
+ "B4": {
261
+ "depth": 60,
262
+ "diameter": 6.4,
263
+ "height": 60,
264
+ "length": 6.4,
265
+ "width": 6.4,
266
+ "x": 38.14,
267
+ "y": 26.04,
268
+ "z": 0
269
+ },
270
+ "B5": {
271
+ "depth": 60,
272
+ "diameter": 6.4,
273
+ "height": 60,
274
+ "length": 6.4,
275
+ "width": 6.4,
276
+ "x": 47.14,
277
+ "y": 26.04,
278
+ "z": 0
279
+ },
280
+ "B6": {
281
+ "depth": 60,
282
+ "diameter": 6.4,
283
+ "height": 60,
284
+ "length": 6.4,
285
+ "width": 6.4,
286
+ "x": 56.14,
287
+ "y": 26.04,
288
+ "z": 0
289
+ },
290
+ "B7": {
291
+ "depth": 60,
292
+ "diameter": 6.4,
293
+ "height": 60,
294
+ "length": 6.4,
295
+ "width": 6.4,
296
+ "x": 65.14,
297
+ "y": 26.04,
298
+ "z": 0
299
+ },
300
+ "B8": {
301
+ "depth": 60,
302
+ "diameter": 6.4,
303
+ "height": 60,
304
+ "length": 6.4,
305
+ "width": 6.4,
306
+ "x": 74.14,
307
+ "y": 26.04,
308
+ "z": 0
309
+ },
310
+ "B9": {
311
+ "depth": 60,
312
+ "diameter": 6.4,
313
+ "height": 60,
314
+ "length": 6.4,
315
+ "width": 6.4,
316
+ "x": 83.14,
317
+ "y": 26.04,
318
+ "z": 0
319
+ },
320
+ "C1": {
321
+ "depth": 60,
322
+ "diameter": 6.4,
323
+ "height": 60,
324
+ "length": 6.4,
325
+ "width": 6.4,
326
+ "x": 11.14,
327
+ "y": 17.04,
328
+ "z": 0
329
+ },
330
+ "C10": {
331
+ "depth": 60,
332
+ "diameter": 6.4,
333
+ "height": 60,
334
+ "length": 6.4,
335
+ "width": 6.4,
336
+ "x": 92.14,
337
+ "y": 17.04,
338
+ "z": 0
339
+ },
340
+ "C11": {
341
+ "depth": 60,
342
+ "diameter": 6.4,
343
+ "height": 60,
344
+ "length": 6.4,
345
+ "width": 6.4,
346
+ "x": 101.14,
347
+ "y": 17.04,
348
+ "z": 0
349
+ },
350
+ "C12": {
351
+ "depth": 60,
352
+ "diameter": 6.4,
353
+ "height": 60,
354
+ "length": 6.4,
355
+ "width": 6.4,
356
+ "x": 110.14,
357
+ "y": 17.04,
358
+ "z": 0
359
+ },
360
+ "C2": {
361
+ "depth": 60,
362
+ "diameter": 6.4,
363
+ "height": 60,
364
+ "length": 6.4,
365
+ "width": 6.4,
366
+ "x": 20.14,
367
+ "y": 17.04,
368
+ "z": 0
369
+ },
370
+ "C3": {
371
+ "depth": 60,
372
+ "diameter": 6.4,
373
+ "height": 60,
374
+ "length": 6.4,
375
+ "width": 6.4,
376
+ "x": 29.14,
377
+ "y": 17.04,
378
+ "z": 0
379
+ },
380
+ "C4": {
381
+ "depth": 60,
382
+ "diameter": 6.4,
383
+ "height": 60,
384
+ "length": 6.4,
385
+ "width": 6.4,
386
+ "x": 38.14,
387
+ "y": 17.04,
388
+ "z": 0
389
+ },
390
+ "C5": {
391
+ "depth": 60,
392
+ "diameter": 6.4,
393
+ "height": 60,
394
+ "length": 6.4,
395
+ "width": 6.4,
396
+ "x": 47.14,
397
+ "y": 17.04,
398
+ "z": 0
399
+ },
400
+ "C6": {
401
+ "depth": 60,
402
+ "diameter": 6.4,
403
+ "height": 60,
404
+ "length": 6.4,
405
+ "width": 6.4,
406
+ "x": 56.14,
407
+ "y": 17.04,
408
+ "z": 0
409
+ },
410
+ "C7": {
411
+ "depth": 60,
412
+ "diameter": 6.4,
413
+ "height": 60,
414
+ "length": 6.4,
415
+ "width": 6.4,
416
+ "x": 65.14,
417
+ "y": 17.04,
418
+ "z": 0
419
+ },
420
+ "C8": {
421
+ "depth": 60,
422
+ "diameter": 6.4,
423
+ "height": 60,
424
+ "length": 6.4,
425
+ "width": 6.4,
426
+ "x": 74.14,
427
+ "y": 17.04,
428
+ "z": 0
429
+ },
430
+ "C9": {
431
+ "depth": 60,
432
+ "diameter": 6.4,
433
+ "height": 60,
434
+ "length": 6.4,
435
+ "width": 6.4,
436
+ "x": 83.14,
437
+ "y": 17.04,
438
+ "z": 0
439
+ },
440
+ "D1": {
441
+ "depth": 60,
442
+ "diameter": 6.4,
443
+ "height": 60,
444
+ "length": 6.4,
445
+ "width": 6.4,
446
+ "x": 11.14,
447
+ "y": 8.04,
448
+ "z": 0
449
+ },
450
+ "D10": {
451
+ "depth": 60,
452
+ "diameter": 6.4,
453
+ "height": 60,
454
+ "length": 6.4,
455
+ "width": 6.4,
456
+ "x": 92.14,
457
+ "y": 8.04,
458
+ "z": 0
459
+ },
460
+ "D11": {
461
+ "depth": 60,
462
+ "diameter": 6.4,
463
+ "height": 60,
464
+ "length": 6.4,
465
+ "width": 6.4,
466
+ "x": 101.14,
467
+ "y": 8.04,
468
+ "z": 0
469
+ },
470
+ "D12": {
471
+ "depth": 60,
472
+ "diameter": 6.4,
473
+ "height": 60,
474
+ "length": 6.4,
475
+ "width": 6.4,
476
+ "x": 110.14,
477
+ "y": 8.04,
478
+ "z": 0
479
+ },
480
+ "D2": {
481
+ "depth": 60,
482
+ "diameter": 6.4,
483
+ "height": 60,
484
+ "length": 6.4,
485
+ "width": 6.4,
486
+ "x": 20.14,
487
+ "y": 8.04,
488
+ "z": 0
489
+ },
490
+ "D3": {
491
+ "depth": 60,
492
+ "diameter": 6.4,
493
+ "height": 60,
494
+ "length": 6.4,
495
+ "width": 6.4,
496
+ "x": 29.14,
497
+ "y": 8.04,
498
+ "z": 0
499
+ },
500
+ "D4": {
501
+ "depth": 60,
502
+ "diameter": 6.4,
503
+ "height": 60,
504
+ "length": 6.4,
505
+ "width": 6.4,
506
+ "x": 38.14,
507
+ "y": 8.04,
508
+ "z": 0
509
+ },
510
+ "D5": {
511
+ "depth": 60,
512
+ "diameter": 6.4,
513
+ "height": 60,
514
+ "length": 6.4,
515
+ "width": 6.4,
516
+ "x": 47.14,
517
+ "y": 8.04,
518
+ "z": 0
519
+ },
520
+ "D6": {
521
+ "depth": 60,
522
+ "diameter": 6.4,
523
+ "height": 60,
524
+ "length": 6.4,
525
+ "width": 6.4,
526
+ "x": 56.14,
527
+ "y": 8.04,
528
+ "z": 0
529
+ },
530
+ "D7": {
531
+ "depth": 60,
532
+ "diameter": 6.4,
533
+ "height": 60,
534
+ "length": 6.4,
535
+ "width": 6.4,
536
+ "x": 65.14,
537
+ "y": 8.04,
538
+ "z": 0
539
+ },
540
+ "D8": {
541
+ "depth": 60,
542
+ "diameter": 6.4,
543
+ "height": 60,
544
+ "length": 6.4,
545
+ "width": 6.4,
546
+ "x": 74.14,
547
+ "y": 8.04,
548
+ "z": 0
549
+ },
550
+ "D9": {
551
+ "depth": 60,
552
+ "diameter": 6.4,
553
+ "height": 60,
554
+ "length": 6.4,
555
+ "width": 6.4,
556
+ "x": 83.14,
557
+ "y": 8.04,
558
+ "z": 0
559
+ }
560
+ }
561
+ }