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": "Genotyp - CAFG",
"steps": [
{
"type": "step",
"name": "Initial Step",
"temp": "94",
"time": "300"
},
{
"type": "cycle",
"count": "35",
"steps": [
{
"type": "step",
"name": "Denaturing",
"temp": "94",
"time": "30"
},
{
"type": "step",
"name": "Annealing",
"temp": "55",
"time": "30"
},
{
"type": "step",
"name": "Elongation",
"temp": "72",
"time": "60"
}
]
},
{
"type": "step",
"name": "Final Step",
"temp": "72",
"time": "900"
},
{
"type": "step",
"name": "Final Hold",
"time": 0,
"temp": "4"
}
],
"lidtemp": "110"
}
|