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
|
<ideogram>
<spacing>
default = 10u
</spacing>
# thickness (px) of chromosome ideogram
thickness = 100p
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 = 36
# cytogenetic bands
band_stroke_thickness = 2
# show_bands determines whether the outline of cytogenetic bands
# will be seen
show_bands = yes
# in order to fill the bands with the color defined in the karyotype
# file you must set fill_bands
fill_bands = yes
</ideogram>
|