summaryrefslogtreecommitdiff
path: root/air/Default Experiments/GMO Test - Carolina.pcr
blob: 16bc6c94467ba847b0940d358cb88cca34623ae6 (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
{
	"name": "GMO Test - Carolina",
	"steps": [
		{
			"type": "cycle",
			"count": "32",
			"steps": [
				{
					"type": "step",
					"name": "Denaturing",
					"temp": "94",
					"time": "30"
				},
				{
					"type": "step",
					"name": "Annealing",
					"temp": "60",
					"time": "30"
				},
				{
					"type": "step",
					"name": "Elongation",
					"temp": "72",
					"time": "30"
				}
			]
		},
		{
			"type": "step",
			"name": "Final Hold",
			"time": 0,
			"temp": "4"
		}
	],
	"lidtemp": "110"
}