-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcircos.conf
149 lines (111 loc) · 1.89 KB
/
circos.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
karyotype = XXX
chromosomes_units = 1000
chromosome_display_default = yes
<ideogram>
<spacing>
default = 0.005r
</spacing>
radius = 0.7r
thickness = 20p
fill = yes
stroke_color = dgrey
stroke_thickness = 2p
show_label = yes
label_font = default
label_radius = 1r + 75p
label_size = 30
</ideogram>
show_ticks = yes
show_tick_labels = yes
<ticks>
radius = 1r
color = black
thickness = 2p
multiplier = 1e-3
format = %d
<tick>
spacing = 5u
size = 10p
</tick>
<tick>
spacing = 25u
size = 15p
show_label = yes
label_size = 20p
label_offset = 10p
format = %d
</tick>
</ticks>
<links>
<link>
ribbon = yes
file = XXX #links
color = black_a5
radius = 0.4r
bezier_radius = 0.1r
thickness = 5
</link>
</links>
<plots>
<plot>
file = XXX #histogram
type = histogram
r0 = 0.85r
r1 = 0.97r
min = 0
max = 100
color = white
fill_color = XXX #stacked_colors
thickness = 0
sort_bin_values = no
extend_bin = no
<axes>
<axis>
color = lgrey
thickness = 1
spacing = 0.1r
</axis>
</axes>
</plot>
<plot>
file = XXX #depth
type = histogram
r0 = 0.7r
r1 = 0.83r
min = 0
max = 1500
color = white
fill_color = lblue
thickness = 0
sort_bin_values = no
extend_bin = no
<axes>
<axis>
color = lgrey
thickness = 1
spacing = 0.1r
</axis>
</axes>
</plot>
<plot>
type = text
color = black
file = XXX #text
r0 = 0.4r
r1 = 0.95r
label_snuggle = yes
show_links = yes
link_dims = 4p,4p,8p,4p,4p
link_thickness = 2p
link_color = red
label_size = 24p
label_font = condensed
padding = 0p
rpadding = 0p
</plot>
</plots>
<image>
<<include etc/image.conf>>
</image>
<<include etc/housekeeping.conf>>
<<include etc/colors_fonts_patterns.conf>>