~jon-hill/supertree-toolkit/new_interface_gtk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
characters =
    (
          element character {
             attribute name { string },
             attribute type { "morphological"|"molecular"|"behavioural"|"other" } 
          }|
          element character {
             attribute name { "12S" },
             attribute type { "molecular" }
          }|              
          element character {
             attribute name { "16S" },
             attribute type { "molecular" }
          }|
          element character {
             attribute name { "18S" },
             attribute type { "molecular" }
          }|              
          element character {
             attribute name { "28S" },
             attribute type { "molecular" }
          }|              
          element character {
             ## Also covers aA-crystallin
             attribute name { "a-crystallin" },
             attribute type { "molecular" }
          }|
          element character {
             attribute name { "a-globin" },
             attribute type { "molecular" }
          }|
          element character {
             attribute name { "cytb" },
             attribute type { "molecular" }
          }|
          element character {
             attribute name { "COI" },
             attribute type { "molecular" }
          }|
          element character {
             attribute name { "COII" },
             attribute type { "molecular" }
          }|
          element character {
             attribute name { "feathers" },
             attribute type { "morphological" }
          }|
          element character {
             attribute name { "osteology" },
             attribute type { "morphological" }
          }|
          ##Mixed morphological characters in crustaceans.
          element character {
             attribute name { "General morphology" },
             attribute type { "morphological" }
          }+
    )