File: ideogram.conf

package info (click to toggle)
circos 0.69.9%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 66,556 kB
  • sloc: perl: 16,180; sh: 57; makefile: 19
file content (41 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (4)
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
<ideogram>

show = yes

<spacing>

default = 30u

# The " " are required because
# the trailing /> is interpreted as a block end. 
# Otherwise, you can also use a space 
# <pairwise /hs/ /hs/ >

<pairwise "/hs/ /hs/">
spacing = 0.5r
</pairwise>

</spacing>

thickness         = 25p

#stroke_thickness = 1
#stroke_color     = black

fill           = yes
fill_color     = black

radius         = 0.80r
show_label     = yes
label_font     = default
label_radius   = dims(ideogram,radius_outer) + 250p
label_size     = 24p
label_parallel = yes

show_bands            = yes
fill_bands            = yes
band_stroke_thickness = 0
band_stroke_color     = black
band_transparency     = 4

</ideogram>