~jon-hill/supertree-toolkit/new_interface_gtk

« back to all changes in this revision

Viewing changes to schema/analyses.rnc

  • Committer: katie davis
  • Date: 2011-11-14 20:23:52 UTC
  • Revision ID: k.davis@udcf.gla.ac.uk-20111114202352-fy14vy0xkhwiktcc
Added some character names and analysis types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        attribute name {"Maximum Parsimony"}
8
8
    }|
9
9
    element analysis {
10
 
        attribute name {"Maximum Liklihood"}
 
10
        attribute name {"Maximum Likelihood"}
11
11
    }|
12
12
    element analysis {
13
13
        attribute name {"Bayesian"}
 
14
    }|
 
15
    element analysis {
 
16
        attribute name {"Neighbour Joining"}
 
17
    }|
 
18
    element analysis {
 
19
        attribute name {"UPGMA"}
14
20
    }
15
21
)