-
Notifications
You must be signed in to change notification settings - Fork 7
/
strand_builder_loop.sc
78 lines (78 loc) · 3.24 KB
/
strand_builder_loop.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
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
{
"version": "0.19.0",
"grid": "square",
"helices": [
{"grid_position": [0, 0]},
{"grid_position": [0, 1]},
{"grid_position": [0, 2]},
{"grid_position": [0, 3]},
{"grid_position": [0, 4]},
{"grid_position": [0, 5]},
{"grid_position": [0, 6]},
{"grid_position": [0, 7]},
{"grid_position": [0, 8]},
{"grid_position": [0, 9]},
{"grid_position": [0, 10]},
{"grid_position": [0, 11]},
{"grid_position": [0, 12]},
{"grid_position": [0, 13]},
{"grid_position": [0, 14]},
{"grid_position": [0, 15]},
{"grid_position": [0, 16]},
{"grid_position": [0, 17]},
{"grid_position": [0, 18]},
{"grid_position": [0, 19]},
{"grid_position": [0, 20]},
{"grid_position": [0, 21]},
{"grid_position": [0, 22]},
{"grid_position": [0, 23]},
{"grid_position": [0, 24]},
{"grid_position": [0, 25]},
{"grid_position": [0, 26]},
{"grid_position": [0, 27]},
{"grid_position": [0, 28]},
{"grid_position": [0, 29]},
{"grid_position": [0, 30]},
{"grid_position": [0, 31]}
],
"strands": [
{
"color": "#0066cc",
"domains": [
{"helix": 0, "forward": true, "start": 0, "end": 200},
{"helix": 1, "forward": false, "start": 0, "end": 200},
{"helix": 2, "forward": true, "start": 0, "end": 200},
{"helix": 3, "forward": false, "start": 0, "end": 200},
{"helix": 4, "forward": true, "start": 0, "end": 200},
{"helix": 5, "forward": false, "start": 0, "end": 200},
{"helix": 6, "forward": true, "start": 0, "end": 200},
{"helix": 7, "forward": false, "start": 0, "end": 200},
{"helix": 8, "forward": true, "start": 0, "end": 200},
{"helix": 9, "forward": false, "start": 0, "end": 200},
{"helix": 10, "forward": true, "start": 0, "end": 200},
{"helix": 11, "forward": false, "start": 0, "end": 200},
{"helix": 12, "forward": true, "start": 0, "end": 200},
{"helix": 13, "forward": false, "start": 0, "end": 200},
{"helix": 14, "forward": true, "start": 0, "end": 200},
{"helix": 15, "forward": false, "start": 0, "end": 200},
{"helix": 16, "forward": true, "start": 0, "end": 200},
{"helix": 17, "forward": false, "start": 0, "end": 200},
{"helix": 18, "forward": true, "start": 0, "end": 200},
{"helix": 19, "forward": false, "start": 0, "end": 200},
{"helix": 20, "forward": true, "start": 0, "end": 200},
{"helix": 21, "forward": false, "start": 0, "end": 200},
{"helix": 22, "forward": true, "start": 0, "end": 200},
{"helix": 23, "forward": false, "start": 0, "end": 200},
{"helix": 24, "forward": true, "start": 0, "end": 200},
{"helix": 25, "forward": false, "start": 0, "end": 200},
{"helix": 26, "forward": true, "start": 0, "end": 200},
{"helix": 27, "forward": false, "start": 0, "end": 200},
{"helix": 28, "forward": true, "start": 0, "end": 200},
{"helix": 29, "forward": false, "start": 0, "end": 200},
{"helix": 30, "forward": true, "start": 0, "end": 200},
{"helix": 31, "forward": false, "start": 0, "end": 200}
],
"is_scaffold": true
}
]
}