forked from Opentrons/Protocols
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.log.json
More file actions
108 lines (108 loc) · 2.66 KB
/
test.log.json
File metadata and controls
108 lines (108 loc) · 2.66 KB
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
[
{
"action": "transfer_with_temperature",
"sources": [
{
"well": "A1",
"labware": "Agilent 1 Well Reservoir 290 mL",
"slot": 1
}
],
"targets": [
{
"well": "A1",
"labware": "Bio-Rad 96 Well Plate 200 \u00b5L PCR",
"slot": 3
}
],
"tip_racks": [
{
"well": "A1",
"type": "Opentrons OT-2 96 Filter Tip Rack 200 \u00b5L",
"slot": 6
}
],
"use_channels": null,
"asp_vols": 21.5,
"asp_flow_rates": [
92.86
],
"disp_vols": 21.5,
"dis_flow_rates": [
92.86
],
"offsets": null,
"touch_tip": false,
"liquid_height": null,
"blow_out_air_volume": [
0.0
],
"is_96_well": false,
"mix_stage": "none",
"mix_times": 0,
"mix_vol": null,
"mix_rate": null,
"mix_liquid_height": null,
"delays": null,
"temperature_target": 4.0,
"temperature_deactivate": true
},
{
"action": "transfer_with_magnetic",
"sources": [
{
"well": "A1",
"labware": "Bio-Rad 96 Well Plate 200 \u00b5L PCR",
"slot": 2
}
],
"targets": [
{
"well": "A1",
"labware": "Bio-Rad 96 Well Plate 200 \u00b5L PCR",
"slot": 3
}
],
"tip_racks": [
{
"well": "B1",
"type": "Opentrons OT-2 96 Filter Tip Rack 200 \u00b5L",
"slot": 6
}
],
"use_channels": null,
"asp_vols": 10.5,
"asp_flow_rates": [
92.86
],
"disp_vols": 10.5,
"dis_flow_rates": [
92.86
],
"offsets": null,
"touch_tip": false,
"liquid_height": null,
"blow_out_air_volume": [
0.0
],
"is_96_well": false,
"mix_stage": "none",
"mix_times": 0,
"mix_vol": null,
"mix_rate": null,
"mix_liquid_height": null,
"delays": null,
"magnetic_engage": true,
"magnetic_delay_minutes": 5,
"magnetic_disengage": true
},
{
"action": "heater_shaker",
"target_temperature": 37.0,
"wait_for_temp": true,
"shake_speed": 200.0,
"duration_minutes": 60,
"deactivate_heater": true,
"deactivate_shaker": false
}
]