File: coldna.xml

package info (click to toggle)
clustalx 2.1%2Blgpl-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,336 kB
  • sloc: cpp: 40,050; sh: 163; xml: 102; makefile: 11
file content (16 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (5)
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>