File: link.rules.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 (12 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
<rules>
<rule>  
condition  = var(size1) < 1e6
show       = no
</rule>

<rule>
condition  = 1
color      = eval(sprintf("chr%s_a3",substr(var(chr2),2)))
z          = eval(remap_int(var(size2),0,10e6,0,-100))
</rule>
</rules>