-
Notifications
You must be signed in to change notification settings - Fork 7
/
extensions.sc
53 lines (53 loc) · 1.73 KB
/
extensions.sc
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
{
"version": "0.19.0",
"grid": "square",
"helices": [
{"max_offset": 32, "grid_position": [0, 0]},
{"max_offset": 32, "grid_position": [0, 1]},
{"max_offset": 32, "grid_position": [0, 2], "roll": 30}
],
"modifications_in_design": {
"/3Cy3Sp/": {
"display_text": "Cy3",
"vendor_code": "/3Cy3Sp/",
"display_connector": false,
"location": "3'"
},
"/5Cy5/": {
"display_text": "Cy5",
"vendor_code": "/5Cy5/",
"display_connector": false,
"location": "5'"
}
},
"strands": [
{
"name": "strand1",
"color": "#f74308",
"sequence": "TATTTGGGGGGGGCCCCCCCCTTTGGGGGGGGATAAAAA",
"domains": [
{"extension_num_bases": 5, "display_length": 2.5, "display_angle": 45, "name": "ext_5p 1"},
{"name": "domain 1", "helix": 0, "forward": true, "start": 0, "end": 8},
{"helix": 1, "forward": false, "start": 0, "end": 8},
{"loopout": 3, "name": "loopout 1"},
{"helix": 2, "forward": true, "start": 0, "end": 8},
{"extension_num_bases": 7, "name": "ext_3p 1"}
],
"5prime_modification": "/5Cy5/",
"3prime_modification": "/3Cy3Sp/"
},
{
"name": "strand2",
"color": "#57bb00",
"sequence": "ATAAACCCCCCCCGGGGGGGGAAACCCCCCCCTATTTTT",
"domains": [
{"extension_num_bases": 5, "display_length": 3.5, "display_angle": 60, "name": "ext_5p 2"},
{"helix": 0, "forward": false, "start": 16, "end": 24},
{"helix": 1, "forward": true, "start": 16, "end": 24},
{"loopout": 3},
{"helix": 2, "forward": false, "start": 16, "end": 24},
{"extension_num_bases": 7, "name": "ext_3p 2"}
]
}
]
}