summaryrefslogtreecommitdiff
path: root/air/Default Experiments/H2O Test - Edvotek.pcr
blob: a20370a2c273613620327222b13578dc8e47b3e4 (plain)
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
{
	"name": "H2O Test - Edvotek",
	"steps": [
		{
			"type": "step",
			"name": "Initial Step",
			"temp": "95",
			"time": "350"
		},
		{
			"type": "cycle",
			"count": "30",
			"steps": [
				{
					"type": "Annealing",
					"name": "Step",
					"temp": "94",
					"time": "45"
				},
				{
					"type": "step",
					"name": "Denaturing",
					"temp": "50",
					"time": "45"
				},
				{
					"type": "step",
					"name": "Elongation",
					"temp": "72",
					"time": "90"
				}
			]
		},
		{
			"type": "step",
			"name": "Final Step",
			"temp": "72",
			"time": "420"
		},
		{
			"type": "step",
			"name": "Final Hold",
			"time": 0,
			"temp": "4"
		}
	],
	"lidtemp": "110"
}