Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
langhtml
#NEXUS

BEGIN TREES;

Tree g1 = ((((a1::.550,b1::.550)::.550,c::.550)::.550,d::.550)::.550,e::.550)::.550;
Tree g2 = ((a2::.550,b2::.550)::.550,((c::.550,e::.550)::.550,d::.550)::.550)::.550;
Tree g3 = ((a::.550,c::.550)::.550,((b::.550,e::.550)::.550,d::.550)::.550)::.550;

END;


BEGIN PHYLONET;

Infer_ST_MDC (g1, g2, g3) -b .5 -e .2 -x -ur -t 1 -a <z:a1,a2,a; y:b1,b2,b; c:c; d:d; e:e>;

END;

...