-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcircos.conf
80 lines (65 loc) · 1.4 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
<colors>
<<include etc/colors.conf>>
</colors>
<fonts>
<<include etc/fonts.conf>>
</fonts>
<ideogram>
<spacing>
default = 0.003r
</spacing>
# thickness (px) of chromosome ideogram
thickness = 50p
stroke_thickness = 2
# ideogram border color
stroke_color = black
fill = yes
# the default chromosome color is set here and any value
# defined in the karyotype file overrides it
fill_color = black
# fractional radius position of chromosome ideogram within image
radius = 0.85r
show_label = yes
label_font = condensedbold
label_radius = dims(ideogram,radius) + 0.05r
label_size = 20
# cytogenetic bands
band_stroke_thickness = 1
show_bands = no
fill_bands = no
band_transparency = 1
</ideogram>
karyotype = summary.tux3.circos
#chromosomes = ext2;ext3;ext4
chromosomes_display_default = yes
units_ok=bupr
units_nounit=n
#chromosomes_units=5
chromosomes_scale = msdos:10
<links>
z = 0
radius = 0.99r
bezier_radius = 0.2r
bezier_radius_purity = 0.5
crest = 1.5
ribbon = yes
stroke_color = red
stroke_thickness = 2
<link segdup>
show = yes
#color = vvdgrey
color = red
#thickness = 1
file = summary.tux3.circos-links
#record_limit = 500
</link>
</links>
<image>
dir = .
file = summary.tux3.circos.png
24bit = yes
radius = 1000p
background = white
auto_alpha_colors = yes
auto_alpha_steps = 5
</image>