-
Notifications
You must be signed in to change notification settings - Fork 23
/
test.html
69 lines (50 loc) · 872 Bytes
/
test.html
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
<<include colors_fonts_patterns.conf>>
<<include ideogram.conf>>
<image>
<<include etc/image.conf>>
</image>
karyotype = /mnt/circos/metag.karyotype.txt
<plots>
type = line
thickness = 2
<plot>
max_gap = 1u
file = /mnt/circos/metag.karyotype.txt
color = vdgrey
min = 0
max = 0.015
r0 = 0.5r
r1 = 0.8r
fill_color = vdgrey_a3
<backgrounds>
<background>
color = vvlgreen
y0 = 0.006
</background>
<background>
color = vvlred
y1 = 0.002
</background>
</backgrounds>
<axes>
<axis>
color = lgrey_a2
thickness = 1
spacing = 0.025r
</axis>
</axes>
<rules>
<rule>
condition = var(value) > 0.006
color = dgreen
fill_color = dgreen_a1
</rule>
<rule>
condition = var(value) < 0.002
color = dred
fill_color = dred_a1
</rule>
</rules>
</plot>
</plots>
<<include etc/housekeeping.conf>>