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
|
<colors>
<<include etc/colors.conf>>
</colors>
<fonts>
<<include etc/fonts.conf>>
</fonts>
<<include ideogram.conf>>
<<include ticks.conf>>
karyotype = data/karyotype.txt
<image>
dir = .
file = randomlinks.png
png = yes
svg = no
# radius of inscribed circle in image
radius = 1500p
background = white
# by default angle=0 is at 3 o'clock position
angle_offset = -90
#angle_orientation = counterclockwise
</image>
chromosomes_units = 10
chromosomes_display_default = yes
<links>
bezier_radius = 0.2r
radius = 0.95r
<link data1>
color = black
thickness = 4
file = data/links.txt
<rules>
<rule>
importance = 100
condition = 1
thickness = eval(_SIZE1_/10)
color = eval(_CHR2_)
</rule>
</rules>
</link>
</links>
anglestep = 0.5
minslicestep = 10
beziersamples = 40
debug = no
warnings = no
imagemap = no
units_ok = bupr
units_nounit = n
|