/usr/share/clustalx/coldna.xml is in clustalx 2.1+lgpl-3.
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 15 16 | <?xml version="1.0" encoding="UTF-8"?>
<colorparam>
<rgbindex>
<color name = "RED" red = "229" green = "51" blue = "25"></color>
<color name = "BLUE" red = "25" green = "127" blue = "229"></color>
<color name = "GREEN" red = "25" green = "204" blue = "25"></color>
<color name = "ORANGE" red = "229" green = "153" blue = "76"></color>
</rgbindex>
<colorrules>
<resrule residue = "a" colorname = "RED" conditions = ""></resrule>
<resrule residue = "c" colorname = "BLUE" conditions = ""></resrule>
<resrule residue = "g" colorname = "ORANGE" conditions = ""></resrule>
<resrule residue = "t" colorname = "GREEN" conditions = ""></resrule>
<resrule residue = "u" colorname = "GREEN" conditions = ""></resrule>
</colorrules>
</colorparam>
|