in progress
[jalview.git] / forester / aptx / aptx_example_files / branch_widths.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phyloxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3    xsi:schemaLocation="http://www.phyloxml.org http://www.phyloxml.org/1.10/phyloxml.xsd"
4    xmlns="http://www.phyloxml.org">
5    <phylogeny rooted="true">
6       <name>trivial branch width example</name>
7       <clade>
8          <width>10</width>
9          <clade branch_length="0.06">
10             <width>15</width>
11             <clade branch_length="0.102">
12                <name>A</name>
13                <width>20</width>
14             </clade>
15             <clade branch_length="0.23">
16                <name>B</name>
17                <width>5</width>
18             </clade>
19          </clade>
20          <clade branch_length="0.4">
21             <name>C</name>
22             <width>40</width>
23          </clade>
24       </clade>
25    </phylogeny>
26 </phyloxml>