-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvisualizing-transitions.conf
201 lines (173 loc) · 3.76 KB
/
visualizing-transitions.conf
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<colors>
<<include colors.conf>>
</colors>
<fonts>
<<include fonts.conf>>
</fonts>
<<include ideogram.conf>>
#<<include ticks.conf>>
karyotype = karyotype.clusters.txt
<image>
dir = # add you preferred path in quotations.
file = transitions-to-workforce.svg
#svg = yes # create svg file
png = yes # create png file
# radius of inscribed circle in image
radius = 1500p
background = white
# by default angle=0 is at 3 o'clock position
angle_offset = +90
24bit = yes
</image>
chromosomes_units = 1
# to explicitly define what is drawn
chromosomes = cc1;cc2;cc3;cc4;cc5;cc6;cc7;cc8;cc9;cc10;cc11;cc12;cc13;cc14;cc15;cc16;cc99;ic11;ic21;ic22;ic23;ic31;ic42;ic44;ic48;ic51;ic52;ic53;ic54;ic55;ic56;ic61;ic62;ic71;ic72;ic81;ic92
#chromosomes_display_default = no
# to explicity define what is not drawn
#chromosomes = -cc99
#chromosomes_display_default = yes
<links>
z = 0
radius = 1r - 150p
bezier_radius = 0.2r
<link segdup_agriculture>
ribbon = yes
flat = yes
show = yes
color = cc1
thickness = 2
file = segdup_agriculture.txt
</link>
<link segdup_construction>
ribbon = yes
flat = yes
show = yes
bezier_radius = 0.1r
color = cc2
thickness = 2
file = segdup_construction.txt
</link>
<link segdup_art>
ribbon = yes
flat = yes
show = yes
color = cc3
thickness = 2
file = segdup_art.txt
</link>
<link segdup_business>
ribbon = yes
flat = yes
show = yes
bezier_radius = 0.1r
color = cc4
thickness = 2
file = segdup_business.txt
</link>
<link segdup_education>
ribbon = yes
flat = yes
show = yes
color = cc5
thickness = 2
file = segdup_education.txt
</link>
<link segdup_finance>
ribbon = yes
flat = yes
show = yes
color = cc6
thickness = 2
file = segdup_finance.txt
</link>
<link segdup_government>
ribbon = yes
flat = yes
show = yes
color = cc7
thickness = 2
file = segdup_government.txt
</link>
<link segdup_health>
ribbon = yes
flat = yes
show = yes
color = cc8
thickness = 2
file = segdup_health.txt
</link>
<link segdup_hospitality>
ribbon = yes
flat = yes
show = yes
color = cc9
thickness = 2
file = segdup_hospitality.txt
</link>
<link segdup_human_science>
ribbon = yes
flat = yes
show = yes
color = cc10
thickness = 2
file = segdup_human_science.txt
</link>
<link segdup_IT>
ribbon = yes
flat = yes
show = yes
color = cc11
thickness = 2
file = segdup_IT.txt
</link>
<link segdup_law>
ribbon = yes
flat = yes
show = yes
color = cc12
thickness = 2
file = segdup_law.txt
</link>
<link segdup_manufacturing>
ribbon = yes
flat = yes
show = yes
color = cc13
thickness = 2
file = segdup_manufacturing.txt
</link>
<link segdup_marketing>
ribbon = yes
flat = yes
show = yes
color = cc14
thickness = 2
file = segdup_marketing.txt
</link>
<link segdup_STEM>
ribbon = yes
flat = yes
show = yes
color = cc15
thickness = 2
file = segdup_STEM.txt
</link>
<link segdup_transportation>
ribbon = yes
flat = yes
show = yes
color = cc16
thickness = 2
file = segdup_transportation.txt
</link>
<link segdup_college_parallel>
ribbon = yes
flat = yes
show = yes
color = cc99
thickness = 2
file = segdup_college_parallel.txt
</link>
</links>
show_bands = yes
<<include housekeeping.conf>>