/usr/share/doc/circos/examples/heatmap.rules.conf is in circos 0.55-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <rules>
<rule>
importance = 100
condition = _VALUE_ < 2000
show = no
</rule>
<rule>
importance = 95
condition = _VALUE_ < 6000
color = vvlgrey
stroke_color = black
stroke_thickness = 1
</rule>
</rules>
|