~ubuntu-branches/ubuntu/utopic/circos/utopic

« back to all changes in this revision

Viewing changes to example/etc/heatmap.rules.conf

  • Committer: Package Import Robot
  • Author(s): Olivier Sallou
  • Date: 2013-05-20 09:01:27 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130520090127-s5nbumg8563x00ee
Tags: 0.64-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<rules>
2
2
<rule>
3
3
importance = 100
4
 
condition  = _VALUE_ < 2000
 
4
condition  = var(value) < 2000
5
5
show       = no
6
6
</rule>
7
7
<rule>
8
8
importance = 95
9
 
condition  = _VALUE_ < 6000
 
9
condition  = var(value) < 6000
10
10
color      = vvlgrey
11
11
stroke_color = black
12
12
stroke_thickness = 1