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,619 @@
1
+ {
2
+ "metadata": {
3
+ "name": "wheaton_vial_rack"
4
+ },
5
+ "ordering": [
6
+ [
7
+ "A1",
8
+ "B1",
9
+ "C1",
10
+ "D1",
11
+ "E1",
12
+ "F1",
13
+ "G1",
14
+ "H1",
15
+ "I1",
16
+ "J1"
17
+ ],
18
+ [
19
+ "A2",
20
+ "B2",
21
+ "C2",
22
+ "D2",
23
+ "E2",
24
+ "F2",
25
+ "G2",
26
+ "H2",
27
+ "I2",
28
+ "J2"
29
+ ],
30
+ [
31
+ "A3",
32
+ "B3",
33
+ "C3",
34
+ "D3",
35
+ "E3",
36
+ "F3",
37
+ "G3",
38
+ "H3",
39
+ "I3",
40
+ "J3"
41
+ ],
42
+ [
43
+ "A4",
44
+ "B4",
45
+ "C4",
46
+ "D4",
47
+ "E4",
48
+ "F4",
49
+ "G4",
50
+ "H4",
51
+ "I4",
52
+ "J4"
53
+ ],
54
+ [
55
+ "A5",
56
+ "B5",
57
+ "C5",
58
+ "D5",
59
+ "E5",
60
+ "F5",
61
+ "G5",
62
+ "H5",
63
+ "I5",
64
+ "J5"
65
+ ]
66
+ ],
67
+ "wells": {
68
+ "A1": {
69
+ "depth": 95,
70
+ "diameter": 18,
71
+ "height": 95,
72
+ "length": 18,
73
+ "total-liquid-volume": 2000,
74
+ "width": 18,
75
+ "x": 0.0,
76
+ "y": 315.0,
77
+ "z": 0
78
+ },
79
+ "A2": {
80
+ "depth": 95,
81
+ "diameter": 18,
82
+ "height": 95,
83
+ "length": 18,
84
+ "total-liquid-volume": 2000,
85
+ "width": 18,
86
+ "x": 35.0,
87
+ "y": 315.0,
88
+ "z": 0
89
+ },
90
+ "A3": {
91
+ "depth": 95,
92
+ "diameter": 18,
93
+ "height": 95,
94
+ "length": 18,
95
+ "total-liquid-volume": 2000,
96
+ "width": 18,
97
+ "x": 70.0,
98
+ "y": 315.0,
99
+ "z": 0
100
+ },
101
+ "A4": {
102
+ "depth": 95,
103
+ "diameter": 18,
104
+ "height": 95,
105
+ "length": 18,
106
+ "total-liquid-volume": 2000,
107
+ "width": 18,
108
+ "x": 105.0,
109
+ "y": 315.0,
110
+ "z": 0
111
+ },
112
+ "A5": {
113
+ "depth": 95,
114
+ "diameter": 18,
115
+ "height": 95,
116
+ "length": 18,
117
+ "total-liquid-volume": 2000,
118
+ "width": 18,
119
+ "x": 140.0,
120
+ "y": 315.0,
121
+ "z": 0
122
+ },
123
+ "B1": {
124
+ "depth": 95,
125
+ "diameter": 18,
126
+ "height": 95,
127
+ "length": 18,
128
+ "total-liquid-volume": 2000,
129
+ "width": 18,
130
+ "x": 0.0,
131
+ "y": 280.0,
132
+ "z": 0
133
+ },
134
+ "B2": {
135
+ "depth": 95,
136
+ "diameter": 18,
137
+ "height": 95,
138
+ "length": 18,
139
+ "total-liquid-volume": 2000,
140
+ "width": 18,
141
+ "x": 35.0,
142
+ "y": 280.0,
143
+ "z": 0
144
+ },
145
+ "B3": {
146
+ "depth": 95,
147
+ "diameter": 18,
148
+ "height": 95,
149
+ "length": 18,
150
+ "total-liquid-volume": 2000,
151
+ "width": 18,
152
+ "x": 70.0,
153
+ "y": 280.0,
154
+ "z": 0
155
+ },
156
+ "B4": {
157
+ "depth": 95,
158
+ "diameter": 18,
159
+ "height": 95,
160
+ "length": 18,
161
+ "total-liquid-volume": 2000,
162
+ "width": 18,
163
+ "x": 105.0,
164
+ "y": 280.0,
165
+ "z": 0
166
+ },
167
+ "B5": {
168
+ "depth": 95,
169
+ "diameter": 18,
170
+ "height": 95,
171
+ "length": 18,
172
+ "total-liquid-volume": 2000,
173
+ "width": 18,
174
+ "x": 140.0,
175
+ "y": 280.0,
176
+ "z": 0
177
+ },
178
+ "C1": {
179
+ "depth": 95,
180
+ "diameter": 18,
181
+ "height": 95,
182
+ "length": 18,
183
+ "total-liquid-volume": 2000,
184
+ "width": 18,
185
+ "x": 0.0,
186
+ "y": 245.0,
187
+ "z": 0
188
+ },
189
+ "C2": {
190
+ "depth": 95,
191
+ "diameter": 18,
192
+ "height": 95,
193
+ "length": 18,
194
+ "total-liquid-volume": 2000,
195
+ "width": 18,
196
+ "x": 35.0,
197
+ "y": 245.0,
198
+ "z": 0
199
+ },
200
+ "C3": {
201
+ "depth": 95,
202
+ "diameter": 18,
203
+ "height": 95,
204
+ "length": 18,
205
+ "total-liquid-volume": 2000,
206
+ "width": 18,
207
+ "x": 70.0,
208
+ "y": 245.0,
209
+ "z": 0
210
+ },
211
+ "C4": {
212
+ "depth": 95,
213
+ "diameter": 18,
214
+ "height": 95,
215
+ "length": 18,
216
+ "total-liquid-volume": 2000,
217
+ "width": 18,
218
+ "x": 105.0,
219
+ "y": 245.0,
220
+ "z": 0
221
+ },
222
+ "C5": {
223
+ "depth": 95,
224
+ "diameter": 18,
225
+ "height": 95,
226
+ "length": 18,
227
+ "total-liquid-volume": 2000,
228
+ "width": 18,
229
+ "x": 140.0,
230
+ "y": 245.0,
231
+ "z": 0
232
+ },
233
+ "D1": {
234
+ "depth": 95,
235
+ "diameter": 18,
236
+ "height": 95,
237
+ "length": 18,
238
+ "total-liquid-volume": 2000,
239
+ "width": 18,
240
+ "x": 0.0,
241
+ "y": 210.0,
242
+ "z": 0
243
+ },
244
+ "D2": {
245
+ "depth": 95,
246
+ "diameter": 18,
247
+ "height": 95,
248
+ "length": 18,
249
+ "total-liquid-volume": 2000,
250
+ "width": 18,
251
+ "x": 35.0,
252
+ "y": 210.0,
253
+ "z": 0
254
+ },
255
+ "D3": {
256
+ "depth": 95,
257
+ "diameter": 18,
258
+ "height": 95,
259
+ "length": 18,
260
+ "total-liquid-volume": 2000,
261
+ "width": 18,
262
+ "x": 70.0,
263
+ "y": 210.0,
264
+ "z": 0
265
+ },
266
+ "D4": {
267
+ "depth": 95,
268
+ "diameter": 18,
269
+ "height": 95,
270
+ "length": 18,
271
+ "total-liquid-volume": 2000,
272
+ "width": 18,
273
+ "x": 105.0,
274
+ "y": 210.0,
275
+ "z": 0
276
+ },
277
+ "D5": {
278
+ "depth": 95,
279
+ "diameter": 18,
280
+ "height": 95,
281
+ "length": 18,
282
+ "total-liquid-volume": 2000,
283
+ "width": 18,
284
+ "x": 140.0,
285
+ "y": 210.0,
286
+ "z": 0
287
+ },
288
+ "E1": {
289
+ "depth": 95,
290
+ "diameter": 18,
291
+ "height": 95,
292
+ "length": 18,
293
+ "total-liquid-volume": 2000,
294
+ "width": 18,
295
+ "x": 0.0,
296
+ "y": 175.0,
297
+ "z": 0
298
+ },
299
+ "E2": {
300
+ "depth": 95,
301
+ "diameter": 18,
302
+ "height": 95,
303
+ "length": 18,
304
+ "total-liquid-volume": 2000,
305
+ "width": 18,
306
+ "x": 35.0,
307
+ "y": 175.0,
308
+ "z": 0
309
+ },
310
+ "E3": {
311
+ "depth": 95,
312
+ "diameter": 18,
313
+ "height": 95,
314
+ "length": 18,
315
+ "total-liquid-volume": 2000,
316
+ "width": 18,
317
+ "x": 70.0,
318
+ "y": 175.0,
319
+ "z": 0
320
+ },
321
+ "E4": {
322
+ "depth": 95,
323
+ "diameter": 18,
324
+ "height": 95,
325
+ "length": 18,
326
+ "total-liquid-volume": 2000,
327
+ "width": 18,
328
+ "x": 105.0,
329
+ "y": 175.0,
330
+ "z": 0
331
+ },
332
+ "E5": {
333
+ "depth": 95,
334
+ "diameter": 18,
335
+ "height": 95,
336
+ "length": 18,
337
+ "total-liquid-volume": 2000,
338
+ "width": 18,
339
+ "x": 140.0,
340
+ "y": 175.0,
341
+ "z": 0
342
+ },
343
+ "F1": {
344
+ "depth": 95,
345
+ "diameter": 18,
346
+ "height": 95,
347
+ "length": 18,
348
+ "total-liquid-volume": 2000,
349
+ "width": 18,
350
+ "x": 0.0,
351
+ "y": 140.0,
352
+ "z": 0
353
+ },
354
+ "F2": {
355
+ "depth": 95,
356
+ "diameter": 18,
357
+ "height": 95,
358
+ "length": 18,
359
+ "total-liquid-volume": 2000,
360
+ "width": 18,
361
+ "x": 35.0,
362
+ "y": 140.0,
363
+ "z": 0
364
+ },
365
+ "F3": {
366
+ "depth": 95,
367
+ "diameter": 18,
368
+ "height": 95,
369
+ "length": 18,
370
+ "total-liquid-volume": 2000,
371
+ "width": 18,
372
+ "x": 70.0,
373
+ "y": 140.0,
374
+ "z": 0
375
+ },
376
+ "F4": {
377
+ "depth": 95,
378
+ "diameter": 18,
379
+ "height": 95,
380
+ "length": 18,
381
+ "total-liquid-volume": 2000,
382
+ "width": 18,
383
+ "x": 105.0,
384
+ "y": 140.0,
385
+ "z": 0
386
+ },
387
+ "F5": {
388
+ "depth": 95,
389
+ "diameter": 18,
390
+ "height": 95,
391
+ "length": 18,
392
+ "total-liquid-volume": 2000,
393
+ "width": 18,
394
+ "x": 140.0,
395
+ "y": 140.0,
396
+ "z": 0
397
+ },
398
+ "G1": {
399
+ "depth": 95,
400
+ "diameter": 18,
401
+ "height": 95,
402
+ "length": 18,
403
+ "total-liquid-volume": 2000,
404
+ "width": 18,
405
+ "x": 0.0,
406
+ "y": 105.0,
407
+ "z": 0
408
+ },
409
+ "G2": {
410
+ "depth": 95,
411
+ "diameter": 18,
412
+ "height": 95,
413
+ "length": 18,
414
+ "total-liquid-volume": 2000,
415
+ "width": 18,
416
+ "x": 35.0,
417
+ "y": 105.0,
418
+ "z": 0
419
+ },
420
+ "G3": {
421
+ "depth": 95,
422
+ "diameter": 18,
423
+ "height": 95,
424
+ "length": 18,
425
+ "total-liquid-volume": 2000,
426
+ "width": 18,
427
+ "x": 70.0,
428
+ "y": 105.0,
429
+ "z": 0
430
+ },
431
+ "G4": {
432
+ "depth": 95,
433
+ "diameter": 18,
434
+ "height": 95,
435
+ "length": 18,
436
+ "total-liquid-volume": 2000,
437
+ "width": 18,
438
+ "x": 105.0,
439
+ "y": 105.0,
440
+ "z": 0
441
+ },
442
+ "G5": {
443
+ "depth": 95,
444
+ "diameter": 18,
445
+ "height": 95,
446
+ "length": 18,
447
+ "total-liquid-volume": 2000,
448
+ "width": 18,
449
+ "x": 140.0,
450
+ "y": 105.0,
451
+ "z": 0
452
+ },
453
+ "H1": {
454
+ "depth": 95,
455
+ "diameter": 18,
456
+ "height": 95,
457
+ "length": 18,
458
+ "total-liquid-volume": 2000,
459
+ "width": 18,
460
+ "x": 0.0,
461
+ "y": 70.0,
462
+ "z": 0
463
+ },
464
+ "H2": {
465
+ "depth": 95,
466
+ "diameter": 18,
467
+ "height": 95,
468
+ "length": 18,
469
+ "total-liquid-volume": 2000,
470
+ "width": 18,
471
+ "x": 35.0,
472
+ "y": 70.0,
473
+ "z": 0
474
+ },
475
+ "H3": {
476
+ "depth": 95,
477
+ "diameter": 18,
478
+ "height": 95,
479
+ "length": 18,
480
+ "total-liquid-volume": 2000,
481
+ "width": 18,
482
+ "x": 70.0,
483
+ "y": 70.0,
484
+ "z": 0
485
+ },
486
+ "H4": {
487
+ "depth": 95,
488
+ "diameter": 18,
489
+ "height": 95,
490
+ "length": 18,
491
+ "total-liquid-volume": 2000,
492
+ "width": 18,
493
+ "x": 105.0,
494
+ "y": 70.0,
495
+ "z": 0
496
+ },
497
+ "H5": {
498
+ "depth": 95,
499
+ "diameter": 18,
500
+ "height": 95,
501
+ "length": 18,
502
+ "total-liquid-volume": 2000,
503
+ "width": 18,
504
+ "x": 140.0,
505
+ "y": 70.0,
506
+ "z": 0
507
+ },
508
+ "I1": {
509
+ "depth": 95,
510
+ "diameter": 18,
511
+ "height": 95,
512
+ "length": 18,
513
+ "total-liquid-volume": 2000,
514
+ "width": 18,
515
+ "x": 0.0,
516
+ "y": 35.0,
517
+ "z": 0
518
+ },
519
+ "I2": {
520
+ "depth": 95,
521
+ "diameter": 18,
522
+ "height": 95,
523
+ "length": 18,
524
+ "total-liquid-volume": 2000,
525
+ "width": 18,
526
+ "x": 35.0,
527
+ "y": 35.0,
528
+ "z": 0
529
+ },
530
+ "I3": {
531
+ "depth": 95,
532
+ "diameter": 18,
533
+ "height": 95,
534
+ "length": 18,
535
+ "total-liquid-volume": 2000,
536
+ "width": 18,
537
+ "x": 70.0,
538
+ "y": 35.0,
539
+ "z": 0
540
+ },
541
+ "I4": {
542
+ "depth": 95,
543
+ "diameter": 18,
544
+ "height": 95,
545
+ "length": 18,
546
+ "total-liquid-volume": 2000,
547
+ "width": 18,
548
+ "x": 105.0,
549
+ "y": 35.0,
550
+ "z": 0
551
+ },
552
+ "I5": {
553
+ "depth": 95,
554
+ "diameter": 18,
555
+ "height": 95,
556
+ "length": 18,
557
+ "total-liquid-volume": 2000,
558
+ "width": 18,
559
+ "x": 140.0,
560
+ "y": 35.0,
561
+ "z": 0
562
+ },
563
+ "J1": {
564
+ "depth": 95,
565
+ "diameter": 18,
566
+ "height": 95,
567
+ "length": 18,
568
+ "total-liquid-volume": 2000,
569
+ "width": 18,
570
+ "x": 0.0,
571
+ "y": 0.0,
572
+ "z": 0
573
+ },
574
+ "J2": {
575
+ "depth": 95,
576
+ "diameter": 18,
577
+ "height": 95,
578
+ "length": 18,
579
+ "total-liquid-volume": 2000,
580
+ "width": 18,
581
+ "x": 35.0,
582
+ "y": 0.0,
583
+ "z": 0
584
+ },
585
+ "J3": {
586
+ "depth": 95,
587
+ "diameter": 18,
588
+ "height": 95,
589
+ "length": 18,
590
+ "total-liquid-volume": 2000,
591
+ "width": 18,
592
+ "x": 70.0,
593
+ "y": 0.0,
594
+ "z": 0
595
+ },
596
+ "J4": {
597
+ "depth": 95,
598
+ "diameter": 18,
599
+ "height": 95,
600
+ "length": 18,
601
+ "total-liquid-volume": 2000,
602
+ "width": 18,
603
+ "x": 105.0,
604
+ "y": 0.0,
605
+ "z": 0
606
+ },
607
+ "J5": {
608
+ "depth": 95,
609
+ "diameter": 18,
610
+ "height": 95,
611
+ "length": 18,
612
+ "total-liquid-volume": 2000,
613
+ "width": 18,
614
+ "x": 140.0,
615
+ "y": 0.0,
616
+ "z": 0
617
+ }
618
+ }
619
+ }