changeset 0:66ebc4b19d6c draft default tip

"planemo upload for repository https://github.com/smirarab/ASTRAL commit 0f93f327c49e93d6af057973d68ba772ba5715dc-dirty"
author padge
date Wed, 13 Apr 2022 15:03:31 +0000
parents
children
files astral.xml test-data/README test-data/bs-files test-data/freqQuad.csv test-data/freqQuadVisualization.R test-data/out.log test-data/out_primates.log test-data/song_mammals.424.gene.tre test-data/song_mammals.424genes.bs-trees.zip test-data/song_mammals.tre test-data/song_primates.424.gene.tre test-data/song_primates.tre
diffstat 12 files changed, 1650 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/astral.xml	Wed Apr 13 15:03:31 2022 +0000
@@ -0,0 +1,130 @@
+<tool id="astral" name="ASTRAL-III. Tool for estimating an unrooted species tree given a set of unrooted gene trees." version="0.1.0" python_template_version="3.5">
+    <requirements>
+        <requirement type="package" version="5.7.8">astral-tree</requirement>
+    </requirements>
+    <command detect_errors="exit_code"><![CDATA[    
+        astral -i $input1 -t ${branch_annotation_level_selector} -o ./output.tre -c $lambda 2> $log_output
+        &&
+        mv ./output.tre $output
+        #if $branch_annotation_level_selector == "16" or $branch_annotation_level_selector == "32"
+            &&
+            mv freqQuad.csv $branch_annotations
+        #end if;
+    ]]></command>
+    <inputs>
+        <param name="input1" type="data" format="newick" multiple="false" label="Tree file" optional="false" />
+        <param name="branch_annotation_level_selector" type="select" label="How much annotations should be added to each branch: 0, 1, or 2.">
+            <option value="3">3 (default): only the posterior probability for the main resolution.</option>
+            <option value="0">0: no annotations.</option>
+            <option value="1">1: only the quartet support for the main resolution.</option>
+            <option value="2">2: full annotation.</option>
+            <option value="4">4: three alternative posterior probabilities.</option>
+            <option value="8">8: three alternative quartet scores.</option>
+            <option value="16">16: for file export of branch annotations to freqQuad.csv (see below).</option>
+            <option value="32">32: for file export of branch annotations to freqQuad.csv (see below).</option>
+            <option value="10">10: p-values of a polytomy null hypothesis test. (default: 3)</option>
+        </param>
+        <param name="lambda" type="float" optional="true" value="0.5" min="0.0" max="10.0" label="lambda" help="lambda parameter for the Yule prior used in the calculations of
+        branch lengths and posterior probabilities. Default: 0.5" multiple="false"/>
+    </inputs>
+    <outputs>
+        <data name="output" format="newick" label="Output tree file"/>
+        <data name="log_output" format="txt" label="Astral log."/>
+        <data name="branch_annotations" format="tabular" label="Branch annotations file.">
+            <filter>branch_annotation_level_selector == '16' or branch_annotation_level_selector == '32'</filter>
+        </data>
+    </outputs>
+    <tests>
+        <test>
+            <param name="input1" value="song_mammals.424.gene.tre"/>
+            <param name="branch_annotation_level_selector" value="16" />
+            <param name="lambda" value="2" />
+            <output name="output" file="song_mammals.tre" ftype="newick"/>
+            <output name="log_output">
+                <assert_contents>
+                    <has_line line="Number of taxa: 37 (37 species)" />
+                    <has_line line="gradient0: 1933" />
+                    <has_line line="Number of Clusters after addition by distance: 1933" />
+                    <has_line line="Final quartet score is: 25526915" />
+                </assert_contents>
+            </output>
+            <output name="branch_annotations" file="freqQuad.csv" ftype="tabular"/>
+        </test>
+        <test>
+            <param name="input1" value="song_primates.424.gene.tre"/>
+            <param name="branch_annotation_level_selector" value="0" />
+            <param name="lambda" value="2" />
+            <output name="output" file="song_primates.tre" ftype="newick"/>
+            <output name="log_output">
+                <assert_contents>
+                    <has_line line="Number of taxa: 14 (14 species)" />
+                    <has_line line="gradient0: 339" />
+                    <has_line line="Number of Clusters after addition by distance: 339" />
+                    <has_line line="Final quartet score is: 389734" />
+                </assert_contents>
+            </output>
+        </test>
+    </tests>
+    <help><![CDATA[         
+Newick annotations
+    no annotations (-t 0): This turns off calculation and reporting of posterior probabilities and branch lengths.
+    Quartet support (-t 1): The percentage of quartets in your gene trees that agree with a branch (normalized quartet support) give use a nice way of measuring the amount of gene tree conflict around a branch. Note that the local posterior probabilities are computed based on a transformation of normalized quartet scores (see Figure 2 of this paper).
+    Alternative quartet topologies (-t 8): Outputs q1, q2, q3; these three values show quartet support (as defined above) for the main topology (LR|SO), first alternative (RS|LO) and second alternative (RO|LS), respectively.
+    Local posterior (-t 3): is the default where we show local posterior probability for the main topology.
+    Alternative posteriors (-t 4): The output includes three local posterior probabilities: one for the main topology, and one for each of the two alternatives (RS|LO and RO|LS, in that order). The posterior of the three topologies adds up to 1. This is because of our locality assumption, which basically asserts that we assume the four groups around the branch (L, R, S, and O) are each correct and therefore, there are only three possible alternatives.
+    Full annotation (-t 2): When you use this option, for each branch you get a lot of different measurements:
+    q1,q2,q3: these three values show quartet support (as defined in the description of -t 1) for the main topology, the first alternative, and the second alternative, respectively.
+    f1, f2, f3: these three values show the total number of quartet trees in all the gene trees that support the main topology, the first alternative, and the second alternative, respectively.
+    pp1, pp2, pp3: these three show the local posterior probabilities (as defined in the description of -t 4) for the main topology, the first alternative, and the second alternative, respectively.
+    QC: this shows the total number of quartets defined around each branch (this is what our paper calls m).
+    EN: this is the effective number of genes for the branch. If you don't have any missing data, this would be the number of branches in your tree. When there are missing data, some gene trees might have nothing to say about a branch. Thus, the effective number of genes might be smaller than the total number of genes.
+    Polytomy test (-t 10): runs an experimental test to see if a null hypothesis that the branch is a polytomy could be rejected. See this paper: doi:10.3390/genes9030132.
+
+File export of branch annotations
+    Since it is often hard to know which branch is L and which branch is R, understanding branch annotations is a bit hard for most users. 
+    To help, we have added a feature for outputting some of the branch annotations into a .csv file.
+    Note that we strongly suggest using DiscoVista to visualize the quartet frequencies. If you find DiscoVista hard to install and use, you can instead use these .csv files.
+
+To get the .csv outputs, you can use -t 16 and -t 32.
+    .csv output has the following format.
+    The output file is always called freqQuad.csv and is written to the same directory as the input file (sorry for the ugliness!)
+    The file is tab-delimited.
+    1st column: a dummy name for the node. Note that each three lines in a row have the same node number. Around each node, we have three possible unrooted toplogies (NNI rearrangements). We show stats for these three rearrangements.
+    2nd column: the topology name for which we are giving the scores. Here, t1 is always the main topology (observed in your species tree) and t2 and t3 are the two alternatives.
+    3rd column: Gives the actual topology with the format: {A}|{B}#{C}|{D}. This means that the quartet topology being scored is putting groups A and B together on one side, and groups C and D on the other side. Please remember that quartets are unrooted trees. Each of the groups is a comma-separate list of species.
+    5th column: number of gene trees that match the the topology in this line.
+    You will note that this number is not always an integer number. The reason is that in each gene tree, groups A, B, C, and D may not be together. Those gene trees still count as 1 unit, but they can contribute a fraction of that total of 1 to each of the tree topologies. So a gene tree may count as 0.7 for one topology, 0.2 for another, and 0.1 for the third.
+    6th column: This is the total number of gene trees that had any useful information about this branch.
+    If you have no missing data, this should equal the total number of gene trees.
+    If you have missing data, some genes may be missing one of groups A, B, C, or D entirely. Those genes will be agnostic about this branch. This column gives the number of genes that have at least one species from each of A, B, C, and D.
+    4th column is likely you are interested in and it depends on whether you used -t 16 or -t 32.
+    -t 16: This column is the local posterior for the topology given in this line. Note that the local posterior probability is different from normalized quartet score. See Figure 2 of this paper.
+    -t 32: This column is simply 5th column divided by 6 column. Thus, it gives the normalized quartet score for that topology. Note that the three lines with the same node name (1st column) will add up to one in their 4th column.
+
+Prior hyper-parameter
+    Our calculations of the local posterior probabilities and branch lengths use a Yule prior model for the branch lengths of the species tree. 
+    The speciation rate (in coalescent units) of the Yule process (lambda) is by default set to 0.5, which results in a flat prior for the quartet frequencies in the [1/3,1] range. 
+    Using -c option one can adjust the hyper-parameter for the prior. 
+    For example, you might want to estimate lambda from the data after one run and plug the estimate prior in a subsequent run. 
+    We have not yet fully explored the impact of lambda on the posterior. 
+    For branch lengths, lambda acts as a pseudocount and can have a substantial impact on the estimated branch length for very long branches. 
+    More specifically, if there is no, or very little discordance around a branch, 
+    the MAP lengths of the branch (which is what we report) is almost fully determined by the prior.
+
+    Note that setting lambda to 0 results in reporting ML estimates of the branch lengths instead of MAP. 
+    However, for branches with no discordance, we cannot compute a branch lengths. 
+    For these, we currently arbitrarily set ML to 10 coalescent units (we might change this in future versions).
+
+    ]]></help>
+    <citations>
+        <citation type="bibtex">
+@misc{githubASTRAL,
+  author = {LastTODO, FirstTODO},
+  year = {TODO},
+  title = {ASTRAL},
+  publisher = {GitHub},
+  journal = {GitHub repository},
+  url = {https://github.com/smirarab/ASTRAL},
+}</citation>
+    </citations>
+</tool>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/README	Wed Apr 13 15:03:31 2022 +0000
@@ -0,0 +1,17 @@
+**Song et al**:  
+We include here sample input files based on the [Song et al.](http://www.pnas.org/content/109/37/14942.short) dataset of 37 mammalian species and 442 genes. 
+We have removed 23 problematic genes (21 mislabeled genes and 2 genes we classified as outliers) and 
+we have also re-estimated gene trees using RAxML on the alignments that authors of that paper kindly provided to us. 
+We have also included 200 replicates of bootstrapped gene trees for the gene trees we estimated on the Song et al. dataset. 
+
+**Simulation**:
+We have included simulations based on the Song et al. dataset with increases rates of ILS. 
+
+**primates:**
+We have also created a reduced version of the Song et al. dataset with 9 primates, tree shrews, and 4 other mammalian taxa. This dataset is provided for testing the exact version. 
+
+**14 taxon simulation:**
+Simulated used SimPhy with extreme levels of ILS
+
+**100-taxon simulations:**
+A simulated dataset with 100 taxa and 2500 bootstrap replicate gene trees is also provided for testing large datasets. 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/bs-files	Wed Apr 13 15:03:31 2022 +0000
@@ -0,0 +1,424 @@
+424genes/100/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/101/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/102/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/103/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/104/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/105/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/106/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/107/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/108/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/109/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/10/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/110/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/111/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/112/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/113/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/114/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/115/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/116/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/117/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/118/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/120/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/121/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/122/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/123/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/124/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/125/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/126/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/127/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/128/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/129/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/12/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/130/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/131/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/132/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/133/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/134/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/135/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/136/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/137/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/138/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/139/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/13/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/140/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/141/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/142/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/143/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/144/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/145/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/146/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/147/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/148/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/149/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/14/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/151/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/152/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/153/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/154/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/155/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/156/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/157/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/158/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/159/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/15/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/160/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/161/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/162/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/163/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/164/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/165/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/166/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/167/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/169/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/16/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/170/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/171/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/172/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/173/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/174/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/175/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/176/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/177/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/178/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/179/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/17/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/180/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/181/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/182/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/183/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/184/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/185/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/186/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/187/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/188/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/189/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/18/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/190/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/191/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/192/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/193/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/194/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/195/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/196/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/198/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/19/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/1/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/201/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/202/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/203/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/204/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/205/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/206/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/207/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/208/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/20/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/210/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/211/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/212/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/213/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/214/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/215/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/216/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/217/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/218/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/219/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/21/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/220/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/221/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/222/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/223/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/224/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/225/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/226/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/227/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/228/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/229/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/22/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/230/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/231/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/233/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/234/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/235/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/236/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/237/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/238/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/239/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/23/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/240/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/241/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/242/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/243/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/244/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/245/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/246/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/247/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/248/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/249/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/24/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/250/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/251/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/252/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/253/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/254/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/255/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/256/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/258/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/259/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/25/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/260/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/261/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/262/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/263/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/264/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/265/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/266/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/267/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/269/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/26/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/270/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/271/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/272/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/273/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/274/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/275/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/276/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/277/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/278/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/279/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/27/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/280/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/281/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/282/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/283/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/284/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/285/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/286/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/287/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/288/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/289/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/28/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/290/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/291/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/292/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/293/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/294/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/295/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/296/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/297/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/298/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/299/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/29/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/2/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/300/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/301/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/302/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/303/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/304/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/305/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/306/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/307/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/308/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/309/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/30/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/310/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/311/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/312/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/313/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/314/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/315/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/316/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/317/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/318/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/319/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/31/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/320/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/321/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/322/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/323/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/324/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/325/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/326/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/327/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/328/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/32/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/330/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/331/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/332/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/333/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/334/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/335/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/336/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/337/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/338/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/339/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/33/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/340/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/341/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/342/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/343/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/344/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/345/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/346/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/347/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/348/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/349/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/34/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/350/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/351/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/352/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/353/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/354/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/355/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/356/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/357/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/359/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/360/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/361/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/362/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/363/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/364/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/365/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/366/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/367/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/368/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/369/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/36/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/370/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/371/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/372/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/373/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/374/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/375/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/376/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/377/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/378/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/379/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/37/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/380/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/381/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/382/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/383/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/384/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/385/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/386/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/387/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/388/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/389/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/38/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/390/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/391/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/392/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/393/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/394/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/395/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/396/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/397/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/398/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/399/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/39/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/3/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/400/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/401/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/402/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/403/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/404/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/406/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/407/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/408/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/409/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/40/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/410/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/411/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/412/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/413/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/414/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/415/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/416/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/417/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/418/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/419/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/41/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/420/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/421/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/422/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/423/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/425/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/426/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/427/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/428/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/429/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/42/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/430/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/431/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/432/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/433/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/435/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/436/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/437/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/438/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/439/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/43/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/440/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/441/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/442/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/443/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/444/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/445/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/446/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/447/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/44/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/45/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/46/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/48/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/4/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/50/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/51/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/52/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/53/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/54/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/55/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/56/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/57/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/58/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/59/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/61/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/62/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/63/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/64/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/65/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/66/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/67/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/68/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/69/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/6/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/70/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/71/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/72/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/73/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/74/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/76/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/77/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/78/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/79/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/7/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/80/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/81/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/82/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/83/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/84/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/85/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/86/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/87/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/88/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/89/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/8/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/91/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/92/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/93/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/94/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/95/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/96/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/97/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/98/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/99/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
+424genes/9/raxmlboot.gtrgamma/RAxML_bootstrap.allbs
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/freqQuad.csv	Wed Apr 13 15:03:31 2022 +0000
@@ -0,0 +1,102 @@
+N0	t1	{Chicken, Platypus}|{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos}#{Opossum}|{Wallaby}	1.0	423.0	424.0
+N0	t2	{Chicken, Platypus}|{Opossum}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos}|{Wallaby}	0.0	0.0	424.0
+N0	t3	{Chicken, Platypus}|{Wallaby}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos}|{Opossum}	0.0	1.0	424.0
+N1	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Platypus, Opossum, Wallaby}|{Lesser_Hedgehog_Tenrec, Hyrax, Elephant}#{Sloth}|{Armadillos}	1.0	421.28125	424.0
+N1	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Platypus, Opossum, Wallaby}|{Sloth}#{Lesser_Hedgehog_Tenrec, Hyrax, Elephant}|{Armadillos}	0.0	1.75	424.0
+N1	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Platypus, Opossum, Wallaby}|{Armadillos}#{Lesser_Hedgehog_Tenrec, Hyrax, Elephant}|{Sloth}	0.0	0.96875	424.0
+N2	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Lesser_Hedgehog_Tenrec}#{Hyrax}|{Elephant}	1.0	362.2352941176471	424.0
+N2	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Hyrax}#{Lesser_Hedgehog_Tenrec}|{Elephant}	0.0	23.88235294117647	424.0
+N2	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Elephant}#{Lesser_Hedgehog_Tenrec}|{Hyrax}	0.0	37.88235294117647	424.0
+N3	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Platypus, Opossum, Wallaby}|{Sloth, Armadillos}#{Lesser_Hedgehog_Tenrec}|{Hyrax, Elephant}	1.0	411.34375	424.0
+N3	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Platypus, Opossum, Wallaby}|{Lesser_Hedgehog_Tenrec}#{Hyrax, Elephant}|{Sloth, Armadillos}	0.0	10.5	424.0
+N3	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Platypus, Opossum, Wallaby}|{Hyrax, Elephant}#{Lesser_Hedgehog_Tenrec}|{Sloth, Armadillos}	0.0	2.15625	424.0
+N4	t1	{Chicken, Platypus, Opossum, Wallaby}|{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog}#{Lesser_Hedgehog_Tenrec, Hyrax, Elephant}|{Sloth, Armadillos}	0.9969170843605715	173.08333333333337	424.0
+N4	t2	{Chicken, Platypus, Opossum, Wallaby}|{Sloth, Armadillos}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog}|{Lesser_Hedgehog_Tenrec, Hyrax, Elephant}	0.0011399905574400286	119.1815476190476	424.0
+N4	t3	{Chicken, Platypus, Opossum, Wallaby}|{Lesser_Hedgehog_Tenrec, Hyrax, Elephant}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog}|{Sloth, Armadillos}	0.0019429250819880555	131.73511904761904	424.0
+N5	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat}#{Shrew}|{Hedgehog}	1.0	322.09401709401715	424.0
+N5	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Shrew}#{Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat}|{Hedgehog}	0.0	48.58119658119658	424.0
+N5	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Hedgehog}#{Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat}|{Shrew}	0.0	53.32478632478632	424.0
+N6	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat}#{Microbat}|{Megabat}	1.0	365.04081632653055	424.0
+N6	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Microbat}#{Megabat}|{Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat}	0.0	24.464285714285708	424.0
+N6	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Megabat}#{Microbat}|{Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat}	0.0	34.49489795918368	424.0
+N7	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Dolphin, Cow, Alpaca, Pig, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Horse}#{Dog}|{Cat}	1.0	409.49999999999994	424.0
+N7	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Dolphin, Cow, Alpaca, Pig, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Dog}#{Horse}|{Cat}	0.0	6.999999999999999	424.0
+N7	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Dolphin, Cow, Alpaca, Pig, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Cat}#{Horse}|{Dog}	0.0	7.499999999999999	424.0
+N8	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Dolphin, Cow, Alpaca, Pig}#{Horse}|{Dog, Cat}	0.8909088537282197	159.26249999999996	424.0
+N8	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Horse}#{Dolphin, Cow, Alpaca, Pig}|{Dog, Cat}	0.060742258548328695	134.48749999999995	424.0
+N8	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Dog, Cat}#{Horse}|{Dolphin, Cow, Alpaca, Pig}	0.04834888772345145	130.24999999999997	424.0
+N9	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Alpaca, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Pig}#{Dolphin}|{Cow}	1.0	351.9117647058823	424.0
+N9	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Alpaca, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Dolphin}#{Cow}|{Pig}	0.0	48.64705882352941	424.0
+N9	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Alpaca, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Cow}#{Dolphin}|{Pig}	0.0	23.44117647058825	424.0
+N10	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Alpaca}#{Dolphin, Cow}|{Pig}	1.0	275.4848484848485	424.0
+N10	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Pig}#{Dolphin, Cow}|{Alpaca}	1.6427695604349443E-39	69.92424242424242	424.0
+N10	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Dolphin, Cow}#{Alpaca}|{Pig}	1.8293534510362302E-39	78.5909090909091	424.0
+N11	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Horse, Dog, Cat}#{Dolphin, Cow, Pig}|{Alpaca}	1.0	417.04444444444425	424.0
+N11	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Alpaca}#{Horse, Dog, Cat}|{Dolphin, Cow, Pig}	0.0	3.622222222222221	424.0
+N11	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Dolphin, Cow, Pig}#{Horse, Dog, Cat}|{Alpaca}	0.0	3.333333333333333	424.0
+N12	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Microbat, Megabat}#{Horse, Dog, Cat}|{Dolphin, Cow, Alpaca, Pig}	0.9962028055973422	172.501488095238	424.0
+N12	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Horse, Dog, Cat}#{Microbat, Megabat}|{Dolphin, Cow, Alpaca, Pig}	0.002455081521237077	132.76785714285717	424.0
+N12	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Dolphin, Cow, Alpaca, Pig}#{Microbat, Megabat}|{Horse, Dog, Cat}	0.0013421128814213152	118.73065476190476	424.0
+N13	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Shrew, Hedgehog}#{Microbat, Megabat}|{Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat}	1.0	240.84340659340648	424.0
+N13	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Microbat, Megabat}#{Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat}|{Shrew, Hedgehog}	1.692724814889432E-22	98.04395604395603	424.0
+N13	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat}#{Microbat, Megabat}|{Shrew, Hedgehog}	1.3302890074552276E-22	85.11263736263733	424.0
+N14	t1	{Chicken, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika}#{Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat}|{Shrew, Hedgehog}	1.0	385.5432098765432	424.0
+N14	t2	{Chicken, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Shrew, Hedgehog}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika}|{Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat}	0.0	18.024691358024686	424.0
+N14	t3	{Chicken, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika}|{Shrew, Hedgehog}	0.0	20.432098765432098	424.0
+N15	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Tarsier, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel}#{Rabbit}|{Pika}	1.0	415.99999999999994	424.0
+N15	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Tarsier, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Rabbit}#{Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel}|{Pika}	0.0	6.933333333333334	424.0
+N15	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Tarsier, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Pika}#{Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel}|{Rabbit}	0.0	1.0666666666666667	424.0
+N16	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Kangaroo_Rat}#{Mouse}|{Rat}	1.0	423.1764705882353	424.0
+N16	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Mouse}#{Rat}|{Kangaroo_Rat}	0.0	0.7941176470588235	424.0
+N16	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Rat}#{Mouse}|{Kangaroo_Rat}	0.0	0.029411764705882353	424.0
+N17	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Guinea_Pig}#{Mouse, Rat}|{Kangaroo_Rat}	1.0	271.87878787878776	424.0
+N17	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Kangaroo_Rat}#{Mouse, Rat}|{Guinea_Pig}	2.1412294986455012E-37	89.46969696969697	424.0
+N17	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Mouse, Rat}#{Kangaroo_Rat}|{Guinea_Pig}	0.0	62.651515151515156	424.0
+N18	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Squirrel}#{Mouse, Rat, Kangaroo_Rat}|{Guinea_Pig}	0.9998366402030491	180.92708333333334	424.0
+N18	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Guinea_Pig}#{Mouse, Rat, Kangaroo_Rat}|{Squirrel}	7.210424710013263E-5	118.3645833333333	424.0
+N18	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Mouse, Rat, Kangaroo_Rat}#{Guinea_Pig}|{Squirrel}	9.125554985097219E-5	124.70833333333333	424.0
+N19	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Tarsier, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Rabbit, Pika}#{Mouse, Rat, Kangaroo_Rat, Guinea_Pig}|{Squirrel}	1.0	371.0374999999999	424.0
+N19	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Tarsier, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Squirrel}#{Mouse, Rat, Kangaroo_Rat, Guinea_Pig}|{Rabbit, Pika}	0.0	33.12916666666668	424.0
+N19	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Tarsier, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Mouse, Rat, Kangaroo_Rat, Guinea_Pig}#{Squirrel}|{Rabbit, Pika}	0.0	19.83333333333334	424.0
+N20	t1	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tarsier, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Tree_Shrew}#{Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel}|{Rabbit, Pika}	1.0	303.0793103448278	424.0
+N20	t2	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tarsier, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Rabbit, Pika}#{Tree_Shrew}|{Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel}	0.0	52.27241379310346	424.0
+N20	t3	{Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tarsier, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel}#{Tree_Shrew}|{Rabbit, Pika}	1.0290078116511228E-56	68.64827586206897	424.0
+N21	t1	{Chicken, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tarsier}#{Tree_Shrew}|{Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika}	0.8976744589514523	165.04206349206345	424.0
+N21	t2	{Chicken, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Tree_Shrew}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tarsier}|{Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika}	0.006295997061756193	106.14761904761906	424.0
+N21	t3	{Chicken, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tarsier}|{Tree_Shrew}	0.09602954398679156	152.81031746031746	424.0
+N22	t1	{Chicken, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Tarsier}#{Galagos}|{Mouse_Lemur}	1.0	399.7397959183673	424.0
+N22	t2	{Chicken, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Galagos}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Tarsier}|{Mouse_Lemur}	0.0	13.943877551020407	424.0
+N22	t3	{Chicken, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Mouse_Lemur}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Tarsier}|{Galagos}	0.0	10.316326530612244	424.0
+N23	t1	{Chicken, Marmoset, Orangutan, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Gorilla}#{Human}|{Chimpanzee}	1.0	276.11764705882354	424.0
+N23	t2	{Chicken, Marmoset, Orangutan, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Human}#{Chimpanzee}|{Gorilla}	7.0264141303457595E-40	69.82352941176471	424.0
+N23	t3	{Chicken, Marmoset, Orangutan, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Chimpanzee}#{Human}|{Gorilla}	8.008411231131194E-40	78.05882352941177	424.0
+N24	t1	{Chicken, Marmoset, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Orangutan}#{Human, Chimpanzee}|{Gorilla}	1.0	397.60606060606057	424.0
+N24	t2	{Chicken, Marmoset, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Gorilla}#{Orangutan}|{Human, Chimpanzee}	0.0	16.78787878787879	424.0
+N24	t3	{Chicken, Marmoset, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Human, Chimpanzee}#{Orangutan}|{Gorilla}	0.0	9.606060606060607	424.0
+N25	t1	{Chicken, Marmoset, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Macaque}#{Orangutan}|{Human, Chimpanzee, Gorilla}	1.0	403.5520833333333	424.0
+N25	t2	{Chicken, Marmoset, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Orangutan}#{Human, Chimpanzee, Gorilla}|{Macaque}	0.0	9.604166666666668	424.0
+N25	t3	{Chicken, Marmoset, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Human, Chimpanzee, Gorilla}#{Orangutan}|{Macaque}	0.0	10.84375	424.0
+N26	t1	{Chicken, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Marmoset}#{Orangutan, Human, Chimpanzee, Gorilla}|{Macaque}	1.0	405.7258064516129	424.0
+N26	t2	{Chicken, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Macaque}#{Marmoset}|{Orangutan, Human, Chimpanzee, Gorilla}	0.0	11.596774193548388	424.0
+N26	t3	{Chicken, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Orangutan, Human, Chimpanzee, Gorilla}#{Marmoset}|{Macaque}	0.0	6.677419354838709	424.0
+N27	t1	{Chicken, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Tarsier}#{Marmoset}|{Orangutan, Human, Chimpanzee, Gorilla, Macaque}	1.0	421.33333333333337	424.0
+N27	t2	{Chicken, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Marmoset}#{Orangutan, Human, Chimpanzee, Gorilla, Macaque}|{Tarsier}	0.0	0.9666666666666666	424.0
+N27	t3	{Chicken, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Orangutan, Human, Chimpanzee, Gorilla, Macaque}#{Marmoset}|{Tarsier}	0.0	1.7	424.0
+N28	t1	{Chicken, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Galagos, Mouse_Lemur}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque}|{Tarsier}	1.0	277.26190476190476	424.0
+N28	t2	{Chicken, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Tarsier}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque}|{Galagos, Mouse_Lemur}	1.7127445543274987E-40	74.41071428571428	424.0
+N28	t3	{Chicken, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque}#{Galagos, Mouse_Lemur}|{Tarsier}	1.6673751925616003E-40	72.32738095238096	424.0
+N29	t1	{Chicken, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Tarsier}|{Galagos, Mouse_Lemur}	1.0	391.0477678571429	424.0
+N29	t2	{Chicken, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Galagos, Mouse_Lemur}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Tarsier}|{Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika}	0.0	14.777678571428574	424.0
+N29	t3	{Chicken, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Tarsier}#{Galagos, Mouse_Lemur}|{Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika}	0.0	18.17455357142857	424.0
+N30	t1	{Chicken, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tarsier}|{Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika}	1.0	397.6080246913578	424.0
+N30	t2	{Chicken, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tarsier}|{Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog}	0.0	12.360549943883278	424.0
+N30	t3	{Chicken, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby}|{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tarsier}#{Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Rabbit, Pika}|{Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog}	0.0	14.031425364758695	424.0
+N31	t1	{Chicken, Platypus, Opossum, Wallaby}|{Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika}|{Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog}	1.0	365.6483957219252	424.0
+N31	t2	{Chicken, Platypus, Opossum, Wallaby}|{Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika}|{Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos}	0.0	23.886363636363637	424.0
+N31	t3	{Chicken, Platypus, Opossum, Wallaby}|{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika}#{Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog}|{Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos}	0.0	34.46524064171123	424.0
+N32	t1	{Chicken, Platypus}|{Opossum, Wallaby}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog}|{Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos}	1.0	415.10357142857146	424.0
+N32	t2	{Chicken, Platypus}|{Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog}|{Opossum, Wallaby}	0.0	2.7928571428571427	424.0
+N32	t3	{Chicken, Platypus}|{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog}#{Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos}|{Opossum, Wallaby}	0.0	6.103571428571429	424.0
+N33	t1	{Chicken}|{Platypus}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos}|{Opossum, Wallaby}	1.0	312.7878787878788	424.0
+N33	t2	{Chicken}|{Opossum, Wallaby}#{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos}|{Platypus}	0.0	59.151515151515156	424.0
+N33	t3	{Chicken}|{Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos}#{Platypus}|{Opossum, Wallaby}	0.0	52.06060606060606	424.0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/freqQuadVisualization.R	Wed Apr 13 15:03:31 2022 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/env Rscript
+red='#d53e4f';orange='#1d91c0';blue='#41b6c4';colormap = c(red,orange,blue)
+require(reshape2);require(ggplot2);
+dirPath = '.'; filePath = paste(dirPath,'/freqQuadCorrected.csv',sep=''); md<-read.csv(filePath,header=F,sep='\t'); md$value = md$V5/md$V6;
+a<-length(levels(as.factor(md$V7)))*3.7; b<-4; sizes <- c(a,b);
+md$V8<-reorder(md$V8,-md$value)
+ggplot(data=md)+aes(x=V8,y=value,fill=V9)+geom_bar(stat='identity',color=1,width=0.8,position='dodge')+theme_bw()+theme(axis.text.x=element_text(angle=90))+scale_fill_manual(values=colormap,name='Topology')+geom_hline(yintercept=1/3,size=0.4,linetype=2)+ylab('relative freq.')+facet_wrap(~V7,scales='free_x')+xlab('')
+pdfFile = paste(dirPath,'/relativeFreq.pdf',sep=''); ggsave(pdfFile,width = sizes[1], height= sizes[2]);
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/out.log	Wed Apr 13 15:03:31 2022 +0000
@@ -0,0 +1,62 @@
+
+================== ASTRAL ===================== 
+
+This is ASTRAL version 5.7.8
+Gene trees are treated as unrooted
+424 trees read from test-data/song_mammals.424.gene.tre
+index0
+All output trees will be *arbitrarily* rooted at Chicken
+
+======== Running the main analysis
+Number of taxa: 37 (37 species)
+Taxa: [Chicken, Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galagos, Mouse_Lemur, Tree_Shrew, Mouse, Rat, Kangaroo_Rat, Guinea_Pig, Squirrel, Tarsier, Rabbit, Pika, Microbat, Megabat, Horse, Dolphin, Cow, Alpaca, Pig, Dog, Cat, Shrew, Hedgehog, Lesser_Hedgehog_Tenrec, Hyrax, Elephant, Sloth, Armadillos, Platypus, Opossum, Wallaby]
+Taxon occupancy: {Rat=424, Tarsier=424, Dolphin=424, Rabbit=424, Macaque=424, Pika=424, Alpaca=424, Shrew=424, Sloth=424, Tree_Shrew=424, Kangaroo_Rat=424, Armadillos=424, Chimpanzee=424, Horse=424, Dog=424, Human=424, Lesser_Hedgehog_Tenrec=424, Microbat=424, Platypus=424, Wallaby=424, Cow=424, Pig=424, Marmoset=424, Megabat=424, Hedgehog=424, Mouse=424, Guinea_Pig=424, Mouse_Lemur=424, Cat=424, Hyrax=424, Elephant=424, Chicken=424, Orangutan=424, Opossum=424, Galagos=424, Squirrel=424, Gorilla=424}
+Number of gene trees: 424
+0 trees have missing taxa
+Calculating quartet distance matrix (for completion of X)
+Species tree distances calculated ...
+Building set of clusters (X) from gene trees 
+------------------------------
+gradient0: 1933
+Number of Clusters after addition by distance: 1933
+calculating extra bipartitions to be added at level 1 ...
+Adding to X using resolutions of greedy consensus ...
+Limit for sigma of degrees:975
+polytomy size limit : 4
+discarded polytomies:  [3, 3, 4, 4]
+Threshold 0.0:
+Threshold 0.01:
+Threshold 0.02:
+Threshold 0.05:
+Threshold 0.1:
+Threshold 0.2:
+polytomy of size 4; rounds with additions with at least 5 support: 0; clusters: 1933
+Threshold 0.3333333333333333:
+polytomy of size 3; rounds with additions with at least 5 support: 0; clusters: 1933
+polytomy of size 3; rounds with additions with at least 5 support: 0; clusters: 1933
+polytomy of size 4; rounds with additions with at least 5 support: 0; clusters: 1933
+max k is :0
+Number of Clusters after addition by greedy: 1933
+gradient0 in heuristiic: 1933
+partitions formed in 0.638 secs
+Dynamic Programming starting after 0.638 secs
+Using tree-based weight calculation.
+Using polytree-based weight calculation.
+Polytree max score: 28003080
+Polytree building time: 0.191 seconds.
+Number of quartet trees in the gene trees: 28003080
+Size of largest cluster: 37
+Greedy score: 24862814
+estimationFactor: 1.1263037241078182
+Sub-optimal score: 25489533
+Total Number of elements weighted: 3372
+Normalized score (portion of input quartet trees satisfied before correcting for multiple individuals): 0.9115752624354179
+Optimization score: 25526915
+Optimal tree inferred in 1.287 secs.
+(Chimpanzee,(Human,(Gorilla,(Orangutan,(Macaque,(Marmoset,(Tarsier,((Galagos,Mouse_Lemur),((Tree_Shrew,((Rabbit,Pika),(Squirrel,(Guinea_Pig,(Kangaroo_Rat,(Mouse,Rat)))))),((((Chicken,Platypus),(Opossum,Wallaby)),((Sloth,Armadillos),(Lesser_Hedgehog_Tenrec,(Hyrax,Elephant)))),((Shrew,Hedgehog),((Microbat,Megabat),((Horse,(Dog,Cat)),(Alpaca,(Pig,(Dolphin,Cow))))))))))))))));
+Final quartet score is: 25526915
+Final normalized quartet score is: 0.9115752624354179
+Extended species tree:
+(Chicken,(Platypus,((Opossum,Wallaby)N0'[pp1=1;pp2=0;pp3=0]':4.04422017503953,(((Sloth,Armadillos)N1'[pp1=1;pp2=0;pp3=0]':3.748755962145693,(Lesser_Hedgehog_Tenrec,(Hyrax,Elephant)N2'[pp1=1;pp2=0;pp3=0]':1.4675747778148045)N3'[pp1=1;pp2=0;pp3=0]':2.8408725661075143)N4'[pp1=1;pp2=0;pp3=0]':0.11272139311072937,(((Shrew,Hedgehog)N5'[pp1=1;pp2=0;pp3=0]':0.9911063406548961,((Microbat,Megabat)N6'[pp1=1;pp2=0;pp3=0]':1.5111714492447694,((Horse,(Dog,Cat)N7'[pp1=1;pp2=0;pp3=0]':2.7358873553893504)N8'[pp1=0.89;pp2=0.06;pp3=0.05]':0.05992302074136598,(Alpaca,(Pig,(Dolphin,Cow)N9'[pp1=1;pp2=0;pp3=0]':1.3217644299037643)N10'[pp1=1;pp2=0;pp3=0]':0.6263941421637529)N11'[pp1=1;pp2=0;pp3=0]':3.259811403201244)N12'[pp1=1;pp2=0;pp3=0]':0.11044150209434113)N13'[pp1=1;pp2=0;pp3=0]':0.42171242314482726)N14'[pp1=1;pp2=0;pp3=0]':1.9051712317138048,((Tree_Shrew,((Rabbit,Pika)N15'[pp1=1;pp2=0;pp3=0]':3.168751437685628,(Squirrel,(Guinea_Pig,(Kangaroo_Rat,(Mouse,Rat)N16'[pp1=1;pp2=0;pp3=0]':4.080152184265601)N17'[pp1=1;pp2=0;pp3=0]':0.6030253811559223)N18'[pp1=1;pp2=0;pp3=0]':0.14397458523452245)N19'[pp1=1;pp2=0;pp3=0]':1.61126493088363)N20'[pp1=1;pp2=0;pp3=0]':0.8259790342993206)N21'[pp1=0.9;pp2=0.01;pp3=0.1]':0.08166400531937129,((Galagos,Mouse_Lemur)N22'[pp1=1;pp2=0;pp3=0]':2.3122034886710434,(Tarsier,(Marmoset,(Macaque,(Orangutan,(Gorilla,(Human,Chimpanzee)N23'[pp1=1;pp2=0;pp3=0]':0.6305518601232605)N24'[pp1=1;pp2=0;pp3=0]':2.2394148609781763)N25'[pp1=1;pp2=0;pp3=0]':2.457113083090445)N26'[pp1=1;pp2=0;pp3=0]':2.550229319109434)N27'[pp1=1;pp2=0;pp3=0]':3.756538102587758)N28'[pp1=1;pp2=0;pp3=0]':0.6381142252128742)N29'[pp1=1;pp2=0;pp3=0]':2.0440320320838024)N30'[pp1=1;pp2=0;pp3=0]':2.239479484018153)N31'[pp1=1;pp2=0;pp3=0]':1.5208686854769229)N32'[pp1=1;pp2=0;pp3=0]':3.0967076693654274)N33'[pp1=1;pp2=0;pp3=0]':0.9068831258917384)N34)N35;
+Weight calculation took 0.332760708 secs
+ASTRAL finished in 1.713 secs
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/out_primates.log	Wed Apr 13 15:03:31 2022 +0000
@@ -0,0 +1,57 @@
+
+================== ASTRAL ===================== 
+
+This is ASTRAL version 5.7.8
+Gene trees are treated as unrooted
+424 trees read from test-data/song_primates.424.gene.tre
+index0
+All output trees will be *arbitrarily* rooted at Marmoset
+
+======== Running the main analysis
+Number of taxa: 14 (14 species)
+Taxa: [Marmoset, Orangutan, Human, Chimpanzee, Gorilla, Macaque, Galago, Mouse_Lemur, Tree_Shrew, Rat, Tarsier, Rabbit, Horse, Sloth]
+Taxon occupancy: {Human=424, Rat=424, Tarsier=424, Galago=424, Rabbit=424, Macaque=424, Sloth=424, Marmoset=424, Tree_Shrew=424, Chimpanzee=424, Mouse_Lemur=424, Horse=424, Orangutan=424, Gorilla=424}
+Number of gene trees: 424
+0 trees have missing taxa
+Calculating quartet distance matrix (for completion of X)
+Species tree distances calculated ...
+Building set of clusters (X) from gene trees 
+------------------------------
+gradient0: 339
+Number of Clusters after addition by distance: 339
+calculating extra bipartitions to be added at level 1 ...
+Adding to X using resolutions of greedy consensus ...
+Limit for sigma of degrees:400
+polytomy size limit : 3
+discarded polytomies:  [3]
+Threshold 0.0:
+Threshold 0.01:
+Threshold 0.02:
+Threshold 0.05:
+Threshold 0.1:
+Threshold 0.2:
+Threshold 0.3333333333333333:
+polytomy of size 3; rounds with additions with at least 5 support: 0; clusters: 339
+max k is :0
+Number of Clusters after addition by greedy: 339
+gradient0 in heuristiic: 339
+partitions formed in 0.192 secs
+Dynamic Programming starting after 0.192 secs
+Using tree-based weight calculation.
+Using polytree-based weight calculation.
+Polytree max score: 424424
+Polytree building time: 0.052 seconds.
+Number of quartet trees in the gene trees: 424424
+Size of largest cluster: 14
+Greedy score: 389226
+estimationFactor: 1.090430752313566
+Sub-optimal score: 389226
+Total Number of elements weighted: 452
+Normalized score (portion of input quartet trees satisfied before correcting for multiple individuals): 0.9182656965675834
+Optimization score: 389734
+Optimal tree inferred in 0.319 secs.
+(Gorilla,((Human,Chimpanzee),(Orangutan,(Macaque,(Marmoset,(Tarsier,((Galago,Mouse_Lemur),((Horse,Sloth),(Tree_Shrew,(Rat,Rabbit))))))))));
+Final quartet score is: 389734
+Final normalized quartet score is: 0.9182656965675834
+Weight calculation took 0.027776492 secs
+ASTRAL finished in 0.438 secs
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/song_mammals.424.gene.tre	Wed Apr 13 15:03:31 2022 +0000
@@ -0,0 +1,424 @@
+(Chicken:0.131279775345,(((((((Marmoset:0.0204923957271,((Orangutan:0.00584046083478,((Human:0.00233080025572,Chimpanzee:0.00254878680241):0.000769089390244,Gorilla:0.00176992228314):0.00288531375061):0.00467903448512,Macaque:0.00908469530327):0.00734594094106):0.0296837843809,(Galagos:0.0600055740335,Mouse_Lemur:0.0694590103929):0.0196895108756):0.0085007567437,(Tree_Shrew:0.0534460635684,((((Mouse:0.0349199386903,Rat:0.0345660857178):0.0897288064714,Kangaroo_Rat:0.0649361322722):0.00930431451076,(Guinea_Pig:0.0711517239764,Squirrel:0.0481034437826):0.00498901022113):0.00991061551553,(Tarsier:0.217182450829,(Rabbit:0.0631257980439,Pika:0.087313728905):0.0291647109858):0.0339406584933):0.0030207288372):0.00372275015446):0.00872816165234,((((Microbat:0.0696356706177,Megabat:0.0390727680795):0.0086854921458,(Horse:0.0461656721413,((Dolphin:0.0272954336484,Cow:0.0443204506945):0.0116990944027,(Alpaca:0.051306106068,Pig:0.046407562946):0.00563985340054):0.0247170466469):0.00304339918494):0.00358264486119,(Dog:0.0580489915606,Cat:0.0519621580488):0.0244766206527):0.00494622940371,(Shrew:0.0804342808451,Hedgehog:0.139409366682):0.0210030742124):0.0130522958142):0.00809030960191,((Lesser_Hedgehog_Tenrec:0.156305507638,(Hyrax:0.064198126165,Elephant:0.0292820820713):0.00798950914849):0.0213905471889,(Sloth:0.0383674324752,Armadillos:0.0398080414024):0.0192051567243):0.00316664009477):0.054936328385,Platypus:0.599083136441):0.0419332947834,(Opossum:0.0426931845392,Wallaby:0.0489905851887):0.0753994602564):0.131279775345);
+(Chicken:0.13184348409,(((Wallaby:0.0403884889125,Opossum:0.0424549058291):0.0623712854935,Platypus:0.106934421683):0.0265468149082,(((Lesser_Hedgehog_Tenrec:0.0763243234611,(Hyrax:0.0439837309698,Elephant:0.0154182537039):0.00814539614046):0.00927252801896,(((((Cow:0.0253768995556,(Dolphin:0.0137381500408,Pig:0.0515071568701):0.00214247375384):0.00369849062439,Alpaca:0.0327041327444):0.0129939134522,((Microbat:0.0488318249748,(Dog:0.0251914464999,Cat:0.019077962803):0.0156030468259):0.00191908404652,Horse:0.031403746682):0.00190573500035):0.000789098343179,(Megabat:0.0306925352959,(Hedgehog:0.0955938274852,Shrew:0.109121497038):0.0170079661056):0.00357223557112):0.00782417078979,(((Pika:0.0525511270699,Rabbit:0.0390937774654):0.0249464279599,(((Rat:0.0415344954862,Mouse:0.0399640478488):0.0965731665767,Guinea_Pig:0.07749120868):0.0148299066203,(Squirrel:0.0502430198655,Kangaroo_Rat:0.0753162798415):0.00416568798231):0.00545532042101):0.00328679821596,(Tree_Shrew:0.0426560599163,((Tarsier:0.0395620026083,((Macaque:0.00608570187988,(Gorilla:0.00224422775399,(Orangutan:0.00178158136896,(Human:0.00113846667515,Chimpanzee:0.000802993594136):0.000483490555002):2.51049141848e-06):0.00347997654954):0.00821095330186,Marmoset:0.0174481410002):0.0135122407118):0.00305192625139,(Mouse_Lemur:0.0161443473009,Galagos:0.0451624040731):0.0145777943743):0.00233717476908):0.00310699260183):0.00188081676512):0.00884283494833):0.00800323823718,(Sloth:0.0286313631651,Armadillos:0.0298203979513):0.00653477704791):0.100297249941):0.13184348409);
+(Chicken:0.200683834898,((((((Hyrax:0.116256868083,Elephant:0.0380072794168):0.0136744583945,Lesser_Hedgehog_Tenrec:0.0757357089314):0.0152092268668,(Armadillos:0.0330496450788,Sloth:0.0390897018537):0.0223747307328):0.00255549065834,((((Dog:0.0380707200472,Cat:0.0219888008619):0.0146010837503,((Megabat:0.026849094959,(Shrew:0.0812377176667,Microbat:0.0385531787149):0.0207936007114):0.0074741804449,(Dolphin:0.0235088724544,(Pig:0.0346116329606,(Cow:0.0431980682584,Alpaca:0.0323155644264):0.00294880915206):0.00313415983936):0.00994396974098):0.00246798483566):0.00165823867717,(Horse:0.037894764365,Hedgehog:0.137100615862):0.00546346949291):0.0118186651971,((((Guinea_Pig:0.0495811955458,Kangaroo_Rat:0.0678327630112):0.00709683048706,(Squirrel:0.0377275552318,(Mouse:0.0291923462182,Rat:0.0305524733839):0.116284752903):0.00823842575795):0.00774685443388,(Pika:0.0595468891827,Rabbit:0.0317487035181):0.0375754712606):0.0038912895723,(Tarsier:0.0516873435361,((Marmoset:0.0311370484253,((Orangutan:0.0152083457523,(Gorilla:0.00129651459821,(Human:0.00245267408963,Chimpanzee:0.0030493338097):0.00121090801175):0.00248508181011):0.00382150588066,Macaque:0.0111332008693):0.00577878387711):0.0137031584176,((Galagos:0.0612751243277,Mouse_Lemur:0.0229549694479):0.0047800435683,Tree_Shrew:0.183791419534):0.00190591845589):0.00370001159991):0.0016619546699):0.00626408623059):0.00747947925016):0.0885583652299,(Wallaby:0.0394521811681,Opossum:0.0396475744035):0.106106659053):0.0500235726093,Platypus:0.107980129272):0.200683834898);
+(Chicken:0.363547638048,(Platypus:0.281150828862,((Kangaroo_Rat:0.227154947424,(Squirrel:0.0671153562038,((Guinea_Pig:0.12219947807,(Mouse:0.0285161251895,Rat:0.0429846047319):0.085590856818):0.0140633344345,(((Pika:0.0858655571682,Rabbit:0.044473495109):0.0275024940273,(((Tarsier:0.0556802134764,((((Gorilla:1.85580720032e-06,(Chimpanzee:0.00352263735379,Human:0.00210876209409):1.85580720032e-06):0.00195715763511,Orangutan:0.0456676117485):0.00894974100682,Macaque:0.0174908800859):0.00817949575529,Marmoset:0.021105563553):0.0124318568927):0.00509050125734,(Mouse_Lemur:0.0382624798616,Galagos:0.0510280610378):0.00679236389045):0.00332142940613,((((Pig:0.134682668683,(Dolphin:0.0275396377239,Cow:0.0627157724198):0.00746789098307):0.00249029049972,Alpaca:0.0885204171047):0.0124760191532,((Horse:0.0767624652867,(Microbat:0.0405942950832,Megabat:0.0525907665956):0.00926098341272):0.00122479425368,((Shrew:0.11653369162,(Dog:0.0289418502698,Cat:0.0327153402309):0.0191229766832):0.00359470401594,Hedgehog:0.10121580374):0.00102357688644):0.00201060361489):0.00833002542791,(Lesser_Hedgehog_Tenrec:0.114841148989,(Elephant:0.023590024411,Hyrax:0.0905907317276):0.0271765866075):0.0153063247616):0.00703229766306):0.00231005504781):0.00188518271632,((Sloth:0.0488322211506,Armadillos:0.0405879799233):0.0160024505494,Tree_Shrew:0.0606139860793):1.85580720032e-06):0.00486065707291):0.00856501710121):0.0164564018957):0.0582168167265,(Opossum:0.040186539964,Wallaby:0.0490793403688):0.0637562719933):0.0711142632663):0.363547638048);
+(Chicken:0.0872510956827,(Platypus:0.0916288538349,(((Armadillos:0.0232895399499,Sloth:0.0265141705103):0.0062947219024,((((((Cat:0.0109115852854,Dog:0.02699168323):0.00646605982703,(Shrew:0.0549090853451,Hedgehog:0.0577385128521):0.00221771946408):0.00058852239009,(Horse:0.0267251866821,(Alpaca:0.0239421690218,(Pig:0.020842146481,(Cow:0.0318794216178,Dolphin:0.00796368324917):0.00660965147222):0.00270509379588):0.00698846088656):0.000757566101585):0.00111659914861,(Microbat:0.0276314885711,Megabat:0.0229243908415):0.00301268258327):0.0051566331974,(((Rabbit:0.0278450399236,Pika:0.0611711026038):0.0145936465378,(Kangaroo_Rat:0.0385707854864,(((Mouse:0.0148402720551,Rat:0.0292991044371):0.0587207832435,Guinea_Pig:0.0240753243326):0.00870220278605,Squirrel:0.0325047490768):0.00151051853278):0.00245728595295):0.000835398494625,((Tree_Shrew:0.0552870969104,(Marmoset:0.0152446328987,(Macaque:0.00417253367676,(Orangutan:0.00199286961427,((Gorilla:0.00198804193292,Chimpanzee:0.000543933950245):0.00200862822564,Human:0.00394477113939):0.00489498205984):0.00274365141538):0.00235501951006):0.00743395447991):0.00516839205442,((Galagos:0.0310090103588,Mouse_Lemur:0.0177229801708):0.00580934445442,Tarsier:0.0270569479657):0.00108522165996):0.00230590785071):0.00382110603812):0.00412040752982,(Lesser_Hedgehog_Tenrec:0.07681892226,(Hyrax:0.0352997058422,Elephant:0.0255963744333):0.00622402483904):0.00366942698962):0.00225650284946):0.0640034221309,(Opossum:0.0448248621967,Wallaby:0.0203584121407):0.0369839192823):0.0253256436945):0.0872510956827);
+(Chicken:0.0872523646315,(Platypus:0.0916301259207,(((Sloth:0.0265145897885,Armadillos:0.023289909088):0.00629479597571,((Lesser_Hedgehog_Tenrec:0.0768204862882,(Hyrax:0.035300420892,Elephant:0.0255969008558):0.00622397719316):0.0036696290263,((((Pika:0.0611721550847,Rabbit:0.0278455247986):0.014593882291,(Kangaroo_Rat:0.038571522695,(Squirrel:0.0325052334648,(Guinea_Pig:0.0240757198167,(Mouse:0.0148404490322,Rat:0.0292995961211):0.0587217346377):0.00870228559982):0.00151058896588):0.00245731687145):0.000835422642716,(((Marmoset:0.0152448737567,(Macaque:0.00417259735364,(Orangutan:0.00199289871858,(Human:0.00394484509718,(Gorilla:0.00198807233434,Chimpanzee:0.000543942780207):0.00200862237432):0.00489509096801):0.00274370255366):0.00235505447377):0.00743408515979,Tree_Shrew:0.0552879989092):0.00516849444974,(Tarsier:0.0270573707338,(Galagos:0.0310095302094,Mouse_Lemur:0.017723279285):0.00580940192562):0.0010852573422):0.0023059247951):0.00382112890082,((Microbat:0.0276318928733,Megabat:0.0229247321523):0.00301272976514,(((Dog:0.0269920866368,Cat:0.0109117340273):0.00646615984747,(Hedgehog:0.0577393219705,Shrew:0.0549096852912):0.00221783481722):0.000588532814399,((((Dolphin:0.00796380082548,Cow:0.0318799610589):0.00660978674886,Pig:0.0208424741514):0.00270512213928,Alpaca:0.0239425164456):0.00698856657087,Horse:0.0267255867517):0.000757572059446):0.00111661410035):0.00515670631913):0.00412046934232):0.0022565402445):0.064004430021,(Opossum:0.044825426684,Wallaby:0.0203588158256):0.0369843254961):0.0253261189247):0.0872523646315);
+(Chicken:0.136546931027,(Platypus:0.179266807368,((Wallaby:0.0742084449676,Opossum:0.0154310882909):0.0563039240019,(((Hyrax:0.129644086888,Elephant:0.031659251204):0.0143268807163,Lesser_Hedgehog_Tenrec:0.128650372269):0.0409400050467,((Sloth:0.0401945330851,Armadillos:0.0703578488285):0.00539384033009,(((((Kangaroo_Rat:0.132683890288,(Mouse:0.038105296902,Rat:0.0165828191058):0.10420602639):0.021357026115,(Squirrel:0.0570591934752,Guinea_Pig:0.123450064728):0.0015978986721):0.0135204598064,(((Shrew:0.329997957366,Rabbit:0.0479721226934):0.0264631661777,Pika:0.0898570404907):0.0829986291266,Tree_Shrew:0.103886397388):0.0235443949706):0.00722020890642,(Tarsier:0.0427092341119,((Marmoset:0.0283861371785,(Macaque:0.0102085121417,(Orangutan:0.00575016333401,(Gorilla:0.00143134576028,(Chimpanzee:0.00658928262202,Human:0.00182469940144):0.000171146114819):0.00603167067159):0.00319899297089):0.00809430176493):0.0234798973117,(Mouse_Lemur:0.0266103355474,Galagos:0.0456978386923):0.0164229849235):0.00207529168367):0.00654968462797):0.00714769766229,(Horse:0.0396169605171,(((Microbat:0.047595849708,Megabat:0.059835503721):0.0120860579436,(((Pig:0.0651120644546,Dolphin:0.0329684262625):0.00414757197852,Cow:0.0595758833579):0.0053884852643,(Hedgehog:0.189313098613,Alpaca:0.0227612515551):0.00742119716421):0.00975692022533):0.00323658354899,(Dog:0.0526762139792,Cat:0.0368973379242):0.0224968449919):0.00675354444647):0.0166734796818):0.0123173852589):0.00255899406954):0.117092071635):0.0630748039873):0.136546931027);
+(Chicken:0.0962057786784,((((Lesser_Hedgehog_Tenrec:0.121912841265,(Elephant:0.0247970277425,Hyrax:0.0528046634988):0.00627475514904):0.0157583040789,((Sloth:0.030639141293,Armadillos:0.0236870304191):0.0117810606426,(((Tree_Shrew:0.0506820568419,((Galagos:0.0443624057793,Mouse_Lemur:0.0123110676846):0.0113617905403,(Tarsier:0.0334895625167,(Marmoset:0.0190487929822,(Macaque:0.00926549680305,((Gorilla:0.00206666209068,(Human:0.00473629891953,Chimpanzee:0.00224099711542):0.00069270288697):0.00235139733674,Orangutan:0.0066390788931):0.0026306908598):0.00444484174803):0.0160250964103):0.00295332919304):0.00369348636522):0.00114317695241,((Guinea_Pig:0.0544832402943,((Kangaroo_Rat:0.066095903567,(Rat:0.0325671723434,Mouse:0.0312417881819):0.0626008124186):0.0105178198062,Squirrel:0.0432258565473):0.00148358181329):0.00640845292154,(Rabbit:0.0387544256894,Pika:0.0566856796269):0.0271900267401):0.00148040204008):0.00273987639206,(((Microbat:0.0633058799598,Megabat:0.0318241610842):0.0100337894072,(((Alpaca:0.0521655408767,((Dolphin:0.0215303597651,Cow:0.0376235570243):0.00646827245532,Pig:0.0347679516373):0.00296697102487):0.0107914080416,(Hedgehog:0.0744350347666,Horse:0.0196597718449):0.00322418581917):0.000383888684706,Shrew:0.0886761520204):0.000435098958772):0.000759807979492,(Cat:0.028430848992,Dog:0.0870898990636):0.00920563592386):0.00426228974108):0.00418604886634):0.00330750718834):0.0603937607064,(Wallaby:0.0307058542951,Opossum:0.037966745428):0.0564655354223):0.0239513314234,Platypus:0.144307625541):0.0962057786784);
+(Chicken:0.199796810723,(Platypus:0.201537316295,(((((Hyrax:0.10501974541,Elephant:0.0451963450468):0.0316943222706,Lesser_Hedgehog_Tenrec:0.167400430827):0.00983114630382,(Armadillos:0.0756595378885,Sloth:0.0685625499476):0.0267767875275):0.00594499947469,(((Pika:0.170949541065,Rabbit:0.0757359210191):0.0705864653424,((((Galagos:0.0879337114072,Mouse_Lemur:0.0548214689459):0.0135964151469,(Marmoset:0.0349718629994,(Macaque:0.0134672951683,(Orangutan:0.00326726698019,(Gorilla:0.00684618802512,(Chimpanzee:0.00294919459027,Human:0.00488066360111):0.00103060086267):0.00494195443167):0.00602603844384):0.0111160977497):0.033440776734):0.00692701689399,Tarsier:0.102366917184):0.0156760876188,(Tree_Shrew:0.111443952422,(((Mouse:0.064858341486,Rat:0.0353372424265):0.133890997176,Kangaroo_Rat:0.0979315353103):0.0115172399649,(Squirrel:0.096686096584,Guinea_Pig:0.309699051274):0.0116783220478):0.011291738737):1.59629207173e-06):0.00720517873077):0.00807878308857,(((Cat:0.0306106744805,Dog:0.15641086277):0.0379620242673,((Microbat:0.0498582966141,Megabat:0.0514130854864):0.0101379537554,(Shrew:0.203365404698,Hedgehog:0.0750407103774):0.0321725446815):0.00209122344249):0.00422583105747,(Horse:0.127368673363,(((Cow:0.0747271996394,Dolphin:0.0411039528561):0.0132138037828,Pig:0.04864252937):0.00556265644297,Alpaca:0.0426332868432):0.0260327456733):0.000809575142079):0.0132559950395):0.0101046253078):0.130144877085,(Opossum:0.0953789646792,Wallaby:0.0749079886358):0.136520826472):0.0899630675968):0.199796810723);
+(Chicken:0.131324902577,(Platypus:0.115931817925,(Wallaby:0.0243069979749,(((Cat:0.0121107086226,(Tarsier:0.0338299154439,((Tree_Shrew:0.0561925754091,Hedgehog:0.0806593403465):0.00909809874502,Guinea_Pig:0.0802306573812):0.00154441457567):0.0125595588154):0.00208467527621,((Shrew:0.0252299560508,Squirrel:0.0301103816857):0.00372833440828,((((Horse:0.168382201136,(Opossum:0.0849884309416,(Cow:0.0631492904817,Marmoset:0.0413893177713):0.00661696369303):0.013141169556):0.000996699950011,Dog:0.012660929514):0.0535181690978,((Armadillos:0.0191188605399,Sloth:0.0147552062362):0.0105502835479,((((Macaque:0.0105142417943,(Orangutan:0.00132658992773,(Gorilla:0.00921096762721,(Human:0.00343977892986,Chimpanzee:0.00328116592198):0.00154242613997):0.00321327128677):0.00573788783649):0.020027568981,(Lesser_Hedgehog_Tenrec:0.0463157372372,(Kangaroo_Rat:0.057722587663,(Rat:0.00578498230605,Mouse:0.00486393336124):0.0409934846526):0.0114663481255):1.18036861914e-06):0.00443076951761,(Hyrax:0.0303825007704,Elephant:0.0435911258335):0.00698518704561):0.0031513437166,(Mouse_Lemur:0.0218261026561,Galagos:0.0307123985234):0.00341459971514):0.00188863518615):0.00231423926746):0.00098178405633,((Rabbit:0.0674979164195,Pika:0.0444724914265):0.0362724413842,((Alpaca:0.165481804929,Pig:0.00902579360229):0.0135565886552,Dolphin:0.0340832806144):0.0201152089184):0.00239444781427):0.00227958012377):0.000951620155465):0.00227647521544,(Microbat:0.0456639755391,Megabat:0.0116443252161):0.00174774278949):0.0577004093402):0.0361601611508):0.131324902577);
+(Chicken:0.138823618105,(Platypus:0.124761119624,((Wallaby:0.058245750089,Opossum:0.0894647950929):0.0635302891276,(((Hyrax:0.0438326646869,Elephant:0.0225427542696):0.00923226056934,Lesser_Hedgehog_Tenrec:0.0632259081675):0.0233905224212,((Sloth:0.0273950875786,Armadillos:0.0314373406846):0.0198424626476,(((((Shrew:0.0819731916287,Hedgehog:0.0683855207368):0.0117900507808,(Microbat:0.0450399795019,Megabat:0.0317062161967):0.00461046241036):0.00124978229091,((Cat:0.0230214248935,Dog:0.0283422067495):0.0167614862885,(Alpaca:0.0286204019317,(Pig:0.029014780664,(Cow:0.0457680006489,Dolphin:0.0258725412755):0.00209511311335):0.00164322215273):0.00678853201473):0.0019907643939):0.000992361873737,Horse:0.0505872174639):0.00952853988043,((Tree_Shrew:0.0582115897044,((Mouse_Lemur:0.0192499388741,Galagos:0.0378396777709):0.00956229171156,(Tarsier:0.0404438996303,((Macaque:0.0099012168913,(Orangutan:0.00535207301023,((Human:0.00116559815967,Chimpanzee:0.00345913093828):0.000365508014314,Gorilla:0.00213051053932):0.00378421377497):0.00282542906258):0.0065511080908,Marmoset:0.0317484272539):0.015628363614):0.00257237532525):0.00479444753759):0.000310501916524,((Guinea_Pig:0.0673025701483,((Squirrel:0.0465008694918,Kangaroo_Rat:0.0649554900266):0.0052290511906,(Rat:0.0255108717256,Mouse:0.0194514390384):0.0658774751453):0.0015820378649):0.00709855763343,(Pika:0.0645668029286,Rabbit:0.0317956011589):0.0251915017114):0.00375880988861):0.0104804450039):0.0070513719134):1.95421506142e-06):0.106416578768):0.0602166716918):0.138823618105);
+(Chicken:0.196701853164,(Platypus:0.407387382193,((Wallaby:0.0231945949907,Opossum:0.0315567115582):0.0527506093543,((((Microbat:0.0344103259375,Megabat:0.023627260884):0.0107141745171,((Alpaca:0.0360915979034,(Pig:0.0395434782156,(Dolphin:0.0198075628338,Cow:0.0666766569168):0.00551695782424):0.00344261681603):0.00975102560877,(Horse:0.0384158750454,((Hedgehog:0.101062312643,((Rabbit:0.0505693526325,Pika:0.0709272755872):0.03677780636,(Shrew:0.0719449241481,Kangaroo_Rat:0.212936542042):0.114744474945):0.115318624564):0.0726916618571,(Cat:0.0407347324237,Dog:0.0567229717112):0.0122318074804):0.0223122950612):0.00402528366142):0.00206988682226):0.0083210614037,((Squirrel:0.046191274716,((Rat:0.0199748883756,Mouse:0.0297704657747):0.102669545444,Guinea_Pig:0.102480955483):0.00945561634485):0.0144825333132,((Marmoset:0.0191212860098,(Macaque:0.0103879240796,(Orangutan:0.00437617659012,(Human:0.00442145325232,(Chimpanzee:0.00175708745233,Gorilla:0.00362545714968):0.00110118553492):0.00217207022533):0.00225447243588):0.00740193517096):0.035172162693,((Mouse_Lemur:0.0384666679737,(Galagos:0.0547965630932,Tree_Shrew:0.074679231078):0.00885060089216):0.00833074046201,Tarsier:0.0353296299907):0.00276277803724):0.00250654984477):0.00391989907067):0.0068880658741,((Sloth:0.0226328967176,Armadillos:0.0338303585822):0.0246655436126,((Elephant:0.0246964803932,Hyrax:0.0458746681103):0.00896902595949,Lesser_Hedgehog_Tenrec:0.0682043744053):0.014573307002):0.00453447225139):0.104015367597):0.0506834376577):0.196701853164);
+(Chicken:0.144972399636,((((Lesser_Hedgehog_Tenrec:0.0757140525287,(Hyrax:0.0568372446221,Elephant:0.0294584802592):0.0105192530653):0.00812394417349,(((((Dog:0.0281035660362,Cat:0.0337154382458):0.0166160351312,((Alpaca:0.0340375787415,(Pig:0.0333037739513,(Dolphin:0.0158518134606,Cow:0.0611840022912):0.00691495172756):0.00129328400033):0.0107103601379,(Horse:0.0313313925093,(Megabat:0.0319723258273,Microbat:0.0477518211237):0.00344109633304):0.0019869592112):0.00129405489796):0.00341832860872,(Hedgehog:0.078329108981,Shrew:0.160927904597):0.00949161987807):0.0059390619067,((((Mouse_Lemur:0.0309005144091,Galagos:0.0379205901305):0.00640653400523,Tarsier:0.0474003058084):0.00229094090182,(Marmoset:0.020544951619,((Orangutan:0.00593194665644,(Gorilla:0.00394173418945,(Chimpanzee:0.00190892861256,Human:0.00324527575369):0.00131510841985):0.00487670280018):0.00584102440482,Macaque:0.0461585307709):0.00758987015781):0.0259952156241):0.00256743335509,((Tree_Shrew:0.0538373568713,(Rabbit:0.0409441551748,Pika:0.0869667050506):0.0463451099523):0.00895049001118,(Squirrel:0.0493332146423,(Guinea_Pig:0.0971080538342,(Kangaroo_Rat:0.0628206060136,(Rat:0.0304945785579,Mouse:0.0315378644879):0.0519652339797):0.00510860481169):0.00349453851041):0.0110639231165):0.00449518270061):0.00725625138711):0.00568403936962,(Sloth:0.0350006513905,Armadillos:0.0290003592399):0.0158063392489):0.00702045500467):0.0760247967073,(Wallaby:0.0597158705145,Opossum:0.0558919508086):0.0756028624035):0.053044530943,Platypus:0.0853503948844):0.144972399636);
+(Chicken:0.202357867943,(Platypus:0.137576863521,((Wallaby:0.0653812869669,Opossum:0.0803461657319):0.146047199856,(((Lesser_Hedgehog_Tenrec:0.0674340397419,(Elephant:0.0361022553955,Hyrax:0.0588677536453):0.00432504129622):0.0134983845821,(((Shrew:0.0821223402419,Hedgehog:0.179392961593):0.010347392608,((Dog:0.0312265598806,Cat:0.0258086863606):0.0188255407513,((Alpaca:0.0271482309632,(Pig:0.0470974672554,(Cow:0.0464074817642,Dolphin:0.0266311314683):0.00446870714838):0.00182682407257):0.0109118788958,((Microbat:0.0428727266401,Megabat:0.0422066117472):0.00627889013645,Horse:0.0369538409328):0.000949530237867):0.00110228465684):0.00323395891049):0.00392907474765,(Tree_Shrew:0.0658210672012,(((Tarsier:0.0647442306579,(Galagos:0.0527127050817,Mouse_Lemur:0.0313252965128):0.0152492008629):0.00275432656611,(Marmoset:0.0806691204671,(Macaque:0.01097456148,(Orangutan:0.00363848150641,(Gorilla:0.00116543254443,(Chimpanzee:0.00166164938519,Human:0.0022221811639):0.00143167933849):0.00194272728902):0.00525893192282):0.00590125272383):0.0237820872076):0.00355228057592,((Kangaroo_Rat:0.076282201517,(((Mouse:0.0333152806348,Rat:0.10740130302):0.0906253563392,Guinea_Pig:0.0898189598036):0.00996594146453,Squirrel:0.0739628807899):0.000680329101382):0.00580642731615,(Rabbit:0.0334616491338,Pika:0.0792153908663):0.033094706299):0.00375004563859):0.000430996648422):0.00442153136386):0.006336237781):0.00338052656522,(Sloth:0.0326858305206,Armadillos:0.0365903242565):0.0107157494454):0.0812197469351):0.0505018364964):0.202357867943);
+(Chicken:0.138116050164,(Platypus:0.256648180042,(((Rat:0.0364953476503,Mouse:0.0283754218546):0.0816941856504,(Kangaroo_Rat:0.0596548708614,(Guinea_Pig:0.0944194335038,((((((Dog:0.0255209026227,Cat:0.0495368951655):0.0104617033973,(Microbat:0.0549420944456,(Hedgehog:0.0751355404828,Shrew:0.10461243946):0.0229707602726):0.00340689459629):0.0048144244818,(((Dolphin:0.0241739155556,Cow:0.0350904483434):0.00746090036596,(Alpaca:0.0327240587319,Pig:0.0355205041445):0.00301395894225):0.0110006806204,(Megabat:0.0432177038125,Horse:0.0332461984143):0.000263064331422):0.002603146456):0.00670815073841,(((Hyrax:0.0481025471706,Lesser_Hedgehog_Tenrec:0.0759651205976):0.00375168125389,Elephant:0.0340181311317):0.0120819310964,(Sloth:0.0319943698634,Armadillos:0.0313410464514):0.0136703942209):0.00686079394671):0.009309773265,(Tree_Shrew:0.0566036608379,(((Mouse_Lemur:0.022402883029,Galagos:0.0409015056315):0.0151986233731,((Marmoset:0.0259910900695,(Macaque:0.030534753775,((Chimpanzee:0.00167711136381,(Human:1.87597354583e-06,Gorilla:1.87597354583e-06):0.000558493232741):0.00213049687207,Orangutan:0.00406469077074):0.00294449096255):0.00353907997891):0.0170565604694,Tarsier:0.0601637098428):0.00324577463959):0.00341843127119,(Rabbit:0.0286472687339,Pika:0.053354045772):0.033380154059):0.000302771067914):0.00115564583169):0.0093026368237,Squirrel:0.0342943456698):0.0182536121809):0.0073158075419):0.0297825626965):0.261329978424,(Opossum:0.0895507418272,Wallaby:0.0740134183018):0.0572399588183):0.0345951602989):0.138116050164);
+(Chicken:0.215188695441,((((Elephant:0.0440293923534,(Lesser_Hedgehog_Tenrec:0.226713838434,Hyrax:0.0994204899978):0.044296154863):0.128421789508,(((Microbat:0.069238018862,(Horse:0.0700401520984,((Dog:0.0884031286749,Cat:0.0756719353292):0.0422548477074,(((Alpaca:0.0716680725708,(Pig:0.0912670214839,((Shrew:0.131474624645,Hedgehog:0.133287218085):0.169677003762,Cow:0.0761114928873):0.052770500195):0.0208767384234):0.0126772084363,Dolphin:0.0543969466692):0.0384043119109,Megabat:0.0988592838219):0.0104806916943):0.00559519884714):0.00988072556531):0.0331029770808,((((Mouse_Lemur:0.0419466527679,Galagos:0.091629502118):0.024769936558,(((Macaque:0.0540864298051,((Chimpanzee:0.00426312915912,(Human:0.00391930633237,Gorilla:0.00410119562655):0.000617775554882):0.00379458425642,Orangutan:0.0049940796871):0.00643776847585):0.013823789846,Marmoset:0.0448072014009):0.035942549122,Tarsier:0.0944567981035):0.00674143735979):0.00654464493509,Tree_Shrew:0.140168565171):0.00431963059585,((Rabbit:0.112827148277,Pika:0.117914058257):0.0549020312099,(Squirrel:0.0999074771189,(Guinea_Pig:0.235365657862,(Kangaroo_Rat:0.111814421727,(Mouse:0.0300093345217,Rat:0.0414553794106):0.119457789912):0.0184615083465):0.00908440870896):0.016786220028):0.0109160165023):0.0232520104854):0.0118757357456,(Armadillos:0.129472791639,Sloth:0.05930828677):0.0537299315377):0.00544732369271):0.133231822846,(Wallaby:0.065981321721,Opossum:0.0694177386098):0.120652474421):0.0480419625986,Platypus:0.186325838185):0.215188695441);
+(Chicken:0.13584727215,((((Armadillos:0.0465433015367,Sloth:0.0503653686275):0.014277510212,((Lesser_Hedgehog_Tenrec:0.126849881217,(Hyrax:0.0741457911966,Elephant:0.0280058691228):0.00744411965323):0.0204732340103,((((Rabbit:0.0425543802795,Pika:0.0780189547946):0.0339531089783,((Kangaroo_Rat:0.0722011924106,Guinea_Pig:0.226510869803):0.00215200684797,(Squirrel:0.0661703931029,(Mouse:0.0399039819009,Rat:0.0293418731973):0.0873507546264):0.00366168966386):0.00621553396599):0.00617499086705,(((Marmoset:0.0293053394594,(Macaque:0.0151740648804,(Orangutan:0.0061550164907,(Gorilla:0.00354285193088,(Chimpanzee:0.00558757000883,Human:0.00493997769978):2.48490723887e-06):0.00251883179544):0.00452101870697):0.00418041985339):0.0205687505927,(Mouse_Lemur:0.0638253054542,(Tarsier:0.098376395202,Galagos:0.0456263827918):0.0065600371775):0.00236541553871):0.00470926376016,Tree_Shrew:0.0594594934615):0.000867721390477):0.00529707766122,(Shrew:0.122442375318,((Dog:0.0834715572247,Cat:0.0108682643736):0.0103035080048,((Cow:0.0544406304837,((Pig:0.0525846284582,Alpaca:0.0525549606846):2.48490723887e-06,Dolphin:0.0436844635287):0.00170060198599):0.00745623303043,((Microbat:0.0558693438183,Megabat:0.0380338536351):0.00737257155763,(Hedgehog:0.209784828315,Horse:0.0360563395463):0.00296078145846):0.000575108947467):0.00472723559049):0.00149142472478):0.0024622639283):0.00642680625648):0.00563130157912):0.0964762656762,(Wallaby:0.0866265384848,Opossum:0.0384878732735):0.112750654013):0.035498522871,Platypus:0.130472830039):0.13584727215);
+(Chicken:0.229344839132,(Platypus:0.321843014599,(((Armadillos:0.0637748424119,Sloth:0.0495988342449):0.017626032885,((Lesser_Hedgehog_Tenrec:0.137528769776,(Hyrax:0.0663428400692,Elephant:0.0361223818962):0.013881633074):0.0273763796478,(((Tree_Shrew:0.0953793984909,((Squirrel:0.0680653665287,((Guinea_Pig:0.200045523849,(Rat:0.0876410356529,Mouse:0.0603105596431):0.155438278006):0.0194713616992,Kangaroo_Rat:0.126724359263):0.00440214785294):0.0118834364039,(Pika:0.129713931884,Rabbit:0.0531333005487):0.051541662285):0.00672769474939):0.00194858255781,((Mouse_Lemur:0.0809281241346,Galagos:0.0626772642658):0.019119414406,(Tarsier:0.137653611948,(Marmoset:0.0294463120108,(Macaque:0.0118060029929,(Orangutan:0.00765955330681,(Gorilla:0.00301642829751,(Human:0.00315581522356,Chimpanzee:0.00380069605786):0.00171888148048):0.00300898546314):0.0059415044155):0.0050779712368):0.0266648931781):0.00836722132754):0.00949843348834):0.00855281785326,((((Megabat:0.0504708915206,Microbat:0.052401278909):0.0134058488407,((Dog:0.082364693523,Cat:0.0518138430272):0.0197049606872,(Alpaca:0.0541637145606,((Dolphin:0.0298322573888,Cow:0.0660101292479):0.00630915265264,Pig:0.090702431834):0.0013510964519):0.012372366826):0.000986016274708):0.00218094407652,Horse:0.0515473682921):0.00453914240829,(Shrew:0.159745979298,Hedgehog:0.143796531397):0.0202980628081):0.00495305331186):0.00488229732612):0.00287336690584):0.122614509978,(Opossum:0.0807532997074,Wallaby:0.0836880515376):0.15228476475):0.0731473647811):0.229344839132);
+(Chicken:0.430320234036,(((Wallaby:0.0510762484528,Opossum:0.0854234617626):0.150552807254,Platypus:0.368004645973):0.0248260058803,(((Sloth:0.0358731189745,Armadillos:0.0511958926355):0.0314290773308,(((Cat:0.0573420852504,Dog:0.0538916456836):0.0207869777244,((Shrew:0.100393412098,Hedgehog:0.146763772991):0.0341067676705,((Alpaca:0.0420407488197,(Pig:0.079914255615,(Cow:0.0607751995619,Dolphin:0.0237705299734):0.00552436471001):0.00615685896142):0.0146927137155,(Horse:0.0556994322257,(Megabat:0.075152137127,Microbat:0.10235520483):0.0307661044694):0.00592814942334):0.00332963376172):0.00454534708255):0.0230795532392,(((((Guinea_Pig:0.208896824136,(Rat:0.174797218679,Mouse:0.0635210525468):0.117385758868):0.0220568311715,(Squirrel:0.0893424041108,Kangaroo_Rat:0.0865803159754):0.001898136283):0.0119831124417,(Rabbit:0.0316578031688,Pika:0.0843333394754):0.0381138955798):0.0104740711599,((Galagos:0.0822936512346,Mouse_Lemur:0.0265028135195):0.02591495693,(Tarsier:0.0659737109658,(Marmoset:0.0316562431824,(Macaque:0.0527039933415,(Orangutan:0.00727685747737,(Gorilla:0.00272704149559,(Chimpanzee:0.00485021306424,Human:0.000803522848304):2.06738142604e-06):0.00248749187953):0.00936711459296):0.00962705820059):0.0334685662986):0.0195798492248):0.00693416824567):0.00528500790665,Tree_Shrew:0.0801576285526):0.00903433744004):0.00750368477559):0.00426213299252,((Elephant:0.0373568210891,Hyrax:0.160477699465):0.0180380591381,Lesser_Hedgehog_Tenrec:0.0982125995031):0.0331854104247):0.147618407988):0.430320234036);
+(Chicken:0.108706903669,(Platypus:0.153228656051,((((Tree_Shrew:0.0711370976005,((((Kangaroo_Rat:0.108551835681,(Mouse:0.0322898289718,Rat:0.0236008453893):0.0702775450009):0.00903480460216,(Guinea_Pig:0.0770915500242,Squirrel:0.0620994838496):0.00656955753051):0.00670921947306,(Rabbit:0.0436796819387,Pika:0.0622951914371):0.0247635217143):0.00265966173514,((Tarsier:0.0560392618913,(Marmoset:0.0240576980434,(Macaque:0.00990406360788,(Orangutan:0.00775892781407,(Gorilla:0.00189117424609,(Chimpanzee:0.00444284906666,Human:0.00258434416461):0.000601260181458):0.00387349725595):0.00394031558934):0.00539227712734):0.0207467233029):0.00517278215203,(Mouse_Lemur:0.0301979892866,Galagos:0.0407098620631):0.012919677895):0.00433964678037):0.000350448271004):0.00948766270021,(((Lesser_Hedgehog_Tenrec:0.100549755871,(Elephant:0.0284494315718,Hyrax:0.0572408006959):0.0142708713243):0.0123990385591,(Sloth:0.0435966775568,Armadillos:0.0410212843859):0.018658565901):0.00822572193466,(((Alpaca:0.0455554696895,Pig:0.0523686780579):0.00920109527328,(Cow:0.0445750293698,Dolphin:0.0288701518934):0.00434539244161):0.0118951571892,((Cat:0.0462648710197,Dog:0.0385886295294):0.0136712602886,((Microbat:0.0800612060965,Megabat:0.0432918906813):0.025426606617,Horse:0.0322337690323):0.00374490130546):0.00382198864026):0.00768196377547):0.00791558972782):0.00373080926337,(Shrew:0.0773469326709,Hedgehog:0.0885843351215):0.00849564095726):0.142705882378,(Opossum:0.0381365365488,Wallaby:0.0447703363769):0.0796145287404):0.0360826404926):0.108706903669);
+(Chicken:0.195293169358,(Platypus:0.182100177169,((Wallaby:0.103168723478,Opossum:0.134974272367):0.145103225874,(((((Pika:0.282847430702,Rabbit:0.101552307532):0.149173235495,(Tree_Shrew:0.0933518948147,(Squirrel:0.101689274219,((Kangaroo_Rat:0.15303896781,(Rat:0.0918072700609,Mouse:0.0368561890737):0.140879920679):0.0299251931667,Guinea_Pig:0.12885651124):0.0160264766123):0.0121728608436):1.60075792712e-06):0.00552497496058,(((Mouse_Lemur:0.0969940808619,Galagos:0.0940766969179):0.0356049667729,(Marmoset:0.0444451888935,(Macaque:0.0111754265868,((Gorilla:0.00616596046252,(Chimpanzee:0.00458695390915,Human:0.0035078821932):0.00145299400751):0.00426412220347,Orangutan:0.00810928671233):0.00661725470863):0.00894586585078):0.0349403420252):0.00691801368068,Tarsier:0.0733320535064):0.0137190122676):0.0094022113278,(((Horse:0.0735848167355,(Dog:0.0602448603237,Cat:0.0665082096583):0.0265852455862):0.00949150474724,((Hedgehog:0.133745404869,Shrew:0.182942724281):0.0325784533553,(Alpaca:0.123801118689,((Cow:0.0608797866805,Dolphin:0.0351624647042):0.00532614773328,Pig:0.0534804531751):0.00339959012358):0.0173844795888):0.0103591096214):0.00418308058768,(Microbat:0.0824933382961,Megabat:0.065859399396):0.0150847929586):0.0197212952644):0.014488520991,((Lesser_Hedgehog_Tenrec:0.142107942286,(Hyrax:0.0964852514765,Elephant:0.0390127430016):0.00950191830806):0.0189534647076,(Sloth:0.113629385079,Armadillos:0.109999085308):0.0789218872158):0.0109767763506):0.127609306327):0.0909856141398):0.195293169358);
+(Chicken:0.22114193147,(((((Sloth:0.044836779099,Armadillos:0.0624781655119):0.0202444711691,(Lesser_Hedgehog_Tenrec:0.16435751128,(Hyrax:0.0761296507799,Elephant:0.0448144450647):0.00879792083513):0.025990620558):0.00636551848767,((((Megabat:0.0646606978107,Microbat:0.0615283226454):0.00794058452118,(Horse:0.0572635133731,(Hedgehog:0.123885638295,(Cat:0.0595079073259,Dog:0.0595468906886):0.0189569213471):0.00488533614292):0.0030477537654):0.00176998625841,((Cow:0.0475234144031,Dolphin:0.0510862282568):0.00915191684232,(Alpaca:0.0446657538141,Pig:0.0865797398007):0.0125913505655):0.0108338086403):0.0122259866003,((((Mouse:0.0408207569229,Rat:0.0453692426702):0.0962817380385,Kangaroo_Rat:0.0771306164332):0.00924624799193,(Guinea_Pig:0.111611643551,Squirrel:0.0945305957054):0.000270036712975):0.0224670076736,((Tree_Shrew:0.101773169144,(Shrew:0.143787514898,(Pika:0.0993495345535,Rabbit:0.0598033167609):0.0462371351406):0.0129623229327):0.00219012958251,((Mouse_Lemur:0.0581888695599,Galagos:0.0784671436624):0.0141798538353,(Tarsier:0.0648851239044,(Marmoset:0.0447076032011,(Macaque:0.0578277566846,((Human:0.00433487067454,(Gorilla:0.00753427301169,Chimpanzee:0.00494507850263):0.00048777138289):0.00979860896635,Orangutan:0.00944909379619):0.00371881149633):0.0185779330784):0.0561678643463):0.0156130106866):0.00863180681648):0.00440554180729):0.0116449216449):0.00654164491712):0.251572902957,Platypus:0.174955569224):0.0475017488143,(Opossum:0.0593780889403,Wallaby:0.0641971359451):0.123828300179):0.22114193147);
+(Chicken:0.430887253724,(((Wallaby:0.0844048244736,Opossum:0.0867676240694):0.207009022205,Platypus:0.351741857953):0.0622310888138,(((Sloth:0.0604398937166,Armadillos:0.103731286742):0.0384739219807,(((Tree_Shrew:0.128870264998,((Galagos:0.0715447479194,Mouse_Lemur:0.0532528587849):0.0374693918528,(Tarsier:0.0922503033464,(Marmoset:0.0566035622909,(Macaque:0.0135253152607,((Gorilla:0.00692686455473,(Human:0.00323732306104,Chimpanzee:0.00341217289555):0.00148864588332):0.00286581689726,Orangutan:0.00780267968846):0.0110312049627):0.0125944663983):0.0481151067141):0.00723165258848):0.00815703707811):0.00523802489963,(((Kangaroo_Rat:0.157892192021,((Rat:0.0569734527408,Mouse:0.0879975162384):0.183185566435,Guinea_Pig:0.150329506075):0.0111068171659):0.00928703597326,Squirrel:0.13023317936):0.0141732818226,(Rabbit:0.0627002769754,Pika:0.13830640606):0.0647894349755):0.00824448913208):0.0109859357145,((Hedgehog:0.162782403402,Shrew:0.160737154493):0.0428401912256,((Horse:0.0706467648863,(Microbat:0.0770251849098,Megabat:0.0539940149916):0.013816341422):0.00602235033535,((Dog:0.0597523296903,Cat:0.0427711489926):0.0323790416677,(Alpaca:0.0653265734288,((Cow:0.0645413767066,Dolphin:0.0462073859221):0.0137496783886,Pig:0.0740105880798):0.00557859376846):0.023819847665):0.000692168741611):0.0048626200362):0.0113449046857):0.0113842298698):0.00584970708141,(Lesser_Hedgehog_Tenrec:0.162679803785,(Hyrax:0.0834440781003,Elephant:0.0476513008675):0.0306291686216):0.0326689238065):0.189731453491):0.430887253724);
+(Chicken:0.188633046695,((((Lesser_Hedgehog_Tenrec:0.103725570487,(Elephant:0.0348002712693,Hyrax:0.0594076830026):0.00896099844629):0.0134396395826,((Armadillos:0.0531817654518,Sloth:0.0383778237702):0.0194360653192,((((Microbat:0.0605321553681,Megabat:0.042127024367):0.00852592338624,(Horse:0.0399376543878,((Dog:0.0498348630903,Cat:0.0674015917281):0.0247286623219,(((Cow:0.0379977830172,Dolphin:0.0203311798009):0.00223666626297,Pig:0.0782924873025):0.00536932219434,Alpaca:0.0500960275283):0.0110356532567):0.00104047103503):0.000468743823519):0.00231611616383,(Hedgehog:0.0828049734461,Shrew:0.11513918598):0.0118378765522):0.0072096744115,(((Pika:0.0830310071831,Rabbit:0.0471292979447):0.0352430636566,(Squirrel:0.065289190005,(Guinea_Pig:0.0869292310939,((Mouse:0.0425590213557,Rat:0.0510051160415):0.100899824999,Kangaroo_Rat:0.0752542431128):0.00938031851383):0.00165697569932):0.00799211205266):0.00354703872561,(Tree_Shrew:0.0756943441971,(Tarsier:0.067765101136,((Marmoset:0.0318593865609,(Macaque:0.0110917468702,(Orangutan:0.00511810533019,((Chimpanzee:0.00237399836566,Human:0.00183655846152):0.00119221271199,Gorilla:0.00263600501914):0.00343684587612):0.00362637045519):0.00830033096281):0.021798594254,(Mouse_Lemur:0.0315520621506,Galagos:0.0499606482963):0.00930306733802):0.00164296084253):0.00481448617809):0.000916122511818):0.00653630706366):0.00801309260849):0.00217595428507):0.0902736752233,(Wallaby:0.0398653588427,Opossum:0.057419907084):0.0963565152889):0.0260126661412,Platypus:0.189134493652):0.188633046695);
+(Chicken:0.0770923453665,(Platypus:0.374859526361,((Wallaby:0.0537729113948,Opossum:0.0402207311688):0.0773164702617,(Lesser_Hedgehog_Tenrec:0.0372294696243,(Hyrax:0.0506733460578,((((((Alpaca:0.0249529013696,(Cat:0.0311070663219,Dog:0.0351991643586):0.0145955800708):0.00352732027106,((Megabat:0.0214966932789,(Hedgehog:0.0591689347873,Shrew:0.0529149970732):0.010283351139):0.00456781548221,((Cow:0.0281720843369,Dolphin:0.0119717567345):0.00625977045167,Pig:0.0300376920979):0.00321916487427):0.00123471526934):0.000489877671284,(Microbat:0.0236367098042,Horse:0.0249439769865):0.0016323019508):0.00307479962176,((Tarsier:0.0318106605332,(((Tree_Shrew:0.0570434800827,Galagos:0.0527420980755):0.00158557550844,Mouse_Lemur:0.0221167755405):0.00158143888707,(Marmoset:0.0144121847911,(Macaque:0.00712634188619,(((Orangutan:0.00269440944454,Chimpanzee:0.00370057563083):1.92520094835e-06,Gorilla:0.00643643265257):1.92520094835e-06,Human:0.00106552887448):1.92520094835e-06):0.00247671783024):0.0167590610798):0.000195313602597):0.00308235002973,(((Squirrel:0.0299937885524,((Rat:0.0267377154036,Mouse:0.0325267522895):0.0637269390601,Kangaroo_Rat:0.0770472737348):0.00454906268322):0.00120465429524,Guinea_Pig:0.0578350564973):0.00551204771201,(Pika:0.0812335237915,Rabbit:0.0272691677432):0.0098347211832):0.00221087597429):0.00592551897383):0.00108664733284,(Armadillos:0.043008250662,Sloth:0.0663750224254):0.0180671852608):0.00875544836952,Elephant:0.0192260572592):0.00872616792062):0.0173098720442):0.0980189363669):0.0734323962366):0.0770923453665);
+(Chicken:0.189781919484,(((Wallaby:0.0546174542359,Opossum:0.0484925948579):0.0925357384544,Platypus:0.159812742205):0.0337737065431,((Armadillos:0.157476296933,Sloth:0.0353390685413):0.0233715764019,(((Elephant:0.0777873461072,(Lesser_Hedgehog_Tenrec:0.12491510916,Hyrax:0.109984280281):0.0208908167478):0.0335018728372,((((Cat:0.148158473995,Dog:0.0880580115496):0.0556814918841,(((Guinea_Pig:0.273283023671,Microbat:0.131413467838):0.024203772352,Shrew:0.14027130811):0.0332077213885,Hedgehog:0.143834960225):0.0146464989707):0.0202131168502,Horse:0.0925580225808):0.0112001513101,(Megabat:0.0979167564716,(((Dolphin:0.0420416165372,Cow:0.158257811932):0.00801171365251,Pig:0.092721307654):0.0124402402979,Alpaca:0.0516398372528):0.0262146668869):0.00506003918135):0.0239770916993):0.0135437759381,((((Rabbit:0.0756865101169,Pika:0.109138534933):0.0820395332841,(((Mouse:0.0421440729919,Rat:0.0508959544631):0.0893333188424,Kangaroo_Rat:0.0881804588081):0.0117448542923,Squirrel:0.0557585449644):0.0079356555219):0.00400192742177,Tree_Shrew:0.0845632675215):0.0020929563096,((Mouse_Lemur:0.0519720367256,Galagos:0.0761726663553):0.021091973199,(((Orangutan:0.00372682084267,((Chimpanzee:0.00480395186911,Human:0.0038516731971):0.00167536676797,Gorilla:0.00248747648806):0.00348478822255):0.00284811844389,(Marmoset:0.0245544967733,Macaque:0.0123772112427):0.00506317623633):0.0318833779813,Tarsier:0.054441229451):0.00579098214405):0.00515453901348):0.011525452706):0.0050473210504):0.0867635472705):0.189781919484);
+(Chicken:0.112115224219,(((Wallaby:0.0575788942635,Opossum:0.0340147802104):0.037770297039,Platypus:0.124015399409):0.0209808162876,((((Armadillos:0.0211619415923,((((((Galagos:0.0203796702476,(Kangaroo_Rat:0.0493659397276,(Pika:0.0358880935761,Rabbit:0.00919154461572):0.0177678048386):0.00343211790173):2.06963471133e-06,Sloth:0.0290386476033):0.00206065332752,Squirrel:0.0347799007844):2.06963471133e-06,Guinea_Pig:0.0540820218092):0.00090209004647,(Mouse:0.010657767489,Rat:0.0174547326312):0.0497322804079):0.00136996148355,(Tarsier:0.019256486649,(Mouse_Lemur:0.0169367756349,(Marmoset:0.0135584191962,((Orangutan:0.0109495202964,(Gorilla:2.06963471133e-06,(Human:0.0015016148211,Chimpanzee:2.06963471133e-06):2.06963471133e-06):0.00152575052799):0.000564751405605,Macaque:0.00777389672066):0.00212145040938):0.00957270480566):0.00445221071481):0.000771773967683):0.00438720979451):0.0010911215319,Tree_Shrew:0.0273069848595):0.00287427403979,(Lesser_Hedgehog_Tenrec:0.0682734508007,((Horse:0.0135685106842,((Alpaca:0.0159567672499,(Pig:0.0200389190974,(Dolphin:0.0170396658031,Cow:0.0437461860956):0.00349525309362):0.00147990736345):0.00392359406913,((Cat:0.0109879284007,Dog:0.0139553950274):0.00304407574896,(Shrew:0.0588152034556,Hedgehog:0.0514984986472):0.00675802596463):0.00415141289254):0.00208996427873):0.00153691323875,(Megabat:0.0162315006053,Microbat:0.0249538033035):0.00673030127657):0.00350629635773):0.00245341309282):0.00748316490487,(Hyrax:0.0305652765918,Elephant:0.00904932259013):0.00377741952377):0.0542730441116):0.112115224219);
+(Chicken:0.240544790936,((Platypus:0.246541240589,(Wallaby:0.0537955259826,Opossum:0.0559653021981):0.059511773218):0.0308917628145,((Armadillos:0.0465300553092,Sloth:0.0522728261183):0.0304727769094,(((((Tarsier:0.056331092836,(Marmoset:0.0331516287567,(Macaque:0.0234354777691,(Orangutan:0.00589577415848,(Gorilla:1.62325706612e-06,(Chimpanzee:0.00143893832229,Human:0.00289003100312):0.00143809227076):0.00279406889762):0.00794066900462):0.00856566923787):0.0319730179158):0.0165919130664,(Rabbit:0.0789165601809,(Squirrel:0.0835016610376,(Kangaroo_Rat:0.115260651852,Guinea_Pig:0.0943025566652):0.0166593089954):0.00705364699134):0.00577436849995):0.000762034795724,((Horse:0.0385826990135,Megabat:0.0681858166497):0.00395797881977,(((Shrew:0.157779265326,((Dog:0.061473835538,Cat:0.0497468173491):0.0247987649627,(Pig:0.0756304972882,(Alpaca:0.054360845937,(Dolphin:0.0312717655978,Cow:0.0544141913127):0.0113778854955):0.00179092940924):0.0065011519418):0.00341737632859):0.00598104597832,Microbat:0.0907320189817):1.62325706612e-06,Hedgehog:0.122093537986):0.00466816358889):0.0147466098933):0.00334226855389,(Galagos:0.0721043713297,Mouse_Lemur:0.0462622914317):0.0203177969761):0.00434614560776,((((Elephant:0.0442282358449,Hyrax:0.115743132616):0.013281323297,(Lesser_Hedgehog_Tenrec:0.228738109184,Pika:0.224585627231):0.0174345120763):0.0121055001357,Tree_Shrew:0.215151307727):0.0106377538477,(Rat:0.0348927874758,Mouse:0.0267517191762):0.141471193796):0.013786637833):0.000640945686462):0.0701742643131):0.240544790936);
+(Chicken:0.218585691635,(Platypus:0.254769945862,(((Lesser_Hedgehog_Tenrec:0.0935642653046,(Hyrax:0.0541549023768,Elephant:0.0270834333981):0.00896137626867):0.0174032057237,(((((Tarsier:0.0592556497173,(Marmoset:0.0251872217862,(Macaque:0.0138179248834,(Orangutan:0.00473423450161,(Human:0.00311793222376,(Chimpanzee:0.0016741369046,Gorilla:0.00201551388788):1.26302221581e-06):0.00353707369011):0.00446915346016):0.00433090114686):0.0246854731196):0.00359893277011,(Galagos:0.0467284317496,Mouse_Lemur:0.0248771856857):0.0106610635632):0.00940524875852,(((Rabbit:0.0915412763821,Pika:0.136185775687):0.0640807645368,(Squirrel:0.0653544272859,(Guinea_Pig:0.0973763173323,((Mouse:0.0401035447082,Rat:0.054658555327):0.0846057780749,Kangaroo_Rat:0.085665943213):0.00706432524102):0.001510244988):0.0127063018074):0.00351153829451,Tree_Shrew:0.08853193709):0.0016603980504):0.00703473576491,((((Dolphin:0.0231378567546,Cow:0.0616302351188):0.00929133979834,Alpaca:0.045731329533):0.00368975169608,Pig:0.239019123887):0.00900402957391,((Horse:0.0337673870024,((Microbat:0.0540463472173,Megabat:0.0368877354764):0.00736518773574,(Dog:0.0476199396661,Cat:0.0375178202261):0.0197505638954):0.00073801135506):0.000844345450373,(Hedgehog:0.172918133537,Shrew:0.255256883808):0.0159958388365):0.00102636468713):0.0107066620104):0.0101570362506,(Sloth:0.0451847996879,Armadillos:0.042580673349):0.0208102064671):0.00279935968414):0.125965454179,(Opossum:0.0381523472588,Wallaby:0.0468084840968):0.120417385024):0.0753279344082):0.218585691635);
+(Chicken:0.0858882432861,(Platypus:0.100455733861,(((Armadillos:0.0413473953256,Sloth:0.0636085304961):0.0489723917329,((Lesser_Hedgehog_Tenrec:0.0910349568637,(Elephant:0.0217257665163,Hyrax:0.0282621662177):0.00809253973132):0.00942975705196,(((Cat:0.0285566272732,Dog:0.0318232197942):0.010482127617,((Megabat:0.0420689126776,Microbat:0.0296850557283):0.00580957944904,((Horse:0.0544140092007,((Hedgehog:0.28278498583,(Pika:0.065158094353,Rabbit:0.0948241424826):0.0310135560024):0.0256315650605,(Pig:0.0595579865124,(Alpaca:0.169102676121,(Cow:0.0670474856435,Dolphin:0.0549089650338):0.0220868664823):0.0115630742772):0.049143999698):0.0247417486546):0.0128354184293,Shrew:0.0657829371881):1.86072276676e-06):0.00109898365235):0.00696590890679,(((Galagos:0.0459069370738,Mouse_Lemur:0.0296910405716):0.023572844076,(((Macaque:0.00851496389838,(Orangutan:0.00680499565627,(Gorilla:0.000707496693105,(Human:0.00187376955673,Chimpanzee:0.00152972540705):0.000949086378718):0.00270682987467):0.00107712411782):0.00486018209788,Marmoset:0.011575740507):0.0207347483498,Tarsier:0.0365868001664):0.00197573079478):0.00191194081859,(((Kangaroo_Rat:0.058168344465,((Rat:0.0339333569379,Mouse:0.0396517444741):0.139235243855,Guinea_Pig:0.0710251153461):0.00666495375182):0.00290284663484,Squirrel:0.0398633711973):0.0104925539195,Tree_Shrew:0.0407118565127):0.00216952185034):0.00560875276585):0.00545411834842):0.00169074052691):0.0820668282535,(Opossum:0.0990922356627,Wallaby:0.0591683358359):0.116826458441):0.0236294353194):0.0858882432861);
+(Chicken:0.160336666486,(Platypus:0.161399399295,((Wallaby:0.0324530902051,Opossum:0.0463249559304):0.0986147681058,(((Sloth:0.0509017392267,Armadillos:0.0585174766453):0.0314479576035,(((Shrew:0.128574174817,Hedgehog:0.0869030571872):0.016701721864,((((Alpaca:0.117378282385,Pig:0.0807675201839):0.0232901289757,(Dolphin:0.036382925205,Cow:0.100355400605):0.0329524693705):0.0681271391422,(Horse:0.0424499286349,(Cat:0.0398925999567,Dog:0.0406927686333):0.0256773971167):0.00287428545369):0.000704847454038,(Megabat:0.0378817768473,Microbat:0.0594731361154):0.010640560292):0.00315242976165):0.0101506797572,((Tree_Shrew:0.0944923390815,((Galagos:0.0922733665704,Mouse_Lemur:0.0496455741462):0.00914858381673,((Marmoset:0.0226931404394,(Macaque:0.0108180375604,((Gorilla:0.00225802668364,(Human:0.00373550387657,Chimpanzee:0.00106440648038):0.000776577406302):0.00406467900077,Orangutan:0.00686141005878):0.00224942921862):0.00798635051769):0.0310541529856,Tarsier:0.0933221846095):0.00362519642804):0.004843077392):0.00184457516269,((Rabbit:0.0759836369532,Pika:0.0877693417201):0.0569858795931,((Guinea_Pig:0.197363667043,(Rat:0.0379914808226,Mouse:0.0262915937587):0.0749754380559):0.0145918499554,(Kangaroo_Rat:0.0733393981047,Squirrel:0.0625357876447):0.00762849586982):0.00704318772032):0.00527830744293):0.0142295721036):0.0154909349502):0.00357323160304,(Lesser_Hedgehog_Tenrec:0.109998984309,(Hyrax:0.0718501746347,Elephant:0.0445464785668):0.0117159504176):0.0324090151775):0.151433811807):0.024970260546):0.160336666486);
+(Chicken:0.267474847743,((((Sloth:0.0672089804212,Armadillos:0.0589550745099):0.0200228930368,((Lesser_Hedgehog_Tenrec:0.12869228798,(Elephant:0.0505895045913,Hyrax:0.0885067972602):0.0154538113325):0.0236171518366,((((Cat:0.0372117475448,Dog:0.0501844872499):0.0250057019007,Hedgehog:0.133722655233):0.00445201979691,((Microbat:0.0603485297466,Megabat:0.0513565655609):0.0103491374759,(((Cow:0.0613798502315,Dolphin:0.0263588306291):0.00831002401173,(Alpaca:0.0415182601986,Pig:0.0452469947642):0.00445928479994):0.016737766737,(Shrew:0.234298047774,Horse:0.0434559497384):0.00319749286876):0.00220651966639):0.00256927379188):0.00958462645898,(((Marmoset:0.0456594056471,(Orangutan:0.00925071918294,((Gorilla:0.00416587109266,(Chimpanzee:0.00365856504971,Human:0.00227412852925):0.00159699441983):0.00252440366395,Macaque:0.0624861526926):0.00151218672977):0.0141105680105):0.0358602685024,((Galagos:0.0671305222021,Mouse_Lemur:0.0388210688737):0.0192972656745,Tarsier:0.0722223139398):0.00305712789913):0.00900602698515,((((Mouse:0.0540484057642,Rat:0.0431712928031):0.114081737148,(Guinea_Pig:0.164200731451,Squirrel:0.0954425713117):0.00158316006989):0.00250054644057,Kangaroo_Rat:0.146445738912):0.0076741976826,((Rabbit:0.0644877673237,Pika:0.101241845062):0.0353283110788,Tree_Shrew:0.109244229757):0.00432748679549):0.00274387021841):0.00852321486645):0.0132964707261):0.00351567568806):0.218455107934,(Wallaby:0.136891600405,Opossum:0.137546182722):0.139028272056):0.0705211861717,Platypus:0.383491757092):0.267474847743);
+(Chicken:0.201196392237,(Platypus:0.108743112009,((((((Cat:0.0542898052616,Dog:0.080493503277):0.0174714549331,(((Megabat:0.0657322383475,Microbat:0.0727624281485):0.00980378076003,Horse:0.0424706290935):1.85344926967e-06,(Alpaca:0.0416526578386,(Pig:0.0613127183515,(Dolphin:0.0256919946719,Cow:0.0657719835745):0.00971432131583):0.00969895015888):0.0336204147711):0.00137463959481):0.00345918517176,(Hedgehog:0.0834165025643,Shrew:0.116803723587):0.030585758881):0.00568707808766,((Tree_Shrew:0.0859129636698,((Pika:0.071368845499,Rabbit:0.0592540293817):0.049012750094,(((Kangaroo_Rat:0.0835737215089,(Rat:0.0414828227592,Mouse:0.0302291766405):0.0868140430044):0.00811447223528,Squirrel:0.0645595761561):0.0122057623784,Guinea_Pig:0.110979994823):0.0109545816485):0.0119440447351):0.00636373014241,((Marmoset:0.0201834424889,(Macaque:0.0167996794457,(Orangutan:0.00636543030135,(Gorilla:1.85344926967e-06,(Human:0.00291251527818,Chimpanzee:0.000968382374929):1.85344926967e-06):0.00311717321382):0.00548125517836):0.0133156943768):0.028312715708,(Tarsier:0.0607989612182,(Mouse_Lemur:0.0384831091577,Galagos:0.0544342296214):0.010393608476):0.00267721477323):0.0103304405799):0.00919062993563):0.00447241746804,((Armadillos:0.0370668611052,Sloth:0.074614659311):0.0215074591037,(Lesser_Hedgehog_Tenrec:0.122718817797,(Hyrax:0.0758980332586,Elephant:0.0524889174252):0.0269889069029):0.00726459518059):0.00198105121201):0.0789280988229,(Opossum:0.0759669089352,Wallaby:0.0674292676288):0.120420911629):0.0706776766479):0.201196392237);
+(Chicken:0.221225616611,(Platypus:0.327142559306,((Wallaby:0.049736323336,Opossum:0.0858852036485):0.136510535959,(((((Tree_Shrew:0.0602178369185,((((Macaque:0.0202437718775,((Gorilla:0.00422149688214,(Chimpanzee:0.00210247619415,Human:0.0186075244426):0.00149833009342):0.00244838925515,Orangutan:0.00823668995329):0.00186230011274):0.00885418998856,Marmoset:0.0302823611747):0.0502988935346,Tarsier:0.0576678891574):0.00702717487643,(Galagos:0.0818850166324,Mouse_Lemur:0.0403842264947):0.0173005583087):0.00465052347182):0.00666982365774,((Pika:0.0932553687422,Rabbit:0.0494462571373):0.0670371199119,(Squirrel:0.171720593325,(((Mouse:0.0399125014915,Rat:0.0431734678812):0.0945356103163,Kangaroo_Rat:0.121170604804):0.0127319561996,Guinea_Pig:0.236443968802):0.0086146508031):0.0137000457792):0.00572506600361):0.00549175576088,((Shrew:0.130875364567,Hedgehog:0.163222673856):0.0174160141453,((Microbat:0.174068245531,Megabat:0.0876266029793):0.0198265396563,(((Cat:0.059107194616,Dog:0.0578224333246):0.0416721129176,(((Dolphin:0.0340695015443,Cow:0.0696310552218):0.0132501364388,Pig:0.0960204861235):0.0102650194777,Alpaca:0.100615649304):0.0251766571806):0.00557421361124,Horse:0.0739166794778):0.00554483889029):0.0077661174691):0.0104775113302):0.0114727242529,((Lesser_Hedgehog_Tenrec:0.274647973001,Hyrax:0.0949179060836):0.0520241224789,Elephant:0.0452369078851):0.0501500291065):0.00876530362168,(Armadillos:0.0436514040291,Sloth:0.0329361577518):0.0117015009687):0.113769804096):0.0679214578709):0.221225616611);
+(Chicken:0.110257998699,(Platypus:0.116994909979,((Wallaby:0.0406201833064,Opossum:0.0434855621301):0.068320652856,((Sloth:0.0459503260947,Armadillos:0.0400507514628):0.00384351978371,(((Elephant:0.0119049780393,Hyrax:0.0397159172185):0.0156810942763,Lesser_Hedgehog_Tenrec:0.102164531437):0.0118600161791,(((Hedgehog:0.138216126513,Shrew:0.0978491438041):0.0407230865073,((Cat:0.0310592257024,Dog:0.0287096124077):0.0177957774065,(((Pig:0.0804448452416,(Alpaca:0.0462019762587,(Dolphin:0.0212968212144,Cow:0.0451943183127):0.00705469086145):0.00522676603844):0.0128412768395,(Microbat:0.0781255911418,Megabat:0.0381111310572):0.00848445281554):0.0043578696564,Horse:0.0334697292213):0.00161052115746):0.00591479582316):0.00883983158327,((Mouse_Lemur:0.034577212237,((Marmoset:0.0186234301595,(Macaque:0.00948007921622,(Orangutan:0.00591052352271,((Chimpanzee:0.00274974779892,Human:0.00274945285707):0.000792412641236,Gorilla:0.0010824613976):0.00295516410894):0.000655609401354):0.00147441442378):0.0122484570928,Tarsier:0.0479949483506):0.00395774298613):0.005665639808,(((Pika:0.0662901474744,Rabbit:0.0366331786222):0.0315522954104,Tree_Shrew:0.0481624899453):0.000268968844912,((Guinea_Pig:0.0667688928603,(Squirrel:0.0492149433123,((Mouse:0.0348086292613,Rat:0.0406000875513):0.0734823827316,Kangaroo_Rat:0.131426091719):0.0169417030907):0.0048264416312):0.00977367859098,Galagos:0.0499268053375):0.00438690864798):0.00336379439181):0.00537979172238):0.00815682823528):0.00324193034229):0.0910924153473):0.0306201029524):0.110257998699);
+(Chicken:0.219656009579,((Wallaby:0.0801527328958,Opossum:0.10185410659):0.122054820007,(((((Hedgehog:0.126862530163,Shrew:0.210449349997):0.0269701358947,(((Microbat:0.124048925461,Megabat:0.0600172885507):0.0131283399733,((Alpaca:0.0689195651607,((Cow:0.0891067012547,Dolphin:0.0394688434937):0.0174923167115,Pig:0.0665591583227):0.0111853445618):0.0347773537858,(Cat:0.0567316787378,Dog:0.106536820905):0.0452131778295):0.00361073960447):0.00280898591611,Horse:0.0808092779622):0.00351085467043):0.0150036207819,((Tree_Shrew:0.127042406697,((((Mouse:0.0496506247903,Rat:0.0470990488666):0.136112912794,Kangaroo_Rat:0.122310485468):0.0134913266807,(Squirrel:0.0891251119791,Guinea_Pig:0.135091854741):0.00633693080088):0.016483274898,((Platypus:1.06832510227,Pika:0.108617605872):0.0480127103041,Rabbit:0.0670058758351):0.0883363425631):0.0104240672963):0.00276320568434,((Tarsier:0.088811302429,(Macaque:0.0366841157247,((Marmoset:0.0938061500731,Orangutan:0.0154224658416):0.00633899752071,((Human:0.00318401283285,Chimpanzee:0.00562547030884):0.00114374676795,Gorilla:0.00329766038165):0.00368421616713):0.00556213116537):0.0494134502899):0.00696283405805,(Mouse_Lemur:0.0614941934054,Galagos:0.0931607714277):0.022348998265):0.0114050356502):0.0114011095057):0.013181608762,((Hyrax:0.0791168784268,Elephant:0.0491978418082):0.0154718527025,Lesser_Hedgehog_Tenrec:0.177534308994):0.0310535748994):0.00645867574956,(Armadillos:0.0788641990311,Sloth:0.0507861560813):0.0207967890237):0.154943116577):0.219656009579);
+(Chicken:0.337877865645,(Platypus:0.110307571071,((Wallaby:0.084252537426,Opossum:0.0985664801074):0.170349219033,(((Lesser_Hedgehog_Tenrec:0.188156674343,(Elephant:0.0502458556119,Hyrax:0.0816012450498):0.0147443855064):0.0379393355862,((((Galagos:0.0997737179597,Mouse_Lemur:0.064236590146):0.0315898802695,(Tarsier:0.0936086686954,(Marmoset:0.0494855627245,((Orangutan:0.00922471606363,(Gorilla:0.0135552701826,(Chimpanzee:0.0036694369417,Human:0.00339813836043):0.0026059260304):0.00551248771905):0.00752689296902,Macaque:0.0262131249787):0.0110290607292):0.0443180082636):0.00757698792516):0.00970688256395,(Tree_Shrew:0.126594395258,((Guinea_Pig:0.164939344556,(Squirrel:0.0938546043976,((Mouse:0.0532206446737,Rat:0.0544319594672):0.150738070001,Kangaroo_Rat:0.255961536155):0.0161507953935):0.00167243573314):0.0127132729216,(Pika:0.142350275983,Rabbit:0.0676063971538):0.0776208219476):0.00565116609154):0.00144657684652):0.015437374361,((Shrew:0.228721167285,Hedgehog:0.156651247556):0.0251679887216,(Horse:0.0653864943748,((Megabat:0.0746637040322,Microbat:0.0872922474728):0.0117699552615,((Pig:0.0979179609309,(Alpaca:0.0862019008142,(Cow:0.0620878887441,Dolphin:0.0522690910339):0.0137972774826):0.0049108094277):0.0217672180974,(Dog:0.0739558673948,Cat:0.0808990801179):0.0259217109351):0.0025785300983):0.0019175265825):0.00631916326177):0.011731065507):0.0171380055427):0.00333186117481,(Armadillos:0.0728879737606,Sloth:0.0787096855864):0.0333627461849):0.19656217358):0.106943695938):0.337877865645);
+(Chicken:0.263607423882,(((Wallaby:0.0486241463984,Opossum:0.0673066706845):0.103575057003,Platypus:0.248304566723):0.0241631914409,(((Sloth:0.040322856274,Armadillos:0.0366787599616):0.0188694264315,(((((((((Gorilla:0.0030953755767,(Human:0.001030452533,Chimpanzee:0.00532181763679):0.00109207611485):0.00528434416325,Orangutan:0.0128255171084):0.00525692186824,Macaque:0.0216891283133):0.0100124628339,Marmoset:0.0307802674645):0.0173510297901,Tarsier:0.0463336953703):0.00345818121994,(Galagos:0.0372092478077,Mouse_Lemur:0.0261394311853):0.0179633799183):0.00208605619127,Tree_Shrew:0.0543870305538):0.00398412900242,(((((Mouse:0.0480019072609,Rat:0.038576564163):0.116977823223,Kangaroo_Rat:0.0630018003634):0.00406657532125,Squirrel:0.0497686821783):0.00217435908876,Guinea_Pig:0.0880185778929):0.00581530761314,(Pika:0.0538011109987,Rabbit:0.0306591063856):0.0326600920366):0.00563083998437):0.00399197472762,((Horse:0.0606980248231,(((Alpaca:0.0303199772976,((Cow:0.0362628058345,Pig:0.0286893323334):0.00378819399851,Dolphin:0.0247560487839):0.0038951933044):0.0116036174674,(Cat:0.0325778871622,Dog:0.0270307292913):0.0136876470038):0.0010741124334,(Megabat:0.0307898272337,Microbat:0.0414502628284):0.00347561234144):0.00112665523315):0.00286178847048,(Shrew:0.100007156101,Hedgehog:0.0745742613013):0.0217212296959):0.00415563343559):0.00982299159364):1.58579687932e-06,((Lesser_Hedgehog_Tenrec:0.107300605389,Hyrax:0.0418604747764):0.00453414930297,Elephant:0.0336957029547):0.0134400133484):0.13292984797):0.263607423882);
+(Chicken:0.183580776238,((((Armadillos:0.0405523207156,Sloth:0.040790179449):0.0184073265785,((Lesser_Hedgehog_Tenrec:0.091865477141,(Hyrax:0.0595271427193,Elephant:0.0286748676349):0.00728906533071):0.0167837587287,((((Marmoset:0.0204116318563,(Macaque:0.0116151772091,(Orangutan:0.00549690952305,(Gorilla:0.0026308455678,(Chimpanzee:0.00167098913683,Human:0.00286349882907):0.00106707002232):0.00280904935082):0.00443589387869):0.00773245645491):0.0267925778411,((Galagos:0.0832026598424,Mouse_Lemur:0.0379392111683):0.0133018330181,Tarsier:0.0913349987688):0.00430222513035):0.00454279521338,(Tree_Shrew:0.0679979555247,((Pika:0.054247015192,Rabbit:0.0364427697168):0.0267730334227,(Squirrel:0.0530049820648,(Guinea_Pig:0.107259091467,(Kangaroo_Rat:0.126949953156,(Mouse:0.0298072457147,Rat:0.0385767453467):0.0686679514612):0.0158174565347):0.00314856639225):0.00727462813141):0.00521672256751):0.00170946742632):0.00613764231294,((Shrew:0.0805283229304,Hedgehog:0.10826076276):0.0122147632013,((Megabat:0.0353020625357,Microbat:0.0627017038547):0.0107401542374,(Horse:0.0594462815756,((Dog:0.0348737474723,Cat:0.0308746031096):0.0155086941973,((Pig:0.0698451506426,(Dolphin:0.0380552877941,Cow:0.0629447878698):0.0126767668739):0.00564527232748,Alpaca:0.0757261542474):0.0188764350464):0.00167599485703):0.00145839425568):0.0035651350233):0.00555546156409):0.00895511989126):0.00588871690408):0.0990063995031,(Wallaby:0.0390183661145,Opossum:0.0490753363388):0.0804914021):0.0428167842005,Platypus:0.214252611833):0.183580776238);
+(Chicken:0.183580522468,(Platypus:0.214252828472,((Wallaby:0.039018350087,Opossum:0.0490752936997):0.080491367017,(((Lesser_Hedgehog_Tenrec:0.0918654165981,(Elephant:0.0286748306725,Hyrax:0.0595271178022):0.00728906836314):0.0167837482592,(((((Squirrel:0.0530050348258,(Guinea_Pig:0.107259192538,((Rat:0.0385766594339,Mouse:0.0298073947814):0.0686680865129,Kangaroo_Rat:0.126950023898):0.0158173723302):0.00314857421383):0.00727462869269,(Pika:0.0542469793211,Rabbit:0.0364427352486):0.0267730346425):0.00521672460766,Tree_Shrew:0.0679978686173):0.0017094674234,(((Macaque:0.0116151539943,(Orangutan:0.00549689906678,((Human:0.00286349220683,Chimpanzee:0.00167098611196):0.00106706713722,Gorilla:0.0026308401551):0.00280904479452):0.00443588390095):0.00773242322618,Marmoset:0.0204116019469):0.0267925201339,(Tarsier:0.0913348262268,(Galagos:0.0832024220923,Mouse_Lemur:0.037939088588):0.013301857579):0.00430223157275):0.00454278286762):0.00613764156321,((Shrew:0.0805282740878,Hedgehog:0.108260705146):0.012214772706,((Horse:0.0594462670095,((Cat:0.0308745849205,Dog:0.034873749175):0.0155086830195,((Pig:0.0698451340651,(Dolphin:0.0380552781959,Cow:0.0629447731202):0.0126767642478):0.00564527087949,Alpaca:0.0757261368096):0.0188764317803):0.00167599613486):0.0014583918407,(Microbat:0.0627016255553,Megabat:0.0353020038632):0.0107401617951):0.0035651354978):0.00555545781667):0.00895511362864):0.00588871074033,(Sloth:0.0407901496786,Armadillos:0.0405522944131):0.0184073262312):0.0990063189902):0.042816710325):0.183580522468);
+(Chicken:0.187880359116,(Platypus:0.127751778385,((((Elephant:0.0481463138692,(Hyrax:0.0699563656525,Lesser_Hedgehog_Tenrec:0.114188320857):0.0055612797915):0.0289327657805,(Armadillos:0.0530487335443,Sloth:0.0464515782245):0.0271756418772):0.00480760309093,(((Dog:0.0475172039762,Cat:0.0390512959731):0.0225915272607,(((Alpaca:0.0572921660001,(Pig:0.0709250791318,(Dolphin:0.0428808264447,Cow:0.0459938358076):0.00882003689095):0.00467294126636):0.0130021299015,(Shrew:0.128709444817,Hedgehog:0.0848803321543):0.0156140509717):0.00579430705542,((Microbat:0.106169538743,Megabat:0.0545155710672):0.0119993747179,Horse:0.0600876411051):0.0025062173718):0.00244924356532):0.0138370701851,(((Galagos:0.0481773164643,Mouse_Lemur:0.0508042120831):0.0106740598001,((Marmoset:0.0289229187254,(Macaque:0.0424456733223,(Orangutan:0.00681540403442,(Gorilla:0.00443926828664,(Chimpanzee:0.00424269170593,Human:0.000956969908787):0.00138164385227):0.00328123864536):0.00670880050497):0.00384047923589):0.025051459552,Tarsier:0.0440003880345):0.00378634031708):0.00658463944561,(Tree_Shrew:0.0669490760422,((Kangaroo_Rat:0.0878020103792,(Guinea_Pig:0.0936583921601,((Pika:0.106066606184,Rabbit:0.06228701567):0.0776014340806,(Rat:0.0388054306022,Mouse:0.0366794101773):0.0929971000393):0.0254665738708):0.00501550438239):0.00645305773241,Squirrel:0.0551336241934):0.0125387923548):0.00639691889929):0.0082394647891):0.00364722578218):0.0899624981943,(Opossum:0.0784039735998,Wallaby:0.0786614543082):0.18492696265):0.0882775796615):0.187880359116);
+(Chicken:0.464643301401,(((Wallaby:0.122336350524,Opossum:0.312368043609):0.225657790503,Platypus:0.508585178334):0.104906543626,(((Elephant:0.0480566184119,Hyrax:0.101225882735):0.0178965490242,Lesser_Hedgehog_Tenrec:0.158832350615):0.0310405533425,(((((Rabbit:0.100851606805,Pika:0.133243033752):0.05806965135,(((Rat:0.0398664654588,Mouse:0.0447080087305):0.168471983192,Squirrel:0.118857650745):0.0142275507835,(Kangaroo_Rat:0.156969364092,Guinea_Pig:0.544124948757):0.0227439186004):0.0201989172461):0.0105481494545,(Tree_Shrew:0.112998925631,((Galagos:0.21593832388,Mouse_Lemur:0.049523601247):0.0159515625227,((Marmoset:0.0432870122483,(Macaque:0.0204538581226,((Chimpanzee:0.00313345879009,(Human:0.00375274342141,Gorilla:0.00479111317185):0.000467707889835):0.0028329239961,Orangutan:0.00437831932669):0.00949732731108):0.00977822385312):0.0388640802955,Tarsier:0.15290403593):0.00402370886066):0.00962656149342):0.00118010949093):0.00956101995724,((((Microbat:0.0830062989621,Megabat:0.0651302769869):0.0171799311456,(Dog:0.0488794047414,Cat:0.0511500260734):0.0321762572956):0.00280295677515,((((Dolphin:0.0286763751869,Cow:0.0546389689964):0.012734858189,Pig:0.077117985675):0.00323755965296,Alpaca:0.0628959865779):0.0143672547291,Horse:0.109995457133):0.00581972502338):0.00507361249645,(Hedgehog:0.185692400289,Shrew:0.232702225523):0.0311889657691):0.0104314952886):0.0101430957945,(Armadillos:0.0679830204274,Sloth:0.0492537356771):0.023828910462):0.000157652030297):0.121246437626):0.464643301401);
+(Chicken:0.159655943538,(Platypus:0.408116187129,(((Armadillos:0.140159802737,Sloth:0.0995398243837):0.102348528309,(((Hyrax:0.0655342814037,Elephant:0.035781893899):0.0213107531557,Lesser_Hedgehog_Tenrec:0.0962007309185):0.0140668402203,((((Rabbit:0.0546457928708,Pika:0.0701570079936):0.0363299572438,((Squirrel:0.0713111298127,((Rat:0.0373539627801,Mouse:0.0323797755129):0.0924617328096,Kangaroo_Rat:0.141145315717):0.0134164914507):0.00209919473452,Guinea_Pig:0.109345451868):0.00945417503458):0.00441209098565,(((Tarsier:0.0442772391573,(Marmoset:0.037619483783,(Macaque:0.0190519408022,((Gorilla:0.00811691323667,(Chimpanzee:0.00378506086396,Human:0.00258677775706):0.000677827008169):0.00531679019178,Orangutan:0.0103741092627):0.00418010859389):0.0079159234232):0.0283845501966):0.00586150053514,(Mouse_Lemur:0.0546256690862,Galagos:0.0724015519601):0.016744499359):0.00526064456441,Tree_Shrew:0.0867884868923):0.000564020552684):0.0115005194798,(((((Dolphin:0.0398959715503,Cow:0.0403161914961):0.00678111136807,Pig:0.061152436122):0.00672702909842,Alpaca:0.0573552105004):0.0155170287297,((Microbat:0.0563348661495,Megabat:0.0729410133087):0.0177771744052,((Cat:0.0547276419276,Dog:0.0443180381068):0.0307104488383,Horse:0.0540353166385):0.000848361459175):0.000770690575595):0.00507153164672,(Hedgehog:0.0982950928564,Shrew:0.169952778912):0.022587905583):0.0155939060412):0.0130960873321):0.0073586156372):0.0708817136185,(Opossum:0.046841616761,Wallaby:0.0496014197868):0.103223345358):0.0490553053114):0.159655943538);
+(Chicken:0.168884660824,((((((Tree_Shrew:0.0965655256861,((Squirrel:0.126355106473,(Guinea_Pig:0.132701567706,(Kangaroo_Rat:0.0897718853865,(Mouse:0.0369455347664,Rat:0.0304801631461):0.0734903410209):0.0139669608875):0.012523565187):0.0308574240916,(Rabbit:0.0374546393517,Pika:0.0554359767255):0.0282927806114):0.00690044649586):0.00488991206228,((Mouse_Lemur:0.0327846243181,Galagos:0.0510599930567):0.0109901079531,((Marmoset:0.0323280559289,(Macaque:0.0131975327203,(Orangutan:0.0486318056382,(Human:0.00187246139746,(Gorilla:0.00241322196996,Chimpanzee:0.00233481732188):0.000732031592534):0.000274318222246):0.00732635544549):0.00814773232807):0.026239820024,Tarsier:0.0510602523773):0.00450272833243):0.0151062670529):0.0161149627345,((((Microbat:0.056571873551,Megabat:0.0333525337724):0.0176650090594,(Hedgehog:0.0851117054472,Shrew:0.151774509943):0.0188392778898):0.00170742396963,(Horse:0.0621493901865,(Cow:0.0591892733427,(Dolphin:0.0358468887901,(Alpaca:0.0392519837381,Pig:0.046632907791):0.0216261610761):0.0070726747309):0.0320254267659):0.00463788619667):0.00139983211223,(Cat:0.0498511869406,Dog:0.0380938990762):0.0206892841669):0.0122293939773):0.00401340072619,(((Elephant:0.0313314111979,Hyrax:0.0700599554119):0.0149975684884,Lesser_Hedgehog_Tenrec:0.0981928247978):0.0107028872647,(Sloth:0.0393958190399,Armadillos:0.0333825795578):0.0192712688529):0.00651316922921):0.104326616483,(Wallaby:0.0970844585704,Opossum:0.0716015728291):0.0786669418084):0.0367535454453,Platypus:0.13765962763):0.168884660824);
+(Chicken:0.203368732706,(Platypus:0.319477668663,((Wallaby:0.0538847832421,Opossum:0.0568369043586):0.101508201373,((((Tarsier:0.044434317026,((Macaque:0.00965912024357,(Orangutan:0.0051202575834,((Chimpanzee:0.00202078149298,Human:0.000532674268586):0.00179477996938,Gorilla:0.00198136941508):0.00177442172088):0.00292220167277):0.0108804620552,Marmoset:0.0458363696908):0.0152174364456):0.00195417665619,(Galagos:0.0387721033227,Mouse_Lemur:0.0236715190467):0.0103649119994):0.00442057521936,(Tree_Shrew:0.0409156991029,((((Rat:0.0262389336895,Mouse:0.0217473903686):0.0502781184358,Kangaroo_Rat:0.0606503378526):0.0112274603452,(Guinea_Pig:0.0596605336809,Squirrel:0.0525888972054):0.00409948925419):0.00624275021551,(Rabbit:0.0317924507594,Pika:0.0473554103525):0.0193132728378):0.000915377151476):0.00153414103398):0.00264365525981,(((Horse:0.0269114487294,(Megabat:0.0411801755073,Microbat:0.0311450220493):0.00439325748054):0.0034497404369,(((Alpaca:0.0306743591923,((Cow:0.0425092350386,Dolphin:0.0212489843236):0.00291341404406,Pig:0.0375670588031):0.00317759199417):0.00602586497314,(Shrew:0.0733323578027,Hedgehog:0.0799132060729):0.00965442720658):0.00117820867363,(Cat:0.0222348697551,Dog:0.0317726466181):0.0118883002423):0.000517644355867):0.00597162861097,((Armadillos:0.0281106216102,Sloth:0.030509088134):0.0258466420858,(Lesser_Hedgehog_Tenrec:0.0682943771694,(Elephant:0.0178848662458,Hyrax:0.037946027875):0.00580712990194):0.0135361980096):0.00655623906866):0.0033106532532):0.0908719933873):0.0694191309523):0.203368732706);
+(Chicken:0.30870623266,(Platypus:0.361651535907,((Wallaby:0.0402520759655,Opossum:0.0510248599117):0.118873324168,(((Sloth:0.0386461139424,Armadillos:0.0309605001655):0.0126613460729,((((Mouse_Lemur:0.0188354372247,Galagos:0.0279980322798):0.010054728144,(Tarsier:0.0608766554831,(Marmoset:0.0132219358072,(Macaque:0.0101526103675,(Orangutan:0.00284695444321,(Gorilla:0.00317052943977,(Human:0.00176839212085,Chimpanzee:0.0016927797115):0.00136105791294):0.00269453525666):0.00144927504181):0.00569166254083):0.01374500071):0.00392991005591):0.00468775515787,(Tree_Shrew:0.0555647639205,((Guinea_Pig:0.0554453583365,((Kangaroo_Rat:0.0531629078572,(Rat:0.025292707567,Mouse:0.0245558117875):0.0713620616881):0.00497343568581,Squirrel:0.0379458831016):0.00275963603642):0.00451805510125,(Rabbit:0.0218699662808,Pika:0.0548169246748):0.0325957643192):0.00231245089581):0.00113343496106):0.00587310957461,(((Pig:0.0278159029436,(Alpaca:0.0316393855531,(Dolphin:0.015247609356,Cow:0.0638653813849):0.00343995879344):0.00116297131144):0.00786304802686,(Dog:0.0222176071963,Cat:0.0389135047825):0.00970687268177):0.00124022013337,((Hedgehog:0.137365854398,(Horse:0.02200310713,Shrew:0.118030211789):0.00189864889865):0.00145509765806,(Megabat:0.0240718985876,Microbat:0.0393803977031):0.00999009444506):0.000425160275915):0.00618605183368):0.00769072526857):0.000585746656103,((Hyrax:0.0458022665626,Elephant:0.0393890440259):0.00859732129882,Lesser_Hedgehog_Tenrec:0.0869587240296):0.0127427718386):0.103912588178):0.0688482606712):0.30870623266);
+(Chicken:0.165656323363,(Platypus:0.220331752734,(((Lesser_Hedgehog_Tenrec:0.108603151172,(Elephant:0.0288407586675,Hyrax:0.0706520434103):0.0104772482693):0.0169773910889,(((Shrew:0.132819485195,((Hedgehog:0.127789554187,((Pig:0.068724208448,(Dolphin:0.0379215403768,Cow:0.0726356775173):0.00374558209521):0.00837989292448,Alpaca:0.0454913703558):0.0146691685117):0.00278688780127,((Cat:0.0577308302971,Dog:0.090961259766):0.0250035858613,((Microbat:0.0961384003825,Megabat:0.0638759685845):0.0171401723685,Horse:0.0900374834281):0.00565156490055):0.00420031385294):0.00658898610525):0.0115844275308,(Tree_Shrew:0.0744420438177,(((Tarsier:0.05586279527,(Marmoset:0.0481395842607,(Macaque:0.0209408763781,(Orangutan:0.00637267201339,(Gorilla:0.00868151581017,(Human:0.00396259142113,Chimpanzee:0.00197023155949):1.89667758877e-06):0.00428565916564):0.0068467221746):0.00501971059051):0.0379505290342):0.00857886037065,(Mouse_Lemur:0.0582345133621,Galagos:0.0691659215021):0.0138121223747):0.00681815647819,((Rabbit:0.0583402004553,Pika:0.100046849018):0.036273539344,(Guinea_Pig:0.0896278003133,((Rat:0.041754589681,Mouse:0.039226584484):0.0946833720608,(Squirrel:0.0984233803735,Kangaroo_Rat:0.1272278597):0.00271717852763):0.00947642862331):0.00484536925029):0.00962762549542):0.00395944292863):0.00691740013516):0.0125442036315,(Armadillos:0.0652449490585,Sloth:0.0492925839573):0.0261350753429):0.000838906166117):0.104555580464,(Opossum:0.0664526653678,Wallaby:0.0831043398636):0.149586282892):0.0933817110759):0.165656323363);
+(Chicken:0.266429975741,(Platypus:0.18182630041,(((Sloth:0.0402498642576,Armadillos:0.0434780847899):0.0257179584801,((Lesser_Hedgehog_Tenrec:0.175666387292,(Hyrax:0.115323265967,Elephant:0.0330673984824):0.0121159606239):0.0258095543996,(((((Kangaroo_Rat:0.132296993443,(Pika:0.118108189987,Rabbit:0.0450550531766):0.0396076036754):0.00787328305675,(Squirrel:0.0736766742301,((Mouse:0.0313140794661,Rat:0.0296982131607):0.124706819398,Guinea_Pig:0.167143286644):0.0170535910295):0.00586064216995):0.00760331654384,Tree_Shrew:0.0962627358889):0.00197896964632,((Mouse_Lemur:0.0981860369022,(Marmoset:0.0350052209451,(Macaque:0.0175260469298,(((Chimpanzee:0.00297056726236,Human:0.00486738105074):0.00227962203806,Gorilla:0.00168050755559):0.00345777166935,Orangutan:0.0112879655923):0.00455996653186):0.00980069863746):0.0386690844188):0.0128657220587,(Galagos:0.101915706591,Tarsier:0.0773680521836):0.00798144430203):0.0104847396189):0.00957120736886,((Pig:0.070445384121,(Alpaca:0.0463895097122,(Dolphin:0.0408219682884,Cow:0.0543503421128):0.00589624735845):0.00778367200867):0.00875517037794,((Megabat:0.0365726524483,Microbat:0.0527079655762):0.0117094272688,(Horse:0.0503751424826,((Cat:0.0541580548067,Dog:0.0808654324804):0.00824032568283,(Shrew:0.219173173525,Hedgehog:0.117557317917):0.0248988826158):0.00231060867198):0.00283319293872):0.00448099540449):0.0109648615757):0.0126166995061):0.00353304235759):0.183128295261,(Opossum:0.0868117759914,Wallaby:0.0287434852183):0.104315017086):0.0549956915404):0.266429975741);
+(Chicken:0.135951065481,((((Lesser_Hedgehog_Tenrec:0.123368124525,(Elephant:0.0274790789124,Hyrax:0.0579342086713):0.0100738638526):0.0135814712321,((Sloth:0.0348912532348,Armadillos:0.0416879236948):0.0198002819175,(((Hedgehog:0.156418547404,Shrew:0.085239965821):0.0339260396522,(((Microbat:0.0516996826495,Megabat:0.0360454492099):0.00672800959391,Horse:0.0318538978692):0.00120692306617,((Cat:0.0633162426177,Dog:0.029485126215):0.0212415366477,(Alpaca:0.0328797701213,(Pig:0.0321531580647,(Cow:0.0343464809376,Dolphin:0.0243675550284):0.00559028402351):0.00288004453721):0.00769535933797):0.00302543292455):0.00322991083574):0.00659969085634,(((Mouse_Lemur:0.0321061938942,Galagos:0.0506588793347):0.0147091990748,(((Macaque:0.0130532070637,((Chimpanzee:0.00147703053026,Human:0.00192257042709):0.00184616950587,(Orangutan:0.0110875629092,Gorilla:0.00984466527182):0.0412702804392):0.00768967519577):0.00286456289688,Marmoset:0.0259551582458):0.0164173145163,Tarsier:0.0375274526644):0.00368379390178):0.00457744864351,(Tree_Shrew:0.0520238239838,(Rabbit:0.056046693283,((Pika:0.143106515356,(Mouse:0.0298237585276,Rat:0.0208995448098):0.061214046319):0.0280243235043,((Kangaroo_Rat:0.0786761476064,Guinea_Pig:0.0763195022418):0.00655523897947,Squirrel:0.0407119260672):0.00568177640395):0.00695115059183):0.00453926677455):0.0017471323229):0.0054973993045):0.00970787023629):0.00228750141642):0.095665961125,(Wallaby:0.0372850969956,Opossum:0.0408027106958):0.0615980950953):0.0363275868914,Platypus:0.198357384717):0.135951065481);
+(Chicken:0.0995990018464,((Wallaby:0.0715493007865,Opossum:0.0339552314404):0.0955142808352,(Platypus:0.135836768608,(((Sloth:0.0530406544513,Armadillos:0.053896922449):0.0265882463003,((Tree_Shrew:0.0549649752966,(((Galagos:0.0461157612832,Mouse_Lemur:0.0727616942333):0.0215258111582,(Squirrel:0.103318981667,(((Rabbit:0.0599791018521,Pika:0.0754649013624):0.0231107583336,(Guinea_Pig:0.110799927289,(Hedgehog:0.183423152568,Kangaroo_Rat:0.0670597386934):0.0322298206257):0.0153508371886):0.0134370324419,(Rat:0.0234781593516,Mouse:0.0309245947933):0.082534822351):0.00848402776749):0.0105853311311):0.0173190968772,(Tarsier:0.0447384984793,(Marmoset:0.0232369010408,(Macaque:0.0588750521891,(Orangutan:0.00890977207974,(Gorilla:0.00436140489671,(Chimpanzee:0.00374104948978,Human:0.00260107029853):0.00111092017082):0.0019599485615):0.00466207831516):0.00668485844919):0.0252347485882):0.0057678123084):0.00653096412649):0.009849826669,((Cat:0.0335674731047,Dog:0.024288793414):0.0209490359706,((((Megabat:0.0571438239804,Shrew:0.131546482932):0.012066153908,Microbat:0.102957082091):0.0103795916395,(Alpaca:0.054243449636,((Pig:0.0556999540907,Cow:0.0428125034308):0.0139723301988,Dolphin:0.039393058831):0.00949553206596):0.00732912598968):0.014141910304,Horse:0.0421796929969):0.00222123993608):0.0166316824168):0.00776362914175):0.00632168988449,(Lesser_Hedgehog_Tenrec:0.0650226599787,(Hyrax:0.0458603241568,Elephant:0.0291934113921):0.00815253816949):0.0204662305297):0.0902954509631):0.0181231232829):0.0995990018464);
+(Chicken:0.162283525574,(Platypus:0.149051273433,((Wallaby:0.0675473270867,Opossum:0.0405443733586):0.0886662927021,(((Armadillos:0.0588249018798,Sloth:0.0486735380268):0.0276018686539,((Hyrax:0.0875818976023,Elephant:0.0399613488087):0.0158250759085,Lesser_Hedgehog_Tenrec:0.130920156561):0.0311147360572):0.00470360963831,(((Cat:0.0543488650809,Dog:0.0336277537493):0.025316687086,(((Horse:0.0494320070545,((Dolphin:0.0507334850249,(Pig:0.0582066270857,Cow:0.0601788016546):0.0038159901237):0.00724874854978,Alpaca:0.0534116804869):0.0138088746548):0.00431499248964,(Microbat:0.0664160567391,Megabat:0.0514686907774):0.0102310960211):0.0025586377188,(Hedgehog:0.0993729764244,Shrew:0.121022218085):0.019084557749):0.00100224082243):0.0149249781435,(((((Marmoset:0.029460812015,(Macaque:0.014787377885,(Orangutan:0.00665966021473,((Chimpanzee:0.00308586425719,Human:0.00376841952427):0.0011363951087,Gorilla:0.00420142175907):0.00411874951224):0.00378367429982):0.0074644253243):0.0298212905648,Tarsier:0.0560366474281):0.00663973349012,(Mouse_Lemur:0.0378731694255,Galagos:0.0558781834407):0.0178599688516):0.00712211271649,Tree_Shrew:0.0705749439972):0.00282482225565,(((Guinea_Pig:0.104905500069,Squirrel:0.0710391199146):0.00672839129898,(Kangaroo_Rat:0.0906420395387,(Mouse:0.0412377337324,Rat:0.0397028679825):0.108599268926):0.00964398689266):0.011874977679,(Rabbit:0.0496766842359,Pika:0.0879404545992):0.0427450748457):0.010013664335):0.00886092507826):0.00853824562416):0.139640145966):0.0665208431874):0.162283525574);
+(Chicken:0.0876705990017,(Platypus:0.335346220887,((Wallaby:0.043671661073,Opossum:0.0316218220219):0.0916934122778,(((((Mouse_Lemur:0.0336214592547,Galagos:0.0432272615148):0.0118885655444,(Marmoset:0.0178299023146,(Macaque:0.00966014574706,(Orangutan:0.00436419493451,(Chimpanzee:0.00178027548834,(Gorilla:0.00236087634514,Human:0.00248948478951):1.92559170855e-06):0.00224344960736):0.00260279594253):0.00616277749031):0.0252759421398):0.00495125733416,((((Kangaroo_Rat:0.0643059786186,(Mouse:0.0251369385211,Rat:0.0384516107156):0.0924377915098):0.00613555828752,Squirrel:0.0511086780276):0.00602279893973,((Pika:0.0481423191689,Rabbit:0.0568801042391):0.033129620496,(Tarsier:0.0673153557971,(Hedgehog:0.12206818566,(Guinea_Pig:0.0786488960716,Microbat:0.154633470268):0.0264507846831):0.0165045525072):0.0141452317964):0.0125800944644):0.0034722684981,Tree_Shrew:0.0528700701828):0.00195659428615):0.00494402192558,(Megabat:0.037595467035,(((Shrew:0.0905789829512,(Dog:0.0373632509939,Cat:0.0315554695097):0.0187842216314):0.00579732934176,(Alpaca:0.0435552897627,(Pig:0.0969408088201,(Dolphin:0.0179869040537,Cow:0.0348364309778):0.00665608156583):0.00518138149295):0.0129095353528):0.00268030046128,Horse:0.0499807393532):0.00169876940778):0.0110386088786):0.00268824202505,((Sloth:0.0716109585597,Armadillos:0.023119715918):0.0276204735222,((Elephant:0.0287211980552,Hyrax:0.0588601395255):0.00522322149535,Lesser_Hedgehog_Tenrec:0.118210324604):0.0149599646545):0.0022059285425):0.0751703010844):0.0777901693444):0.0876705990017);
+(Chicken:0.131212441509,((Wallaby:0.0622549349191,Opossum:0.0636419501757):0.0945039778973,(Platypus:0.707423985333,((Lesser_Hedgehog_Tenrec:0.110599392575,(Hyrax:0.0606912618597,Elephant:0.0318957764352):0.0090579296542):0.0149963800004,((Sloth:0.0980771221117,Armadillos:0.0975679919674):0.0217610357124,((((Shrew:0.0943727279329,Hedgehog:0.105781034954):0.0196614775162,((Megabat:0.0476541001534,Microbat:0.0768132911391):0.00749256301678,(Cat:0.0454618167397,Dog:0.052818989633):0.032686346212):0.00283870791641):0.00288244512114,((Alpaca:0.0476305671167,(Pig:0.0401555829256,(Dolphin:0.0349980418704,Cow:0.0456457937954):0.00676541776944):0.00463221075433):0.0229767740809,Horse:0.0530723897248):0.00474194219204):0.0112348968873,((Tree_Shrew:0.0780247667822,(Rabbit:0.0640091323824,Pika:0.0604975467268):0.048494714247):0.00553906478343,(((((((Chimpanzee:0.00257508819,(Gorilla:0.00289222412377,Human:0.00215640925686):0.000416488476508):0.000358161196174,Orangutan:0.00755101987007):0.00713616262585,Macaque:0.0126578412616):0.00894753903562,Marmoset:0.0163096022055):0.0311066245927,Tarsier:0.103056645809):0.0116455139541,(Mouse_Lemur:0.0429223037044,Galagos:0.055411342257):0.0131978515541):0.00747005139522,(Squirrel:0.0959427148987,(((Mouse:0.0325841651421,Rat:0.0385584328443):0.127866046814,Kangaroo_Rat:0.103710700233):0.0130838175639,Guinea_Pig:0.0825574961497):0.00890678900193):0.0093018977615):0.0012592189736):0.00917197407162):0.0149250226815):0.00359962681312):0.0558697855506):0.0667062020247):0.131212441509);
+(Chicken:0.192956064964,(Platypus:0.154782417725,((Wallaby:0.0476681514442,Opossum:0.0564186658679):0.0974469756318,(((Sloth:0.0524191390571,Armadillos:0.10828543121):0.0490354177816,((Elephant:0.0408747788954,Hyrax:0.0848867303654):0.0141609859491,Lesser_Hedgehog_Tenrec:0.147979436114):0.0364195104467):0.00443831107627,(((Tree_Shrew:0.0922653135017,((Pika:0.102438186758,Rabbit:0.0554509879123):0.0511566703744,(Guinea_Pig:0.105199679282,(Squirrel:0.0854705380412,((Rat:0.0490224731512,Mouse:0.0502638682923):0.129634363872,Kangaroo_Rat:0.148647204853):0.0170429574118):0.0060235293007):0.0187016792115):0.00763414126272):0.00241046748193,((Mouse_Lemur:0.0449289998292,Galagos:0.0720704642615):0.023528637753,(Tarsier:0.0632626247078,(Marmoset:0.0287126145101,(Macaque:0.0331158886684,(Orangutan:0.0075209339133,(Gorilla:0.00325564216023,(Human:0.00337978735735,Chimpanzee:0.00307690215973):0.000953113047413):0.00365904733272):0.004249774608):0.00771233495506):0.0273734684974):0.00578125842307):0.00912853837692):0.0130486727745,((Shrew:0.163520388642,Hedgehog:0.141700639339):0.0405172629314,((Megabat:0.0639115127662,Microbat:0.121206079702):0.0156759472362,(((Alpaca:0.0655784166951,((Dolphin:0.0440953820795,Cow:0.0601909842543):0.00931741381523,Pig:0.0937605723124):0.00534462001202):0.0199230294567,Horse:0.0554392232212):0.00259889521095,(Dog:0.0397865398017,Cat:0.0476947207515):0.0266001202063):0.00178315629703):0.0042057963641):0.0118312085687):0.0106920148265):0.128411546055):0.0392856322393):0.192956064964);
+(Chicken:0.162834489335,(((Lesser_Hedgehog_Tenrec:0.114202980432,((Hyrax:0.0740255834996,Elephant:0.0324894772898):0.0180507473466,((Armadillos:0.0501504339788,Sloth:0.0557181487699):0.0193945183209,(((Hedgehog:0.0835228984785,Shrew:0.123016609519):0.00912462412279,((Horse:0.0760148941337,(Cat:0.0370819455389,Dog:0.0380356397576):0.0082101578516):0.00315469486433,((((Dolphin:0.0461256264706,Cow:0.0324876520971):0.010754747927,Pig:0.0368739593633):0.00688219361201,Alpaca:0.0495197394956):0.0192555050886,(Microbat:0.0457067585787,Megabat:0.039217243743):0.00671986652911):0.00287121841133):0.00314853341034):0.00694389083476,(((Rabbit:0.0535778563867,Pika:0.0807490196871):0.0609069717524,(Squirrel:0.0578108484704,((Mouse:0.0389287103057,Rat:0.037460860892):0.0809940905221,(Guinea_Pig:0.0799075657747,Kangaroo_Rat:0.0791516721435):0.0080279984239):0.00456335367332):0.0119175333817):0.0054398543155,(Tree_Shrew:0.0596739721301,((Galagos:0.073878096025,Mouse_Lemur:0.0284814118933):0.0136804073748,(Tarsier:0.0469133539958,(Marmoset:0.0271398427652,(Macaque:0.0150364470148,(Orangutan:0.00831611272998,(Gorilla:0.00062424408286,(Human:0.00204191559708,Chimpanzee:0.0021030684116):0.00143973528361):0.00452912807336):0.00411763325797):0.0129664756888):0.0180262239585):0.00625817950202):0.00701852193215):0.00351971858723):0.0116678489653):0.00828726126415):0.000601057851344):0.0100282528439):0.0511763849719,(Wallaby:0.0420902016833,Opossum:0.0574315833209):0.147128308689):0.0683792174484,Platypus:0.145663922064):0.162834489335);
+(Chicken:0.0920905388836,(((((((Shrew:0.0839746969177,(Cat:0.023809844317,Dog:0.0319047479238):0.0128150818236):0.00105989768516,((Hedgehog:0.0715644479031,Horse:0.0229306171909):0.00247790622366,((Alpaca:0.0203446267995,((Cow:0.0389579871268,Dolphin:0.0170045289769):0.0060801190957,Pig:0.0412001564993):0.00198208075087):0.00758300858786,(Microbat:0.0262392982138,Megabat:0.0283054871179):0.00655799515046):2.45259330008e-06):0.0019021140639):0.00613852908191,((((((Macaque:0.00807482238904,(Orangutan:0.00416619004305,(Gorilla:0.000985668594045,(Human:0.00160415937568,Chimpanzee:0.00160449548738):2.45259330008e-06):0.00260270628231):0.00467134600774):0.0054418289647,Marmoset:0.0164509416086):0.0194176902986,Tarsier:0.0431973946952):0.00262790341708,(Galagos:0.0563798993749,Mouse_Lemur:0.0238057266344):0.00619266748046):0.00488055824798,Tree_Shrew:0.0503454662635):0.00101967633414,(((Mouse:0.0211960758916,Rat:0.0244745616039):0.0550694522788,((Guinea_Pig:0.0482342412939,Squirrel:0.0351995103846):0.004123470305,Kangaroo_Rat:0.0601401607508):0.00223826497079):0.00448987814864,(Pika:0.0514448887705,Rabbit:0.0266680528019):0.0267665734463):0.00095724431007):0.00543833579464):0.00459889971996,(Armadillos:0.0292441197377,Sloth:0.0266880394056):0.0140250370082):0.00287187701814,(Lesser_Hedgehog_Tenrec:0.0741244853248,(Elephant:0.0303069407044,Hyrax:0.0378227878329):0.0062587692192):0.00936539271105):0.0706113054192,(Wallaby:0.0271378425353,Opossum:0.0810151937944):0.0668887991894):0.045821511805,Platypus:0.0951983187422):0.0920905388836);
+(Chicken:0.244238977274,(Platypus:0.61527249304,((Wallaby:0.0563518283279,Opossum:0.110499305839):0.165398247721,((((Guinea_Pig:0.108810146194,(Squirrel:0.0753201427225,(Kangaroo_Rat:0.0955455269202,(Rat:0.0513605621101,Mouse:0.0367989441875):0.092554499861):0.0172873558496):0.00853303000508):0.0122482090219,(Tree_Shrew:0.076693245018,(((Mouse_Lemur:0.0623717333254,Galagos:0.110307596216):0.0257429970012,(Tarsier:0.19293381441,(Marmoset:0.070532962824,(Macaque:0.0326655675584,(Orangutan:0.0969431251802,(Chimpanzee:0.00546406861607,(Human:0.00367362065503,Gorilla:0.00486562097235):0.000868494471921):0.00582613590946):0.00591105372887):0.00837849173874):0.035053451063):0.0106495439148):0.0081796269331,(Pika:0.0928142798008,Rabbit:0.0536275370493):0.0604386545789):0.00941530477859):0.00532087148784):0.00800062490108,((Armadillos:0.128591106178,Sloth:0.0752718905116):0.0297180420506,(Horse:0.0480949734834,((((((Dolphin:0.0476589250566,Cow:0.120378072151):0.0203869982223,Pig:0.0636414376921):0.0115840293494,Alpaca:0.0513621755141):0.0202917234928,Hedgehog:0.157575355807):0.00426260882096,(Microbat:0.152386735425,Megabat:0.0448818503475):0.013740490858):0.00600340755992,((Shrew:0.210384152066,Cat:0.0532876843742):0.0192512848258,Dog:0.0461356702442):0.022926759248):0.00174149539552):0.0115485541117):0.0050512376593):0.00790654027598,(Lesser_Hedgehog_Tenrec:0.0890394735194,(Elephant:0.0483442374291,Hyrax:0.113814990705):0.00300898681868):0.0187762692515):0.071586807899):0.0667411436369):0.244238977274);
+(Chicken:0.137876429386,(Platypus:0.489123382174,((Wallaby:0.0383741927186,Opossum:0.0381201079521):0.0689737340806,((((((Kangaroo_Rat:0.0686614030186,(Mouse:0.0782339944988,Rat:0.0435722403014):0.0766242896809):0.00706603549312,(Guinea_Pig:0.0622825861833,Squirrel:0.0520507208655):0.00367697749749):0.00827684160906,((Rabbit:0.0320685478237,Pika:0.0526445028705):0.0205851817233,Tree_Shrew:0.0747877657892):0.00348843036456):0.00132252348206,((Mouse_Lemur:0.0287423230425,Galagos:0.0428519348975):0.0050406723354,((Marmoset:0.0176333325782,(Macaque:0.00999287138137,(Orangutan:0.00337544680686,((Human:0.000937111258391,Chimpanzee:0.000946209876271):0.000707927244653,Gorilla:0.00118668988386):0.00142967512939):0.00345417202018):0.00654501223379):0.0138437723258,Tarsier:0.0884085602598):0.00214798541554):0.0044545095415):0.00521574229361,((Horse:0.028930663687,(Shrew:0.106201728557,Hedgehog:0.245027545979):0.0436856932791):0.00392865522079,((Cat:0.0306047360296,Dog:0.0250218128283):0.0169782835437,((Megabat:0.0263698433466,Microbat:0.0377957626399):0.0069505321569,(Alpaca:0.0507394775082,(Pig:0.031216410859,(Dolphin:0.0187769170426,Cow:0.0366702095674):0.0076077772122):0.000167625166821):0.00837900734241):0.000912260348406):0.000451212646076):0.00700463321803):0.00598217713639,((Lesser_Hedgehog_Tenrec:0.0822251828662,(Hyrax:0.111107059237,Elephant:0.0634220596973):0.011329774457):0.00890011049884,(Armadillos:0.0323021614323,Sloth:0.0246485183206):0.0209016949464):0.000918836113557):0.0862840813838):0.0682369775173):0.137876429386);
+(Chicken:0.19151388661,((Cat:0.0471149273501,Dog:0.0305439115019):0.0102220930907,(((Platypus:1.88321721722,Alpaca:0.00656741304402):0.0199636398106,(Pig:0.0431986804135,(Dolphin:0.019536200402,Cow:0.0585629071546):0.00192637863978):0.0042409962621):0.00974272606704,(Horse:0.0778935065855,(((Mouse_Lemur:0.0275962829825,Galagos:0.0405295007747):0.00503961004183,(Marmoset:0.0232768892347,((Orangutan:0.00374621182927,((Human:0.00194673084652,Chimpanzee:0.00146144719948):0.000844272237774,Gorilla:0.00521955032972):0.00378328743558):0.00601894377726,Macaque:0.0162069853543):0.00334769574363):0.0230943347716):0.00660818862659,(((Elephant:0.0287947019313,Hyrax:0.0510848289862):0.011572408373,(Armadillos:0.0314157312656,Sloth:0.0325806151893):0.014312256939):0.00866703177271,((Rabbit:0.0277067312524,Pika:0.0637360988615):0.0203652809564,((Lesser_Hedgehog_Tenrec:0.0758260646951,((Hedgehog:0.158842412161,Squirrel:0.0733458457867):0.0113713136436,(Microbat:0.0980104659482,Megabat:0.0463780234638):0.0155633126206):0.0207344297733):0.0129808426983,(((Mouse:0.0331572590694,Rat:0.0363056715877):0.133235528388,(Guinea_Pig:0.0456131977707,Kangaroo_Rat:0.0953291607643):0.00703615472131):0.00953056197273,(((Wallaby:0.0379185743774,Opossum:0.0701326167223):0.168120258217,Tarsier:0.0494399966178):0.0172945608049,(Shrew:0.143212886956,Tree_Shrew:0.0614685009076):0.0135538877643):2.14844396072e-06):0.0107509231593):0.0110263240726):0.00536668164357):0.00135208755282):0.00624877124947):0.00171367949759):0.00991510341417):0.19151388661);
+(Chicken:0.0524474340866,(Platypus:0.275832626792,((((Lesser_Hedgehog_Tenrec:0.0375942755445,Hyrax:0.0178593475706):0.0019885981675,Elephant:0.0113833259921):0.00927910934546,((Sloth:0.0126301092546,Armadillos:0.0226925288987):0.0127681145187,(((Shrew:0.0445615887666,Hedgehog:0.0278840330893):0.00768874754425,((((Pig:0.0244753764861,(Dolphin:0.00615097518152,Cow:0.0109958787532):0.0035762010659):0.00362834984766,Alpaca:0.0166808779715):0.0052870939509,(Dog:0.0081959917079,Cat:0.00896193703265):0.00617883686238):0.000437870739978,((Microbat:0.0164909373217,Megabat:0.0172278433645):0.00296594067032,Horse:0.0372491406066):2.04348526238e-06):0.00330110445242):0.00274918129731,((Tarsier:0.0222492519427,((Galagos:0.0178856625705,Mouse_Lemur:0.0156131620814):0.00174092705075,((Marmoset:0.0105864707961,(Macaque:0.00474494922142,(Orangutan:0.000493420170231,(Gorilla:0.00128277499813,(Chimpanzee:0.00142611981438,Human:0.000467896386672):0.00142570022133):2.04348526238e-06):0.00186820597827):0.00465908669032):0.0108130886894,Tree_Shrew:0.0341477554009):0.00100080587201):8.41859181628e-05):0.00225621321216,((Pika:0.0314107101517,Rabbit:0.0218115787312):0.0102486633124,(Squirrel:0.0236973434826,((Kangaroo_Rat:0.0308752864032,(Mouse:0.0134852565185,Rat:0.0370805938253):0.039325235958):0.00532166260849,Guinea_Pig:0.0403388021643):0.00182781454008):0.00271271251291):0.000387531708251):0.00194080531509):0.00132616248801):0.00145720462663):0.0292869097417,(Opossum:0.0164284129267,Wallaby:0.0309535846805):0.0378409661089):0.0168550538983):0.0524474340866);
+(Chicken:0.165382251318,(Platypus:0.209523272238,((((Sloth:0.0257595078815,Armadillos:0.0254483597514):0.0113578562765,(Lesser_Hedgehog_Tenrec:0.139055121428,(Hyrax:0.0326011761854,Elephant:0.0193689150005):0.0142527224035):0.0242198389726):0.00275624597309,(((((Rabbit:0.0179026876757,Pika:0.0423618981742):0.0295270242833,Tree_Shrew:0.0412907670405):0.00219956299901,(((Mouse:0.0192405481348,Rat:0.0462351596323):0.065637261506,(Guinea_Pig:0.0421387437877,Kangaroo_Rat:0.0586101151585):0.002630553886):0.00744915801764,Squirrel:0.0329977163232):0.00245733867007):0.00330802865631,(((Marmoset:0.0258982156105,((Orangutan:0.00635276035351,(Gorilla:0.00304562394238,(Human:0.00196354167071,Chimpanzee:0.000489069722528):1.79460694393e-06):0.00207007226339):0.00346972377253,Macaque:0.0265663146707):0.00211579685265):0.0166869013243,(Galagos:0.027938330721,Mouse_Lemur:0.0156741405313):0.00814091826109):0.00152340614105,Tarsier:0.0746541462803):0.00224075111598):0.00411788978977,((Horse:0.0170703461414,(Megabat:0.0262097016262,Microbat:0.0365996004614):0.00422618241352):0.000667795790511,(((Alpaca:0.0307703757076,((Dolphin:0.0165179356826,Cow:0.0331917378197):0.00447138187172,Pig:0.0264083505099):0.00328700980958):0.00665546861558,(Shrew:0.142111368028,Hedgehog:0.0266045704534):0.0254248693072):0.00476579943176,(Cat:0.0206695928661,Dog:0.0253064958603):0.0157979928973):1.79460694393e-06):0.00618014777332):0.00222766710861):0.137108739031,(Opossum:0.0533491957621,Wallaby:0.0331332966092):0.110300929598):0.0740076682893):0.165382251318);
+(Chicken:0.238370682523,(Platypus:0.11315255072,((Wallaby:0.0407087096428,Opossum:0.0586728889088):0.0813309843782,(((Hedgehog:0.158551068394,(((Tree_Shrew:0.0796417923251,((Pika:0.0732951082048,Rabbit:0.0341355248483):0.0416318314849,((Kangaroo_Rat:0.0996588767366,Squirrel:0.0760480672154):0.00170024117912,(Mouse:0.0405972298374,Rat:0.0410998763009):0.0927734963016):0.0162890246414):0.00851859319951):2.11135026103e-06,((Mouse_Lemur:0.0553621735989,Galagos:0.0626405368327):0.0163360689033,(Tarsier:0.0711652027196,(Marmoset:0.0455217845087,(Macaque:0.0183353830399,((Gorilla:0.00141549470216,(Human:0.00199651660673,Chimpanzee:0.00761559129747):0.00134694145222):0.00270219265536,Orangutan:0.00470963495018):0.0036819290452):0.01243195402):0.0188332410298):0.00476305516942):0.00628295292265):0.00337364868009,((((Microbat:0.0699496079497,(Shrew:0.186844999625,Guinea_Pig:0.242635731588):0.0185924518541):0.0246201133958,Megabat:0.0518472826535):0.00901623960181,((Cat:0.0291155574503,Dog:0.0537901778646):0.0202152444345,Horse:0.0491066946367):0.00366008287724):0.00278149828793,((Pig:0.0542360514552,(Dolphin:0.0326003240004,Cow:0.0618434244584):0.0133658398462):0.00504579285246,Alpaca:0.0615826906416):0.0183971892025):0.0076145309173):0.00449241042234):0.00580958155385,(Sloth:0.0655660019079,Armadillos:0.0522316888347):0.0208884669605):0.00262885691353,(Lesser_Hedgehog_Tenrec:0.105075366338,(Hyrax:0.0942784457865,Elephant:0.0347909954505):0.00493587292677):0.0105263175325):0.0953888708377):0.0359615844729):0.238370682523);
+(Chicken:0.187380809862,((((Armadillos:0.0468261033788,Sloth:0.0504170690029):0.0340845081793,(((Elephant:0.0398192457984,Hyrax:0.0999469522137):0.0332582037991,Lesser_Hedgehog_Tenrec:0.113284675736):0.0239162067944,((((Pika:0.0894057754411,Rabbit:0.0543803543364):0.0491950271295,(Guinea_Pig:0.179058378559,((Kangaroo_Rat:0.0865189651251,(Mouse:0.0345556254583,Rat:0.0303788547539):0.0806082621728):0.012934205999,Squirrel:0.0722306511555):0.0102325278179):0.015536065326):0.0116656700326,(((Galagos:0.0640795865823,Mouse_Lemur:0.0674299239945):0.0227842098247,(Tarsier:0.0720412808133,(Marmoset:0.0292735552291,(Macaque:0.0211175644375,(Orangutan:0.0595325457348,(Chimpanzee:0.00245096908207,(Gorilla:0.00266005660217,Human:0.00421096551738):0.000543663847981):0.00634651508864):0.00662583000051):0.0138433046512):0.0338553580966):0.00588297749029):0.0075550533908,Tree_Shrew:0.06873351118):0.00103365547393):0.00595576013334,(((Cat:0.0392192550595,Dog:0.104025521732):0.0194655344403,((Shrew:0.113772269406,Hedgehog:0.0961408881925):0.0181734034763,(Alpaca:0.0625386715062,((Dolphin:0.0312580813769,Cow:0.0567422299973):0.00355578763488,Pig:0.0748059649394):0.00668968691477):0.0196010749016):0.00229045941055):0.00232531461127,((Megabat:0.0515191993701,Microbat:0.0907721627797):0.0056436131511,Horse:0.0999874849873):0.00481111632547):0.0104818123223):0.00876563384229):0.00741471217878):0.0736886875602,(Wallaby:0.0740476431887,Opossum:0.0568837162069):0.099188497714):0.0457472046066,Platypus:0.266730124516):0.187380809862);
+(Chicken:0.325326344247,(((Wallaby:0.0428300235273,Opossum:0.0680581462777):0.127375598303,Platypus:0.348379346015):0.043573277613,(((((Sloth:0.052698754767,Armadillos:0.0528185168572):0.0254781544794,(Lesser_Hedgehog_Tenrec:0.187325547539,(Elephant:0.0428478542698,Hyrax:0.0793334975159):0.011945498819):0.0279934705424):0.00202751255289,((Shrew:0.288003529241,Hedgehog:0.0867661732543):0.0272538301731,((Microbat:0.0734184040915,Megabat:0.0698827234622):0.0126467426852,((Dog:0.0730897449727,Cat:0.0317938451799):0.0264317046306,((Alpaca:0.0573609543441,((Cow:0.0823266257365,Dolphin:0.0421471078241):0.0113090729822,Pig:0.0540064425014):0.00449697984265):0.0148828536731,Horse:0.0665932302992):1.47961955787e-06):0.00206483890708):0.00477485814903):0.00422974897481):0.00165511975743,(Pika:0.115968961207,Rabbit:0.0553352542338):0.052705695013):0.00247516362632,((((Tarsier:0.0616787854263,(Marmoset:0.0328874837914,(Macaque:0.0179630527446,(Orangutan:0.00784949251261,((Human:1.47961955787e-06,Gorilla:0.00328222354625):0.00174842372576,Chimpanzee:0.000877255886137):0.000980461435054):0.00740388839545):0.0101694449971):0.031482404986):0.00572875009741,(Mouse_Lemur:0.0444005929757,Galagos:0.0538217964053):0.0173540038751):0.00281967259129,Tree_Shrew:0.0738046034742):0.00261047424545,((Squirrel:0.0645207999306,Guinea_Pig:0.0796284357467):0.00621200946704,((Rat:0.0478224350861,Mouse:0.0598974890758):0.129160885534,Kangaroo_Rat:0.118893468336):0.0124085881526):0.0108235029959):0.00189948495016):0.0717323256478):0.325326344247);
+(Chicken:0.200045705517,(Platypus:0.211979176977,(((Lesser_Hedgehog_Tenrec:0.105907772955,(Hyrax:0.0648348922863,Elephant:0.0231122555503):0.0139443935164):0.0370168084712,((((((Galagos:0.0616905113978,Mouse_Lemur:0.031701194731):0.0163697015343,(Tarsier:0.103539763916,((Macaque:0.0122152613106,(Orangutan:0.00643022552263,((Human:0.00187498026002,Chimpanzee:0.00184730389216):0.00235923093375,Gorilla:0.00215814070792):0.00308266892067):0.00424477557422):0.00927224341163,Marmoset:0.0291675416343):0.0308615324904):0.00227511343511):0.00374810213402,Tree_Shrew:0.0858766816009):0.00226558511557,((Rabbit:0.0313506683251,Pika:0.0751386694835):0.0360195793223,(Guinea_Pig:0.167944224538,(((Mouse:0.0503707503423,Rat:0.0727093749497):0.124143794955,Squirrel:0.0565174897459):0.00334321043162,Kangaroo_Rat:0.0893767694607):0.00304367489488):0.00954467365762):0.00725319001082):0.00836960530854,(((Megabat:0.040116313044,Microbat:0.0582896958355):0.0180369166723,(((Pig:0.042239632059,(Cow:0.048348401616,Dolphin:0.0169767135328):0.00377532979647):0.0018083761897,Alpaca:0.0323694164325):0.011596916867,(Horse:0.044875341545,(Cat:0.0276176888248,Dog:0.0439633325678):0.0104924551449):0.00341307190159):0.000708126913613):0.00222306209199,(Shrew:0.0979355094109,Hedgehog:0.142319336776):0.0117912841621):0.00874679076096):0.00463808918937,(Armadillos:0.0480007381773,Sloth:0.0370462617484):0.0221919842371):0.00706171244401):0.138000783802,(Opossum:0.078936527167,Wallaby:0.0589711831183):0.122495201693):0.05632348448):0.200045705517);
+(Chicken:0.146433020048,((((Armadillos:0.0407721088059,Sloth:0.0298791520272):0.0157422105193,(((Hyrax:0.0497694098898,Elephant:0.0274464828915):0.00611413986174,Lesser_Hedgehog_Tenrec:0.0720448639829):0.01285081293,((((Galagos:0.0458818300758,Mouse_Lemur:0.0215935590087):0.011757903566,(Tarsier:0.0383516802903,(Marmoset:0.0218299572603,(Macaque:0.0103006581055,(Orangutan:0.00570743288392,(Gorilla:0.00409976816504,(Chimpanzee:0.00156825116768,Human:0.00183185171938):0.000918405874537):0.00245990889276):0.0043330419657):0.00532474714351):0.0175673695544):0.00106460739582):0.00295483082786,(((Pika:0.0939290451798,Rabbit:0.0418025858744):0.0261237599524,Tree_Shrew:0.0833693457011):0.00376677651585,((Kangaroo_Rat:0.08028239804,(Mouse:0.0274153480697,Rat:0.0188455606619):0.0620431251992):0.00548694925933,(Squirrel:0.0481378971617,Guinea_Pig:0.0975534719792):0.000530871375114):0.00823465642554):0.000596412186934):0.00659324382428,((Hedgehog:0.0788232014993,Shrew:0.0710146132657):0.0100692974244,((Dog:0.0290111872827,Cat:0.036303310175):0.01490766407,(((Cow:0.0326167789927,Dolphin:0.0141463359462):0.00653752451158,(Alpaca:0.0246419191905,Pig:0.0401746564804):0.00450066506597):0.00874955856453,((Megabat:0.0302350386971,Microbat:0.0364346205603):0.00626903621415,Horse:0.0242017486243):0.000488625695417):0.000461961387948):0.000990519742287):0.00608478109137):0.00664412812587):0.00197736637454):0.0805953196441,(Wallaby:0.0379979103528,Opossum:0.0594765998825):0.0762218063421):0.0333705733084,Platypus:0.165053622466):0.146433020048);
+(Chicken:0.140496151823,(Platypus:0.103752824432,((Wallaby:0.0569154866536,Opossum:0.191159265677):0.156346234327,(((Sloth:0.0284979698402,Armadillos:0.0381712988701):0.0203185548594,((((Rabbit:0.0341898294697,Pika:0.0574632702733):0.0243306639457,((((Mouse:0.0226034149561,Rat:0.0332782876147):0.0765899328713,Guinea_Pig:0.136678051723):0.00936290143189,(Squirrel:0.0440646336611,Kangaroo_Rat:0.0464406669583):0.00165952369437):0.00544119785415,Tree_Shrew:0.0533920312302):0.00126879846501):0.00125678408614,((Galagos:0.0294295886069,Mouse_Lemur:0.0221290137248):0.0125159169396,(((((Gorilla:0.00203611900203,(Chimpanzee:0.00173109436293,Human:0.000864257348922):2.09823963685e-06):0.00481462443629,Orangutan:0.00690725977258):0.00695032902919,Macaque:0.0533485813335):0.00817114940752,Marmoset:0.0223956917546):0.0223779688631,Tarsier:0.0424143762458):0.00372779881917):0.00580092669795):0.00968321758539,((Shrew:0.056076219327,Hedgehog:0.0653700952115):0.0117451549171,(((Cat:0.0291792451502,Dog:0.021344774161):0.0140712105117,((Megabat:0.0301001185028,Microbat:0.0308433855936):0.0108516425645,(((Cow:0.0420373546167,Dolphin:0.015527961441):0.00534339319645,Alpaca:0.0448919794457):0.00306312944304,Pig:0.0351638270866):0.0208121345043):0.000615825399522):0.000443594049006,Horse:0.0523819838082):0.000470366993129):0.00398252161117):0.00323233201149):0.00510870507823,(Lesser_Hedgehog_Tenrec:0.0797062189074,(Hyrax:0.129997456719,Elephant:0.0591311401663):0.0302995554877):0.021452116711):0.0738564575187):0.0325641456847):0.140496151823);
+(Chicken:0.216914052134,(Platypus:0.176675107354,((Wallaby:0.0522569039962,Opossum:0.0448126272072):0.086769986136,((((((Tree_Shrew:0.0624195058563,(Pika:0.0828705504874,Rabbit:0.0285001641846):0.0232270343587):0.00388502779873,((Guinea_Pig:0.063427903066,Squirrel:0.039564647186):0.00350498140793,(Kangaroo_Rat:0.0754797462665,(Rat:0.0340152481262,Mouse:0.0264303822011):0.0715015905819):0.00457189678088):0.00649987066579):0.00164753215289,((Tarsier:0.051513732819,(Marmoset:0.028468191098,(Macaque:0.0106793135502,(Orangutan:0.0526952992377,(Human:0.0190513583729,(Chimpanzee:0.00315246064572,Gorilla:0.00412747197998):1.70927679111e-06):0.00290989075395):0.00303081128033):0.00455999506907):0.0197348682124):0.00439745661749,(Mouse_Lemur:0.0246704921971,Galagos:0.0563071652375):0.0176505061471):0.00449198961429):0.00899553673241,((((Dog:0.0299959653756,Cat:0.0259603746498):0.0159359075002,(Shrew:0.095238439945,Hedgehog:0.0882516435224):0.0185862479257):0.00187067444926,((Pig:0.0279972454884,((Cow:0.0414516772909,Dolphin:0.017855066289):0.00199527430265,Alpaca:0.0235256683959):0.00192935048706):0.00774389679601,(Megabat:0.0270332870196,Microbat:0.0675445530407):0.00712678503553):0.00226167197869):0.00116360614843,Horse:0.026835777903):0.0071102131587):0.00137844512859,(Elephant:0.0581702496249,(Hyrax:0.156778682295,Lesser_Hedgehog_Tenrec:0.0753469291332):0.0213329983212):0.0197035060977):0.00614299315078,(Armadillos:0.0267169398348,Sloth:0.0405019602071):0.0130208323133):0.0839820365691):0.0370607963857):0.216914052134);
+(Chicken:0.12625751297,(((Cow:0.0451933236946,((Rat:0.0311893711019,Mouse:0.0233947922027):0.117123994158,(Guinea_Pig:0.17124921103,(((Human:1.59095474935e-06,(Chimpanzee:0.00551733761679,Gorilla:1.59095474935e-06):1.59095474935e-06):0.00272916952521,((((((((Lesser_Hedgehog_Tenrec:0.128075273647,(Hyrax:0.0440959623374,Elephant:0.0296976994256):0.017511381475):0.0176157447874,(Armadillos:0.0288224619684,Sloth:0.0592194565875):0.0263951910504):0.0114921831512,(Hedgehog:0.0918785668321,(((Dog:0.0250045619283,Cat:0.0307534743764):0.0125103501563,((Shrew:0.0890896672587,(Microbat:0.0603639686065,Megabat:0.0191978250957):0.00570477728422):0.00548681853877,(Pig:0.0650120198512,(Alpaca:0.0328852623752,Dolphin:0.0215190169218):0.00753944011376):0.00360819794403):0.003095318928):0.00213392258727,Horse:0.0325825444755):0.000208548935035):0.0039689568216):0.00631730953104,(Kangaroo_Rat:0.121077928637,(Tree_Shrew:0.0490976226099,Squirrel:0.0640628522171):0.00335985156435):0.00172156525432):0.00187267758801,(Galagos:0.0750349420545,Mouse_Lemur:0.0278383637429):0.0110866809461):0.00206724222084,((Rabbit:0.0260884542256,Pika:0.0686810014702):0.0328212599981,Tarsier:0.0305848823973):0.00693776760781):0.0223754399359,Marmoset:0.019766638061):0.00411629865224,Macaque:0.0175049924824):0.00111171798844):0.0516923375838,Orangutan:0.00130455318534):0.0225688278629):0.0114070005246):0.00829287395227):0.0561699483782,Platypus:1.10016402897):0.061136389829,(Opossum:0.0587642726847,Wallaby:0.0446569857638):0.0629762060038):0.12625751297);
+(Chicken:0.161742975762,(((Wallaby:0.0410677397064,Opossum:0.0475903085401):0.0562593541776,Platypus:0.222255564982):0.0205742427144,((((((Galagos:0.070683118982,Mouse_Lemur:0.0362182266816):0.0262270890155,((Marmoset:0.0301877751947,(Macaque:0.0359872294796,(Orangutan:0.0097858981269,((Gorilla:0.00545246538501,Human:0.00309286856317):0.00060044691483,Chimpanzee:0.00313682696917):0.00452321949716):0.00231332650578):0.00619620799384):0.0242410786429,Tarsier:0.0508265272352):0.00360599535671):0.00941172386498,(((Pika:0.0998949594629,Rabbit:0.0693682741897):0.0803368071422,(((Kangaroo_Rat:0.167585447298,(Rat:0.0495770556314,Mouse:0.0205216776356):0.107954656968):0.0189891886396,Guinea_Pig:0.128243679819):0.00688007969946,Squirrel:0.0916538089567):0.0048429241752):0.00968054791532,Tree_Shrew:0.0995562063457):0.00152960733364):0.0104040777819,((Hedgehog:0.0815517592146,Shrew:0.207271347577):0.0393551063228,(((Megabat:0.0679963035018,Microbat:0.146406316706):0.0254029029657,((Pig:0.0356167550303,(Dolphin:0.0441799921511,Cow:0.0511107649277):0.0109218122944):0.00499850879972,Alpaca:0.0740585084428):0.0153278416967):0.00456327262167,(Horse:0.0528398817919,(Dog:0.0356812919889,Cat:0.0878868653442):0.0183354674193):0.00241316098311):0.00448581474604):0.00661119242431):0.00811219557498,((Hyrax:0.0610682029861,Elephant:0.0570887790184):0.0191964702784,Lesser_Hedgehog_Tenrec:0.101778116691):0.0258262982741):0.00746714805011,(Armadillos:0.0463523496813,Sloth:0.0402013903786):0.0230090925161):0.105851836596):0.161742975762);
+(Chicken:0.22984173855,(((((Elephant:0.044924255724,Hyrax:0.0903630332831):0.00804280783248,Lesser_Hedgehog_Tenrec:0.109331369332):0.0192366768846,((((Megabat:0.036368321544,Microbat:0.076422751974):0.0147526730371,(Horse:0.0517513241281,((Alpaca:0.0610755590244,((Dolphin:0.0565929441851,Cow:0.0956631063842):0.00631659630629,Pig:0.0650888725265):0.00405126482781):0.0347721004829,((Cat:0.0500299504248,Dog:0.0423991386845):0.0164617434549,(Shrew:0.159041812339,Hedgehog:0.0872543749779):0.00668546011722):0.00403152816747):0.00149026445486):0.00123877581914):0.00855449700068,((((Pika:0.149436324273,Rabbit:0.0679929639638):0.074452045046,(Squirrel:0.0793826217734,(Guinea_Pig:0.169317181812,(Kangaroo_Rat:0.10303559966,(Rat:0.111105835578,Mouse:0.0508976666896):0.110885762985):0.00637107184222):0.0101955854667):0.000992593761522):0.0103763013928,Tree_Shrew:0.141675833445):0.00432863713711,(((Marmoset:0.0371530968873,((((Chimpanzee:0.00382270877215,Human:0.00229084871025):0.00152285528964,Gorilla:0.00796090304253):0.000166867162117,Orangutan:0.0107405495887):0.00394894240626,Macaque:0.054761624466):0.0128151640271):0.0388673117849,Tarsier:0.0606522968312):0.0027280651439,(Galagos:0.0654240185909,Mouse_Lemur:0.0589318623362):0.0116891856219):0.00316457546915):0.00778159628489):0.0125047988032,(Armadillos:0.0468840917486,Sloth:0.0534761819476):0.0310766094465):0.00403351379871):0.0810050786757,(Wallaby:0.0657232554445,Opossum:0.0599983144049):0.0868697547162):0.0705598992886,Platypus:0.314507140876):0.22984173855);
+(Chicken:0.259052726167,((Platypus:0.225910742692,(Wallaby:0.0596609477738,Opossum:0.0770501177509):0.0271450919447):0.0563080957725,(((Megabat:0.053208799549,((((Hedgehog:0.184110049427,Shrew:0.15251471096):0.0251889993468,Microbat:0.040380963826):0.0111379745793,Horse:0.0689221886534):0.00998466046678,((Cat:0.026450685856,Dog:0.0422865397168):0.0150539738878,(Alpaca:0.0411512580954,(Dolphin:0.0237390184908,(Cow:0.0555374222318,Pig:0.0558506637832):0.00363195295387):0.00536473146119):0.0129910814184):0.00304272047103):0.00427186608654):0.00861459426176,(((Tarsier:0.054983432879,(Marmoset:0.0262370002249,(Macaque:0.0147375878478,(Orangutan:0.0088277407895,(Chimpanzee:0.00167468120647,(Gorilla:0.00499699062656,Human:0.00380934516026):1.94212560427e-06):0.00189416676502):0.00805460956952):0.00411448793314):0.024127020107):0.00426723138099,(Mouse_Lemur:0.0338885374268,Galagos:0.042440164433):0.0119631993089):0.00777917964435,((Tree_Shrew:0.0876594304678,(Pika:0.0868480555852,Rabbit:0.0349458132153):0.0399794691624):0.00888665792698,(Squirrel:0.0622483203285,(Guinea_Pig:0.0896916810841,(Kangaroo_Rat:0.0748418925897,(Mouse:0.0269726287056,Rat:0.0342783590053):0.0668630045033):0.0155285362788):0.00564429318171):0.0112448824953):0.00396469799019):0.00640331062172):0.00273879637845,((Lesser_Hedgehog_Tenrec:0.0874738732002,(Elephant:0.0394974095719,Hyrax:0.0579336393072):0.00767584515253):0.0130486504356,(Sloth:0.0463694400402,Armadillos:0.0341941152106):0.0211904691869):0.00344034438529):0.0913766452296):0.259052726167);
+(Chicken:0.205510356203,(Platypus:0.294659504522,(((Armadillos:0.0475916347408,Sloth:0.03731938003):0.0184134582064,((Lesser_Hedgehog_Tenrec:0.199262258166,(Elephant:0.0298354999101,Hyrax:0.108592133782):0.0139541035217):0.0368043671785,(((((Galagos:0.0820978697115,Mouse_Lemur:0.0687595180199):0.0269399651003,(Marmoset:0.0353472286427,(Macaque:0.0154457822839,((Gorilla:0.00577953014762,(Chimpanzee:0.00245156320483,Human:0.00339249335233):0.00310428549743):0.00458974299124,Orangutan:0.00914416774523):0.00427101026324):0.00719106769549):0.0352554169284):0.00806756976014,(Tarsier:0.148538878335,Tree_Shrew:0.125672190804):0.0134127101684):0.00477918514462,((Pika:0.134271642844,Rabbit:0.0692978936107):0.101833404258,(Guinea_Pig:0.116023761364,(Squirrel:0.115303570742,(Kangaroo_Rat:0.197770752555,(Rat:0.0595859151193,Mouse:0.0443738369822):0.142212400474):0.0136350400315):0.00529387591374):0.00778683968157):0.0158326494815):0.0111056748915,(((Pig:0.039154015246,(Cow:0.0695074089231,Dolphin:0.0351375729515):0.00708691834666):0.00806227840759,Alpaca:0.065371822467):0.0211956678952,((Dog:0.0610318328932,Cat:0.0349088994892):0.0190126498301,((Microbat:0.106474364492,Megabat:0.0528052835858):0.0147231207831,(Horse:0.0613003399914,(Hedgehog:0.196956948106,Shrew:0.273659147228):0.0561995883954):0.0120186432906):0.00310875084656):0.00149027610177):0.0150827984099):0.0165205377459):0.0115651388939):0.166963877508,(Opossum:0.115398417136,Wallaby:0.0849674606739):0.205091399234):0.0580941611742):0.205510356203);
+(Chicken:0.147140865734,(Platypus:0.28037555887,(((((Shrew:0.0894172163123,Hedgehog:0.0947479502579):0.017191944153,(((Microbat:0.0615816453647,Megabat:0.0459242070046):0.00987848427468,(Alpaca:0.046783464967,(Pig:0.0369112139264,(Cow:0.0545777825324,Dolphin:0.0282315615275):0.00778062909118):0.00297997806017):0.0148664377281):0.00185022841585,(Horse:0.041068984872,(Dog:0.077520279698,Cat:0.0357216373891):0.0230415385752):0.00377290883944):0.00178593943279):0.0123516456014,((((Tarsier:0.0856086846524,((Macaque:0.108271373821,((Gorilla:0.00325607482759,(Human:0.00262536707543,Chimpanzee:0.00299556102716):0.000913362865167):0.00495629865656,Orangutan:0.00884507903685):0.00479941704662):0.00763019999862,Marmoset:0.0263431142604):0.0281039225759):0.00323937583807,(Mouse_Lemur:0.0430366806216,Galagos:0.0498513802434):0.0167534047743):0.0050918159333,((Pika:0.0853276985007,Rabbit:0.0392549653682):0.0533348685355,(Guinea_Pig:0.0978775219404,((Kangaroo_Rat:0.0884409498117,(Mouse:0.0392851135327,Rat:0.0419260789282):0.105707433976):0.00759262298304,Squirrel:0.0608316974158):0.00152206660336):0.0107275668477):0.00416406834113):0.00128121245191,Tree_Shrew:0.0810534951379):0.00880974754344):0.0116246787075,((Lesser_Hedgehog_Tenrec:0.117780588027,(Elephant:0.0293853716745,Hyrax:0.0600549255566):0.00912086947613):0.0263781787382,(Armadillos:0.0521940003224,Sloth:0.0482037597908):0.02568205777):0.00240766118666):0.121539020651,(Opossum:0.119045915264,Wallaby:0.0715385188204):0.128279761349):0.0814596832691):0.147140865734);
+(Chicken:0.16933167833,(((Wallaby:0.0851735816498,Opossum:0.303246616251):0.102582299089,Platypus:0.449100665743):0.0374773473408,(((Elephant:0.0348391666227,Hyrax:0.0702814591955):0.0118289244656,((Armadillos:0.0425394440451,Sloth:0.0479507961259):0.0170689853619,(((Hedgehog:0.0859187284041,Shrew:0.110434114241):0.015959537356,((Cat:0.0351115903142,Dog:0.0797797268181):0.0115255958232,(Horse:0.0431185189336,((Microbat:0.0726031780701,Megabat:0.0504690904668):0.00719213752773,(Pig:0.0423950726555,(Alpaca:0.0781184196395,(Cow:0.0478049807083,Dolphin:0.0388081964219):0.0130160303612):0.00397364213087):0.0145181360638):0.00115043922731):0.00227287085216):0.00664925927145):0.0035564013873,((((Galagos:0.0497618532628,Mouse_Lemur:0.0409224950245):0.0117396498345,(Tarsier:0.0747920875504,(Marmoset:0.0296394834921,(Macaque:0.0184777061525,(Orangutan:0.0101806656442,(Human:0.00389814927924,(Chimpanzee:0.00318635219517,Gorilla:0.00294434747978):0.00149717596271):0.00114919432162):0.00488754118681):0.00716792642607):0.0210861466414):0.0014974439507):0.00941109779559,Tree_Shrew:0.0694756346069):0.0032822823036,((((Mouse:0.0280937117572,Rat:0.0334908614259):0.0745877723315,Guinea_Pig:0.089562973799):0.0118850490905,(Kangaroo_Rat:0.0967466431957,Squirrel:0.0697319785338):0.00222521729435):0.00719509084666,(Pika:0.0771681089529,Rabbit:0.0825879527391):0.0370595390901):0.0119880216358):0.00379793174786):0.0115468887605):0.00725187074824):0.0156177355245,Lesser_Hedgehog_Tenrec:0.0673189525951):0.0608582579147):0.16933167833);
+(Chicken:0.240479802281,(Platypus:0.702761514828,((((Lesser_Hedgehog_Tenrec:0.0848293194356,(Elephant:0.0204557411845,Hyrax:0.0450824743033):0.00833467179092):0.0118712693769,(Armadillos:0.0305650341431,Sloth:0.0231514982684):0.0108901273126):0.00250303740041,((((Galagos:0.0348013622742,Mouse_Lemur:0.0240937674562):0.00788218766373,(Tarsier:0.0610522333928,(Marmoset:0.0179267128989,(Macaque:0.00603471260821,(Orangutan:0.00587991270269,(Gorilla:0.00224835302909,(Human:0.0017318967927,Chimpanzee:0.00247891810863):0.000183832540308):0.00258691950252):0.00280415731206):0.0051274168736):0.0164898454506):0.00259174523555):0.00414084074745,(((Rabbit:0.0246258903389,Pika:0.0668161835051):0.0259222008116,(((Rat:0.0250435173064,Mouse:0.0244638024059):0.0953308288656,Kangaroo_Rat:0.055615285019):0.00670959273515,(Squirrel:0.0510794815077,Guinea_Pig:0.0589318581259):0.00124953929588):0.00468633470884):0.00125091133329,Tree_Shrew:0.0717795918027):0.000356544178971):0.00588684130819,((Hedgehog:0.0719935176348,Shrew:0.0693067192097):0.00867984745545,((Horse:0.0251993295122,((Pig:0.0283249982012,(Cow:0.0321738490656,Dolphin:0.0177271978503):0.00242937156235):0.00152638652371,Alpaca:0.0298619578073):0.00664587678154):0.00111281007132,((Megabat:0.0278012880405,Microbat:0.0364177729928):0.0100963936836,(Dog:0.0167534286629,Cat:0.0265700054359):0.0104098955728):0.000719843414131):0.00108190375561):0.00470181255301):0.00467812688965):0.111693100283,(Opossum:0.0632555249372,Wallaby:0.0291255573332):0.123106855766):0.0659311767341):0.240479802281);
+(Chicken:0.109703525067,(Platypus:0.103393229934,((Wallaby:0.0597773832711,Opossum:0.101255045949):0.0715035050041,((((((((Kangaroo_Rat:0.0928960642008,(Rat:0.0645529185586,Mouse:0.031357179598):0.127717149197):0.0253290035971,(Guinea_Pig:0.116893637653,Squirrel:0.129405037895):1.85023443123e-06):0.0142374237371,(Rabbit:0.0337882026307,Pika:0.0938060438246):0.075725258934):0.0122411083726,((Mouse_Lemur:0.0531174430596,Galagos:0.0743756474536):0.0218024632786,(((Macaque:0.0596363035066,(Orangutan:0.00396404551315,(Gorilla:0.00141749976402,(Human:0.00177772225032,Chimpanzee:0.00146256475918):0.000933888075696):0.003346612242):0.00248981980719):0.00477071847729,Marmoset:0.0201160237364):0.025683934865,Tarsier:0.0512298006987):0.00346105008191):0.012750168861):0.00286690062971,Tree_Shrew:0.13239049568):0.0142727814857,((Shrew:0.156241142243,Hedgehog:0.0936443976925):0.0267697425046,((Microbat:0.0532602420836,Megabat:0.0557251698152):0.00569140889416,(((Cat:0.0285327662101,Dog:0.0399280824871):0.0274083483914,(Alpaca:0.0378612578267,((Dolphin:0.0260613472136,Cow:0.0688245547162):0.00625330736033,Pig:0.0412999721928):0.00461478080467):0.0143174532579):0.00190793645899,Horse:0.0677401464853):0.0012999009284):0.00580715850306):0.0227677712785):0.0096110601983,(Armadillos:0.0710534202789,Sloth:0.0424303084022):0.0125340246212):0.00326080352676,(Lesser_Hedgehog_Tenrec:0.0813243584606,(Elephant:0.0362629213483,Hyrax:0.0671563565437):0.0129906340142):0.0121160895915):0.140877418471):0.0617565543559):0.109703525067);
+(Chicken:0.170774637474,(((Wallaby:0.0534984746331,Opossum:0.0903085922786):0.0534183590638,Platypus:0.526678814437):0.0167378347694,((((((Rabbit:0.0836484736379,Pika:0.115336415029):0.0200665423429,(Squirrel:0.0567142623984,(Guinea_Pig:0.0621576107493,(Kangaroo_Rat:0.0708001778137,(Mouse:0.0398227456176,Rat:0.0834587481561):0.0749218546488):0.013179553648):0.00509175331908):0.00806204185884):2.16623028543e-06,Tree_Shrew:0.0511505818643):0.00508581174382,((Galagos:0.0560488697036,Mouse_Lemur:0.0226153822623):0.011392290346,(Tarsier:0.0408318186402,(Marmoset:0.0195048712881,(((Gorilla:0.00218502298637,(Chimpanzee:0.00232013702917,Human:0.00164567817614):0.0023511048547):0.000728624042813,Orangutan:0.00564753658297):0.00439690638425,Macaque:0.013505045797):0.00588381226541):0.00874224187496):0.00494080382544):0.0024632913972):0.00541141982556,(((Cat:0.0280663358801,Dog:0.0344249988662):0.0226608907452,(Horse:0.0512507835848,((Microbat:0.0434783750455,Megabat:0.0269560762253):0.0115527913934,((Cow:0.159023740251,(Alpaca:0.0409523153418,Pig:0.0197058030675):0.00128505256662):2.16623028543e-06,Dolphin:0.0210204807929):0.00794880845625):0.00316016228332):0.00128505884592):0.00562659076205,(Shrew:0.119982395193,Hedgehog:0.0919054998546):0.00557501969695):0.00525619580134):0.00862945135973,((Elephant:0.0372964475593,(Hyrax:0.0496097221168,Lesser_Hedgehog_Tenrec:0.0705294593651):0.00292704293081):0.0113882236107,(Armadillos:0.0391212712409,Sloth:0.028692677085):0.0135368760312):0.0030976816543):0.0704770042951):0.170774637474);
+(Chicken:0.194986365545,(((Wallaby:0.0425779364085,Opossum:0.0715612095332):0.126362515843,Platypus:0.292226797425):0.00963141262154,((((Squirrel:0.064768317661,(Kangaroo_Rat:0.0818212237592,((Mouse:0.148869291766,Rat:0.0194812815012):0.125010466177,Guinea_Pig:0.151680820919):0.0145386688693):0.00558233965875):0.00531746292161,(Pika:0.0508494161183,Rabbit:0.0519313323222):0.0381042680404):0.00710320657378,(Tree_Shrew:0.0571379911032,(Tarsier:0.0671998154797,((Galagos:0.0335462096431,Mouse_Lemur:0.0343739045891):0.0158969248667,(Marmoset:0.0160538905108,(Macaque:0.00591434630639,(Orangutan:0.00295050761906,(Human:0.00131411023699,(Chimpanzee:2.42583203527e-06,Gorilla:0.000547601293863):0.000482233004451):0.00484154004905):0.00616699905172):0.0084930110182):0.0288702163769):0.00067415797827):0.0059817622993):0.00219360359805):0.00431082542325,((((Cat:0.0180973217123,Dog:0.0300142837169):0.0151683657159,((Microbat:0.0340057778784,Megabat:0.0268848674045):0.0100377937247,((Pig:0.0446237766059,(Dolphin:0.0219148867658,Cow:0.0476837736716):0.00319795140065):0.00073411590262,Alpaca:0.0326491859221):0.00864647372245):0.000823399028521):0.00238029905183,((Shrew:0.0984693562702,Hedgehog:0.0828378483929):0.0116696359278,Horse:0.0504370256691):0.000522444655145):0.00548471316412,((Elephant:0.0599426739581,(Hyrax:0.0506801320604,Lesser_Hedgehog_Tenrec:0.089586091241):0.00557393858191):0.0162503780455,(Armadillos:0.0457893297975,Sloth:0.0261184264479):0.02304922106):0.00582811953456):0.003592510174):0.120553156136):0.194986365545);
+(Chicken:0.137468183596,((((((Megabat:0.0336294340198,Microbat:0.0475876888709):0.00925794573865,(((Cat:0.0233732587915,Dog:0.0428013002474):0.0117990954002,Horse:0.024565240797):0.00193852608263,(((Pig:0.028124573456,(Dolphin:0.0216729232665,Cow:0.0298151271942):0.0039892147484):0.00271061717984,Alpaca:0.0374354183937):0.0107713528895,(Shrew:0.0996145377539,Hedgehog:0.0600862879125):0.00707197022569):0.000383959097104):0.000610045145342):0.00742054733281,(((Squirrel:0.0400197899731,(Guinea_Pig:0.0955256193411,((Mouse:0.0195682311264,Rat:0.0434921982283):0.105226502468,Kangaroo_Rat:0.0505406934401):0.00407366770912):0.00346405331366):0.00576990040801,(Pika:0.0656090617696,Rabbit:0.0428705905153):0.0175122561984):0.0050784114876,(((Galagos:0.0347557205492,Mouse_Lemur:0.0224800128918):0.00797989348097,(Tarsier:0.0250185289387,(Marmoset:0.0162716963622,(Macaque:0.0193269176989,(Orangutan:0.00446011698362,((Gorilla:0.00153041973379,Chimpanzee:0.00193825070496):0.00273273819494,Human:0.00302494339024):0.0041115000375):0.0039750092985):0.00673273674848):0.0190622754471):0.00361619719591):0.00559179498209,Tree_Shrew:0.0434860086122):0.00141178741154):0.00650511664202):0.00417892603779,((Lesser_Hedgehog_Tenrec:0.0845705479606,(Hyrax:0.0414103834883,Elephant:0.0266244466454):0.00971184515757):0.00981109348049,(Sloth:0.0309041541329,Armadillos:0.0323160218539):0.0116506757788):0.00099199372783):0.111594052483,Platypus:0.215563500746):0.0183350682369,(Opossum:0.0661716938452,Wallaby:0.0573892601168):0.0635920715503):0.137468183596);
+(Chicken:0.205557264797,(Platypus:0.160109228044,((Wallaby:0.061803045105,Opossum:0.090960151439):0.0982976454632,(((Sloth:0.0547664312066,Armadillos:0.0698330691455):0.0279920137292,((Tree_Shrew:0.069456670017,(((Galagos:0.0769534850586,Mouse_Lemur:0.0452739104634):0.0129572647371,(Tarsier:0.057056108876,(Marmoset:0.0270109548155,(Orangutan:0.013760297787,((Gorilla:0.00435221708065,(Chimpanzee:0.00402506732134,Human:0.00075709018913):0.00126979529892):0.00848070572866,Macaque:0.0219438646097):0.00251278829003):0.00852740005039):0.0273137589946):0.00617942894304):0.0108690856925,((Rabbit:0.0542304522218,Pika:0.0799651338052):0.0417161609894,(Squirrel:0.0529608302315,(Kangaroo_Rat:0.0948258320403,((Rat:0.0503492437371,Mouse:0.0466204168584):0.0804275289852,Guinea_Pig:0.0941459204641):0.00749021170157):0.00441140767735):0.00540643680191):0.0119689920388):0.00417417567441):0.00616720247036,((Cat:0.0370801232676,Dog:0.0548464715322):0.0257373589669,((((Hedgehog:0.128935488177,(Shrew:0.127927073745,Microbat:0.0634326187107):0.0205798178791):0.0175601812617,(((Pig:0.0838340263042,Dolphin:0.0495970982157):0.00561049192717,Cow:0.0444382803906):0.00391772931089,Alpaca:0.0245069255541):0.0105756627138):0.00754592190407,Megabat:0.0716949713986):0.00515354288668,Horse:0.106494183546):1.78183902297e-06):0.00977513286185):0.0104677864085):0.00341940210899,(Elephant:0.0412285440645,(Lesser_Hedgehog_Tenrec:0.123693329499,Hyrax:0.0544878450114):0.0269312198039):0.0245424884023):0.193740203047):0.0555074253181):0.205557264797);
+(Chicken:0.145538990957,(Platypus:0.15707306591,(((Sloth:0.0454957032441,Armadillos:0.0555725574622):0.0144637944242,((Lesser_Hedgehog_Tenrec:0.148249513714,(Hyrax:0.0620436045287,Elephant:0.0301904354145):0.0154475295021):0.0154714041832,(((((Marmoset:0.0215569461578,(Macaque:0.0119608297458,(Orangutan:0.00937952763237,((Gorilla:0.00453791006238,Chimpanzee:0.00266851405512):0.00104165653527,Human:0.00405502208121):0.0037333278776):0.00627301880444):0.00684212638647):0.0285823547487,Tarsier:0.0797277136378):0.00618020242696,(Galagos:0.0442238448261,Mouse_Lemur:0.0380961815111):0.020612550531):0.00460495335459,(Tree_Shrew:0.0843245969057,((Pika:0.0778399309498,Rabbit:0.0650876244249):0.0426579632201,((Kangaroo_Rat:0.0807645008511,(Mouse:0.0371931451564,Rat:0.0333198597481):0.0972553761696):0.0101332476898,(Squirrel:0.0682681018294,Guinea_Pig:0.121852083784):0.00476317916638):0.0128941276464):0.00584162215819):0.00167284206222):0.0101649457211,(((Microbat:0.0638549985362,Megabat:0.0479839552299):0.00696294560038,((Cat:0.0384835149746,Dog:0.0493196611973):0.0233951799808,(Horse:0.0558019120542,(((Dolphin:0.0258309251443,Cow:0.0535722772783):0.00691700792387,Pig:0.0465107390085):0.00772605509419,Alpaca:0.0590293134497):0.0231373813271):0.00601939050121):0.00230841223822):0.00315888099743,(Shrew:0.140313383624,Hedgehog:0.101544993698):0.0123574348871):0.0152319479176):0.0102467562303):0.00249790314353):0.143009824673,(Opossum:0.0424851990172,Wallaby:0.0406484963783):0.0980880539482):0.0592641617686):0.145538990957);
+(Chicken:0.254590837045,(((((((Pika:0.094151846597,Rabbit:0.104259331374):0.0349340465403,((Guinea_Pig:0.0885314637198,(Rat:0.0580067265763,Mouse:0.0144873395421):0.105407165292):0.0211595623928,(Kangaroo_Rat:0.0658920049225,Squirrel:0.0610886652069):0.00673352851598):0.00638449216426):0.0149170183651,Tree_Shrew:0.0543523991915):0.000597406963676,((Tarsier:0.0641569768613,(Galagos:0.0594681522368,Mouse_Lemur:0.0402678537713):0.0164941743891):0.00984130128663,(Orangutan:0.00371291524425,((Macaque:0.124101147825,(Human:1.53836964739e-06,(Marmoset:0.0226801557838,Chimpanzee:0.00404117217421):0.00110462888969):0.00338349272192):0.0151960590678,Gorilla:0.00288731486287):0.00417102739257):0.0317097867024):0.0125891545948):0.0105123306455,((((Dolphin:0.0624084708168,(Cow:0.0965434910742,(Pig:0.0648691205712,Alpaca:0.0337217743548):0.00588085150401):0.010477415004):0.0157482863283,(Microbat:0.210436769959,Shrew:0.133244341799):0.0291086807569):0.0108372766531,(Hedgehog:0.141762010371,(Horse:0.0669003385853,(Cat:0.0402396289434,Dog:0.0570473276911):0.0244279362749):0.01302095815):0.0094153974712):0.00285517768633,Megabat:0.0690459984492):0.0189224675161):0.010074079706,((Armadillos:0.0874431964838,Sloth:0.0761906700619):0.0262580373802,((Platypus:0.494291858263,Lesser_Hedgehog_Tenrec:0.0809643108006):0.0061312378173,(Hyrax:0.0816961710071,Elephant:0.0340109141858):0.0164606655044):0.0430533234269):0.00406141456706):0.108317866061,(Opossum:0.203068916121,Wallaby:0.0274150871777):0.0646385490446):0.254590837045);
+(Chicken:0.102891579555,(Platypus:0.118306980373,((Wallaby:0.0274918450354,Opossum:0.032291025236):0.0736196777144,(((Sloth:0.0402470969553,Armadillos:0.0357448236913):0.0190922933041,((((Marmoset:0.0231363867947,(Macaque:0.0502841134092,(Orangutan:0.0064969605155,((Human:0.00212678102144,Gorilla:0.000992616413733):0.00118421640317,Chimpanzee:0.00382163077339):0.00302940473278):0.0059695421111):0.00591525818028):0.0222089557299,(Tarsier:0.0552264318011,(Galagos:0.0725008686995,Mouse_Lemur:0.0346560800235):0.0069975551953):0.00142972925395):0.00936325974666,((Guinea_Pig:0.114492547801,(Squirrel:0.0630995119527,((Rat:0.0349550943101,Mouse:0.024089069369):0.0816113284712,Kangaroo_Rat:0.083893844239):0.00713057091409):0.00300694808122):0.00459486865699,(Rabbit:0.0448211255516,Pika:0.0922045571378):0.0265454689308):0.00650631729055):0.0114246400928,((((Microbat:0.0650388755965,(Tree_Shrew:0.139712083332,Dog:0.0645711944534):0.0269881082793):0.0156654346286,((Shrew:0.0910270128589,Hedgehog:0.0854512298416):0.0168556114616,Megabat:0.0532974466322):0.00814040686192):0.00664938578743,(Alpaca:0.0542828964568,(Cow:0.0355534845379,(Pig:0.044353067099,Dolphin:0.0203420333836):0.00194244762783):0.00536441370545):0.0100320582626):0.00271826204518,(Horse:0.0336291925311,Cat:0.0516996229447):0.00607903832639):0.00982002326868):0.0072220998754):0.00375218004475,(Lesser_Hedgehog_Tenrec:0.104951846189,(Elephant:0.0266895064099,Hyrax:0.0650810967742):0.0107038444861):0.0273410448636):0.0804913575522):0.0364757106525):0.102891579555);
+(Chicken:0.0873645280098,(Platypus:0.21924515407,((Wallaby:0.0381892997949,Opossum:0.0218540626468):0.109357452277,(((Hedgehog:0.0798090855141,(Horse:0.0403430143963,((Dog:0.0351558480489,Cat:0.0537011368928):0.0237684038577,((Alpaca:0.0545342506409,(Cow:0.06150043943,(Pig:0.0708940296778,Dolphin:0.0244455669091):0.00640375142508):0.0140207525285):0.0261181789916,(Megabat:0.0981559220393,(Microbat:0.0642929763066,Shrew:0.174811545695):0.0219966374144):0.0208222752792):0.0154212646763):0.00447630806894):0.0190592848839):0.00608007635558,((((Rabbit:0.0595455062594,Pika:0.0723993118437):0.0427436879653,(Guinea_Pig:0.0616737516931,(Squirrel:0.0817404957727,(Kangaroo_Rat:0.0609941662664,(Rat:0.0174063059267,Mouse:0.0167462649682):0.0764279628254):0.00647648746437):0.00182685766412):0.00578438995841):0.013201252714,((Mouse_Lemur:0.0335814091851,Galagos:0.0388333284293):0.0152330085525,(Tarsier:0.0318361303413,(((Gorilla:0.00112241932717,(Chimpanzee:0.00214321463664,Human:0.00207301029928):0.00067093059268):0.00359105899214,(Macaque:0.141767876455,Orangutan:0.00191969855936):2.49841044494e-06):0.00618834865146,Marmoset:0.0184517329379):0.0162308882337):0.00645347799934):0.00746833898672):0.0074018363705,Tree_Shrew:0.0955582474117):0.011940586448):0.0112894472205,((Elephant:0.0316838849155,(Hyrax:0.0830466097512,Lesser_Hedgehog_Tenrec:0.138358403946):0.0213585668597):0.0346231199165,(Armadillos:0.0570605625654,Sloth:0.0614374606472):0.0240697848284):0.0080130016133):0.0829525824124):0.0294682000535):0.0873645280098);
+(Chicken:0.162835602683,((((Sloth:0.0614067142771,Armadillos:0.0324140319586):0.0120965642968,((Lesser_Hedgehog_Tenrec:0.0869601346914,(Hyrax:0.0805657572009,Elephant:0.0272674257815):0.00553784648556):0.0285424124665,((((((Pig:0.0331337155828,Cow:0.10033060955):0.0144426305877,Alpaca:0.0580238731511):0.00726311165527,Dolphin:0.0596251566102):0.0205087204466,((Dog:0.0302308742714,Cat:0.0439611154944):0.012852333584,Horse:0.123066882771):0.00793202722197):0.00324621771512,((Shrew:0.0859808790568,Hedgehog:0.0820751831653):0.0323110402836,(Microbat:0.0774485866187,Megabat:0.0445877744876):0.0170269681029):0.00462157571125):0.0060308599527,(Tree_Shrew:0.0528390642867,((((Kangaroo_Rat:0.0944043469226,((Rat:0.0318907979191,Mouse:0.0247236552448):0.0736660336453,Guinea_Pig:0.0780616576675):0.00997186006098):0.00618858108841,Squirrel:0.0556750160272):0.0160999124954,(Pika:0.0666456039449,Rabbit:0.0790877149801):0.0320676144781):0.0093895970659,((Galagos:0.151612690983,Mouse_Lemur:0.0363744129022):0.0258636634625,((Marmoset:0.0337690884673,(Macaque:0.0157010625393,((Orangutan:0.00338576845298,(Human:0.0024457763511,Chimpanzee:0.00542694344513):0.00514623402425):0.0150600528651,Gorilla:0.0278778291748):0.00554334619167):0.0048090265166):0.0180275878433,Tarsier:0.0819310806895):0.00478625894058):0.00478525458651):0.00125743741937):0.00956273129729):0.00697440879841):0.00325681519794):0.101361770253,(Wallaby:0.0536160498032,Opossum:0.0684314694542):0.185106335719):0.0511137296056,Platypus:0.126311754443):0.162835602683);
+(Chicken:0.25200261509,(Platypus:0.197277716215,((Wallaby:0.0773533541832,Opossum:0.0629033133773):0.19184883001,(((Sloth:0.0477015434307,Armadillos:0.0452484373541):0.0202095837022,(((Tree_Shrew:0.131021623578,((Mouse_Lemur:0.0405735257839,Galagos:0.0739367576493):0.0177322491986,(Tarsier:0.0850043076456,(Marmoset:0.0412932473981,((Orangutan:0.00763593411096,((Human:0.00401598402768,Chimpanzee:0.00215206193481):0.00188085746,Gorilla:0.00242712618685):0.00249695674699):0.00509314995979,Macaque:0.0216041397492):0.00648260037461):0.0299876023739):0.00480411111401):0.00734465247166):0.00360969684502,((Squirrel:0.0878762894611,(((Mouse:0.044206570695,Rat:0.05895094834):0.146170954943,Kangaroo_Rat:0.139738337015):0.0120457965258,Guinea_Pig:0.122410330729):0.0109280719554):0.0144724961945,(Rabbit:0.0430012676992,Pika:0.139327079515):0.0579819236692):0.0186771714749):0.0103169156619,((Shrew:0.225398496902,Hedgehog:0.102249118467):0.019986924738,(((Alpaca:0.0480026600519,((Cow:0.0544772410747,Dolphin:0.0262793603143):0.00364500407929,Pig:0.0351600567955):0.0175347468005):0.0147471476879,(Microbat:0.103270752096,Megabat:0.0472029113713):0.0172215590134):0.001719959817,(Horse:0.0463858986386,(Dog:0.0563229840171,Cat:0.0477718340917):0.03781981307):0.0029291516742):0.0037146131887):0.00581604020989):0.0127596173456):0.00969868688213,(Lesser_Hedgehog_Tenrec:0.162555743472,(Elephant:0.0366997967033,Hyrax:0.0793116558674):0.0069689687135):0.0496521716745):0.167754076305):0.0947924041275):0.25200261509);
+(Chicken:0.194339449657,(Platypus:0.281503646667,((Wallaby:0.0448772320693,Opossum:0.0715585626072):0.0808499403692,(((Sloth:0.0295868539775,Armadillos:0.0440379051162):0.0247387590177,((((Tarsier:0.0440919806277,((Marmoset:0.0356754304454,(Macaque:0.018585622173,((Gorilla:0.00124723753494,(Chimpanzee:0.0023339345282,Human:0.00283036743364):0.0012021435709):0.0026128428902,Orangutan:0.00579636753944):0.00404408173857):0.00612281240515):0.0238335069992,(Mouse_Lemur:0.019947288974,Galagos:0.0568714939041):0.0161120763577):0.00212276187888):0.00743045342722,((Pika:0.0758580372709,Rabbit:0.040480379859):0.0386001847276,(((Kangaroo_Rat:0.175507061488,(Mouse:0.0420515424457,Rat:0.0422062482852):0.127801213909):0.0110579169474,Guinea_Pig:0.107806139972):0.00443241653826,Squirrel:0.0603331030838):0.00660586335051):0.000902528915686):0.000523133862998,Tree_Shrew:0.0812487285066):0.00811342931813,(Hedgehog:0.134289837091,(((((Shrew:0.414737348557,Microbat:0.0637408702685):0.0565150418139,Megabat:0.0531117963586):0.013165070822,Horse:0.0385045050923):0.0048406699159,(Dog:0.0417524259973,Cat:0.0639756507522):0.0178664574513):0.00295005673857,(Alpaca:0.0370926929622,((Cow:0.0755523135776,Dolphin:0.0249874304524):0.00507546924467,Pig:0.0537410491816):0.00343888906097):0.0142351782895):0.003789362864):0.0090595446092):0.0120586559609):0.0027500432366,(Lesser_Hedgehog_Tenrec:0.107162798363,(Hyrax:0.0659063454502,Elephant:0.0371753697021):0.00791296672197):0.0213290792845):0.114104032378):0.0321860800114):0.194339449657);
+(Chicken:0.330601270045,((Shrew:0.110445275275,((Hedgehog:0.12479225012,((Cat:0.0414718724023,Dog:0.0332333587301):0.0216387501219,(((Cow:0.0526018243064,Dolphin:0.0466648490489):0.0139315034121,Pig:0.0427176327179):0.00293674692305,Alpaca:0.0690040776058):0.0127168671532):0.00753235336356):0.000209147100009,(Megabat:0.0503997131857,((Microbat:0.0526154141584,((((Elephant:0.0312954739973,Hyrax:0.0490235684141):0.0198551679746,Lesser_Hedgehog_Tenrec:0.0955435640075):0.0262818334986,(Armadillos:0.0367016416062,Sloth:0.0556498879915):0.0237962206742):0.00869857461743,((Tarsier:0.0473801926407,((Galagos:0.0689846022811,Mouse_Lemur:0.0253768264137):0.0360065027369,(Marmoset:0.0290693484656,(Macaque:0.0137764939408,((Gorilla:0.00297612406514,(Chimpanzee:0.00286666399533,Human:0.00213981084379):0.00244420697288):0.0101031739663,Orangutan:0.00482657818334):0.00724563050554):0.0107349969217):0.0244973565723):0.00448846484097):0.00958031321266,(Tree_Shrew:0.0582821081826,((Pika:0.0852650635328,Rabbit:0.0527819060631):0.0519910552781,((Guinea_Pig:0.0766059351674,(Kangaroo_Rat:0.0988638821517,(Rat:0.0389867572452,Mouse:0.0480509674279):0.0946264520849):0.00517028941851):0.00849281888653,Squirrel:0.0832809746112):0.00942179236173):0.00715482589107):0.00285972577855):0.0144291892625):0.00527353287959):0.00309906072516,Horse:0.172171240282):0.00342060421161):0.00314297072428):0.0120334470614):0.111723260269,(Platypus:0.271132485954,(Opossum:0.0778815579041,Wallaby:0.0421148563014):0.12142309132):0.0407054642271):0.330601270045);
+(Chicken:0.239619695739,(Platypus:0.193616768445,((Wallaby:0.0900965420998,Opossum:0.222551049725):0.25107853111,(((((Shrew:0.193242753028,Hedgehog:0.133022214797):0.0460310855616,(Horse:0.0349696099043,((Dog:0.12192154102,(((Dolphin:0.0588057682806,Cow:0.0863825847794):0.0176711814453,(Pig:0.0394120118974,Alpaca:0.101286664179):0.00893665111238):0.0106337197593,Cat:0.0616182120237):0.00305014256323):0.000929781930465,(Megabat:0.156504196094,Microbat:0.104395129105):0.0187368738363):0.00364314926367):0.0075905459264):0.0142159136966,(((Tree_Shrew:0.0855243437528,((Galagos:0.0861144525867,Mouse_Lemur:0.0636759262197):0.020792146749,((((Orangutan:0.00988112184247,((Human:0.00214591932954,Chimpanzee:0.00442320169202):0.00109175835099,Gorilla:0.00523317398003):1.74674190867e-06):0.00472746033221,Macaque:0.0166137793046):0.016370050518,Marmoset:0.0315718358747):0.0308536411681,Tarsier:0.0384108222535):0.00303354682041):0.0030592588151):0.00464217018402,(Rabbit:0.0557611769365,Pika:0.111641258043):0.0523020895307):0.00415978597596,(((Kangaroo_Rat:0.0908499530278,Guinea_Pig:0.111871324108):0.00694401681749,Squirrel:0.0630578283468):1.74674190867e-06,(Mouse:0.0376110401917,Rat:0.0313483834184):0.166729606595):0.0114398505831):0.0109976278471):0.0067437033896,(Armadillos:0.0788435052895,Sloth:0.055258918959):0.0507851226342):0.00702249398843,((Hyrax:0.10342617771,Elephant:0.0395164111236):0.0071750939601,Lesser_Hedgehog_Tenrec:0.225893385576):0.0290569910092):0.128773856824):0.0972912845367):0.239619695739);
+(Chicken:0.353265365558,((Platypus:0.976855631317,(((Armadillos:0.0852330561711,Sloth:0.0622937138513):0.0454860518178,(Lesser_Hedgehog_Tenrec:0.144555695765,(Hyrax:0.109317142148,Elephant:0.0671816945358):0.0163842427594):0.0342701062527):0.0123478978975,((Tree_Shrew:0.130065278891,(((Mouse_Lemur:0.0429564404935,Galagos:0.0791046409474):0.0332194794997,(((Macaque:0.0173374644187,(Orangutan:0.00877295158685,(Chimpanzee:0.00372360076658,(Gorilla:0.0049646630518,Human:0.00180244332021):0.000444578013787):0.0159023404285):0.0107742996022):0.0146104450866,Marmoset:0.0625883965583):0.0342988347334,Tarsier:0.0653252974101):0.011553599312):0.0124238328373,(((Guinea_Pig:0.154185423302,(Rat:0.0760605845956,Mouse:0.0923791215508):0.123015407181):0.0170998597075,(Squirrel:0.0862525042775,Kangaroo_Rat:0.133593807443):0.00157166820376):0.01733880333,(Rabbit:0.0840324592048,Pika:0.117532992165):0.0682187641317):0.00821018041569):0.00477128519591):0.0134016736786,(((Alpaca:0.118582648166,(Pig:0.0933455515348,(Dolphin:0.0693277609202,Cow:0.0898230792992):0.0152677519866):0.00838800557208):0.0338634230877,((Microbat:0.14170995576,Megabat:0.0971401578617):0.0338238321525,(Horse:0.0807984403175,(Shrew:0.189156111628,Hedgehog:0.116741738325):0.0526502602285):0.00911302042488):0.00211256893128):0.001566979606,(Dog:0.0846519551275,Cat:0.0774703094127):0.0276397570343):0.0105445027811):0.00808789600152):0.156829131095):0.0868569907503,(Opossum:0.107311232733,Wallaby:0.132531092234):0.435493232361):0.353265365558);
+(Chicken:0.194958380926,(Platypus:0.151286347676,((Wallaby:0.0358195240953,Opossum:0.059577773769):0.127540199276,((Sloth:0.0466898314093,Armadillos:0.0576985008115):0.0135590004842,((((Cat:0.0299822874167,Dog:0.0853593257805):0.0320443546693,((Hedgehog:0.0779027301219,(Horse:0.0473492609532,((Alpaca:0.0439646389373,(Pig:0.121841117093,(Cow:0.0413632474016,Dolphin:0.0258711525901):0.00769787546666):0.00235283549654):0.0101231431589,Shrew:0.100766706344):0.00682112470344):0.00169039590124):0.00406469948043,(Megabat:0.0600703501194,Microbat:0.0555030781465):0.00878404660611):0.00549331853632):0.0116439076553,((Guinea_Pig:0.0730486496043,(((Tree_Shrew:0.0500865225863,Squirrel:0.0490057811755):0.00136607500852,(Rabbit:0.0446219965126,Pika:0.0375331284093):0.0237273236629):0.00384586826788,(Kangaroo_Rat:0.0947675172766,(Mouse:0.0282114948971,Rat:0.0186104543325):0.0825658052415):0.00955439922874):0.00323976844815):0.00910974418592,(Tarsier:0.141562066458,((((((Gorilla:0.00561523040769,Human:0.00165788532967):0.000699082058061,Chimpanzee:0.00448398814525):0.0045540574573,Orangutan:0.0128548500546):0.0064565457779,Macaque:0.0133779237556):0.00708579250865,Marmoset:0.0295259139804):0.0229875477961,(Mouse_Lemur:0.0403976481611,Galagos:0.0527791390659):0.00523221186742):0.00504877251071):0.00351455159059):0.00674827594145):0.00172142906179,(Lesser_Hedgehog_Tenrec:0.102000675835,(Hyrax:0.0410585791656,Elephant:0.0415233345006):0.0094639355995):0.0205184847253):0.00437960775253):0.0646000010814):0.0712147578044):0.194958380926);
+(Chicken:0.192398527158,(Platypus:0.353097146934,((Wallaby:0.0451347985807,Opossum:0.0552114712829):0.107789483206,(((Sloth:0.0382933756013,Armadillos:0.0642215447986):0.0186093069337,((Hyrax:0.0753301331108,Elephant:0.0346842450338):0.00581447475933,Lesser_Hedgehog_Tenrec:0.0873603509791):0.0249213619892):0.00252949114746,(((Shrew:0.0847348769447,Hedgehog:0.0974929100216):0.012101904954,(Horse:0.0453882905589,(((Alpaca:0.109487571821,(Megabat:0.0976513794539,(Microbat:0.130858074303,Tree_Shrew:0.246259877263):0.0354493442526):0.0311359526119):0.0298055768868,((Cow:0.0468833800736,Dolphin:0.0369796923533):0.0082282496833,Pig:0.0918980428071):0.00539817101451):0.0118280846657,(Cat:0.0653306367012,Dog:0.0421606748412):0.0189899159993):0.00191699816803):0.00178072380305):0.00941349877009,(((Guinea_Pig:0.100937490945,(Squirrel:0.0910716887265,(Kangaroo_Rat:0.106239236801,(Rat:0.0771825421499,Mouse:0.0317211345133):0.090638140097):0.0156959611326):0.00397575053033):0.0218343231884,(Pika:0.0681907929589,Rabbit:0.0406577976616):0.0270845911259):0.00365558964046,(((Marmoset:0.0229672530401,(Macaque:0.0260911409797,((Human:0.00279216320783,(Gorilla:0.00343687072755,Chimpanzee:0.00301266548779):0.000191335192659):0.00355194184094,Orangutan:0.00724631516019):0.00441648454748):0.00481018119898):0.0176373203652,Tarsier:0.0487720620379):0.00353999131189,(Galagos:0.0760465751666,Mouse_Lemur:0.0327380843869):0.0112686677874):0.00626482893444):0.00741477619925):0.00787353986233):0.0920161893825):0.0680858680654):0.192398527158);
+(Chicken:0.192398428652,(Platypus:0.35309714674,((Wallaby:0.0451348270575,Opossum:0.0552115074494):0.107789452498,(((Armadillos:0.0642215759397,Sloth:0.038293397677):0.0186093118965,(Lesser_Hedgehog_Tenrec:0.0873604023468,(Elephant:0.0346842571481,Hyrax:0.0753301661511):0.00581448440419):0.0249213551811):0.00252949141479,(((Shrew:0.0847349284746,Hedgehog:0.0974929747431):0.0121018981035,(Horse:0.0453883208364,((Dog:0.042160725384,Cat:0.0653306935024):0.0189899018851,((Alpaca:0.109487652885,(Megabat:0.0976514224783,(Tree_Shrew:0.24626005288,Microbat:0.13085786064):0.0354495813154):0.0311359541545):0.0298055352635,(Pig:0.0918980891708,(Cow:0.0468834020227,Dolphin:0.0369797148998):0.00822825742682):0.00539817016752):0.0118280970588):0.00191699823639):0.00178072720873):0.00941350546182,(((Galagos:0.0760465629608,Mouse_Lemur:0.0327380797456):0.0112686999502,(Tarsier:0.0487720718081,(Marmoset:0.0229672563244,(Macaque:0.0260911485718,(Orangutan:0.00724631582754,(Human:0.00279216320768,(Gorilla:0.00343687142513,Chimpanzee:0.00301266563583):0.000191336303115):0.00355194418241):0.00441648326883):0.00481018873765):0.0176373244992):0.00353999523203):0.00626482544107,((Guinea_Pig:0.100937576838,(Squirrel:0.0910717695419,(Kangaroo_Rat:0.106239336815,(Rat:0.0771825928716,Mouse:0.0317211701565):0.0906382157618):0.0156959263229):0.00397576158326):0.021834337546,(Rabbit:0.0406578730201,Pika:0.0681909106784):0.0270845799421):0.00365559013291):0.00741478559289):0.00787354899048):0.0920162901422):0.0680857069152):0.192398428652);
+(Chicken:0.136758868679,(Platypus:0.216087495994,((Shrew:0.0999776948859,(Lesser_Hedgehog_Tenrec:0.0874490988348,(((Rabbit:0.0483564423991,Pika:0.0657360608595):0.015800383544,Hedgehog:0.0732437825947):0.00928957668687,(((Horse:0.0282744041101,((Cat:0.0183819299661,Dog:0.0276315175224):0.0147816859369,(Alpaca:0.0381410946021,(Pig:0.0276621758848,(Dolphin:0.019000944008,Cow:0.0388221474519):0.00258589686568):0.00479838864436):0.00986821925051):0.00229136744118):0.00115518678265,(Microbat:0.0365707323885,Megabat:0.0336248402131):0.00486093889208):0.00714607328275,((((((Macaque:0.00901665233083,((Gorilla:0.00224796138865,(Human:0.000718082424427,Chimpanzee:0.00236021551511):0.00153474083482):0.00166500447371,Orangutan:0.00330153429674):0.00288073510599):0.00517938800203,Marmoset:0.0183724361343):0.013114192491,Tarsier:0.0428143781452):0.00578947035763,(Mouse_Lemur:0.0259301370952,Galagos:0.0320384566995):0.00777707866436):0.00452132231949,(Tree_Shrew:0.0460017137837,(Guinea_Pig:0.0906594629475,(((Mouse:0.0140752403692,Rat:0.018185867216):0.0566607430723,Kangaroo_Rat:0.0647559786133):0.00960246216279,Squirrel:0.0369746682363):0.00120229520226):0.00538359263178):0.00382861896444):0.00394768087666,((Armadillos:0.028737924835,Sloth:0.0320430876847):0.0175775883945,(Hyrax:0.0390508736772,Elephant:0.0234132010002):0.0174536259129):0.004730032909):0.00321003738198):0.0202503539311):0.0154600945127):0.0251408862017):0.0751909591097,(Opossum:0.0434113051193,Wallaby:0.0659010904121):0.103204746305):0.0294839745033):0.136758868679);
+(Chicken:0.13839123389,((((Rabbit:0.0359542576968,(Pika:0.0734324224663,((((Microbat:0.0369247440156,Megabat:0.0337800297859):0.00502471813736,(((Alpaca:0.03846520448,(Pig:0.0277994286267,(Dolphin:0.0191467547354,Cow:0.0390665663847):0.0026303857282):0.00487866122108):0.00998022930087,(Cat:0.0184636405294,Dog:0.0278194324069):0.0148098686533):0.00227227076403,Horse:0.0285361243311):0.000935373224219):0.00602035231551,(((Armadillos:0.0291257322311,Sloth:0.0321690795664):0.0179889686391,(Lesser_Hedgehog_Tenrec:0.108230325455,(Elephant:0.0232400716643,Hyrax:0.039086269969):0.00902861956944):0.00932495897793):0.00450334238611,((Tree_Shrew:0.0460552953189,(Guinea_Pig:0.0913987332381,((Kangaroo_Rat:0.0651896619665,(Mouse:0.0141420999274,Rat:0.0182924349365):0.05709390515):0.00969646894466,Squirrel:0.0371528453448):0.00124862709339):0.00537931969461):0.00399829056858,((Galagos:0.0321362348101,Mouse_Lemur:0.0262126018511):0.00780687386959,(Tarsier:0.042977787708,((Macaque:0.00906557533735,(Orangutan:0.00331666167437,(Gorilla:0.00225973738038,(Human:0.000722725284791,Chimpanzee:0.00237222401723):0.0015434206832):0.0016758035704):0.00289500276727):0.00513432175618,Marmoset:0.018551247416):0.0132470402949):0.00570976156263):0.00450666340751):0.00387727243567):0.00417862792812):0.024422189774,Hedgehog:0.073526113841):0.0130433944541):0.0157442735566):0.0223261701738,Shrew:0.096987692377):0.0808418794937,(Wallaby:0.0651906408337,Opossum:0.0451549813118):0.106702037215):0.0313000640026,Platypus:0.219314054252):0.13839123389);
+(Chicken:0.225419795237,(Platypus:0.217802080117,((Wallaby:0.0941948621916,Opossum:0.0925030135204):0.184434645016,((((Tree_Shrew:0.0938132013146,((Pika:0.0900512199053,Rabbit:0.0636304747299):0.0479610940883,(Squirrel:0.0544073690437,((Kangaroo_Rat:0.133654809839,(Rat:0.0525194704104,Mouse:0.0353436460163):0.1101953015):0.00884407616508,Guinea_Pig:0.0960217446337):0.00283274185628):0.0134425086971):0.0044208595129):0.00352441856178,((Tarsier:0.0546815609418,(Marmoset:0.0308034553617,(Macaque:0.0186245662958,(Orangutan:0.00722938032616,(Gorilla:0.00148348124289,(Chimpanzee:0.000288102433369,Human:0.00211644845915):0.000322068587368):0.00187460056863):0.00548620022516):0.00694065228004):0.02544075475):0.00582737663462,(Galagos:0.0742832538898,Mouse_Lemur:0.0392679305558):0.019141313601):0.00463876163685):0.00949596147211,((((Dog:0.0609026468088,Cat:0.0525361357772):0.0393350709416,(Alpaca:0.0613584095897,(Pig:0.0612557055173,(Dolphin:0.0287048678711,Cow:0.0722022468064):0.0120665594309):0.0051743165218):0.0197504333871):0.00185983947812,(Microbat:0.0556686841432,Megabat:0.0567071736485):0.0110901968212):0.00336655324245,(Horse:0.0564053749943,(Hedgehog:0.120728540647,Shrew:0.185850626237):0.00970758272338):0.0033940786891):0.0105006654749):0.00934470505588,((Armadillos:0.0624753989581,Sloth:0.0520319482659):0.0254048030552,(Lesser_Hedgehog_Tenrec:0.109638870125,(Elephant:0.0444973996816,Hyrax:0.0680008583752):0.0104728081714):0.0198812766684):0.0077163497063):0.128405700398):0.0753729284852):0.225419795237);
+(Chicken:0.111357221642,(Platypus:0.145238324454,((((Elephant:0.0284796346621,Hyrax:0.0380665146163):0.0106000892591,(((((Megabat:0.025410823184,Microbat:0.0243886376813):0.00404276793793,((Dog:0.0283025786276,Cat:0.0231966984256):0.0139788485522,(Horse:0.0278380000558,(Alpaca:0.0289671003677,(Pig:0.0361257939313,(Cow:0.0375404177834,Dolphin:0.0157831284247):0.00191539621737):0.00185809032033):0.00754472992705):0.000780030310473):0.000667147573508):0.00218176035672,(Hedgehog:0.053293419241,Shrew:0.0719503781285):0.0073311739708):0.00269176860376,(Tree_Shrew:0.0562009315441,((((Squirrel:0.0518655962149,Kangaroo_Rat:0.0568863308298):0.00485561851208,((Rat:0.0228038796591,Mouse:0.0241013027234):0.0482846039344,Guinea_Pig:0.056852972004):0.00396110387699):0.00658134759623,(Rabbit:0.0376860995152,Pika:0.062240236068):0.0206489990309):0.00234389268382,((Tarsier:0.0427392075284,(Marmoset:0.031526320862,(Macaque:0.0136259568515,((Gorilla:0.00216265975631,(Human:0.00309962220102,Chimpanzee:0.00439561593823):0.000934775181954):0.0029010934853,Orangutan:0.00647792398004):0.00516753191718):0.00894937842145):0.0187500046169):0.00236017338094,(Mouse_Lemur:0.0289727548644,Galagos:0.0327016520544):0.00872053503404):0.00375747388643):0.00130291043624):0.00228231672916):0.00349068472931,(Armadillos:0.0339555413508,Sloth:0.0264026352602):0.0118871260973):0.00827465477436):0.0215354861329,Lesser_Hedgehog_Tenrec:0.0569231116609):0.0496734092752,(Opossum:0.0610108193284,Wallaby:0.048761516625):0.0536150152551):0.021289286467):0.111357221642);
+(Chicken:0.160387301302,(Platypus:0.172704029511,(((Armadillos:0.0447188094392,Sloth:0.0465390869875):0.0160263023334,(((((Pika:0.0870956261196,Rabbit:0.0468623987663):0.0377830877859,(((Mouse:0.0279573345553,Rat:0.0246307991481):0.0751354568669,Guinea_Pig:0.0915666077046):0.00886548967021,(Squirrel:0.0576438962995,Kangaroo_Rat:0.0891765945773):0.0037296069984):0.0120270532859):0.00688813256342,(Tree_Shrew:0.0779282147444,((Tarsier:0.0633445639064,((Macaque:0.0136886919052,(Orangutan:0.00893558651785,(Gorilla:0.00510050295094,(Chimpanzee:0.00360974823086,Human:0.00184926458108):0.000889278105932):0.00271740462265):0.00476020542966):0.00993970456077,Marmoset:0.0295171116103):0.022653106408):0.00563628420505,(Galagos:0.0429378422744,Mouse_Lemur:0.0567402722786):0.0230358871709):0.00587728062451):0.00356838357349):0.0106488178638,((Horse:0.0368122521357,((Hedgehog:0.141008207037,Shrew:0.123497837865):0.0612330460905,(Alpaca:0.0452140288373,(Pig:0.0524305206381,(Cow:0.0553129429514,Dolphin:0.0268787541185):0.00672962140817):0.00756687885446):0.00776015622773):0.00946785786996):0.00293212204733,((Dog:0.0473003010034,Cat:0.0433564128172):0.0223864503161,(Microbat:0.053593157496,Megabat:0.0400480970147):0.00922957416248):0.00197489876544):0.0118573655861):0.00961528706129,(Lesser_Hedgehog_Tenrec:0.11146841385,(Elephant:0.0458814376736,Hyrax:0.110430552374):0.0113052084845):0.0304542879202):0.00364015473807):0.124250114146,(Opossum:0.045829775984,Wallaby:0.0490476983167):0.0780286447722):0.0482621662525):0.160387301302);
+(Chicken:0.274709004064,((((Sloth:0.0453840900693,Armadillos:0.041799194912):0.0166530914312,(((Tree_Shrew:0.0880437026908,(((Mouse_Lemur:0.0262985977749,Galagos:0.0530366356729):0.0183441972516,(Tarsier:0.0492291802957,(Marmoset:0.0256134435936,(Macaque:0.0129753334004,((Gorilla:0.00387680632498,(Chimpanzee:0.00246498550411,Human:0.00456005985937):0.00170989092947):0.00834194701349,Orangutan:0.00736398429658):0.00535240073386):0.0104553400408):0.0208697274143):0.00526163065113):0.0051422720046,(Squirrel:0.0830374063917,((Rabbit:0.0473302943455,Pika:0.0961580517396):0.0318636770871,((Kangaroo_Rat:0.130422168639,(Rat:0.087700946938,Mouse:0.0411434699019):0.107499626363):0.00837564032172,Guinea_Pig:0.0931206539272):0.0134545166001):0.00409586344501):0.00148199480327):0.00345746726127):0.00144416505935,((((Alpaca:0.0296863194029,(Pig:0.0460800035402,(Dolphin:0.0239353115954,Cow:0.0370960593735):0.00561996959093):0.00129009460904):0.00870119818349,Horse:0.0349765145889):0.00188714816268,(Hedgehog:0.0926967600668,Shrew:0.160944716491):0.00169090299136):0.000437407819036,((Microbat:0.044437851382,Megabat:0.0378715722161):0.0129816974001,(Dog:0.0431590336913,Cat:0.0345565060091):0.0170791701592):1.69890740684e-06):0.00992090933555):0.00637869588474,((Elephant:0.0335181843073,Hyrax:0.0562183193989):0.00638804308519,Lesser_Hedgehog_Tenrec:0.113213362673):0.0266381619214):0.00607503838338):0.0979683893015,(Wallaby:0.0735556485705,Opossum:0.0958824936973):0.125025261812):0.0366814082539,Platypus:0.41130851514):0.274709004064);
+(Chicken:0.127685520243,(((Wallaby:0.0344965315128,Opossum:0.0598759050493):0.0691514825536,Platypus:0.166900374378):0.0508998617877,((((Tree_Shrew:0.0630169320995,((((Kangaroo_Rat:0.084512665286,(Mouse:0.052216855947,Rat:0.0572950627406):0.0730599745531):0.00611699792145,(Squirrel:0.0666994718743,Guinea_Pig:0.126359799241):0.0036957696382):0.00751274786875,(Pika:0.0697097400316,Rabbit:0.047361030538):0.0396447509997):0.00228317601052,(Mouse_Lemur:0.137976190813,((Tarsier:0.0492037770896,Galagos:0.0446542354517):0.00273773776657,(Marmoset:0.0189480491349,((((Chimpanzee:0.0036471051509,Gorilla:0.00368620921379):0.000623650074314,Human:0.00204317514458):0.0018415324324,Orangutan:0.0048266795858):0.00204839854332,Macaque:0.201075681971):0.00665127983877):0.0179606159383):0.00352913871405):0.00735398093516):0.00150393471005):0.00647740725631,(((Megabat:0.0467124177325,Microbat:0.0896532043907):0.00691024574246,((Horse:0.0471205032371,(Cat:0.0400699115431,Dog:0.085773211527):0.0203652594655):0.0107254426131,(Alpaca:0.0274152370073,((Cow:0.0471057165481,Dolphin:0.0259453418985):0.0102454414739,Pig:0.0447038382801):0.00428456364485):0.0169255776927):0.00132556538866):0.00379359192079,(Hedgehog:0.0619218944778,Shrew:0.0881720044639):0.0134423094332):0.0133978669285):0.0104372312506,(Hyrax:0.0622906752899,(Lesser_Hedgehog_Tenrec:0.07418457482,Elephant:0.0336578341684):0.0105272700873):0.0280171264379):0.00532808244322,(Sloth:0.0469912252522,Armadillos:0.034977029079):0.0118358291772):0.143671843269):0.127685520243);
+(Chicken:0.0938056323493,(((Hedgehog:0.0721628051476,(Tarsier:0.122123907555,(((((Pika:0.0543042215306,Rabbit:0.0220316679199):0.0398719325235,((Squirrel:0.0187706092724,Kangaroo_Rat:0.0685508053199):1.91418897151e-06,(Guinea_Pig:0.147606038201,(Mouse:0.0346588048255,Rat:0.0480045326645):0.103668161578):0.0272071331488):0.00660597828682):0.0047965078638,Tree_Shrew:0.0456142279226):0.00317734858692,((Mouse_Lemur:0.0405071260932,Galagos:0.0329114225142):0.0074270114774,(Marmoset:0.0169403012985,(Macaque:0.00641492475575,(Orangutan:0.00992937947095,(Chimpanzee:0.00519811916952,(Human:0.00172718524264,Gorilla:0.00146106188934):0.000557222881428):0.00123734618488):0.00183120479929):0.00466406434696):0.0172958308309):0.0041903635795):0.00171791705107,(((Dog:0.0179814209946,Cat:0.0186666816234):0.0111805454937,((((Dolphin:0.0180267848319,(Pig:0.0383558404255,Cow:0.0287762809287):0.00219592796571):0.00224606177668,Alpaca:0.0296063957611):0.00987277644231,(Microbat:0.0347394289482,Megabat:0.0183855469134):0.00562114572596):0.00177913581995,(Horse:0.0298272016289,Shrew:0.0685960151622):0.00086981214976):0.00126667263868):0.00175836007987,((Sloth:0.0128127281803,Armadillos:0.0434625238307):0.0135997696993,(Lesser_Hedgehog_Tenrec:0.0649973671842,(Elephant:0.0392649753269,Hyrax:0.054131536735):0.00559625116971):0.0125990249583):0.00230449858461):0.00280378896892):0.0113845948047):0.00500239088158):0.0870943935601,(Wallaby:0.0326024837331,Opossum:0.0450775351909):0.051150716331):0.0465655132868,Platypus:0.109172871612):0.0938056323493);
+(Chicken:0.125930366153,(Platypus:0.148959155202,((Lesser_Hedgehog_Tenrec:0.062463421746,(Elephant:0.0366574042696,Hyrax:0.069854584457):0.0104131799696):0.00866847965588,((Sloth:0.0315138885172,Armadillos:0.0342384458908):0.0144298742058,((((Horse:0.0364024563659,((Cat:0.0327241450426,Dog:0.0263159784589):0.0148575917274,(Alpaca:0.0467529686411,(Pig:0.0431179990647,(Dolphin:0.0209052105685,Cow:0.0551712951791):0.000483430021908):0.00841676639063):0.0110184638123):0.00105843703742):0.00296097537396,Shrew:0.0966624944693):0.00114820918219,(Microbat:0.0835779782101,Megabat:0.0432029186962):0.0155918699185):0.00464187383646,(((Mouse_Lemur:0.0229699222241,Galagos:0.0604480539948):0.00850517115942,(Tarsier:0.0278005089615,(((Orangutan:0.00271545697975,(Chimpanzee:0.00192034942958,(Human:0.00171475383716,Gorilla:0.000559104310111):0.00113950416149):0.0015937386041):0.00412968912719,Macaque:0.00637718976464):0.00472801144833,Marmoset:0.0193584515129):0.0124840664627):0.00379517556524):0.00426786211799,(Tree_Shrew:0.0440029897453,((Rabbit:0.0261445576283,Pika:0.0755188946037):0.0202830199086,(Squirrel:0.0338278310742,(Kangaroo_Rat:0.0478408352691,((Guinea_Pig:0.07996085848,(Hedgehog:0.143039338745,(Wallaby:0.0720246674484,Opossum:0.112082954485):0.12192333929):0.0441233740252):0.0564877032663,(Rat:0.0274986640719,Mouse:0.0261725207837):0.0575344711823):0.0206729776518):0.00630770297121):0.00527498344191):0.00123704951478):0.0019040912694):0.00486948057011):0.00306032068954):0.00234015966938):0.076204820141):0.125930366153);
+(Chicken:0.0706610940638,(Platypus:0.0773033520899,((((Hyrax:0.0435049487963,(Elephant:0.017387645407,Lesser_Hedgehog_Tenrec:0.0451954572257):0.00295907176779):0.00634526322498,(Sloth:0.0170162094714,Armadillos:0.0198157906179):0.00487996855256):0.00177405063279,(((Tarsier:0.019897798643,((Tree_Shrew:0.0261975168502,((Macaque:0.00441083538848,(((Chimpanzee:2.04976413106e-06,Human:0.000597613956421):0.000603407525667,Gorilla:0.00276442921222):0.00128306167247,Orangutan:0.00599937729894):0.00303106289422):0.00290060887847,Marmoset:0.00869032937928):0.00615380254993):0.00188452582524,(Mouse_Lemur:0.0142947797958,Galagos:0.0180318715862):0.0116087406174):2.04976413106e-06):0.000602247196436,(((Kangaroo_Rat:0.0263783039533,(Rat:0.0332954076368,Mouse:0.0199032803097):0.0670351454092):0.0104359244308,(Squirrel:0.029437263958,Guinea_Pig:0.0332748946389):0.000209657954133):0.00257817817294,(Rabbit:0.0284099132504,Pika:0.0239400554768):0.0193786469946):0.000580135083407):0.00185486110708,((Hedgehog:0.0354204850107,Shrew:0.0369579437648):0.00232019031763,((((Dolphin:0.00971303863206,Cow:0.0858676092387):0.00287683316858,Pig:0.0169347314519):0.00111950005266,Alpaca:0.027637498769):0.000699461702727,(Microbat:0.028496629829,((Megabat:0.0178331910221,Horse:0.0125943555095):2.04976413106e-06,(Cat:0.0145833003402,Dog:0.0154887196313):0.0130024381559):0.00133799524098):0.000709254666746):0.00117015059378):0.00194359417433):0.00461663219409):0.0703394586858,(Opossum:0.0226207078428,Wallaby:0.0169333682016):0.0319281563295):0.0391957082109):0.0706610940638);
+(Chicken:0.103795403549,(Platypus:0.262003781151,((((Armadillos:0.0299692779187,Sloth:0.0217347110847):0.0103569052963,(Lesser_Hedgehog_Tenrec:0.0480931488999,(Hyrax:0.0430643496311,Elephant:0.0180765132984):0.00677898771684):0.00584653637139):0.00207799731001,((((Rabbit:0.028293945455,Pika:0.0568414808452):0.0214504873568,(Squirrel:0.0389764723976,((Kangaroo_Rat:0.0438271472819,(Rat:0.0388601851606,Mouse:0.0216559588398):0.0555152216245):0.00529779743312,Guinea_Pig:0.0439957944526):0.000336254263715):0.00549393363906):0.00217715530391,(((Mouse_Lemur:0.0268108972953,Galagos:0.0341223718313):0.0106375492881,((Marmoset:0.0140488459628,(Macaque:0.0169830217654,(((Chimpanzee:0.000781238371626,Human:0.00148174352269):0.000441251755251,Gorilla:0.00185604519215):0.00159441002725,Orangutan:0.00372304484802):0.00347849250878):0.00472100069152):0.0139632558722,Tarsier:0.0320025696092):0.00306136029312):0.00207614835673,Tree_Shrew:0.0537884922689):0.000872683062275):0.00414454356022,(((Cat:0.0305842285969,Dog:0.0162962779659):0.0126533425539,(Hedgehog:0.0545224092231,Shrew:0.0500708092839):0.00491623661334):0.00173382460331,((Microbat:0.030559234796,Megabat:0.0295227558893):0.00384681163099,(Horse:0.0588911431358,((Pig:0.0254603566241,(Cow:0.0424538441229,Dolphin:0.0121390826506):0.00197886836594):0.00197850037946,Alpaca:0.019244924877):0.00699145409364):0.000517203849058):0.000586411888747):0.00508401460004):0.00142020337438):0.0612256977345,(Opossum:0.0363068062219,Wallaby:0.027354968738):0.0662693948244):0.0331453977114):0.103795403549);
+(Chicken:0.101140072285,(Platypus:0.337487174322,((Wallaby:0.0311398077228,Opossum:0.0236082077703):0.0741053566815,((((((Shrew:0.0405058487979,Hedgehog:0.0419733537212):0.0049927033308,(Dog:0.00904123993364,Cat:0.0104180962244):0.008545309406):0.00108415059442,((Alpaca:0.0176243539401,(Dolphin:0.00975426956579,(Cow:0.0150755968731,Pig:0.0206721863844):0.00319378407697):0.00265095871262):0.00280150955802,((Microbat:0.0272175462277,Megabat:0.0140554018697):0.00162568790916,Horse:0.0153502430716):0.000876629793427):0.000636367919757):0.00200498918167,(((Tarsier:0.0217844547797,(Marmoset:0.0102472419167,(Macaque:0.0108904213802,(Orangutan:0.0027616964924,(Chimpanzee:0.000545901337151,(Human:0.000815543857505,Gorilla:0.000449277561602):1.30256475699e-06):0.00138607190866):0.00126936131781):0.00250405889009):0.0112085937628):0.00391251858905,(Galagos:0.0290187780263,Mouse_Lemur:0.0191179722955):0.00458521578762):0.00154178048411,(Tree_Shrew:0.0299424710213,((Pika:0.0420933943702,Rabbit:0.0188020105178):0.014245946028,(Guinea_Pig:0.0342264768755,(Squirrel:0.0279947924999,(Kangaroo_Rat:0.0383166145866,(Rat:0.0610944697988,Mouse:0.0161164869293):0.0485453387966):0.00498971393856):0.000769131022385):0.00354182161132):0.000954241985375):0.000521418679124):0.00463224439939):0.0030948868437,(Sloth:0.0201751135361,Armadillos:0.0236761963617):0.010656724873):0.000491600617289,((Lesser_Hedgehog_Tenrec:0.0997942226949,Elephant:0.0175231503451):0.00137790687264,Hyrax:0.0358886708115):0.00746178782142):0.0579956273249):0.0404932514587):0.101140072285);
+(Chicken:0.271509517591,(Platypus:0.318462036711,(((Rabbit:0.0593596215219,Pika:0.0673678500241):0.0291911681993,((((Marmoset:0.0375130780437,(Macaque:0.0259224448447,(Orangutan:0.0127973597012,(Gorilla:0.00233495613624,(Chimpanzee:0.00444803307925,Human:0.00347821198971):0.00147117783181):0.00512555809105):0.00819536414009):0.00584129311397):0.0287568366135,(Tarsier:0.0760831651874,(Mouse_Lemur:0.046020940873,Galagos:0.0560499616392):0.0121488939732):0.00373255618997):0.00656761179083,((((Cat:0.0331911671161,Dog:0.0780914811514):0.0285196909279,(((Cow:0.0453822089102,((Dolphin:0.0404790430217,Alpaca:0.0449839861649):0.0023673118909,Pig:0.0401634667687):0.00106020270328):0.0121460319473,(Horse:0.0517628990429,(Microbat:0.0509536649705,Megabat:0.0508938358868):0.00946063189864):0.00258044481222):0.00372752978105,(Shrew:0.10810505158,Hedgehog:0.114288803631):0.0194730299874):0.00261387099283):0.00815235894391,((Lesser_Hedgehog_Tenrec:0.0812060606193,(Hyrax:0.0643025245037,Elephant:0.0331177243224):0.016569355991):0.0120391803843,(Armadillos:0.0456481543652,Sloth:0.0360607318586):0.0248462540762):0.00606783162823):0.00808109914047,Tree_Shrew:0.0897632379458):0.00128633549218):0.00721434034456,(((Kangaroo_Rat:0.0876294418358,Squirrel:0.0795677734647):0.0062103694214,Guinea_Pig:0.0993353240696):0.00343409984709,(Rat:0.0643412651094,Mouse:0.0301618993358):0.0850068003632):0.00796885021939):0.0130551980851):0.11716743065,(Opossum:0.0532874032143,Wallaby:0.04183375057):0.140798099578):0.0853071912006):0.271509517591);
+(Chicken:0.0912617445814,((((((Hedgehog:0.0566279875296,Shrew:0.0555039895314):0.0167180223002,((((Microbat:0.0416600148401,Megabat:0.0350472053209):0.00628854114001,Horse:0.0231991130856):0.00306160242726,(Alpaca:0.0217954072493,(Pig:0.100780526973,(Dolphin:0.0183367354038,Cow:0.0252013983672):0.00595924398228):0.00238106982636):0.00807224400654):0.00142347168355,(Dog:0.023028116289,Cat:0.0355554533365):0.00885414119729):0.000898200961938):0.00464384044265,(((Galagos:0.0268185690062,Mouse_Lemur:0.0223009428262):0.00588989703715,(Tarsier:0.0202653503091,((Macaque:0.0047658774,(Orangutan:0.0050142156387,(Gorilla:0.00160978266944,(Chimpanzee:0.00111364086053,Human:0.000359953599442):0.000430234452851):0.00293783120574):0.00428905403129):0.00469640189029,Marmoset:0.0231326766966):0.0137995893969):0.00187448921641):0.00246568625353,((Rabbit:0.0246256910652,Pika:0.0410460891646):0.0206192659549,(((Rat:0.0961460940324,Mouse:0.0303641705362):0.0526943347582,Squirrel:0.030584266644):0.00649357841884,((Guinea_Pig:0.0431604714591,Tree_Shrew:0.028838334586):0.00367627676102,Kangaroo_Rat:0.0485327267511):0.00432272327223):0.00490526936082):0.00126164092559):0.00498370546496):0.00309877900456,((Sloth:0.02794926868,Armadillos:0.0384462606432):0.0142168144797,(Lesser_Hedgehog_Tenrec:0.0772988826949,(Hyrax:0.0347248874093,Elephant:0.0247928365821):0.00302256399006):0.00985476113331):0.000677332165586):0.096264087564,(Wallaby:0.0923554503967,Opossum:0.0423165589338):0.0819753743482):0.0336171567548,Platypus:0.317644105605):0.0912617445814);
+(Chicken:0.18068014471,(Platypus:0.144955221724,((Wallaby:0.0685971810836,Opossum:0.166897801367):0.0934804267543,((Lesser_Hedgehog_Tenrec:0.108239663208,(Hyrax:0.0744011318598,Elephant:0.0389676837246):0.0146973057767):0.0201856367455,((((Horse:0.0496217550625,(Hedgehog:0.0911798605804,Shrew:0.0848531826182):0.0163289492409):0.00449789174821,(((Dog:0.0435585133999,Cat:0.0542148051405):0.0182618621147,(Pig:0.0572478062234,(Alpaca:0.0642514520176,(Cow:0.067365439067,Dolphin:0.0397639453783):0.00986830610171):0.00440496841877):0.0258760967481):2.02388397373e-06,(Megabat:0.0445954538557,Microbat:0.0758793011595):0.0108898716216):0.00189225519115):0.00920782935546,((Tree_Shrew:0.0785268465609,((Kangaroo_Rat:0.0675999723249,(((Rat:0.0399301642009,Mouse:0.0352642479072):0.106022209951,Squirrel:0.199304974191):0.0188312971722,Guinea_Pig:0.104109050644):0.0138672068033):0.0128529509764,(Rabbit:0.0606364006367,Pika:0.12516834459):0.0582780510385):0.0210157185449):0.000687353662348,((Tarsier:0.0889726210596,(Marmoset:0.0242321332567,(Macaque:0.0107918710098,(Orangutan:0.00594092948701,(Gorilla:0.00483124655638,(Human:0.00312378283371,Chimpanzee:0.00187166792039):0.000471125499415):0.00271856005982):0.0033803480205):0.00878506391602):0.0206698439816):0.00349056684125,(Galagos:0.0705312405981,Mouse_Lemur:0.0312652516701):0.0114099144405):0.00661594236628):0.00600846657785):0.0120040661978,(Sloth:0.0554449179404,Armadillos:0.0740831132383):0.0176034230934):0.00491580696025):0.0740415336591):0.0369708047519):0.18068014471);
+(Chicken:0.241441020196,(Platypus:0.148306739012,((Wallaby:0.0464701055298,Opossum:0.0676625657013):0.162362918145,(Hedgehog:0.169662362331,((((Tree_Shrew:0.0567164281665,((Hyrax:0.115147130685,Elephant:0.0201275582659):0.0325950927164,(Megabat:0.153564714211,Lesser_Hedgehog_Tenrec:0.0983790963754):0.0483475973031):0.0254736419939):0.0133199075371,(((Alpaca:0.0770571423999,(Armadillos:0.0786141081625,Sloth:0.0561962442467):0.0486517309237):0.0238485795603,(Microbat:0.261260878646,((Cow:0.0971141742211,Dolphin:0.0776388523487):0.0149024805607,Pig:0.0884629391507):1.80701547004e-06):0.00568437627292):0.0285080915756,((Dog:0.0362998303563,Cat:0.0611393709991):0.0378924967578,Horse:0.0603676772335):0.0111908100892):0.022240119748):0.00340260668186,Squirrel:0.0645970271979):0.00392127844088,(((Mouse:0.0345015412025,Rat:0.0526414700473):0.130200837537,Guinea_Pig:0.100731256843):0.0123697550095,((((Shrew:0.0986030729105,Galagos:0.0580338878257):0.0137946048451,(Marmoset:0.00912196095198,(Macaque:0.0214985956912,(Orangutan:0.00913570058459,(Gorilla:0.00344644357554,(Human:0.00507414180851,Chimpanzee:0.00507102618719):1.80701547004e-06):0.00512364970087):0.00785713748026):0.00569700968995):0.0448462855431):0.00967166873136,(Tarsier:0.0884430190046,Mouse_Lemur:0.0353655641103):0.0289885509238):0.0093533450779,(Kangaroo_Rat:0.0982667475609,(Pika:0.075737391748,Rabbit:0.0618166654385):0.0451096440334):0.00756444333005):0.00589414040247):0.00420068770391):1.80701547004e-06):0.0662031231911):0.031094806197):0.241441020196);
+(Chicken:0.134444847749,((Platypus:0.339136945111,(Wallaby:0.0537864139005,Opossum:0.221956591341):0.16880272667):0.0673735057198,(((Lesser_Hedgehog_Tenrec:0.0597569216724,(Hyrax:0.0456325726108,Elephant:0.0308263686495):0.00484866395129):0.0136582376108,((((Microbat:0.0454312958123,(Horse:0.0212259161995,Megabat:0.0434565292991):0.0029504177002):0.00125800575272,(((Cow:0.0525066613379,Pig:0.0313348029006):0.00162116929547,(Alpaca:0.0279919547896,Dolphin:0.0227131130751):0.00235980866294):0.00877109846756,(Dog:0.0227245249976,Cat:0.0201315970781):0.015462173534):0.00248007713107):0.00135372349572,(Hedgehog:0.074306536426,Shrew:0.0607394579023):0.00580487081269):0.00447147002359,((Tree_Shrew:0.0433012296825,(Mouse_Lemur:0.0368504176079,Galagos:0.0487523096949):0.00426499954065):0.00181561097906,((Tarsier:0.0591557855499,((Marmoset:0.0240829644203,(Macaque:0.0146691952212,(((Chimpanzee:0.00312942488006,Human:0.00156056622857):0.00046649744102,Gorilla:0.0044757331182):0.00145061545069,Orangutan:0.0055156478358):0.00455144853238):0.00535598439024):0.0180479958368,(Rabbit:0.0264365879547,Pika:0.0538594440889):0.0275743303076):0.00385514794261):1.8614671012e-06,((Squirrel:0.042098300559,Guinea_Pig:0.0593347508824):0.0094428937522,(Kangaroo_Rat:0.0422136006596,(Mouse:0.0288581509229,Rat:0.0320660968513):0.0594832930967):0.0049311727408):0.00761296579272):0.00041813965946):0.00397246077793):0.00448048945882):0.00369024520311,(Sloth:0.0314654716242,Armadillos:0.0421136133043):0.00981224015637):0.0738308561316):0.134444847749);
+(Chicken:0.297923914679,(Platypus:0.275971912004,((Wallaby:0.0901552535945,Opossum:0.0993513116891):0.245570308778,(((Lesser_Hedgehog_Tenrec:0.130701606894,(Elephant:0.0456507754576,Hyrax:0.0655364836418):0.0113661980816):0.0131516544898,(((Microbat:0.0756134016113,Megabat:0.0494480940554):0.0229147459227,((Cat:0.0305589123199,Dog:0.0535450322786):0.0407677013971,(Horse:0.112325467641,((Hedgehog:0.189855923184,Shrew:0.429314337421):0.0626376479567,(((Cow:0.0743169085209,Dolphin:0.0381137562636):0.00993694352057,Alpaca:0.0844598222691):0.00801231391362,Pig:0.299346470061):0.0220043736982):0.00435678968718):0.0060778609149):0.00639735767208):0.0267169914739,(((Rabbit:0.0657492593019,Pika:0.0819232205408):0.0859661570159,((Kangaroo_Rat:0.123432674319,(Guinea_Pig:0.224270516132,(Rat:0.0950670183706,Mouse:0.0595200404922):0.169899999369):0.00438997855134):0.0156414627376,Squirrel:0.0630969377364):0.00805533270338):0.00832871576285,(((Tarsier:0.151723156885,(((((Gorilla:0.00321565452303,Chimpanzee:0.00431238731978):1.16472133348e-06,Human:0.00384816493275):0.0039505247228,Orangutan:0.00681116329573):0.0101639210832,Macaque:0.0135893028426):0.00765432028394,Marmoset:0.0353767725225):0.0260001859112):0.010765891721,(Mouse_Lemur:0.323945432657,Galagos:0.0518871694496):0.026805755083):0.00997258901491,Tree_Shrew:0.11615792318):0.001732244626):0.0153249512656):0.0118672083192):0.00625582685058,(Armadillos:0.0960509632844,Sloth:0.0824897526091):0.0185754140791):0.147077296925):0.0684273848187):0.297923914679);
+(Chicken:0.247374222084,(Platypus:0.282967484986,((Wallaby:0.0824580842292,Opossum:0.0830472548514):0.173363841129,(((Armadillos:0.0374213186563,Sloth:0.0374793783345):0.0236407815492,(Lesser_Hedgehog_Tenrec:0.140809091942,(Elephant:0.0269869900485,Hyrax:0.0773128290219):0.0146490137497):0.0320617492651):0.000764709677085,((((Mouse_Lemur:0.0372731317191,Galagos:0.093525857112):0.00745295310824,((Marmoset:0.0247428442956,(Macaque:0.0142569248563,(Orangutan:0.00377750896251,(Gorilla:0.00160749605147,(Human:0.00224752318245,Chimpanzee:0.00187408402474):1.67810524005e-06):0.00261625814017):0.00412702725065):0.00634048333547):0.0152241707722,Tarsier:0.0600583791795):0.00560296221698):0.00454250209614,((Pika:0.138153346824,Rabbit:0.0664619502738):0.0464627849222,(Tree_Shrew:0.0936641968276,((Squirrel:0.069884682004,Guinea_Pig:0.112104372295):0.00436566592245,(Kangaroo_Rat:0.0983021965536,(Mouse:0.0846870197726,Rat:0.0453090313103):0.171346552871):0.0248092733444):0.0142918012848):0.0043068723757):0.000782169955618):0.00814792459378,((Microbat:0.425992911482,((Cat:0.042443674681,Dog:0.024404932761):0.0204261017282,((Alpaca:0.0284870646134,((Cow:0.0502623714248,Dolphin:0.0192795938632):0.00586340959541,Pig:0.0409747969393):0.000893275818265):0.0082594818734,(Megabat:0.043482670097,Horse:0.0395332475615):0.00139225489663):0.00266365729056):0.00195098923351):0.00202461196267,(Shrew:0.0968476775213,Hedgehog:0.12385107229):0.0178847677128):0.00638820188752):0.00641793393188):0.116201583927):0.102485368235):0.247374222084);
+(Chicken:0.171143262905,(Platypus:0.255316255791,((Wallaby:0.0807459735804,Opossum:0.0876537926626):0.101634055359,(((((((Horse:0.0943267354998,(Alpaca:0.0755817991665,((Dolphin:0.032075116429,Cow:0.0755232238158):0.0149965749034,Pig:0.0592620970448):0.00370390194109):0.0214504421668):0.00540854148324,(Microbat:0.0993216671443,Megabat:0.0566264085205):0.00943497108818):0.00372598532583,(Dog:0.0587167155754,Cat:0.0434503944682):0.0360251355659):0.000938786577542,(Hedgehog:0.117282112624,Shrew:0.164121992357):0.0121529561083):0.0168557094963,((((Kangaroo_Rat:0.145637959506,((Mouse:0.0405474332719,Rat:0.0521899602157):0.109349759237,(Guinea_Pig:0.195066467272,(Pika:0.155865020451,Rabbit:0.121800844857):0.101593897599):0.0526550139965):0.00831061684592):0.00552898315736,Squirrel:0.0948974111922):0.0308227680119,Tree_Shrew:0.139326574874):0.0126342185407,(((Macaque:0.0167973897108,(Orangutan:0.00734664462028,(Gorilla:0.00396924227015,(Human:0.00176939967687,Chimpanzee:0.00243064240692):0.000207835467691):0.00354360783555):0.00565434101057):0.010778016378,Marmoset:0.0273792148682):0.0312945884476,((Mouse_Lemur:0.050863829587,Galagos:0.0622423683152):0.0154394275282,Tarsier:0.0576467792221):0.00178366143267):0.00796150756709):0.0106559305207):0.0154903693481,(Sloth:0.0880112197402,Armadillos:0.116486135077):0.0511558901646):0.0102990301898,((Elephant:0.0857349834231,Hyrax:0.0819374717932):0.0103333147588,Lesser_Hedgehog_Tenrec:0.121278635819):0.0296266061282):0.170646454157):0.0380587340657):0.171143262905);
+(Chicken:0.164829878,(Platypus:0.107283398779,((Wallaby:0.0841076956613,Opossum:0.0520405763541):0.0757060965884,((Shrew:0.0890111450941,(Lesser_Hedgehog_Tenrec:0.189396628532,(Hyrax:0.0647853254113,Elephant:0.0386831908646):0.00934189496521):0.0211387049306):0.0271301526594,((((((Pig:0.144394477841,Alpaca:0.031074616386):0.00792012019383,(Dolphin:0.03386119115,Cow:0.0341847725137):0.00924458285359):0.0061334661666,Hedgehog:0.12801590101):0.00559609843492,(Horse:0.0357472908736,(Cat:0.0430497674966,Dog:0.0512422450282):0.0192875856605):2.02100424346e-06):0.00403712135565,(Megabat:0.0534745892413,Microbat:0.0827630086014):0.0214496065865):0.00380653703436,((Armadillos:0.0338570314484,Sloth:0.0507483840996):0.0271559937719,(((Tarsier:0.086132235619,(((Squirrel:0.0551822541,Kangaroo_Rat:0.100890399696):0.00517935321938,(Rat:0.0490197236628,Mouse:0.0297013921761):0.074245803054):0.00907014397649,Guinea_Pig:0.0762963536673):0.0095302608022):0.00912138855977,((Mouse_Lemur:0.0665275341609,((Rabbit:0.0555601091682,Pika:0.0741935551308):0.0770380915035,((Marmoset:0.0315586417461,((Human:0.00237922591856,(Gorilla:0.00184374589484,Chimpanzee:0.00354904110292):2.02100424346e-06):0.00257770933982,Orangutan:0.00574390474558):0.00510771837125):0.00325723644578,Macaque:0.00741697703068):0.0195706492674):0.00481661637196):0.00412168337035,Galagos:0.0609627397191):0.00165130464233):0.00731218218963,Tree_Shrew:0.0655948860518):0.00508906023285):0.00345533954236):0.0134109759866):0.0796376354954):0.0720972625859):0.164829878);
+(Chicken:0.219996814639,(((Wallaby:0.129550779614,Opossum:0.239813192806):0.320333678542,Platypus:0.698435105088):0.122291618885,(((((Microbat:0.181798790871,Megabat:0.0810487742968):0.0125253628058,(((Shrew:0.162836153969,Hedgehog:0.145235013435):0.01170515186,((((((Rat:0.0670696756686,Mouse:0.0519873018442):0.180740743951,Kangaroo_Rat:0.128808276678):0.0156694021676,(Guinea_Pig:0.104306864999,Squirrel:0.0917333106491):0.00506000963712):0.018334995566,(Tree_Shrew:0.203527366185,(Pika:0.122603131035,Rabbit:0.0630025050515):0.0672619553112):0.00347973729053):0.00507731640375,((Tarsier:0.0686860527844,(Marmoset:0.0427866099771,((((Chimpanzee:0.0146780265875,Human:0.00660647587647):0.00167400980283,Gorilla:0.00526725528255):0.00559956115293,Orangutan:0.0107654131459):0.00905080181946,Macaque:0.0349231739942):0.0153368313894):0.0360878467911):0.0061294972386,(Galagos:0.107492072164,Mouse_Lemur:0.0853759382677):0.0229648381157):0.0151339017748):0.0103044493869,((Armadillos:0.311632866681,Sloth:0.032388581301):0.0363207952273,(Lesser_Hedgehog_Tenrec:0.153196623552,(Hyrax:0.173108719768,Elephant:0.0717786218307):0.0104684971016):0.0224459712413):0.00904908598953):0.00784204608757):0.00511121565053,(Dog:0.0770061727545,Cat:0.0607679243773):0.0270343168862):0.00115777897492):0.00468126418163,Horse:0.180339886594):0.00820839781315,(Alpaca:0.0757778099404,(Dolphin:0.0325742678922,Cow:0.092408935546):0.0164078954491):0.00891076546111):0.0246071772774,Pig:0.0861037963614):0.0470412113262):0.219996814639);
+(Chicken:0.278607913643,(((((Microbat:0.0713775737258,Megabat:0.0531099478386):0.0132691698091,((Cat:0.0441552711142,Dog:0.0492067191325):0.0240645868591,(((Hedgehog:0.141184010274,Shrew:0.170737270366):0.0396704195698,(Alpaca:0.0709035840335,((Dolphin:0.0374037278573,Cow:0.102765567318):0.0221165670515,Pig:0.0799019708476):0.0128925652956):0.0289393915156):0.0147164201834,Horse:0.0595015984045):0.00979270506739):0.00311832270348):0.0181375580829,(((Sloth:0.0347031543859,Armadillos:0.0567498657374):0.0320186698167,(Lesser_Hedgehog_Tenrec:0.161835050051,(Hyrax:0.0708194793613,Elephant:0.0354670772821):0.0121661725103):0.0456736184151):0.0110233470388,(((Mouse_Lemur:0.060602467268,Galagos:0.0598402744003):0.0198815718899,(Tarsier:0.0821819502112,((Macaque:0.0144848679224,(Orangutan:0.00798357749257,(Gorilla:0.00481620918509,(Human:0.00239794000655,Chimpanzee:0.00237522350057):0.00220444428708):0.00174828325085):0.00561007653354):0.0131378088887,Marmoset:0.0293371410883):0.0355203743293):0.00495359880641):0.0085797006724,(Tree_Shrew:0.103968725186,((Rabbit:0.0945283317502,Pika:0.0955369825258):0.0401909722138,(Guinea_Pig:0.152126351388,((Rat:0.052698323575,Mouse:0.0506256112915):0.143460484973,(Squirrel:0.112943735736,Kangaroo_Rat:0.210719791799):0.0081787628877):0.0100050751661):0.0163901203562):0.0210474855228):0.00400396538367):0.00971807669562):0.00364297101363):0.239063607115,Platypus:0.348377591411):0.0426675317494,(Opossum:0.0915589286772,Wallaby:0.0705924836345):0.0797328463178):0.278607913643);
+(Chicken:0.182140379707,(Platypus:0.144594396923,((Wallaby:0.103301667913,Opossum:0.0352986141244):0.0993160255282,((((Tree_Shrew:0.0816212045388,(((Kangaroo_Rat:0.0769139340198,(Rat:0.0273177930646,Mouse:0.0204710327105):0.0697759661224):0.00980942852845,(Squirrel:0.0804386633959,Guinea_Pig:0.0874954561777):0.00422618755232):0.0147421195392,((Mouse_Lemur:0.0828340303822,Galagos:0.0798662017431):0.0225362684057,((Marmoset:0.022527333,(Macaque:0.0091609578503,(Gorilla:0.00414926136784,((Human:0.00206758113667,Chimpanzee:0.00159487407074):0.00246352404821,Orangutan:0.00988483986396):0.00105033046538):0.00783444380857):0.00530835729814):0.0257153481826,Tarsier:0.0534601810724):0.00876705123451):0.00470386856711):4.25548348214e-05):0.00372536046157,(Pika:0.0576284987314,Rabbit:0.0442301031195):0.0389976842432):0.00625245020193,(((Cat:0.0345340214322,Dog:0.0296859182647):0.0302963747297,(Megabat:0.0458474801919,Horse:0.0314212407993):0.00215239736884):0.00346510800256,((Shrew:0.101501866369,Microbat:0.0657746306522):0.0185216766444,(((Cow:0.0763879872306,Dolphin:0.0291642340974):0.00651375319207,(Pig:0.0430634144495,Alpaca:0.0509781232609):0.00513475604019):0.0179583282328,Hedgehog:0.101510378612):0.00427697787399):0.0023354086088):0.00677979911708):0.0107903099472,(((Hyrax:0.0704805707023,Elephant:0.0324738419098):0.00615666202911,Lesser_Hedgehog_Tenrec:0.093339083305):0.0214315092911,(Armadillos:0.116492107398,Sloth:0.0560148463934):0.0266067676582):0.00626462047259):0.15599144936):0.0570590839248):0.182140379707);
+(Chicken:0.142782544888,(Platypus:0.203774626159,((Wallaby:0.0176138945169,Opossum:0.0645323400225):0.0956377399254,((((Lesser_Hedgehog_Tenrec:0.34506130086,Hyrax:0.0822407898998):0.046320682286,Elephant:0.0479847678127):0.0657562308487,(Sloth:0.0565273721722,Armadillos:0.0445996484394):0.0421758219488):0.0131778668738,((((Cat:0.0849225348958,Dog:0.0472692384145):0.0408105695571,(Horse:0.048735120049,(((Alpaca:0.0723005228764,(Pig:0.122314167529,(Dolphin:0.0485712039776,Cow:0.0963833811504):0.0187020313432):0.0195235398945):0.0264834337199,Megabat:0.139950259849):0.0330793130935,Microbat:0.0559110256926):0.0119560220272):0.00275375535817):0.00893337513682,(Shrew:0.0964151378435,Hedgehog:0.108990069284):0.0155319860619):0.0145474545524,((Tree_Shrew:0.121940007768,((Tarsier:0.166643560434,(Marmoset:0.017561305097,(Macaque:0.0166640087407,(Orangutan:0.00525904504632,((Chimpanzee:0.00316559956443,Human:0.0035182426493):0.000648632060019,Gorilla:0.000702456986966):0.00386635690109):0.00699614463297):0.00697673882139):0.0323160541002):0.0105257559915,(Mouse_Lemur:0.0333499649425,Galagos:0.0466559548143):0.0178395877838):0.00559736121093):0.00414473587836,((((Rat:0.0355003599327,Mouse:0.0437716049792):0.175097295658,Kangaroo_Rat:0.082801535):0.0122919532461,Squirrel:0.05916384028):0.0133024929765,((Pika:0.108517026838,Rabbit:0.0364921901949):0.0497209397146,Guinea_Pig:0.120509365426):0.0121692245063):0.0184462274116):0.0127359003498):0.00980984261556):0.0975284352232):0.0427421855886):0.142782544888);
+(Chicken:0.203374241595,(Platypus:0.172260481571,(((Sloth:0.052038288856,Armadillos:0.0631934180014):0.026429757805,((Lesser_Hedgehog_Tenrec:0.148866192633,(Hyrax:0.101250583464,Elephant:0.0492360289909):0.0132788062057):0.0305999750453,((((Shrew:0.117497213901,Hedgehog:0.127825049756):0.0187551203514,(((Microbat:0.0735760535101,Megabat:0.0546874636824):0.0108063711642,(Cat:0.0558460209264,Dog:0.0509085079201):0.0267045362797):0.0026014197191,((Dolphin:0.0402381717964,Cow:0.0621178144312):0.0119441550607,(Pig:0.0738161729439,Alpaca:0.0697749612907):0.00727315036019):0.0196982140701):0.00143141022085):0.0016911101194,Horse:0.0538880544456):0.00847618409603,((Tree_Shrew:0.0972821434561,((Tarsier:0.0856780096915,(Marmoset:0.0300074284641,(Macaque:0.0150474908119,(Orangutan:0.00864276147274,(Gorilla:0.00616484255108,(Chimpanzee:0.0037676053215,Human:0.00411276424295):0.000909257455974):0.00329422657639):0.00672840373964):0.00796709577253):0.0385603808229):0.002811528035,(Galagos:0.0671244320211,Mouse_Lemur:0.0364697494947):0.0278331127961):0.00460400719836):0.0017607772116,((((Kangaroo_Rat:0.116622628548,(Mouse:0.0435703489912,Rat:0.0480160167679):0.125644492957):0.00787887425636,Guinea_Pig:0.108067883418):0.00370231513826,Squirrel:0.077275373816):0.0136831166038,(Rabbit:0.0587113839212,Pika:0.0930362500462):0.0488624135207):0.00358173554047):0.00925785207359):0.0118923918492):0.00230515164156):0.135343437486,(Opossum:0.0681175921459,Wallaby:0.0624210870212):0.11435232241):1.80886955477e-06):0.203374241595);
+(Chicken:0.227337580501,(Platypus:0.203976131046,((((Sloth:0.081987137441,Armadillos:0.182550741011):0.0983101789743,(Lesser_Hedgehog_Tenrec:0.146295587721,(Elephant:0.0322539489172,Hyrax:0.0705305171517):0.0169437406197):0.0115987728822):0.00726901361051,(((((Rabbit:0.0358489665412,Pika:0.0737468009831):0.0265185758514,(Squirrel:0.0895961821955,((Kangaroo_Rat:0.124984057221,(Rat:0.0484728179855,Mouse:0.0406668381613):0.139766585145):0.00944288606204,Guinea_Pig:0.090715269374):0.00463979755118):0.0113599886907):0.0062318822111,((Mouse_Lemur:0.0506131626096,Galagos:0.105978569135):0.016079010369,(Tarsier:0.0557586176253,((((Human:0.00265258098876,(Gorilla:0.000855230609335,Chimpanzee:0.0019345230775):2.12548828271e-06):0.00273271371411,Orangutan:0.010635157192):0.00600019463345,Macaque:0.0120636897204):0.00591590698941,Marmoset:0.0394620197425):0.0251039080614):0.003149883905):0.00419535389527):0.00499013700778,Tree_Shrew:0.115273918557):0.0120650015194,(((Shrew:0.105797404778,Hedgehog:0.113756190158):0.0133350183855,((Alpaca:0.0478638662676,(Pig:0.0509379344352,(Cow:0.0660604968186,Dolphin:0.0216869379198):0.0111339478792):0.00371082180862):0.0152087342204,(Horse:0.0772009253045,(Cat:0.0357954805556,Dog:0.0447547604686):0.0212613281475):0.00569076539537):0.00330074338587):0.00131399962542,(Microbat:0.0782263374432,Megabat:0.0567387215197):0.011617918417):0.0148580117679):0.013032518682):0.134419761834,(Opossum:0.0542653776661,Wallaby:0.0436980735776):0.0624142814763):0.0722024738071):0.227337580501);
+(Chicken:0.350305781889,(((Wallaby:0.0512247908428,Opossum:0.092130562663):0.131868531421,Platypus:0.169614047033):0.0870653055252,((((((Megabat:0.0391090921967,(Hedgehog:0.0846594585897,Microbat:0.0761711087889):0.0082693894934):0.00337478052295,Horse:0.0428375786407):0.0024814094237,((Dog:0.0292666567207,Cat:0.021767233983):0.0180652968854,(Alpaca:0.03716061063,(Pig:0.0349604996686,(Dolphin:0.0208977147454,Cow:0.0553024321478):0.00744964865778):0.00358823138839):0.0124724634434):0.00219408101743):0.00330936468476,Shrew:0.0972109958433):0.00894056910186,(((Mouse_Lemur:0.0243784057854,Galagos:0.0599279952657):0.0170457641667,(Tarsier:0.0445584262178,(Marmoset:0.0227565098401,(Macaque:0.0113685636967,((Gorilla:0.00121560562017,(Human:0.00238011682121,Chimpanzee:0.00175143984156):0.00173682712055):0.0028359629243,Orangutan:0.00632874043314):0.00730243263946):0.00633589792148):0.0227030062488):0.004821558916):0.00624048016962,(((Pika:0.0978150874346,Rabbit:0.0481166693815):0.0275089448927,Tree_Shrew:0.0892173219583):0.0091432876565,((Squirrel:0.0769100729364,(Kangaroo_Rat:0.0793707555509,(Rat:0.01568664853,Mouse:0.0496592038846):0.0708316242141):0.0148161203077):0.00097014324552,Guinea_Pig:0.0999224783512):0.0100762889905):0.00147600345906):0.00992384918094):0.00585528031069,((Lesser_Hedgehog_Tenrec:0.0984382313527,(Hyrax:0.0687013171606,Elephant:0.0322714315516):0.0126511136371):0.0201803273086,(Armadillos:0.0439858801178,Sloth:0.0448407989882):0.0217485350338):0.00944379874755):0.13171933588):0.350305781889);
+(Chicken:0.0515474142125,(Platypus:0.336194959566,(((((Lesser_Hedgehog_Tenrec:0.0480313487097,Hyrax:0.0281859740767):0.0100326605899,Elephant:0.0195480303134):0.0157618150466,(((Cat:0.0228096084134,Dog:0.0132223882075):0.00508595237665,(((Pig:0.15798578801,(Cow:0.0243162567974,Dolphin:0.011537694853):0.00131867216654):0.00375645278289,((Horse:0.0150632103337,(Galagos:0.0389035761452,(Alpaca:0.0354212425593,((Shrew:0.0831251158793,Hedgehog:0.0923311534652):0.0208898321728,((Pika:0.0507717170845,Rabbit:0.0505066059739):0.0129471122604,(Kangaroo_Rat:0.233682332528,(Mouse:0.0301482115215,Rat:0.0477672544305):0.0730492179031):0.010733798188):0.0068619343682):0.0085361784585):0.00358275766639):0.0080555763788):0.00228326482762,Microbat:0.033082791044):0.000202727321959):0.00381019453447,Megabat:0.0191677594039):0.00175600856988):0.00250713549099,((Mouse_Lemur:0.0210673315025,((Marmoset:0.0082988205167,(Macaque:0.00597905438799,(Orangutan:0.00218505221718,(Gorilla:0.00260269227829,(Human:0.00217386472109,Chimpanzee:0.00110242712469):0.000525970766583):0.00217566915808):0.00115512269147):0.00282072561889):0.0129234859325,Tarsier:0.0237533475452):0.00158440727118):0.00477900044083,(Squirrel:0.0277726331866,(Guinea_Pig:0.0467730412796,Tree_Shrew:0.0237627099935):0.00592886956809):0.00336926579757):0.00268845155488):0.00089986622795):0.00337301299341,(Sloth:0.0255976529305,Armadillos:0.0491841959882):0.0106638286643):0.0543545435128,(Opossum:0.0198999383179,Wallaby:0.0261131031747):0.0501551664598):0.0203458441247):0.0515474142125);
+(Chicken:0.294200168587,(Platypus:0.585457489236,(((Armadillos:0.0378056200677,Sloth:0.0448231585243):0.0199332533059,((((((Mouse_Lemur:0.0650601565016,Galagos:0.0718396338815):0.01482156511,(Tarsier:0.0763589169916,(Marmoset:0.0369756131787,(Macaque:0.0144624426982,(Orangutan:0.00541820905755,(Gorilla:0.00328517675369,(Chimpanzee:0.00223407444627,Human:0.00494965782506):0.001579823638):0.00155462704568):0.00361056651477):0.00518071706422):0.0314758927657):0.00823130730859):0.00825178269012,Tree_Shrew:0.109061276628):0.00324899116014,(((Kangaroo_Rat:0.190349607597,Guinea_Pig:0.11695758129):0.0117877974494,((Mouse:0.0532543169415,Rat:0.0731317889657):0.172067322367,Squirrel:0.0863492219366):0.00714950647296):0.00690739541051,(Pika:0.0808603702236,Rabbit:0.0452281346322):0.0636824086601):0.0084201011438):0.0146796856164,((Shrew:0.240972082391,Hedgehog:0.126382005759):0.0124494353375,((Dog:0.0715504376245,Cat:0.0265386759174):0.0183640245252,((Microbat:0.0864522360015,Megabat:0.057118557255):0.0169840922788,(Horse:0.0712944668723,(Pig:0.0537241853726,(Alpaca:0.0695331987469,(Dolphin:0.0379291749593,Cow:0.0515063435685):0.00323527367131):0.00368459868391):0.0333575747711):0.00180071832806):0.00349083005535):0.00377959571008):0.0055131823724):0.0165643196352,(Lesser_Hedgehog_Tenrec:0.120555736009,(Elephant:0.0449451525932,Hyrax:0.0999035694191):0.011148901187):0.0254625912726):0.00765228120993):0.0832427840326,(Opossum:0.0729106042815,Wallaby:0.0824306352086):0.182633054601):0.0587241598891):0.294200168587);
+(Chicken:0.351920885654,(((Armadillos:0.0561564015921,Sloth:0.0550468561972):0.00918888307765,((Lesser_Hedgehog_Tenrec:0.190663481843,(Hyrax:0.0894393823263,Elephant:0.0426061498728):0.0121221911342):0.0345126484074,((((Squirrel:0.114729337519,(Guinea_Pig:0.154683917987,((Rat:0.0517964151456,Mouse:0.0628891766241):0.166315944736,Kangaroo_Rat:0.136715494003):0.0164139365716):0.00664169449653):0.0159392026455,(Rabbit:0.0523601495278,Pika:0.119790040255):0.0599734071087):0.00974168574269,(Tree_Shrew:0.123464949143,((Mouse_Lemur:0.0597739922149,Galagos:0.0891712675123):0.0167813939958,(Tarsier:0.0711110779314,(Marmoset:0.0633001096833,(Macaque:0.0243581385821,(Orangutan:0.00931180211323,(Gorilla:0.0020313393892,(Chimpanzee:0.00453686788607,Human:0.00285147668765):0.00227592722125):0.00813219952031):0.00587527493391):0.0162585241653):0.0423389110651):0.00574095122848):0.00520338875001):0.00403240508427):0.00953396410346,((Shrew:0.196940462755,Hedgehog:0.130641848376):0.0198667017982,((Horse:0.0716950666933,(Microbat:0.0852675768992,Megabat:0.0770503235626):0.0123119583761):0.0034398695406,((Cat:0.0370095051133,Dog:0.0468314798306):0.0349955726921,(Pig:0.0900342107422,((Dolphin:0.0304223932093,Cow:0.0717672117607):0.00795799251416,Alpaca:0.0482601584803):0.00331873790896):0.0179172009135):0.00200141252095):0.00113670726512):0.015171918579):0.00594672585239):0.0080470454723):0.138902108865,(Platypus:0.602620431133,(Opossum:0.155774609742,Wallaby:0.104848218409):0.22585275501):0.0484337458563):0.351920885654);
+(Chicken:0.10177967664,((Wallaby:0.145871346128,Opossum:0.0482164410616):0.0644946376794,(Platypus:0.0841131926036,(((Elephant:0.0231992754393,(Hyrax:0.0476426685537,Lesser_Hedgehog_Tenrec:0.0641197123513):0.00704348964239):0.0213729453929,(Shrew:0.0914004987529,((((((Pika:0.0768827674491,Rabbit:0.0600833782162):0.0108098488418,(Dog:0.0310833971985,Cat:0.0272536097761):0.0073374211162):0.00500382623165,(Microbat:0.0477118017178,Megabat:0.0339463175299):0.00424504189349):1.75087817411e-06,(Horse:0.0265669884596,(Hedgehog:0.0717374250855,(Alpaca:0.0191477410712,(Pig:0.029260823943,(Dolphin:0.0177992126156,Cow:0.0209775777569):0.00473255486277):0.00394618799372):0.00281533141367):0.00295818364224):0.00315587370051):0.00451781422667,(Tree_Shrew:0.0480199100076,(Guinea_Pig:0.111146580277,(Tarsier:0.063214416558,((Marmoset:0.0276719055387,((Orangutan:1.75087817411e-06,(Human:0.0032651443356,Chimpanzee:0.00214490033727):0.00323835879829):0.00314472046475,(Macaque:0.19184623569,Gorilla:1.75087817411e-06):0.00155011173035):0.0107960145371):0.0103564331852,(Mouse_Lemur:0.0356438562002,Galagos:0.0279912598869):0.00737788284164):0.00199122098623):0.0058524106105):0.00151694064249):0.000884348610498):1.75087817411e-06,((Kangaroo_Rat:0.0607108748391,(Rat:0.0586835440577,Mouse:0.031837466233):0.100374552128):0.017222225845,Squirrel:0.0367056060042):0.00697924033073):0.00461395326288):0.000594197805529):0.00589119142534,(Armadillos:0.0174576353314,Sloth:0.026313293999):0.0083985150923):0.106905907826):0.0156164660333):0.10177967664);
+(Chicken:0.37150031162,(Platypus:0.275213729595,((((Armadillos:0.104208922596,Sloth:0.0674089870179):0.0319755425714,(Lesser_Hedgehog_Tenrec:0.0990836748218,(Hyrax:0.0607319154825,Elephant:0.0597658059052):0.0146344258684):0.0216836866892):0.00595634490366,(((Dog:0.034584045121,Cat:0.0366544474705):0.041637324856,(((Shrew:0.301660345446,Hedgehog:0.13603593821):0.0787080251165,((Microbat:0.063326299626,Megabat:0.0364876298803):0.0104879091743,Horse:0.0561533423178):0.00429840909138):0.00292979264514,((Alpaca:0.0623253322097,(Cow:0.0533214256378,Dolphin:0.0414711169968):0.000463459720726):0.00464316530775,Pig:0.0675522179329):0.0180733113954):0.00327121462488):0.0104551413693,((((Tarsier:0.106676332057,(Mouse_Lemur:0.0621568203452,Galagos:0.0844689518373):0.015087630003):0.00831915634743,(Marmoset:0.0451527295306,((Orangutan:0.00948307635226,(Chimpanzee:0.00525286761036,(Gorilla:0.00314646566079,Human:0.00105051655847):1.76822387383e-06):0.00323994784888):0.00629855476115,Macaque:0.0226236700643):0.00731927413389):0.0401843427409):0.00909327385428,((Squirrel:0.125646571182,(Guinea_Pig:0.172185284251,(Pika:0.0804801036521,Rabbit:0.067039479479):0.0339296794617):0.00479110888773):0.00812147638516,Tree_Shrew:0.100920036464):1.76822387383e-06):0.00278658360499,(Kangaroo_Rat:0.201281005428,(Rat:0.0239342392287,Mouse:0.0517618908179):0.222253971299):0.0474518027062):0.00400541116112):0.0066857780565):0.158577642355,(Opossum:0.138738362352,Wallaby:0.0601447848344):0.172638206115):0.0312435879963):0.37150031162);
+(Chicken:0.152480620594,((Platypus:0.118538885272,((Sloth:0.0351387878952,Armadillos:0.059326969793):0.0176293314056,((((((Pig:0.0630703866116,(Alpaca:0.0467784381316,(Cow:0.0438201012846,Dolphin:0.0278865648014):0.00783001571786):0.00085922815112):0.0150119840377,(Shrew:0.201779720267,Microbat:0.0403251513948):0.0165420959998):0.00103950751126,((Cat:0.0354874934762,Dog:0.0295001528453):0.0225573272343,(Megabat:0.0976915542296,Horse:0.0490916240528):0.0022117310351):0.00335822157481):2.04929690459e-06,Hedgehog:0.0946788135526):0.00588221120485,(((Tarsier:0.0589425147221,Tree_Shrew:0.0761890254):0.00423396286002,((Marmoset:0.0259533825547,(Macaque:0.0101935520871,(Orangutan:0.00599620821866,(Gorilla:0.0036810817127,(Chimpanzee:0.00305168171979,Human:0.00229225545261):0.00205370339151):0.0066456444958):0.00630116348855):0.0054478211207):0.0321534902047,(Galagos:0.039323390307,Mouse_Lemur:0.0530674426419):0.016129046464):0.000259916317304):0.00166074748991,(((Squirrel:0.0760563298182,(Guinea_Pig:0.108380769626,Kangaroo_Rat:0.0897741486316):0.00147027979343):0.00484176154329,(Mouse:0.047338210924,Rat:0.0384867677384):0.0825452318908):0.00825894578937,(Rabbit:0.0365832874113,Pika:0.0691943234174):0.0345483085137):0.00669159345926):0.00584702996593):0.00832301314473,(Lesser_Hedgehog_Tenrec:0.112220008457,(Elephant:0.0432445066527,Hyrax:0.103832347455):0.0141975188302):0.0149367736296):0.0001844366412):0.094494740307):0.0262587620009,(Opossum:0.047839094267,Wallaby:0.0851176960415):0.0561320377088):0.152480620594);
+(Chicken:0.133712334003,((((Armadillos:0.0317989646313,Sloth:0.039658920781):0.0251420140899,((Hyrax:0.0496907497354,(Lesser_Hedgehog_Tenrec:0.109228565812,Elephant:0.0238296584513):0.00141404215028):0.0214263061146,(((Hedgehog:0.0933763428279,Shrew:0.085911826646):0.0182202406496,(((Galagos:0.0470571011866,Mouse_Lemur:0.0264425489956):0.00664771772965,((Marmoset:0.0165504452904,((Orangutan:0.00257917789059,Macaque:0.0454020229074):0.00185004754829,(Chimpanzee:1.57293175681e-06,(Gorilla:0.00283616573954,Human:1.57293175681e-06):0.000731821946548):0.00207767735065):0.00347069379157):0.0153129787783,Tarsier:0.0802186800975):0.00364527159204):0.00401057359137,((((Kangaroo_Rat:0.0864724527981,(Rat:0.116458713119,Mouse:0.0123631872532):0.11077173102):0.006483059824,(Rabbit:0.0386623788352,Pika:0.0370292486251):0.02537448197):0.00259489274345,(Guinea_Pig:0.102000909962,Squirrel:0.0286366215236):0.000438523343936):0.00488789575615,Tree_Shrew:0.0849462092032):0.00112305632431):0.00524393688932):0.00306537749887,((Microbat:0.0551694171239,Megabat:0.0214381618931):0.0087791756801,((Horse:0.0438206437054,(Dog:0.0493186256327,Cat:0.0142888229219):0.0143395476976):0.00400545379588,(Alpaca:0.0289496544052,((Pig:0.0350639466089,Dolphin:0.0126084065676):0.00508734158047,Cow:0.0244888077262):0.0117398514604):0.00726904154715):0.00489971263926):0.00496799995326):0.00426616434274):0.00335079541714):0.0805108306341,(Wallaby:0.0580095207691,Opossum:0.0475261814875):0.0721727630527):0.0538299095146,Platypus:0.158430338588):0.133712334003);
+(Chicken:0.210829745916,(((((Megabat:0.0522084161889,((((Alpaca:0.0511804684216,((Dolphin:0.0181176283241,Cow:0.0805415556086):0.0111898826164,Pig:0.0291343741769):0.00830790388486):0.0143094865481,(Microbat:0.112404498498,(Shrew:0.312339559527,Hedgehog:0.0779047440667):0.0509839138059):0.0213797645385):0.0137456135322,Horse:0.0449893976192):0.00558130388271,(Dog:0.0493553131822,Cat:0.0412022102665):0.0110342459713):0.00373227179569):0.00905912236344,((Tree_Shrew:0.0506511194689,((((Rat:0.0421298840036,Mouse:0.0383708107792):0.0915951206135,Kangaroo_Rat:0.0534440442121):0.00656552487446,(Squirrel:0.0610186121655,Guinea_Pig:0.0734616550707):0.00344678787785):0.00760906066584,(Pika:0.0674772149373,Rabbit:0.0452255479103):0.0256379463861):0.0052741559836):0.003689197962,(((Marmoset:0.0228256420662,(((Gorilla:0.00116647128232,(Chimpanzee:0.000479225329147,Human:1.75880023799e-06):1.75880023799e-06):0.00284894605002,Orangutan:0.0456139094349):0.00351199879004,Macaque:0.00979481797677):0.00474154673663):0.0241902173007,Mouse_Lemur:0.0295005263683):0.00351914882982,(Galagos:0.0547568903748,Tarsier:0.0462043263728):0.0079897713829):0.00330016459134):0.0106165543634):0.0086331093599,((Lesser_Hedgehog_Tenrec:0.149851668308,(Hyrax:0.0693928442617,Elephant:0.0446828316439):0.0134934569062):0.0158325867051,(Armadillos:0.0754853350171,Sloth:0.0328312917291):0.0209758794077):0.00357789528809):0.0913095333298,(Wallaby:0.0455705516405,Opossum:0.053518501462):0.0725990921579):0.0428511918417,Platypus:0.166400660713):0.210829745916);
+(Chicken:0.385522382004,(Platypus:0.253946346953,(((Sloth:0.0377275992917,Armadillos:0.0673187356784):0.0332873795281,((Lesser_Hedgehog_Tenrec:0.215570037591,(Hyrax:0.123447261801,Elephant:0.0517906938905):0.0204600936394):0.0344977371803,((((Mouse_Lemur:0.0500393549569,Galagos:0.068491498721):0.0267282768445,(Tarsier:0.0651119779284,(Marmoset:0.0327090456112,(Macaque:0.0223232881225,(Orangutan:0.00718888854805,(Gorilla:0.00293631472425,(Chimpanzee:0.000797845803643,Human:0.00244500117618):0.00105395516987):0.00424303225204):0.00532471257994):0.00507478833567):0.0321457301245):0.00850188043197):0.00851953922132,(Tree_Shrew:0.0904556998723,((Rabbit:0.0894882369432,Pika:0.131645188941):0.129169629105,(Squirrel:0.0831419021606,((Kangaroo_Rat:0.117538961776,(Mouse:0.063772948255,Rat:0.0614187729209):0.181562615836):0.0149395616707,Guinea_Pig:0.0909736546638):0.00364491631831):0.00989151262755):0.0102983352681):0.00324413799466):0.00761293481983,(Megabat:0.0647410171324,((Alpaca:0.0551199911745,((Dolphin:0.0351536377333,Cow:0.0770712188974):0.00453297600134,Pig:0.0474956308477):0.00204031467129):0.0224396360888,(Horse:0.0652888460332,((Shrew:0.175261605442,(Hedgehog:0.315343076974,Microbat:0.134875048846):0.0239308203153):0.0385676067381,(Cat:0.0449075061568,Dog:0.0436199530245):0.0216867417514):0.00828535117712):0.00588618204138):0.00338928908176):0.00860306631408):0.0175039786343):0.00268499322947):0.127280316009,(Opossum:0.0363185764233,Wallaby:0.0631709115645):0.131896858164):0.058111288619):0.385522382004);
+(Chicken:0.22653442707,((Wallaby:0.0471141900797,Opossum:0.0490892406474):0.0731885370939,((((Sloth:0.0638931404501,Armadillos:0.0472081809777):0.0173257085557,((((Mouse_Lemur:0.0223259992167,Galagos:0.0507702505126):0.0142677419834,((Marmoset:0.0255194183759,(Macaque:0.0112898113928,(Orangutan:0.00244152423701,(Gorilla:0.00198007532797,(Chimpanzee:0.00164683162876,Human:0.00249314681929):0.00260146394856):1.93144434649e-06):0.00891171463681):0.00406509852473):0.0262565856816,Tarsier:0.0729725051169):0.00136711744373):0.00636648866509,(((Rabbit:0.0393713121865,Pika:0.181151208129):0.0495615132635,((Rat:0.0303333576999,Mouse:0.0529709254161):0.120362687352,((Guinea_Pig:0.0931453536739,Kangaroo_Rat:0.0829638251038):0.00411464601655,Squirrel:0.0443044543017):0.00461641105731):0.00826984715266):0.00329202114708,Tree_Shrew:0.0620074919597):0.000377531816505):0.00835630888737,((Shrew:0.114667700519,Hedgehog:0.087690365743):0.0109806771152,((((Cow:0.0454326349901,Alpaca:0.0500672606044):0.00247290253587,Pig:0.0506880688412):0.00296302831979,Dolphin:0.0233769402918):0.0131463736282,((Microbat:0.0679528982574,Megabat:0.0417814427465):0.00875494907628,((Cat:0.077858450556,Dog:0.0628899432102):0.0461594172256,Horse:0.0366119267607):0.00609765537574):0.00185825401445):0.00288358100147):0.00861303944777):0.0084013014166):0.00749281093392,(Elephant:0.0423055815712,(Hyrax:0.0964556136419,Lesser_Hedgehog_Tenrec:0.204344727491):0.0266759603776):0.0623822436285):0.0687489354606,Platypus:0.468549806117):0.0333484807731):0.22653442707);
+(Chicken:0.126996844118,(Platypus:0.106465774076,((((Horse:0.07876869003,(Microbat:0.0502462696438,((Megabat:0.036703438179,(Cat:0.028669789614,Dog:0.0287172148292):0.0124273904428):0.00382867423183,((Shrew:0.111011125212,Hedgehog:0.0667866928226):0.0211677097596,(Alpaca:0.0417149802148,(Dolphin:0.0328056059636,(Cow:0.0725758657778,Pig:0.0352336631401):0.00554945276768):0.00489679352884):0.0114276651377):0.00176201067722):0.000189368359118):0.00146887063842):0.00797454809517,(((Mouse_Lemur:0.0248139925696,Galagos:0.0474726352528):0.00472467106883,((Marmoset:0.0256141749208,(Macaque:0.104147273487,((Chimpanzee:0.0027901353812,(Gorilla:0.000879626940615,Human:0.00230535572098):1.3037804586e-06):0.0034593898245,Orangutan:0.00795126135759):0.00329078181531):0.00497393988056):0.0204629461804,Tarsier:0.0532286501511):0.00296529658426):0.00270983744484,(Tree_Shrew:0.0638472361266,(((Squirrel:0.0584039444874,(Rat:0.0350745589611,Mouse:0.0382844570422):0.0901643026265):0.00564150307615,(Guinea_Pig:0.0635407262204,Kangaroo_Rat:0.0853171048355):0.00727701195227):0.0128905065643,(Pika:0.0775115592607,Rabbit:0.0384006233067):0.0291927472094):0.00187602048151):0.00120395992829):0.00577318533071):0.0122710540873,((Sloth:0.0379278757962,Armadillos:0.0336377262923):0.0168426455402,((Elephant:0.0203960884232,Hyrax:0.0602507534598):0.0112318998119,Lesser_Hedgehog_Tenrec:0.102483525015):0.0170774947524):0.00141422582255):0.103313652126,(Opossum:0.0350824902249,Wallaby:0.050101599517):0.0856383847766):0.043070313339):0.126996844118);
+(Chicken:0.233904769128,(Platypus:0.164032420059,((Wallaby:0.0702265468861,Opossum:0.0660069740809):0.124763813994,(((((Cat:0.0539768450298,Dog:0.154101966701):0.0309696467883,(Hedgehog:0.166450254958,Shrew:0.237953370304):0.0256598725512):0.0132667024436,((Microbat:0.092012802288,Megabat:0.0669820137553):0.007070956938,((Alpaca:0.0611082769024,(Pig:0.0713862625692,(Dolphin:0.0416163244294,Cow:0.0731508087637):0.00929460435313):0.0054195246583):0.021307625602,Horse:0.0893457262474):0.0030462080044):0.00307222524388):0.0138973163201,(Tree_Shrew:0.0873368377747,(((Pika:0.127869145677,Rabbit:0.0624406484897):0.0509670309855,(((Mouse:0.0636908970718,Rat:0.0886004101835):0.10863480388,Kangaroo_Rat:0.158534322176):0.0146105542026,(Squirrel:0.100057976695,Guinea_Pig:0.357035565352):0.0133588105671):0.0136787201516):0.0141484138755,((Mouse_Lemur:0.0612657329373,Galagos:0.10372470845):0.0179203618406,((((Orangutan:0.0124623503694,(Gorilla:0.00551452555945,(Chimpanzee:0.00279582269885,Human:0.0027475029972):0.00157408441926):0.00510444748209):0.0038095359177,Macaque:0.0584819406852):0.0143897202592,Marmoset:0.0562228791788):0.0318446467721,Tarsier:0.102598075818):0.00638779491925):0.0100813656953):0.00113598515203):0.0112354815744):0.0106794245374,((Sloth:0.0699020076189,Armadillos:0.0910392741511):0.0285678545917,(Lesser_Hedgehog_Tenrec:0.0905497185818,(Hyrax:0.117184289038,Elephant:0.0383242351306):0.0190189321):0.0224183615883):0.00226014777482):0.139638631358):0.0549487020852):0.233904769128);
+(Chicken:0.112063620794,(Platypus:0.1001113992,(((Sloth:0.0236171689689,Armadillos:0.0323321520441):0.0172033852061,((((Tree_Shrew:0.0420175767901,((Mouse_Lemur:0.014516154148,Galagos:0.0352070271745):0.0110588407239,(((Marmoset:0.0103573129761,(Macaque:0.00413027961072,(Orangutan:0.00427604928376,(Gorilla:0.00166652363544,(Human:0.0018580604016,Chimpanzee:0.00185781612591):2.10743751495e-06):0.00119537630718):0.00089165226809):0.00411521059518):0.0105090196853,(Pika:0.0574340304007,Rabbit:0.022564700681):0.0159248886419):0.00397802540805,Tarsier:0.0368246093882):0.00223800613451):0.00154476286352):0.000825713033764,(Squirrel:0.0557644654322,(Guinea_Pig:0.0714056234371,(Kangaroo_Rat:0.0613331320939,(Mouse:0.0318012029046,Rat:0.0319540194003):0.0527680762124):0.0078106658161):0.00229175402676):0.00259356895393):0.0037134471809,(((Alpaca:0.0242560848105,((Pig:0.0202046937876,Dolphin:0.0114311608005):0.00120494666668,Cow:0.0332350368894):0.00216124803316):0.00650601157986,(((Shrew:0.0677064906398,Horse:0.0299692909359):0.00519922508319,(Microbat:0.0362386244217,Megabat:0.0196726641744):0.00537938971761):0.00145115238691,(Cat:0.0228727400098,Dog:0.0299485318921):0.0111214983642):0.000799327718826):0.00195434285206,Hedgehog:0.0818820071081):0.00113117803705):0.00403811739213,(Lesser_Hedgehog_Tenrec:0.074401707524,(Elephant:0.0246667359285,Hyrax:0.038469432927):0.0142237128794):0.00740735166876):0.000575828214274):0.0686297793669,(Opossum:0.0177692493715,Wallaby:0.0286628641122):0.0387115332908):0.0288879563959):0.112063620794);
+(Chicken:0.188448189963,(Platypus:0.117657055081,((Wallaby:0.0300167643348,Opossum:0.0433208812197):0.104056302307,(((Lesser_Hedgehog_Tenrec:0.119139747632,(Elephant:0.0351725006986,Hyrax:0.0775381828636):0.011316913767):0.0239937412504,(((Tree_Shrew:0.0817720279302,((Pika:0.0719761439939,Rabbit:0.0471528224699):0.057117577123,(Guinea_Pig:0.0637926131902,((Kangaroo_Rat:0.0812162058447,(Rat:0.0365392162474,Mouse:0.0330282269083):0.0862925978864):0.0118736784606,Squirrel:0.0766213486821):0.00397280358737):0.0148755364382):0.00523338011495):0.0044486386127,((Marmoset:0.0392390187684,(Macaque:0.0261028583196,(Orangutan:0.00536919611603,(Gorilla:0.00233146962121,(Human:0.00129636272051,Chimpanzee:0.00309337908246):0.000825138889469):0.00404592437889):0.00381496124231):0.00501584753014):0.0210517353013,((Galagos:0.0444401633723,Mouse_Lemur:0.0318897968625):0.0105501620061,Tarsier:0.0646439288588):0.00206489078634):0.00408059629125):0.00778555802872,(Hedgehog:0.0936888150601,((Cat:0.0404970600864,Dog:0.0398969598301):0.0208030464208,(((Alpaca:0.0416323992732,(Pig:0.0483523576392,(Cow:0.0628623264837,Dolphin:0.0236708932923):0.00638101075798):0.00528957392522):0.0124539075542,(Megabat:0.0414704423694,Microbat:0.0402655994538):0.00815030981995):0.00264504969356,(Shrew:0.243902907157,Horse:0.0309379486896):0.0119987627739):0.00114997496121):0.00641178591164):0.006270974348):0.00454882125081):0.00749216873099,(Armadillos:0.040730046739,Sloth:0.0308351899159):0.0134293816472):0.137949488007):0.0495837717379):0.188448189963);
+(Chicken:0.137719747852,(Platypus:0.12150010861,((((Armadillos:0.0393827530324,Sloth:0.0415839605299):0.0211177461179,((Elephant:0.0224798521028,Hyrax:0.0469052501611):0.00804825821875,Lesser_Hedgehog_Tenrec:0.0987362377444):0.014587951365):0.00494156652991,((((Dog:0.0317480235837,Cat:0.0215162607661):0.0161811139779,(Microbat:0.0450595307181,Megabat:0.0302457794822):0.00555111450864):0.00344962601284,((Shrew:0.0797763893268,((Hedgehog:0.128419986417,Alpaca:0.0249756284455):0.00813505193462,((Dolphin:0.0144435184703,Cow:0.0405807997537):0.00541958861311,Pig:0.0386251971438):0.00189938975766):0.00516245418622):0.00301020123949,Horse:0.0389305946412):0.0011730214582):0.00417284990197,(((((Kangaroo_Rat:0.0670720314579,(Mouse:0.0153577637422,Rat:0.0390625065755):0.0651691479591):0.0051882238658,Guinea_Pig:0.0949010517419):0.00600046467293,(Tree_Shrew:0.0477382378853,Squirrel:0.0494986766654):0.00373867702428):0.00276100345175,(Rabbit:0.0246760492627,Pika:0.0550470780168):0.0204133339813):0.000872404343753,(Tarsier:0.0367924713658,(((Macaque:0.00545633011914,((Human:0.00204871684808,(Chimpanzee:0.00101789259563,Gorilla:0.00274594466971):1.93093166307e-06):0.00239371707645,Orangutan:0.00379239906918):0.00282644744069):0.00635767922281,Marmoset:0.0172928306831):0.0201345359677,(Galagos:0.0543846900479,Mouse_Lemur:0.0300489060218):0.00407353736019):0.000556410968019):0.00361526005086):0.00405126981458):0.00101831363656):0.0920563380056,(Opossum:0.0508842591375,Wallaby:0.0514731978714):0.088496303053):0.0384781321944):0.137719747852);
+(Chicken:0.154969320806,((((Lesser_Hedgehog_Tenrec:0.0395007102234,(Elephant:0.050093026728,Hyrax:0.057234958878):0.00977355804495):0.0144220267319,((((Horse:0.0392379770702,(Hedgehog:0.0791404434559,Shrew:0.0763359192278):0.0220099806016):0.00250723150313,((Microbat:0.0238534765575,Megabat:0.0275359098006):0.0130439641117,((Dog:0.0218324209717,Cat:0.0180441656899):0.0143762213271,(Alpaca:0.0299429236559,((Cow:0.0396580882664,Dolphin:0.0196944402922):0.00715486337787,Pig:0.069160860917):0.00176293979686):0.00966132753247):0.00127584714051):0.00328275453033):0.0109213661434,((Tree_Shrew:0.0397938287295,(Kangaroo_Rat:0.0476302943221,(Pika:0.057745610534,Rabbit:0.119491731495):0.02888265719):0.0100839471869):0.00254383823278,((Squirrel:0.0611651165191,(Guinea_Pig:0.134811523158,(Rat:0.0257527453095,Mouse:0.0176617382756):0.0696462975428):1.8078272229e-06):0.00266224199209,(((Galagos:0.0350359773129,Mouse_Lemur:0.0176645776109):0.0100847189867,Tarsier:0.0347330385696):0.00355243214012,(Marmoset:0.0157286326038,(Macaque:0.0363058030421,(Orangutan:0.00544315366441,(Gorilla:0.00231249052403,(Human:0.00398909148613,Chimpanzee:0.00397609039173):0.000768533497384):0.000911169984258):0.00379234422628):0.00431080152153):0.0144972650806):0.00140294386312):0.00367353963255):0.00783255372751):0.00507461179683,(Sloth:0.0335419271055,Armadillos:0.037214772431):0.0255878071194):1.8078272229e-06):0.0454526575148,(Wallaby:0.0284723415165,Opossum:0.0567743069341):0.0693614788174):0.0615911114497,Platypus:0.110408344387):0.154969320806);
+(Chicken:0.190838790052,(Platypus:0.381923218027,(((Armadillos:0.0409511860226,Sloth:0.0511932108992):0.0176311389587,((Lesser_Hedgehog_Tenrec:0.136383012769,(Hyrax:0.0684378243163,Elephant:0.0344530514963):0.010466571337):0.0165638720517,((((Squirrel:0.0547391072329,((Kangaroo_Rat:0.0899921792517,(Mouse:0.0310333062748,Rat:0.029219505583):0.0791459825003):0.00977707691621,Guinea_Pig:0.0801138796185):0.00674602044189):0.0133321043514,(Pika:0.0910733244796,Rabbit:0.0362405433358):0.0517170086494):0.00357939516197,(Tree_Shrew:0.096639212524,((Mouse_Lemur:0.0270151814729,Galagos:0.0542773259685):0.013288564614,(Tarsier:0.053905491296,(Marmoset:0.0255555864413,(Macaque:0.015110993665,(((Gorilla:0.00196857084556,Human:0.00377292192241):0.00125055912535,Chimpanzee:0.00165361473201):0.00323958789175,Orangutan:0.00892635020415):0.00841373494438):0.00588736936963):0.031266943118):0.00299626334987):0.00463658025954):0.004302685609):0.00403827287591,(Horse:0.055466380935,((Megabat:0.0469104756286,Microbat:0.0435908500134):0.00575857805576,((Cat:0.0419734155854,Dog:0.0538564988328):0.0242886073961,((Alpaca:0.0615309871064,(Hedgehog:0.184774103558,(Pig:0.0608687463719,(Cow:0.11407212861,Dolphin:0.0323224543277):0.00701445901483):0.00976176506797):0.00295219236729):0.00737158705072,Shrew:0.142798984799):0.00518136132421):0.00584947976484):0.00305343872863):0.0183307503233):0.0117956111556):0.0043926412504):0.138218800974,(Opossum:0.0649287798379,Wallaby:0.0661311284241):0.163019912162):0.0487151869646):0.190838790052);
+(Chicken:0.102030987479,(Platypus:0.0998149238081,((Wallaby:0.0291647523942,Opossum:0.0166467446008):0.101283613507,((((((Marmoset:0.0351730333891,(((Gorilla:0.00538768759325,(Chimpanzee:0.00209545476769,Human:0.00208230602747):2.97813952683e-06):0.00391968179959,Orangutan:0.00817038449565):0.00492607723161,Macaque:0.0151817018933):0.0105447016517):0.0312602221016,(Tarsier:0.0747362762348,(Galagos:0.0567600162798,Mouse_Lemur:0.0223386615745):0.0270597962192):0.0056103829038):0.00834203725367,(Tree_Shrew:0.0980449956558,((Pika:0.082051217053,Rabbit:0.0369815253537):0.0497360610159,((Kangaroo_Rat:0.0857198596396,Squirrel:0.0715636221354):0.00758293577334,((Rat:0.0427058085773,Mouse:0.0377530335366):0.0663585506081,Guinea_Pig:0.121078665076):0.0172069439402):0.0119089798168):0.00930965487758):0.00826747348336):0.00729665403215,((Horse:0.0573590611359,(Dog:0.0383094620958,Cat:0.043783990976):0.0195494073787):0.0147009370405,(Megabat:0.0895499717457,((Alpaca:0.0420254176377,(((Shrew:0.189321958827,Cow:0.0225609631275):0.0503544878291,Dolphin:0.0267655642878):0.0293724618743,Pig:0.0404415664922):0.00834788886841):0.0192367003237,(Hedgehog:0.130854394144,Microbat:0.106836079193):0.0230419058604):0.0256714654395):0.0138146704025):0.0202859958435):0.0214908242889,(Armadillos:0.0994481854818,Sloth:0.0759119643201):0.0269450317724):0.00769026960541,(Lesser_Hedgehog_Tenrec:0.122334424857,(Hyrax:0.0616602086877,Elephant:0.0435502997678):0.0190830536924):0.0399449673799):0.24299779587):0.0489495174204):0.102030987479);
+(Chicken:0.24492332662,(((Wallaby:0.0470809868987,Opossum:0.0578297856786):0.126356142973,Platypus:0.479524009461):0.055328082965,(((Lesser_Hedgehog_Tenrec:0.236346828513,(Elephant:0.0472740984105,Hyrax:0.0614443797893):0.00961418193144):0.0139314342377,(Sloth:0.0403668085316,Armadillos:0.0446852188031):0.0209237708093):0.00374686441627,((((Horse:0.0345719534527,(Cat:0.0336485094834,Dog:0.0287055046186):0.0252228060772):0.00193057064903,((((Cow:0.0529089257444,Dolphin:0.0312758732742):0.00652547262551,Pig:0.0467073109391):0.00316743444509,Alpaca:0.0500444793383):0.0176914056552,(Microbat:0.0462416012361,Megabat:0.0440829651509):0.00941995777657):0.00122028304013):0.00623742627482,(Shrew:0.170738014907,Hedgehog:0.0898928092733):0.00449033630753):0.00756438372918,((Tree_Shrew:0.0654122602167,(((Marmoset:0.0315428390501,(Macaque:0.0101921921081,(Orangutan:0.00649842037226,(Gorilla:0.00357664228171,(Human:0.00269693190177,Chimpanzee:0.00382456413652):0.00118261375359):0.00427153227878):0.00590335529827):0.00840615294679):0.0239445764979,Tarsier:0.045395760678):0.0027929522233,(Galagos:0.0465289554888,Mouse_Lemur:0.0349050000799):0.011082705674):0.0054196285508):0.00147259757039,((Rabbit:0.0379537698471,Pika:0.0696639904817):0.0226258504584,(((Mouse:0.0269117468269,Rat:0.0236918002368):0.0665066549462,Kangaroo_Rat:0.0670215251768):0.0106901896741,(Guinea_Pig:0.0791657055365,Squirrel:0.0642610095137):0.00529778569304):0.0075487868331):0.00294766795241):0.0103365833054):0.00547333097033):0.229352325309):0.24492332662);
+(Chicken:0.190905349818,(((((Armadillos:0.105563173375,Sloth:0.032421258263):0.019541182121,((Lesser_Hedgehog_Tenrec:0.111894350479,(Elephant:0.0316026729184,Hyrax:0.0594856384485):0.00405603448645):0.0175632418743,(Tree_Shrew:0.0512401616523,((((Tarsier:0.0618333892155,(Mouse_Lemur:0.0282062995072,Galagos:0.0530045767128):0.00506933685754):0.0022434639401,(Marmoset:0.0202554038267,(Macaque:0.0171277265568,(Orangutan:0.080175774491,(Gorilla:0.00377837442144,(Human:0.00363923026363,Chimpanzee:0.00157486267237):0.000383187720848):0.00237232278485):0.00223616874948):0.00429034677386):0.0286162252757):0.00501110007712,(Squirrel:0.0575329499444,(Kangaroo_Rat:0.0907908284034,(Guinea_Pig:0.0677773476075,(Mouse:0.0449097592797,Rat:0.0381409398135):0.0686212459314):0.0122155420964):0.00526447181236):0.0152196826681):0.00196672781288,(Pika:0.0865448917011,Rabbit:0.0634457047165):0.0238872413554):0.000740693931212):0.00467531371227):1.84236874589e-06):0.00359481505748,((Horse:0.0361305189064,(Cat:0.0256598094833,Dog:0.0278584528763):0.0112599260799):0.00209793748333,((Hedgehog:0.145357997562,Shrew:0.0784922684376):0.0184487169882,((Alpaca:0.0364221975291,((Cow:0.0488295181756,Dolphin:0.028727121521):0.00582869444228,Pig:0.0389450411165):0.00181413554467):0.0095895549371,(Megabat:0.037853986489,Microbat:0.0295191053669):0.00608309314409):0.00341099183857):0.000767472493667):0.00163875150624):0.13242766752,(Wallaby:0.0703038199974,Opossum:0.0818148551837):0.153624805924):0.0374378476413,Platypus:0.24096938585):0.190905349818);
+(Chicken:0.15478428025,(Platypus:0.155811621443,((Wallaby:0.0446738560215,Opossum:0.0640154420614):0.0727907587807,(((Tree_Shrew:0.0446283823433,(((Mouse_Lemur:0.0298101176563,Galagos:0.0462949729449):0.020356910053,((((Gorilla:0.024601840704,Chimpanzee:0.00323231823916):0.00319677111422,(Orangutan:0.00656486700185,((((Mouse:0.0478086695965,Rat:0.036816339127):0.120597719792,Guinea_Pig:0.0910034200745):0.0542771029902,Marmoset:0.0335540706941):0.00694224874845,Macaque:0.0394852956903):0.00130682871775):0.00154983034858):0.0242333037427,Human:0.00110755445991):0.0228368065555,Tarsier:0.0421255327711):0.00807401170566):0.00822463901166,((Rabbit:0.0549264043373,Pika:0.0588354516308):0.0311673186604,(Squirrel:0.0571938962886,Kangaroo_Rat:0.107365198017):0.0144374557575):0.00707934923333):0.00178054553617):0.0116243337178,(((((Pig:0.0862405837961,Cow:0.0308114487766):0.0443084027328,Dolphin:0.017067068475):0.015929800348,Alpaca:0.0285049047895):0.0247279441093,((Shrew:0.0899473262134,Hedgehog:0.0846185247627):0.00736754823561,(Microbat:0.0413176460348,Megabat:0.0388764227034):0.0055983158787):0.00519569952954):0.00167438448483,((Dog:0.0524642907283,Cat:0.0335540442953):0.0185470351624,Horse:0.0356484023256):1.61508395468e-06):0.0107414187991):0.0043712472379,((Lesser_Hedgehog_Tenrec:0.1467984602,(Hyrax:0.0617829693746,Elephant:0.050509313635):0.0093237871157):0.0278072427315,(Armadillos:0.0845388819989,Sloth:0.0824589382762):0.0286749331716):0.00982281211033):0.106753893599):0.037362357286):0.15478428025);
+(Chicken:0.174971816427,(Platypus:0.176971964181,((Wallaby:0.0528563792456,Opossum:0.0448716492115):0.0998483385889,(((((Mouse_Lemur:0.039335046765,Galagos:0.0625193425061):0.018214085321,(Tarsier:0.0583071501155,(Marmoset:0.0370409827973,((Orangutan:0.00877653725393,(Gorilla:0.0039265732989,(Human:0.00255180332426,Chimpanzee:0.00271181748611):0.00103219748612):0.00491350957961):0.00774711700755,Macaque:0.0173817337967):0.00673189871764):0.0413921084806):0.00464640841725):0.00539417402707,(((Squirrel:0.102696619207,(((Rat:0.0458940127323,Mouse:0.0358667202424):0.112046665548,Kangaroo_Rat:0.115539499337):0.015250865229,Guinea_Pig:0.0983060733176):0.00277945317041):0.00932668824988,(Rabbit:0.0560516266058,Pika:0.0819363867711):0.0411410795315):0.0034353262501,Tree_Shrew:0.0860161113798):0.00270214837722):0.00840995070902,(((Horse:0.0408022418601,((Cat:0.0495676913895,Dog:0.0473443807368):0.01963760958,(Alpaca:0.0616810162334,((Dolphin:0.0328625034513,Cow:0.0924485192725):0.0065361909471,Pig:0.0740331866863):0.00388940742729):0.0169495601775):0.00213733034751):0.0013463973044,(Megabat:0.051075700286,Microbat:0.0716367576345):0.00874488850493):0.0026376849444,(Hedgehog:0.284505291032,Shrew:0.119531036293):0.0135091569854):0.00689828137733):0.00806568753353,((Armadillos:0.0577668576985,Sloth:0.0587936322301):0.0165816105091,(Lesser_Hedgehog_Tenrec:0.135768531128,(Hyrax:0.0760219149931,Elephant:0.027949632421):0.0120283291216):0.0229787382903):0.00328219354516):0.122594901293):0.0460564917538):0.174971816427);
+(Chicken:0.116398726727,((((Lesser_Hedgehog_Tenrec:0.068656940621,(Hyrax:0.0400528857285,Elephant:0.0307186174629):0.00618841287725):0.0098132451152,((Armadillos:0.0305541153308,Sloth:0.0266753555614):0.0102721432411,((((Horse:0.0259837047516,(Microbat:0.0307176765034,Megabat:0.0271813189203):0.00596711908942):0.00130035284409,((((Dolphin:0.0167545148887,Cow:0.042619606622):0.00431524048166,Pig:0.0312130849376):0.00134638763976,Alpaca:0.0359726938974):0.0114120901426,(Dog:0.0587628516921,Cat:0.0209195998184):0.0117607696914):0.00178914088241):0.00110080833919,(Hedgehog:0.0484951306695,Shrew:0.107156290536):0.0126622016191):0.00599958033271,(((Guinea_Pig:0.0581369500989,(((Rat:0.0620114480965,Mouse:0.0404202265848):0.0815557804785,Kangaroo_Rat:0.0576936235143):0.00365669068893,Squirrel:0.0352641172993):0.000839373898032):0.00833316473347,(Tree_Shrew:0.129032417405,(Rabbit:0.037334139336,Pika:0.115565288856):0.0394303494789):0.0106469693109):0.00205759000656,((Galagos:0.039244045624,Mouse_Lemur:0.0238873257578):0.0116610556614,(Tarsier:0.0401253294454,(Marmoset:0.0180824174273,(Macaque:0.0105262777495,(Orangutan:0.00448255215267,((Human:0.00154749311298,Chimpanzee:0.00190742458027):0.000500044516663,Gorilla:0.00330377510876):0.00258014136697):0.00264775642561):0.00402917173608):0.016855133471):0.00380480591166):0.00289402010955):0.0044147828555):0.0044344771224):0.00113929382337):0.0719883918913,(Wallaby:0.0339418198256,Opossum:0.11312314722):0.0646465871765):0.035809850547,Platypus:0.184986424669):0.116398726727);
+(Chicken:0.309284426686,((((Sloth:0.054725835306,Armadillos:0.0633380532633):0.0113125856267,((Lesser_Hedgehog_Tenrec:0.14564307831,(Elephant:0.027442155536,Hyrax:0.0729034121759):0.0100831693716):0.0258213093541,(((((Rabbit:0.0252660769243,Pika:0.0755674398704):0.047593732583,Tree_Shrew:0.06996316276):0.00992527153334,((Mouse_Lemur:0.0419352856145,Galagos:0.0548901825723):0.0203202754107,((Marmoset:0.113759012952,((Orangutan:0.00612589716222,(Human:0.00197901817463,(Chimpanzee:0.00397801453069,Gorilla:0.00298165864476):0.000996726346204):0.00806059283132):0.0118995604738,Macaque:0.0234274966158):0.00773770558317):0.016375588827,Tarsier:0.0627411559012):0.01139780756):0.00654339298989):9.21545440033e-05,((((Mouse:0.0301680333361,Rat:0.0272185438567):0.0716104404903,Guinea_Pig:0.283471501497):0.023273613421,Kangaroo_Rat:0.135343300907):0.00802795575902,Squirrel:0.0505204235646):0.00656471252882):0.014082470507,((Horse:0.045714241159,((Shrew:0.0961469137019,Hedgehog:0.120874777124):0.014480279967,(Dog:0.037531110631,Cat:0.0401003112275):0.0121550965573):0.00203163537956):0.00230566770588,((Microbat:0.0664795901862,Megabat:0.0372545321332):0.0119120127753,((Pig:0.0495962446583,(Dolphin:0.0369493913253,Cow:0.0574679272621):0.00504619693183):0.00215654661827,Alpaca:0.0297914052787):0.0109589327737):0.00103951303956):0.00316574509617):0.0127225887187):0.0119246490751):0.211969561658,(Wallaby:0.0634091844201,Opossum:0.0538665801044):0.128017152732):0.106619701137,Platypus:0.333111604493):0.309284426686);
+(Chicken:0.146318489829,(Platypus:0.231081431841,((Wallaby:0.040705980189,Opossum:0.0662554698155):0.102073185939,(((Lesser_Hedgehog_Tenrec:0.139907220299,(Elephant:0.0300679033287,Hyrax:0.0880546608938):0.0077927027174):0.0230868138088,((Tree_Shrew:0.0834999149694,(((Marmoset:0.021350968515,(Macaque:0.0165375688199,(Orangutan:0.00662293980302,((Gorilla:0.00371756867458,Human:0.00161011553828):0.0005267570745,Chimpanzee:0.00123625354867):0.0038140750066):0.00416835648866):0.00640136851424):0.0297343565278,(Galagos:0.0517261306743,Mouse_Lemur:0.019487723589):0.00976075480471):0.00392816461646,(((Pika:0.059395430372,Rabbit:0.0502937430843):0.0237428944579,Tarsier:0.133141298073):0.0162418662405,(Squirrel:0.0548585802113,(Guinea_Pig:0.110083816303,((Rat:0.0301712210367,Mouse:0.0370480138109):0.0820229828585,Kangaroo_Rat:0.0716994343061):0.00797257168936):0.00474844525355):0.0102161426409):0.00662523966429):0.00225216720051):0.00394198928526,(((Horse:0.0396005719184,((Dog:0.0423206591937,Cat:0.0446348214598):0.0233445924259,(Alpaca:0.043614624016,(Pig:0.0502001348465,(Cow:0.0479569847299,Dolphin:0.0219837907498):0.00666067175488):0.00509413954047):0.0127539335729):0.00212562663234):0.00147732600419,(Megabat:0.0438771430517,(Shrew:0.103572330463,Microbat:0.0655989040018):0.0116071259995):0.00524383826472):0.00137868922977,Hedgehog:0.096729919992):0.00923408362123):0.00208156377131):0.00585508107144,(Sloth:0.0463208966594,Armadillos:0.0441206292958):0.00945139805286):0.0778484727613):0.0465667446171):0.146318489829);
+(Chicken:0.148394961094,(((Sloth:0.0491051129768,Armadillos:0.0426408812078):0.0293335207938,(((((Cat:0.0583203622777,Dog:0.0471721606951):0.0328902430637,((Megabat:0.0596663362804,Horse:0.0609377912248):0.00644805375299,(Microbat:0.0753418297793,((Cow:0.0879667279248,Dolphin:0.0326249897334):0.0117611434438,(Alpaca:0.0479915245675,Pig:0.0854691858713):0.0068177476273):0.00450844370386):0.00486672713364):0.00281028243008):0.0104244532384,(((Galagos:0.0886213126163,Mouse_Lemur:0.0283735850332):0.0207634732592,(Tarsier:0.0513092358792,(Marmoset:0.040351752002,(Macaque:0.0175224038885,(Orangutan:0.00540790349887,(Gorilla:0.00304461623676,(Chimpanzee:0.0015798530981,Human:0.00236913716358):0.0006740263396):0.00477828300632):0.00763005371776):0.0129860008783):0.0290895501026):0.00476887906531):0.0175531694376,((Pika:0.0828510647077,Rabbit:0.0376297930099):0.0384573506334,(((Squirrel:0.097712721152,(Rat:0.0335682838872,Mouse:0.0421864947899):0.108269737701):0.0049002148595,((Kangaroo_Rat:0.0933730744821,Platypus:0.685647258024):0.0533251608469,(Guinea_Pig:0.101692616132,Shrew:0.135098260969):0.0186833146431):0.00818374080362):0.00545429855144,Tree_Shrew:0.0822207067445):0.00434003970206):0.00211164157417):0.00696107763315):1.89749462114e-06,Hedgehog:0.180979929656):0.00653936841851,(Lesser_Hedgehog_Tenrec:0.105639448787,(Elephant:0.0415330166619,Hyrax:0.0749910666044):0.0175182915529):0.0423610489028):0.00755235470751):0.140402811949,(Opossum:0.0842039365427,Wallaby:0.0787425416869):0.173446897562):0.148394961094);
+(Chicken:0.206894979729,(Platypus:0.197592675961,((Wallaby:0.0949384817311,Opossum:0.124104031425):0.0440914101086,(((((((Megabat:0.0560339264866,Microbat:0.0784499516098):0.011954475825,(Horse:0.0457238615003,(((Dolphin:0.0226638777177,Cow:0.0723488190416):0.011724673467,Pig:0.0598734950674):0.00549747618333,Alpaca:0.0355746110979):0.011289832362):0.0119947362851):0.00526101937253,(Hedgehog:0.0938739239577,((((Rabbit:0.0418392281887,Pika:0.102428403473):0.0762456913606,Shrew:0.245693327794):0.0281093056881,Cat:0.0497434207946):0.0146327232434,Dog:0.05323588245):0.0163910108994):0.00459416397407):0.00811065064006,(Tree_Shrew:0.0737680073202,(((((((Gorilla:2.20560072599e-06,(Human:0.00360477048764,Chimpanzee:0.00180486745844):2.20560072599e-06):0.00520528204893,Orangutan:0.00753341633725):0.00793011885994,Macaque:0.0142804125874):0.0116802648174,Marmoset:0.0417551621005):0.0187718234052,(Galagos:0.0799685112895,Mouse_Lemur:0.0549247284869):0.0117754576185):0.00430846785413,Tarsier:0.03795798085):0.0129434648523,(Kangaroo_Rat:0.140344360124,(Guinea_Pig:0.0912755091133,(Rat:0.0457463095666,Mouse:0.0390343204025):0.112049135381):0.0245689410853):0.0270907846887):0.00176217025202):0.00597130932965):0.00301069288728,Squirrel:0.0806010646568):0.0152620308009,(Armadillos:0.0428000191767,Sloth:0.0326569477408):0.0351990623437):0.00271475842965,((Elephant:0.0218044655794,Hyrax:0.0732446612639):0.011758987881,Lesser_Hedgehog_Tenrec:0.105208829869):0.0114497618433):0.108433249822):0.0251228187674):0.206894979729);
+(Chicken:0.478492676996,((((((Hedgehog:0.126617876342,Shrew:0.152290948468):0.0226238962064,((Cat:0.0634973769781,Dog:0.03932088902):0.0191180399149,(Horse:0.0425528899737,((Microbat:0.0706706908656,Megabat:0.106901525393):0.0156124065679,((Dolphin:0.0263188608086,Cow:0.0583383391251):0.0122685322167,(Pig:0.0645370311097,Alpaca:0.047568136964):0.0116360123779):0.0288756407196):0.0062734193863):0.00347848751433):0.00277453376998):0.016076724882,((((Macaque:0.0210070907218,(Orangutan:0.00711705677757,((Gorilla:0.00262220790626,Chimpanzee:0.0019259526704):0.00090584883696,Human:0.00125104234741):0.00445486211498):0.00686797372982):0.00594534850111,Marmoset:0.0360711002321):0.0347397487747,((Galagos:0.0607383637606,Mouse_Lemur:0.0772423706592):0.0161698545547,Tarsier:0.139470906475):0.00821698171875):0.0074309787374,(Tree_Shrew:0.0806265765421,(((Mouse:0.0467637554745,Rat:0.058885283513):0.166079573975,((Guinea_Pig:0.094218463807,Kangaroo_Rat:0.110270542492):0.00866294279622,Squirrel:0.0802354228263):0.00278783029829):0.0120715358396,(Pika:0.122281617635,Rabbit:0.0836372345142):0.0562278637362):0.00792967456551):0.00166582626042):0.0145908518916):0.0153652409303,((Lesser_Hedgehog_Tenrec:0.25183709993,(Hyrax:0.0895397322949,Elephant:0.048672065387):0.0140651800283):0.0510575633676,(Armadillos:0.0920620884342,Sloth:0.0700717935297):0.0356876240422):0.00646500983405):0.134134883024,(Wallaby:0.0565686562532,Opossum:0.0828505329529):0.155121052666):0.0813112944168,Platypus:0.367404402214):0.478492676996);
+(Chicken:0.478552927895,(((((((((Mouse:0.0467627024788,Rat:0.0588858398293):0.166083379509,((Kangaroo_Rat:0.110272056167,Guinea_Pig:0.0942193188491):0.00866275908796,Squirrel:0.0802347097702):0.00278791217855):0.0120713947578,(Pika:0.122283628412,Rabbit:0.0836375094614):0.0562281825523):0.00792912055487,Tree_Shrew:0.0806268801063):0.00166568043988,((Tarsier:0.13947324074,(Galagos:0.0607386935806,Mouse_Lemur:0.0772425261222):0.0161699905328):0.0082164493588,(Marmoset:0.0360708308334,((Orangutan:0.00711696829984,(Human:0.00125102273608,(Gorilla:0.00262217853132,Chimpanzee:0.00192592379818):0.000905834889575):0.0044547902229):0.00686782150472,Macaque:0.0210069298305):0.00594525344984):0.0347396950067):0.00743085736521):0.0145907035706,((((((Alpaca:0.0475680511403,Pig:0.0645367698958):0.0116356629241,(Dolphin:0.0263184963693,Cow:0.0583380696575):0.012268441352):0.0288758101596,(Microbat:0.0706710556025,Megabat:0.106902102876):0.0156121213561):0.00627293601035,Horse:0.0425526004833):0.00347832965638,(Dog:0.0393207402233,Cat:0.0634972049003):0.0191179102229):0.00277438627326,(Shrew:0.152294828833,Hedgehog:0.126620224929):0.0226227027382):0.0160766409631):0.0153651090346,((Sloth:0.0700716920877,Armadillos:0.092062820401):0.0356874315934,(Lesser_Hedgehog_Tenrec:0.2518437296,(Elephant:0.0486714804094,Hyrax:0.0895414117237):0.0140655466757):0.0510577849746):0.00646495915637):0.13413810733,(Wallaby:0.0565694218983,Opossum:0.0828515516026):0.155130416675):0.081311531843,Platypus:0.367432606159):0.478552927895);
+(Chicken:0.128344493891,((Platypus:0.704482706991,(Wallaby:0.0326497185459,Opossum:0.0329882677209):0.0618225725748):0.0215488477986,(((Sloth:0.0284163756841,Armadillos:0.0338501588415):0.0147742119088,(((Hedgehog:0.0678530150868,Shrew:0.0580758759058):0.00984780301543,((Dog:0.0279081603192,Cat:0.0298494899202):0.014367771247,(((Pig:0.0312019713235,(Dolphin:0.0206689418878,Cow:0.0329294978646):0.00476157071491):0.00313713971485,Alpaca:0.0389070261894):0.00739664369073,((Megabat:0.0328383856776,Microbat:0.0425055643138):0.00576571471946,Horse:0.0299557075638):0.00181809329958):0.00169538191725):0.00239002527233):0.00537253058083,(((Tarsier:0.0326722421787,((Mouse_Lemur:0.0209650568311,Galagos:0.0423815227787):0.012150015626,(((Orangutan:0.00934762937445,(Gorilla:0.00156080406853,(Chimpanzee:0.00269295287901,Human:0.00120277422026):0.00109112351435):0.00218037861283):0.00310603550161,Macaque:0.0272169168995):0.0051307697568,Marmoset:0.0360280675847):0.02079614195):0.00185848169849):0.00368450290098,((((Mouse:0.0343294241658,Rat:0.0311863398151):0.0571932019548,Kangaroo_Rat:0.162835896772):0.0401692150434,(Pika:0.0568019587318,Rabbit:0.0385440173876):0.0248248585893):0.00237498118988,(Guinea_Pig:0.0814156271964,Squirrel:0.0471760227231):0.00357978607484):0.00278045581461):0.000904826538059,Tree_Shrew:0.0585314966731):0.00381013789756):0.00972028804935):0.00249616523092,(Lesser_Hedgehog_Tenrec:0.0871845115442,(Elephant:0.038497829481,Hyrax:0.0512279732554):0.009211948521):0.0124302768965):0.0914673234957):0.128344493891);
+(Chicken:0.117487398611,(((Wallaby:0.0687458039994,Opossum:0.0457314628519):0.0962897016159,Platypus:0.190025848641):0.0220556166912,(((((Pika:0.0705150810881,Rabbit:0.0419656739351):0.0415720450203,((((Guinea_Pig:0.0985298549408,(Mouse:0.0371732431908,Rat:0.0161827711505):0.0611067885257):0.0189687845839,(Squirrel:0.0416582506773,Kangaroo_Rat:0.05489522637):0.00641441414547):0.0161564596968,Tree_Shrew:0.0434306031108):0.00413776614853,(((Galagos:0.036425541266,Mouse_Lemur:0.0178931603949):0.0151087183945,((Macaque:0.00895175570244,((Gorilla:0.0047100576303,Chimpanzee:0.00167685172248):0.0013150599303,(Human:0.00202148755451,Orangutan:0.00518103105659):0.000924679634132):0.00475551303391):0.00702175153133,Marmoset:0.0180902092935):0.0183591848031):0.00276968810781,Tarsier:0.0492517610746):0.00402017737513):0.0045613171201):0.00418436996171,(((Dog:0.021272906873,Cat:0.0277779881608):0.0162821638027,(((Microbat:0.0407480772943,Megabat:0.028355607073):0.00394721400871,(Alpaca:0.0315457832403,(Pig:0.0322979184968,(Dolphin:0.0182708229757,Cow:0.0517432146318):0.00737760185222):0.00267219922512):0.00851533735332):0.00043576789102,Horse:0.0411910564428):0.00134174685916):0.00486209399123,(Hedgehog:0.0958157377699,Shrew:0.100584867907):0.0122225984432):0.00602908336037):0.00581756719377,(Lesser_Hedgehog_Tenrec:0.102941394994,(Hyrax:0.0518918995835,Elephant:0.0326558072535):0.00514221746272):0.0100550354348):0.00530240922642,(Sloth:0.0210904992456,Armadillos:0.0267718733074):0.0170666096572):0.0599664714016):0.117487398611);
+(Chicken:0.137130708274,(((Elephant:0.0290223227196,Hyrax:0.0562062458785):0.0262065840337,(((Tree_Shrew:0.0914567807522,((((Macaque:0.0104921038375,(Orangutan:0.00545967708986,((Chimpanzee:0.00178336534373,Human:0.000893446007482):0.0011168010698,Gorilla:0.00118641179658):0.00338680520082):0.00326479260412):0.00464119220762,Marmoset:0.018880072):0.0132189069585,((Mouse_Lemur:0.052958245906,Galagos:0.0534605449447):0.0168435837388,Tarsier:0.042159235361):0.0106395403018):0.00673754307933,((Rabbit:0.0271628204324,Pika:0.0942110508953):0.0154827868883,((Kangaroo_Rat:0.0580047886443,Squirrel:0.0434731403272):0.00334597128723,((Rat:0.0213323856062,Mouse:0.00884359181814):0.0664933320188,Guinea_Pig:0.0497573195255):0.00321155969693):0.00541516624237):0.00602661675549):0.00120450322901):0.00348412231732,((((Cat:0.0387822569148,Dog:0.0263614565501):0.00810971302462,Horse:0.0242653171741):0.00458413242911,(Megabat:0.0278666681697,Microbat:0.0395300219578):0.0127025589286):0.00105584968219,((Shrew:0.0614381296707,Hedgehog:0.168087606803):0.0178649216423,(Alpaca:0.0299059087871,(Cow:0.0222473913171,(Pig:0.0255664581229,Dolphin:0.0151087951337):0.00803862864578):0.0070612331804):0.0169994690773):0.000819239648836):0.00597595901443):0.0121010177687,((Armadillos:0.0602125920035,Sloth:0.0755721768473):0.0169685529375,Lesser_Hedgehog_Tenrec:0.134746253711):0.0137514682993):0.00204041819544):0.0952962236848,(Platypus:0.157268373507,(Opossum:0.0366934345668,Wallaby:0.0239244389376):0.0382743029991):0.0160480124257):0.137130708274);
+(Chicken:0.0650094049845,(Platypus:0.370238767117,((Wallaby:0.0499079554608,Opossum:0.0476000437279):0.126705019088,((((Tree_Shrew:0.0904464503917,((Rabbit:0.0693736074207,Pika:0.0934722313687):0.0570483745269,(Squirrel:0.0874106527624,(((Mouse:0.0331347457082,Rat:0.0391983978901):0.102961683827,Kangaroo_Rat:0.0933078078857):0.0175919095266,Guinea_Pig:0.0851757831353):0.00479385937388):0.0129148198012):0.00296031213475):0.00360635632298,(Tarsier:0.0821804287599,((Marmoset:0.0296831483871,((Orangutan:0.00982848612713,((Gorilla:0.00286207272264,Human:0.00127385322233):0.000768698481993,Chimpanzee:0.00424415833887):0.00482830865413):0.0033766184283,Macaque:0.0150876584806):0.00893141443576):0.0322926411269,(Mouse_Lemur:0.0535936756055,Galagos:0.0645889064429):0.0183776466838):0.00250376966304):0.0121525767398):0.0163781922253,((Hedgehog:0.134805939718,((Alpaca:0.0733191455403,((Pig:0.0560051192418,Cow:0.0456503083326):0.0123170193319,Dolphin:0.0322807103819):0.0128362440653):0.0128242192698,Shrew:0.127393436589):0.00865840330615):0.00276757338019,(Horse:0.0489597637733,((Cat:0.0403484283326,Dog:0.0386315757802):0.0282146415967,(Megabat:0.0506323885672,Microbat:0.0776453619583):0.0131966036464):0.00418217125679):0.00217379986511):0.0139943048285):0.00858459163315,((Armadillos:0.057813958468,Sloth:0.0732435619283):0.02082142673,(Lesser_Hedgehog_Tenrec:0.122104959414,(Hyrax:0.0519607560981,Elephant:0.0450249139743):0.0202869425126):0.018986377469):0.00543854178351):0.216352062465):0.0628730960742):0.0650094049845);
+(Chicken:0.27321865929,(Platypus:0.199316531595,((Wallaby:0.061630724777,Opossum:0.0805075291932):0.0833463776928,(((((((Marmoset:0.0285135754729,(Macaque:0.0113683610279,(Orangutan:0.00677800083928,(Gorilla:0.00824744978956,(Chimpanzee:0.00111429373695,Human:0.0033539902473):1.44111883621e-06):0.00224428454725):0.00572914985485):0.0043484002691):0.0212957221286,Tarsier:0.0670874772242):0.005161206598,(Mouse_Lemur:0.0375765824826,Galagos:0.0593345803113):0.0111183727265):0.00718944616586,(Tree_Shrew:0.0718223413327,((Rabbit:0.0392908489066,Pika:0.086014153823):0.0348859537316,(Guinea_Pig:0.114369171139,((Squirrel:0.0684804532884,(Rat:0.0474975982228,Mouse:0.0417203001901):0.131499265782):0.0161054171902,Kangaroo_Rat:0.119734916864):0.00348472872814):0.013387767626):0.00507601523279):0.0012146689089):0.00731945791525,(((Horse:0.042251105516,(Alpaca:0.0646522349268,(Pig:0.0539143286076,(Dolphin:0.0398642934449,Cow:0.048041096107):0.00486465376198):0.00140843069946):0.0100892362486):0.0026447476129,(Microbat:0.0605402554994,Megabat:0.0410425616718):0.0147975709739):0.00289403543513,((Shrew:0.121895225172,Hedgehog:0.134876495414):0.0235295502838,(Dog:0.0389617174338,Cat:0.0275914235114):0.0243663403307):0.00181792575688):0.010457158596):0.0176443154126,(Sloth:0.0385333386284,Armadillos:0.055989173315):0.0189475411181):0.00281145480722,(Lesser_Hedgehog_Tenrec:0.0895047071331,(Hyrax:0.069838842378,Elephant:0.032468900762):0.0106269972585):0.020783757497):0.125999377897):0.0256910791842):0.27321865929);
+(Chicken:0.171754026877,((((Lesser_Hedgehog_Tenrec:0.0814066717743,((Armadillos:0.0242080150424,Sloth:0.0266138457543):0.0118579883924,(Elephant:0.0184138470268,Hyrax:0.0326415311295):0.0131695108883):0.00149031529242):0.00128243245978,(((Cat:0.0392266440588,Dog:0.0420169291807):0.0150063539227,((Microbat:0.0450943489509,Megabat:0.0336313359192):0.00216720336036,((Pig:0.0387137311986,((Dolphin:0.0223134557326,Cow:0.0478178680378):0.00802969905291,Alpaca:0.0316066565972):0.000736530962674):0.00412263834186,(Horse:0.0236451951894,(Shrew:0.0614629050971,Hedgehog:0.0528266994113):0.011979771074):0.000938618723282):0.00120793874005):0.0023593201858):0.00390332678409,((Tree_Shrew:0.0456781607513,((Mouse_Lemur:0.034981536032,Galagos:0.0451107193746):0.00575046967591,(Tarsier:0.0403118932686,(Marmoset:0.0180382169557,((Orangutan:0.00626068776362,((Human:0.00359497944674,Chimpanzee:0.00166106227763):0.00161278315038,Gorilla:0.00231959398997):0.00214457617293):0.00104148429648,Macaque:0.0142286930442):0.00396605275262):0.0195056291712):0.00420373746319):0.00668069556507):0.00307992625948,((Rabbit:0.023499992113,Pika:0.0557879620028):0.0313305257505,((Guinea_Pig:0.0825972491498,Squirrel:0.045792618697):0.00396402989898,(Kangaroo_Rat:0.0671409123478,(Mouse:0.0263302564913,Rat:0.025867153168):0.0779477328361):0.00332811867644):0.0111188669059):0.00195099858959):0.00443354400526):0.0034913834324):0.0753771699275,(Wallaby:0.0326705339125,Opossum:0.0451407912941):0.0865117072388):0.0318292571195,Platypus:0.47928893187):0.171754026877);
+(Chicken:0.113923869406,((Wallaby:0.0352714826575,Opossum:0.039025746978):0.0825909848669,(Platypus:0.541404742188,((((((Microbat:0.0638186563084,Megabat:0.0545425239002):0.00502894623671,(((Alpaca:0.031819401531,Cow:0.0908054457978):0.00834919806941,(Dolphin:0.0256364528383,Pig:0.0310387563929):0.00448757879393):0.00683427140507,(Hedgehog:0.0638824052116,Shrew:0.0754297266981):0.0201032516974):0.0040525227909):0.00376276137371,(Horse:0.03904902127,(Dog:0.0331108687491,Cat:0.0227034746866):0.0144734302127):0.00238113659715):0.00745046406894,(((Galagos:0.0400418822927,Mouse_Lemur:0.0416478135559):0.0122226125891,(((Macaque:0.0667266030622,(Orangutan:0.00599512128937,((Human:0.00282672346688,Gorilla:0.001736090563):0.0017154915912,Chimpanzee:0.00327092961518):0.00305278141015):0.00404955081753):0.00636326391223,Marmoset:0.0255749910621):0.0209117721355,Tarsier:0.0474110255291):0.00485661484713):0.00510701455135,((((Guinea_Pig:0.0862407224263,Squirrel:0.0401528644192):0.00594344736825,((Rat:0.0311502529667,Mouse:0.0281120076972):0.0740846600927,Kangaroo_Rat:0.080795001461):0.0060776455748):0.00572148077227,(Pika:0.0852869956364,Rabbit:0.0372167187329):0.0211986128991):0.00430455544952,Tree_Shrew:0.0677677560733):0.00477663108943):0.00911571198916):0.00745911675513,(Lesser_Hedgehog_Tenrec:0.132776291536,(Hyrax:0.0612889124523,Elephant:0.0371410914713):0.00949379634785):0.0359553706122):0.00528759315307,(Armadillos:0.0483891570451,Sloth:0.042755850059):0.0161812429463):0.07825202149):0.0369015940535):0.113923869406);
+(Chicken:0.240919731869,(Platypus:0.476415656434,((Wallaby:0.0579260469762,Opossum:0.165185639111):0.260136749191,(((Armadillos:0.079177542622,Sloth:0.0444331830346):0.0313695420805,(((Hedgehog:0.164959228959,Shrew:0.178815633845):0.022359706168,((Horse:0.0481610164982,(Microbat:0.0845072988139,Megabat:0.0458579757892):0.00536539263665):0.00170953993215,((Cat:0.0375069072707,Dog:0.0462307322994):0.00907525840933,(Alpaca:0.060479088133,((Dolphin:0.0446042586552,Cow:0.0801315679241):0.0132862199354,Pig:0.0716081398011):0.00416565501707):0.026744498316):0.00309163435733):0.00422266650647):0.0157034817047,((((Galagos:0.0759328932367,Mouse_Lemur:0.0420410066261):0.0159931220382,(Marmoset:0.0278378111379,(((Gorilla:0.00331369823551,(Chimpanzee:0.00373210065642,Human:0.0047465960133):0.00322208319382):0.00777867205813,Orangutan:0.00818132586016):0.00614239828042,Macaque:0.0163514363265):0.0101524048482):0.0253887634307):0.00611849213547,(((Kangaroo_Rat:0.188425679469,Squirrel:0.0889043550785):0.0151539977257,((Mouse:0.0477073261155,Rat:0.0711513217027):0.153406257448,Guinea_Pig:0.151219151025):0.00316270589211):0.00516728137043,(Rabbit:0.0606155962125,Pika:0.129315604981):0.0384406318003):0.00442529129042):0.00501398654468,(Tree_Shrew:0.0939954845013,Tarsier:0.211664724264):0.0272872632565):0.00726692419843):0.0121100347191):0.00893219412351,(Lesser_Hedgehog_Tenrec:0.132896233268,(Elephant:0.0588033372839,Hyrax:0.0819372014644):0.0116366241384):0.0138835152749):0.157065797401):0.0198616450967):0.240919731869);
+(Chicken:0.172020374816,(Platypus:0.292512822897,((Wallaby:0.0492659430433,Opossum:0.0428353349044):0.12242814245,((((((Pika:0.106136212809,Rabbit:0.107536928541):0.00954033340211,Kangaroo_Rat:0.136091057684):0.0200798177155,(Tree_Shrew:0.0656156354203,((Mouse_Lemur:0.0306835669833,Galagos:0.0575064728566):0.0159427210777,((Marmoset:0.0261729940732,((Orangutan:0.00711591844523,((Chimpanzee:0.00328855888193,Gorilla:0.00407800415582):1.39572450694e-06,Human:0.00493139709167):0.00237977896338):0.00935046759886,Macaque:0.186201521874):0.00551977497907):0.0375270658802,Tarsier:0.053058937481):0.0049263389763):0.00693334910334):0.00224126597701):0.00269887005553,(((Rat:0.0443996382916,Mouse:0.028899863128):0.16340562039,Guinea_Pig:0.0743471560004):0.0185440765433,Squirrel:0.077648704949):0.013255609747):0.00639570951252,(((Megabat:0.213540121229,Microbat:0.0818157287861):0.0595614962457,((Shrew:0.207524496807,Hedgehog:0.0689202131918):0.0452669807948,(Alpaca:0.0639706071539,(Pig:0.0944702356549,(Dolphin:0.0250896064108,Cow:0.0408411571344):0.00862818047453):0.0143495774155):0.0109905513355):0.00960241097738):0.0105177186708,((Cat:0.0649454068903,Dog:0.050562164843):0.0289231411501,Horse:0.0467181623138):0.00400732140693):0.0161137898889):0.00793395437565,(((Hyrax:0.0621135335671,Elephant:0.0368613784542):0.0112838652055,Lesser_Hedgehog_Tenrec:0.0837518057801):0.0224172012192,(Armadillos:0.0426388665425,Sloth:0.0392649672367):0.0146083270203):0.0052826173452):0.140795119181):0.0612958944871):0.172020374816);
+(Chicken:0.172025954864,(Platypus:0.29252385432,((((Lesser_Hedgehog_Tenrec:0.0837524122871,(Hyrax:0.0621141346923,Elephant:0.0368612411944):0.0112841419729):0.022417239223,(Armadillos:0.0426390607627,Sloth:0.0392650670821):0.0146083449096):0.0052818283754,((((Megabat:0.213542463566,Microbat:0.0818199784539):0.0595565905567,((((Dolphin:0.0250896072855,Cow:0.0408410610213):0.00862828166203,Pig:0.0944706585302):0.0143496419497,Alpaca:0.0639705419319):0.0109900117786,(Hedgehog:0.0689203844823,Shrew:0.207528001206):0.0452653825861):0.00960245812544):0.010518070283,((Dog:0.0505625587133,Cat:0.06494521082):0.0289228791928,Horse:0.0467181468014):0.00400709587843):0.0161139843487,(((Guinea_Pig:0.0743485721927,(Rat:0.0443996956548,Mouse:0.0288995611759):0.163407665896):0.0185435407907,Squirrel:0.0776487840211):0.0132555549978,((((Mouse_Lemur:0.0306835167535,Galagos:0.0575066314276):0.0159428211399,((Marmoset:0.0261732426255,((Orangutan:0.00711588574084,(Human:0.00493138779561,(Gorilla:0.00407799187195,Chimpanzee:0.00328855352852):1.39655184297e-06):0.00237979926202):0.00935220497041,Macaque:0.186202199957):0.00551741773033):0.0375271801939,Tarsier:0.0530588819581):0.00492645452832):0.00693317634947,Tree_Shrew:0.0656156927674):0.00224108299118,((Rabbit:0.107538242851,Pika:0.106137592049):0.00953996083262,Kangaroo_Rat:0.136091298044):0.0200796208313):0.00269909332549):0.00639562486182):0.00793478841882):0.140798678391,(Opossum:0.0428352563375,Wallaby:0.0492669077668):0.122428639243):0.0612944089528):0.172025954864);
+(Chicken:0.139307373654,(Platypus:0.275745167596,((((Armadillos:0.0624028716189,Sloth:0.0411486971341):0.0203836760937,((Hedgehog:0.0929658701868,(((Pig:0.0381464125075,((Dolphin:0.0243798134409,Cow:0.0455602560876):0.0125885185991,Alpaca:0.0523685299102):0.00123196789663):0.0191526100822,(Microbat:0.0654423522248,Megabat:0.0304294554116):0.0119854328522):0.00306528402592,((Cat:0.0366176199921,Dog:0.0367117993756):0.0207146797076,(Horse:0.0309087024453,Shrew:0.178499041114):0.00481987581597):0.00280059364489):0.00393163429383):0.00666952158296,((((Galagos:0.0628753287538,Mouse_Lemur:0.0313085046453):0.023882752507,(Tarsier:0.0404297101916,((Macaque:0.0160268908545,(Orangutan:0.0110370539369,(Chimpanzee:0.002829626592,(Human:0.00138936285803,Gorilla:0.00509298172277):1.4085980272e-06):0.00168754768659):0.00252640895114):0.00650150263931,Marmoset:0.10717605076):0.0310603956058):0.00714323848857):0.00164314249617,Tree_Shrew:0.150173428113):0.00149956397302,(((Squirrel:0.158000264022,(Rat:0.0392207091356,Mouse:0.0148431097043):0.103689931265):0.0225325362715,(Guinea_Pig:0.135449681468,Kangaroo_Rat:0.0971788779491):0.0170783981113):0.00767754599805,(Pika:0.068165884055,Rabbit:0.0339778489869):0.0686029778512):0.0103258065568):0.00564752617267):0.00721163411792):0.00467710460836,(Elephant:0.0497851094888,(Hyrax:0.0622097348934,Lesser_Hedgehog_Tenrec:0.122454233852):0.00483287124081):0.0176537900275):0.077202540287,(Opossum:0.0218325527238,Wallaby:0.047438361849):0.1052458975):0.0842073393023):0.139307373654);
+(Chicken:0.172153742422,(((((Armadillos:0.0402785297976,Sloth:0.0541194187865):0.0274721833972,((Tree_Shrew:0.0444238926372,(((Tarsier:0.0814388366574,(Galagos:0.0419721406455,Mouse_Lemur:0.0344122652095):0.0129872580413):0.00437172379899,((Macaque:0.00796964499596,(Orangutan:0.00778322825242,(Gorilla:0.00280650666329,(Human:0.00248552222355,Chimpanzee:0.00124533555176):1.40638583909e-06):0.000483489307857):0.00299603899195):0.00692243205414,Marmoset:0.0173119314711):0.026721729218):0.00786971650162,((Pika:0.0693558091792,Rabbit:0.0345141820585):0.0353058150429,((Squirrel:0.059060979147,((Mouse:0.0386908940702,Rat:0.0368522884374):0.0985699761493,Kangaroo_Rat:0.0807577155071):0.00686554218872):0.0022783938113,Guinea_Pig:0.0748967464063):0.00731804399373):0.00716872302497):0.00113169405943):0.0090435743844,(((Cat:0.0187283495637,Dog:0.0513240117132):0.0228194070637,(Megabat:0.0375361728901,Microbat:0.0375567973108):0.0044499730633):0.00153702287063,(((Alpaca:0.126725581207,(Pig:0.0525431394142,(Cow:0.03291496782,Dolphin:0.0213202079007):0.00513658565792):0.00342976945057):0.0149164765974,Horse:0.0275665362612):0.00289089258681,(Hedgehog:0.141553922883,Shrew:0.121135376992):0.0261351581937):0.000624508198706):0.00927385739962):0.00603815618379):0.00229436283802,(Lesser_Hedgehog_Tenrec:0.140642236879,(Elephant:0.0213062632275,Hyrax:0.0451628201492):0.014517773399):0.0173873653548):0.121619412406,(Wallaby:0.0342431686154,Opossum:0.0346403877501):0.10352936384):0.0993764613345,Platypus:0.182413857825):0.172153742422);
+(Chicken:0.151265478366,((Wallaby:0.0380752419117,Opossum:0.0456746233828):0.114054967844,(((Sloth:0.0433718503643,Armadillos:0.081634428667):0.0349936369731,((Lesser_Hedgehog_Tenrec:0.160728457327,(Hyrax:0.0694251579471,Elephant:0.0328886446817):0.0270108771499):0.0172514872248,((Tree_Shrew:0.122345195226,(((Rabbit:0.0362910488539,Pika:0.100208115988):0.0393726727381,(((Kangaroo_Rat:0.0929764731549,(Rat:0.0470596648632,Mouse:0.0363919353923):0.0974140951705):0.0113143676941,Guinea_Pig:0.0728790341403):0.00484845573568,Squirrel:0.0921885758697):0.018738768532):0.0137448632805,((Galagos:0.0613559130727,Mouse_Lemur:0.0357744518034):0.0217384902137,(Tarsier:0.0511284894951,(Marmoset:0.0810269287683,(Macaque:0.0110544741876,((Gorilla:0.000735142243993,(Chimpanzee:0.00193270449447,Human:0.000837345104331):0.00322171293795):0.00284821137315,Orangutan:0.00789360892251):0.00620688673867):0.00568069606058):0.0215319914579):0.0032728286966):0.0056215944254):0.00538800479981):0.0111713584973,(Hedgehog:0.132355359623,((Microbat:0.0438309029453,Megabat:0.0433463919873):0.0141010398699,(((Cat:0.060423825376,Dog:0.0431140231036):0.0347417325937,Horse:0.0379344354626):0.00661699282186,((Shrew:0.337910017163,Alpaca:0.0313365111035):0.0144186652897,(Pig:0.041705473355,(Cow:0.0534186139872,Dolphin:0.0408944784899):0.00787761746382):0.00561414183604):0.0183599587119):0.00236938613551):0.00462450643185):0.00334899245602):0.0153574084805):0.00679207757899):0.117987527464,Platypus:0.280835249167):0.0219940221047):0.151265478366);
+(Chicken:0.205859194475,((((Lesser_Hedgehog_Tenrec:0.0710224733925,(Hyrax:0.0554001559635,Elephant:0.0332454483517):0.0058871509707):0.0115173827279,(((((Galagos:0.0673548061892,Mouse_Lemur:0.0472901376082):0.0243552145688,(Tarsier:0.0455430821896,(Marmoset:0.0263418383517,(Macaque:0.0165181328807,((Gorilla:0.00404797526743,(Human:0.00243980154803,Chimpanzee:0.00217865955109):0.000927705286107):0.00235807126476,Orangutan:0.00714151868619):0.00532164800393):0.00806837864773):0.0268320789364):0.00762573703899):0.00814882193607,(Tree_Shrew:0.0854715667057,((Pika:0.0890296879068,Rabbit:0.0456087630118):0.0410152701657,(Squirrel:0.0727413476068,(Guinea_Pig:0.0727218813072,(Kangaroo_Rat:0.0689283987625,(Mouse:0.0488870445279,Rat:0.0347619641656):0.0747614513125):0.00412304134393):0.00381735384513):0.00825938996668):0.00067528883947):0.00205615020586):0.0131855857752,(((Dog:0.0424887391638,Cat:0.0356056549623):0.0190690168859,(Horse:0.0365188680122,((Pig:0.0875706975004,Shrew:0.127484270877):0.0292911409105,(Alpaca:0.0616203738481,(Dolphin:0.0385784627104,Cow:0.0458987838667):0.00726603924727):0.00647670945456):0.0111134109002):0.000560156265314):0.00146898860874,((Megabat:0.0407117839741,Microbat:0.0773579659748):0.01022063357,Hedgehog:0.098346847784):0.000855854380532):0.0122632938963):0.00830305103373,(Armadillos:0.0353766757829,Sloth:0.0394867316118):0.0199712742812):0.00523359528629):0.0935976303932,(Wallaby:0.0591879626041,Opossum:0.084381424431):0.111788407482):0.0370195242757,Platypus:0.15770840469):0.205859194475);
+(Chicken:0.291186538872,((((Lesser_Hedgehog_Tenrec:0.101852608506,(Elephant:0.0324492671825,Hyrax:0.0700808868694):0.0100435733408):0.0221016343579,((((((Shrew:0.153434445022,((Cow:0.0538794552735,Dolphin:0.0282133443563):0.00851062337642,(Pig:0.0614156235588,Alpaca:0.0312165252468):1.72363278632e-06):0.0139851817402):0.00696024700996,(Dog:0.0941021789815,Cat:0.0233757716917):0.0238060833046):0.00413715211686,((Microbat:0.118289025674,Megabat:0.042442167203):0.0082639206166,Hedgehog:0.108946364224):1.72363278632e-06):0.00534970808114,Horse:0.0551339145311):0.00711629592332,((((((((Human:0.00165668205884,Chimpanzee:0.000826345522456):0.00107957265276,Gorilla:0.00308529004434):0.00215421241319,(Macaque:0.0172757988807,Orangutan:0.0324675268833):0.00536997281232):0.00966124637971,Marmoset:0.032965942582):0.0217182302504,Tarsier:0.0470774259188):0.00657789362613,(Galagos:0.0417569822245,Mouse_Lemur:0.0684920497885):0.0195133505111):0.00575295087943,((Pika:0.116429974902,Rabbit:0.104295168679):0.0618557048842,((Guinea_Pig:0.138904378174,Squirrel:0.0698768847049):0.0109595362327,(Kangaroo_Rat:0.121570899953,(Mouse:0.0251141515721,Rat:0.0805550383452):0.093615411402):0.0262860014164):0.00563792446873):0.00551928662358):1.72363278632e-06,Tree_Shrew:0.108197357136):0.00598179219749):0.00764024758558,(Armadillos:0.0624446331637,Sloth:0.0514739691122):0.0181886276356):0.00304375837913):0.124533738159,(Wallaby:0.04437925341,Opossum:0.0734998834755):0.159657870428):0.0825678893177,Platypus:0.237931773136):0.291186538872);
+(Chicken:0.112660162883,(Platypus:0.13137568658,(((((Hedgehog:0.0965195008528,((((Alpaca:0.115821296817,(Pig:0.055387443827,(Cow:0.0911468659388,Dolphin:0.0423184522694):0.0191840425937):0.0106373744142):0.0372341962445,(Shrew:0.158104423804,((Guinea_Pig:0.286844779454,Pika:0.0885780054928):0.0463508178243,Rabbit:0.0544678898659):0.036741147695):0.0253949466985):0.0415746195401,(Cat:0.0412685927262,Dog:0.0338830638879):0.0196036815008):0.00704136072216,(Horse:0.0372303135659,(Microbat:0.0670545605368,Megabat:0.0268642106274):0.0130359391755):0.00559554160155):0.00188231178932):0.00494770370882,(((((Mouse:0.048051049854,Rat:0.0237859169776):0.0971776438438,Kangaroo_Rat:0.0649848434876):0.0153425768361,Squirrel:0.0702992404093):0.0131732568359,((Tarsier:0.0657839245358,(Marmoset:0.0276474220265,(Macaque:0.0535414883165,(Orangutan:0.0018599349645,(Gorilla:0.0253658683084,(Chimpanzee:0.00290019407966,Human:0.00436887559167):0.000738097781641):0.00224822078466):0.0037909897834):0.00432909387495):0.0305874245694):0.00420112078068,(Mouse_Lemur:0.025979560138,Galagos:0.0412983712856):0.0151667045751):0.00256898060785):0.00215922382963,Tree_Shrew:0.10471326178):0.0114431606309):0.0164777988974,(Sloth:0.058032372034,Armadillos:0.0403101739009):0.0256862747493):0.00835057084894,(Lesser_Hedgehog_Tenrec:0.0740864330591,(Hyrax:0.0562067120992,Elephant:0.0521611164383):0.0067310398668):0.0185201434118):0.10855117416,(Opossum:0.0438306623803,Wallaby:0.0593837148856):0.0994041642784):0.0451693927638):0.112660162883);
+(Chicken:0.0519599060267,(Platypus:0.194453070655,((Wallaby:0.029914799193,Opossum:0.048933981314):0.0399356147648,(((((Microbat:0.0436218228157,(Pig:0.0117002329663,Horse:0.00757445399625):0.0636892364156):0.000653476732048,((Alpaca:0.032610979161,(Cow:0.0436452563976,Dolphin:0.016991935973):0.00639266104881):0.00229042023442,(Megabat:0.0431794128874,(Hedgehog:0.0760692351397,(((Guinea_Pig:0.0824818782467,Tree_Shrew:0.0480733408186):0.00832773516551,(Squirrel:0.0421555313279,((Rat:0.0260848379895,Mouse:0.0268248221435):0.0709110860562,Kangaroo_Rat:0.0396739292154):0.0162457892153):0.00639496217957):0.00281662485931,((Mouse_Lemur:0.0403719253095,Galagos:0.040136456473):0.0109782479256,((Marmoset:0.0136923253951,(Orangutan:0.00753305991347,((Macaque:0.114792977949,Gorilla:1.50957804329e-06):0.0185489877251,(Human:1.50957804329e-06,Chimpanzee:0.00171352312421):1.50957804329e-06):0.00166811093878):0.00726797297867):0.0134045665504,(Tarsier:0.060532431758,(Pika:0.0729134369124,Rabbit:0.0387829556993):0.0306906686483):0.0170279608739):0.00211506672439):0.00768580085494):0.00637631951815):0.00226697409013):0.00456103258122):0.0026709701124):0.0063870810715,(Shrew:0.0752623582278,(Cat:0.0192944846838,Dog:0.0493113156543):0.00641620976306):0.0182013127441):0.00854568761777,((Hyrax:0.0530414791392,Elephant:0.0356723450834):0.00913028443484,Lesser_Hedgehog_Tenrec:0.109727793579):0.00827235479588):0.00486087526165,(Sloth:0.0548008710607,Armadillos:0.0414184067319):0.0227314143633):0.0896278949017):0.0316197639594):0.0519599060267);
+(Chicken:0.193046116705,((Wallaby:0.0801056548212,Opossum:0.233213312055):0.141678464742,((((((Elephant:0.0298729185077,Hyrax:0.0472642987509):0.0232228568821,(Armadillos:0.0374062821274,Sloth:0.0413492991517):0.0183512582289):0.0075144965487,((Alpaca:0.046231866388,((Dolphin:0.0259060240481,Cow:0.0625242983508):0.00659784253632,Pig:0.0547270034746):0.00769429751834):0.0176940574132,(((Dog:0.0526440814704,Cat:0.0497531542085):0.0129584221427,((Hedgehog:0.0914526687214,(Microbat:0.0946060322548,Shrew:0.0965070022354):0.0130519418974):0.00996052229159,Horse:0.0419966648773):0.00488607021561):0.0010380931654,Megabat:0.0539767095896):0.00112339129634):0.0119752094188):0.00493355955818,(Tree_Shrew:0.0571835908922,((Tarsier:0.0517686455657,(Galagos:0.0594892466772,Mouse_Lemur:0.0396718296941):0.0124890587732):0.00419235753444,(Marmoset:0.0557127080213,((Gorilla:0.000120885804114,((Orangutan:0.00868481481034,Human:1.58684657363e-06):0.00316327070839,Chimpanzee:0.00108683686087):0.00167112140615):0.00824135244158,((Platypus:0.223521335053,(Rabbit:0.130916415039,Lesser_Hedgehog_Tenrec:0.11713880785):0.0369483195338):0.0308111447177,Macaque:0.0323103573416):0.0866929677056):0.00766461684585):0.0131615921117):0.00769348227901):0.0038233737761):0.00772629027528,(((Mouse:0.0333155707307,Rat:0.0287254848):0.0852114761984,Kangaroo_Rat:0.0779105997134):0.0117958727449,(Guinea_Pig:0.0676479293934,Squirrel:0.054592641824):0.00379631592576):0.00942178162706):0.0231394569513,Pika:0.170764348171):0.0504800645928):0.193046116705);
+(Chicken:0.21206847704,(Platypus:0.858169108476,((Wallaby:0.0364768389698,Opossum:0.0423641627628):0.0812827468636,(((Microbat:0.0746772279953,((Horse:0.0385583529278,(Shrew:0.168430166418,Hedgehog:0.0961900181089):0.0128761672375):0.0012621623793,((Dog:0.0218253911381,Cat:0.0346618407957):0.0188819721202,(Megabat:0.0539454879118,(Alpaca:0.0396780617767,(Pig:0.0422439775183,(Dolphin:0.0372885025577,Cow:0.0480527634866):0.00704679363759):0.00161311021992):0.0151877337006):0.0026928562607):0.00212344012962):0.00864358526404):0.0119069079536,(((Rabbit:0.0441360313635,Pika:0.0869430102471):0.0483464273618,(Tree_Shrew:0.0650712194583,(((Rat:0.0559981092029,Mouse:0.0678557745143):0.137460668906,Kangaroo_Rat:0.381125956291):0.0491565436266,(Squirrel:0.0922867596954,Guinea_Pig:0.0976718008329):0.00173062057116):0.00381341671918):0.00434020624085):0.00171453279939,((Mouse_Lemur:0.0458634830334,Galagos:0.0799805289709):0.0104014129432,(Tarsier:0.0656695671518,(((Orangutan:0.00598685956037,(Gorilla:0.0027902421179,(Human:0.00137450286701,Chimpanzee:0.00185690282694):0.00190245810859):0.00175961642634):0.00432319872477,Macaque:0.0124277911406):0.00953049452307,Marmoset:0.026517273667):0.0266416109998):0.00646584179347):0.00794435964186):0.00700911742258):0.00299809075276,((Armadillos:0.0443231574783,Sloth:0.0413564515835):0.0250048236695,(Lesser_Hedgehog_Tenrec:0.119338422524,(Elephant:0.0411416423859,Hyrax:0.0796570400491):0.0116743760466):0.0260418494653):0.00255421213798):0.172184972386):0.0495089617021):0.21206847704);
+(Chicken:0.277166472078,(((((Sloth:0.0406489622345,Armadillos:0.0645165613361):0.0195687350841,((Horse:0.0388198181778,(((Alpaca:0.0509291693616,((Cow:0.0613718622613,Pig:0.0583825435604):0.00469938089873,Dolphin:0.0236606051957):0.00705745428544):0.0157554901157,(Cat:0.0438394870583,Dog:0.0605854677426):0.018517906417):0.0111388099513,(Megabat:0.0557746011691,(Microbat:0.053719730349,(Hedgehog:0.117958521176,Shrew:0.0832548692931):0.0421660732961):0.00518612130012):0.00507916564205):0.00220336509928):0.019609402363,((Tree_Shrew:0.111739938027,((Galagos:0.107039715618,Mouse_Lemur:0.0683623357861):0.0227109548193,((((Orangutan:0.00699647117691,((Human:1.68017081234e-06,Chimpanzee:1.68017081234e-06):1.68017081234e-06,Gorilla:0.00266919608975):0.00606367601552):0.00824375202568,Macaque:0.0192078272285):0.00661463952369,Marmoset:0.0353396633933):0.0319602633181,Tarsier:0.0588882830513):0.0105288344745):0.00111010697609):0.00271835758223,((Pika:0.0832094043069,Rabbit:0.0520821130802):0.0496685412854,(((Kangaroo_Rat:0.116157905531,(Rat:0.0493653518027,Mouse:0.0340521142308):0.155146893611):0.00753839819776,Squirrel:0.0786662089445):0.00250626145174,Guinea_Pig:0.125098023692):0.00747464500167):0.00242074126866):0.00988973493173):0.010759510605):0.010230428321,((Elephant:0.0468355904456,Hyrax:0.0720700379493):0.0212246795536,Lesser_Hedgehog_Tenrec:0.123592386296):0.00887151270404):0.128303761128,(Wallaby:0.0458304060645,Opossum:0.108812200665):0.122127851022):0.0328799689546,Platypus:0.482680292258):0.277166472078);
+(Chicken:0.225048987402,(Platypus:0.667705792576,((Wallaby:0.0508341320911,Opossum:0.0688399917488):0.125623484678,(((Lesser_Hedgehog_Tenrec:0.177993792365,(Hyrax:0.0807635618349,Elephant:0.0379317554993):0.0124277201033):0.0223587511987,(Armadillos:0.0664859297831,Sloth:0.0462887755389):0.0195815341049):0.00517680631112,(((Shrew:0.124239989831,Hedgehog:0.0890270703772):0.0162494750188,((Microbat:0.0807266881129,Megabat:0.0561944666791):0.00859257451255,((Pig:0.0683318533514,((Dolphin:0.0467129277839,Cow:0.0533024814083):0.00876881483513,Alpaca:0.0686372119988):0.00238684978421):0.0242260329522,(Horse:0.0943282448886,(Dog:0.0903647288058,Cat:0.0511315688111):0.0302951721366):0.00304085851501):0.00257702541321):0.00525529771948):0.011096804927,((Tree_Shrew:0.0713569248092,((((Rat:0.041495385937,Mouse:0.0402001263019):0.0979299959402,Guinea_Pig:0.14533283524):0.0175727646488,(Kangaroo_Rat:0.110167511835,Squirrel:0.0590869931963):0.00712517307666):0.0125086722348,(Pika:0.119263048379,Rabbit:0.0758092584801):0.0582337279806):0.00813042535235):0.00316216293293,(((Marmoset:0.0305274078383,(Macaque:0.0127846843423,(Orangutan:0.00964198079931,(Chimpanzee:0.00334590555455,(Human:0.00159741540393,Gorilla:0.00943709482674):0.00412214407256):0.00438365404233):0.00600888698792):0.00758464219778):0.0302297969453,Tarsier:0.0553657807714):0.00412479025888,(Galagos:0.055338454947,Mouse_Lemur:0.0321349373817):0.0209662376426):0.00934507980215):0.0120203159267):0.00598624908482):0.0717197065888):0.0597015841547):0.225048987402);
+(Chicken:0.231645831275,(Platypus:0.306253987563,((Wallaby:0.0470249681516,Opossum:0.131033521196):0.105159103957,(Hedgehog:0.110864158447,((((((Alpaca:0.0398702647367,(Cow:0.0572219277696,Pig:0.0366063188098):0.00229268768551):0.00204916667682,Dolphin:0.0880788051931):0.00434350724848,(Megabat:0.0574293793556,Microbat:0.0467787980332):0.00468946674049):1.97353329641e-06,(Horse:0.0401040251743,(Dog:0.0648357401311,Cat:0.0254090509736):0.0266881281421):0.000160741332575):0.00688730301172,(((Tree_Shrew:0.0716154245638,((Pika:0.0694010545346,Rabbit:0.0263611819361):0.0399186611998,Squirrel:0.0489110958244):0.00386031822173):0.0118784614381,(((Guinea_Pig:0.161564400807,Tarsier:0.0501886165554):0.00208318165898,(Marmoset:0.020507474024,(Macaque:0.0049301828021,(Orangutan:0.0045034689692,(Chimpanzee:0.00621498965205,(Human:0.00151005581083,Gorilla:0.00209535648086):1.97353329641e-06):0.00169970310065):0.00239170802638):0.01027540476):0.0197983628918):0.0047880868619,((((Rat:0.0641134526385,Mouse:0.0476540631698):0.128854489113,(Shrew:0.464844188124,Galagos:0.0160063099843):0.0639905855221):0.0162854115661,Mouse_Lemur:0.0290435775944):0.0171844375657,Kangaroo_Rat:0.083122163168):1.97353329641e-06):1.97353329641e-06):0.00199137492129,((Hyrax:0.0888385818095,Elephant:0.0340534078206):0.020194868,Lesser_Hedgehog_Tenrec:0.143199040424):0.0147994156755):0.00198815178095):0.00822423451505,(Sloth:0.0441089564439,Armadillos:0.0352946356515):0.0218999763478):0.0210642452286):0.0891683852944):0.00933245412224):0.231645831275);
+(Chicken:0.1839737565,(Platypus:0.192115009329,((Wallaby:0.0429394633367,Opossum:0.0390212103862):0.10596358538,(((Lesser_Hedgehog_Tenrec:0.146762622519,(Hyrax:0.134530408219,Elephant:0.0857611551498):0.0203443880897):0.0346707836699,(((Tree_Shrew:0.0665375418326,((Pika:0.101802098487,Rabbit:0.0435690489199):0.038256661629,((Kangaroo_Rat:0.0847364755528,(Mouse:0.0357312883104,Rat:0.0320302349019):0.0850231291773):0.0101524058874,(Guinea_Pig:0.0893046014174,Squirrel:0.0595897262406):0.00394454921618):0.00706816285074):0.00235425010187):0.00138374868426,((((Macaque:0.0226131921016,((Gorilla:0.00252288173871,(Chimpanzee:0.00190000449017,Human:0.00285295490258):0.000481566522743):0.00302672744334,Orangutan:0.0101353800734):0.0124009120586):0.00907514283344,Marmoset:0.0351483809164):0.0263730002253,Tarsier:0.0423374389064):0.00622062875987,(Mouse_Lemur:0.0393867971948,Galagos:0.0358965754161):0.00865696538223):0.00370625978291):0.00703706486189,((Horse:0.0392507251438,(((Alpaca:0.0365841387942,((Dolphin:0.0225986350663,Cow:0.0456324720487):0.00758570737381,Pig:0.0441098500384):0.00179570276647):0.013016171185,(Cat:0.0361451267066,Dog:0.0369509391529):0.0212631546202):0.0028554216632,(Microbat:0.0716323147568,Megabat:0.0386201415817):0.00216578033074):0.00246497403008):0.00139847090947,(Shrew:0.0842447665831,Hedgehog:0.132768554399):0.0139835021342):0.00524631990467):0.00834873799999):0.000953757797774,(Armadillos:0.0530503934539,Sloth:0.0252187493031):0.0209543425605):0.113453839642):0.0306508111817):0.1839737565);
+(Chicken:0.134111084271,(((Wallaby:0.0277253218279,Opossum:0.0289620532168):0.069253239527,Platypus:0.151414772099):0.0326586393176,((Armadillos:0.0331657070653,Sloth:0.0384760997618):0.00863268801507,((Lesser_Hedgehog_Tenrec:0.116889690137,(Hyrax:0.0771510403013,Elephant:0.0239609029194):0.00630054137873):0.0314172197507,(((Shrew:0.173276278839,Hedgehog:0.091308373024):0.0200580244808,((((Pig:0.0406968043111,Alpaca:0.0643999934427):0.00671009556927,(Dolphin:0.0271972678245,Cow:0.0453426134093):0.00972256895477):0.0186810002835,(Megabat:0.0296287544736,Microbat:0.0295525756296):0.00842172785879):0.00267239616099,(Horse:0.0394107093803,(Dog:0.040579686369,Cat:0.0509539253104):0.0189643441107):0.00732862916337):0.00256022814073):0.00911175425274,((((Mouse_Lemur:0.0390039139658,Galagos:0.0474881525642):0.013869759805,(Tarsier:0.049350671062,(Marmoset:0.056424941533,(Macaque:0.0106598815071,(Orangutan:0.0172518830335,((Human:0.005743940248,Gorilla:0.000641323572643):0.000642192569157,Chimpanzee:0.00578050993671):0.00404502933401):0.00111476424423):0.0088347476789):0.0276141068038):0.00485283542707):0.00228292677796,Tree_Shrew:0.0728313185033):0.00164708140966,((Pika:0.0963652374108,Rabbit:0.038966441616):0.0644956719983,(((Kangaroo_Rat:0.0738020424455,(Rat:0.0299945851385,Mouse:0.0297060433907):0.0873738918527):0.00659167335814,Guinea_Pig:0.0579017236368):0.00574733168259,Squirrel:0.0568931004713):0.0101225458794):0.00768553298472):0.012874271378):0.00439920853198):0.00568482544867):0.106691388595):0.134111084271);
+(Chicken:0.11054076092,(Platypus:0.123344026356,((Wallaby:0.0345587335621,Opossum:0.0398259901786):0.0872120256062,(((Hyrax:0.0503746558488,(Lesser_Hedgehog_Tenrec:0.0868911293419,Elephant:0.0249899094393):0.00491143026401):0.0170403004366,((Tree_Shrew:0.043115066704,(((Rabbit:0.0510629128562,Pika:0.0615766852656):0.0386894723815,(((Rat:0.0439241414298,Mouse:0.0299501761057):0.0562708256522,Kangaroo_Rat:0.0557790641342):0.00750253204784,(Squirrel:0.0381815677504,Guinea_Pig:0.0506743409874):0.00357974319586):0.00567115385006):0.00632918745504,(Tarsier:0.0507730348023,((Mouse_Lemur:0.0402313925655,Galagos:0.0339194920682):0.011913455594,(((Gorilla:0.00160005767747,((Macaque:0.0091363562954,Human:0.00151556234957):0.000452563926248,Chimpanzee:0.00225771283505):0.000954010665373):0.00165178972712,Orangutan:0.00675595538158):0.00396743724801,Marmoset:0.0174740369062):0.0134775886591):0.00021525176265):0.00476258291023):0.000669752854447):0.00632457778927,(((Dog:0.027870003926,Cat:0.0280341864497):0.0131810827847,((Shrew:0.0694645982309,(Microbat:0.0348616118189,Megabat:0.0231594647281):0.00543113632637):0.00697569879752,Hedgehog:0.0961605691058):0.000198554161065):0.00127073533766,(((Dolphin:0.0161502911425,Cow:0.0308053325726):0.00363900482922,(Pig:0.0535210106344,Alpaca:0.0273618823797):0.00820505254492):0.0149770567784,Horse:0.0250872762026):0.000871132341287):0.00533326228046):0.00517239915465):0.000972355168311,(Sloth:0.0270832734442,Armadillos:0.0264543758095):0.00802458229873):0.0990493590199):0.0355560639976):0.11054076092);
+(Chicken:0.116198892281,(Platypus:0.103651845327,((((Sloth:0.0314558164194,Armadillos:0.0270402803072):0.0139665696699,((Elephant:0.0387181925628,Hyrax:0.0393974690913):0.0130310819706,Lesser_Hedgehog_Tenrec:0.0597910990266):0.0107351379476):0.00341082943585,((((Pika:0.0422116594652,Rabbit:0.0170055217781):0.022873813238,(Squirrel:0.0378372034661,(((Rat:0.0302896375801,Mouse:0.0175434147496):0.0613764671146,Kangaroo_Rat:0.0422118569727):0.00182923936219,Guinea_Pig:0.0631380061916):0.00153005436):0.00363305580707):0.00556832131034,((Mouse_Lemur:0.0158882218674,Galagos:0.0846122397473):0.00920109958378,((Tree_Shrew:0.107663104452,Tarsier:0.0226656786482):1.49689980183e-06,(Marmoset:0.0228797091776,(Macaque:0.0499954093043,((Human:0.00131153050858,Chimpanzee:0.000651718544236):0.0020016891996,(Gorilla:0.00883498858018,Orangutan:0.00443106634706):0.000623354721528):0.00494766030229):0.00444678935592):0.0151238547709):0.00165931173272):0.00213505763067):0.00439210356568,(((Alpaca:0.0232190122569,(Pig:0.0284776842868,(Cow:0.0348478803424,Dolphin:0.0132055717511):0.00462328401431):0.00211662054732):0.00377659633522,(((Shrew:0.0520539636763,Hedgehog:0.0996510743423):0.00127519430849,Horse:0.0209641990062):0.00344124904977,(Dog:0.0261315868164,Cat:0.017458294834):0.0122119527524):0.00106651672517):0.00108242683468,(Megabat:0.0330182996156,Microbat:0.0348268243868):0.00835487634028):0.0076583578894):0.00322884079837):0.0595900150957,(Opossum:0.050815377978,Wallaby:0.0339184028433):0.0898550875132):0.0566111804091):0.116198892281);
+(Chicken:0.0791289605464,((Wallaby:0.00625354870231,Opossum:0.0471500985162):0.0665099840951,((((((Horse:0.0290864262373,(Dog:0.0895767892828,((Pig:0.269794017961,(Alpaca:0.0585169389485,(Cow:0.0436395508712,Dolphin:0.0272548185737):0.00805455896642):0.00715269332239):0.00502260559229,(Cat:0.0461500783571,(Platypus:0.207425894117,Microbat:0.0965800900659):0.0487430006156):0.00589501384114):0.00320299686268):0.00567877736259):0.00425028865348,(Shrew:0.0496589066854,(Megabat:0.045392037959,Kangaroo_Rat:0.0838280703769):0.00206392487319):0.00276178106386):0.0125617412774,((Lesser_Hedgehog_Tenrec:0.0729291568819,(Hyrax:0.0427478172748,Elephant:0.0397186430732):0.0119167993805):0.0146918164106,(Armadillos:0.040393292465,Sloth:0.0146800817524):0.0212381188806):0.00695020273468):0.000668237309756,Hedgehog:0.0507995613961):0.00852866006203,((((Marmoset:0.0212461104532,((Gorilla:0.00274583373511,(Chimpanzee:2.39845321644e-06,Human:2.39845321644e-06):2.39845321644e-06):0.00459597973052,(Macaque:0.00530758859792,Orangutan:2.39845321644e-06):0.00472373699709):0.0131777204114):0.0132349305401,(Tarsier:0.0373395761889,((Mouse:0.0465610647654,Rat:0.0158829211287):0.0394137271569,Guinea_Pig:0.0519245094577):0.0103427393408):0.00488702588614):0.00192899678065,(Mouse_Lemur:0.0105508903652,Galagos:0.0592839919143):0.0169148764452):0.00150072944912,(Tree_Shrew:0.0593397996355,Squirrel:0.0536554007518):2.39845321644e-06):0.00325456480866):0.00454610132566,(Rabbit:0.0246683301876,Pika:0.0612882862137):0.014665201765):0.0694995405784):0.0791289605464);
+(Chicken:0.165691411316,(Platypus:0.174601222536,((((Lesser_Hedgehog_Tenrec:0.131474755933,Elephant:0.0217425962642):0.00526793881328,Hyrax:0.0527462415408):0.0178233832489,(((Shrew:0.0844312031913,(((Hedgehog:0.0764914932899,((Microbat:0.0382066612684,Megabat:0.028967912386):0.0094701337013,(Cat:0.0243743491659,Dog:0.0404656281625):0.014299231738):0.00221757348382):0.000808146991974,Horse:0.0348398858234):0.00151013003059,(Pig:0.0348333595407,((Dolphin:0.0243739579815,Cow:0.0493823488054):0.00921726785004,Alpaca:0.0374461722916):0.00216708224979):0.00594495254445):0.00775580529758):0.00753230235682,(((Rabbit:0.0250359694284,Pika:0.0936219531901):0.0452268846277,(Kangaroo_Rat:0.097022825168,(Squirrel:0.0604806398719,(Guinea_Pig:0.0888525041397,(Rat:0.0386422354572,Mouse:0.0247633569082):0.0725734596933):0.0117140960307):1.48992483666e-06):0.00783961627179):0.00735573330746,(Tree_Shrew:0.0759292973779,((Galagos:0.0302483091426,Mouse_Lemur:0.0247520995668):0.00930138340368,(Tarsier:0.0621328239959,(Marmoset:0.0230471982149,(Macaque:0.00750428994124,(Orangutan:0.0061534667464,(Gorilla:0.00194333585497,(Chimpanzee:0.00373640302678,Human:0.00149748849821):0.000782330382472):0.00764561121602):0.00611108747992):0.0113812497584):0.0178508340933):0.005107544725):0.00345155971336):1.48992483666e-06):0.00703347546192):0.00388846469648,(Sloth:0.0365491887863,Armadillos:0.0417472014657):0.0315166786185):0.00594477913183):0.0990025118377,(Opossum:0.0289312039341,Wallaby:0.0365865919725):0.0699765535069):0.0555165269767):0.165691411316);
+(Chicken:0.276873551783,((Platypus:0.180067816233,(Wallaby:0.0469065305923,Opossum:0.128255522837):0.0441035323871):0.0580991053887,(((((Megabat:0.0318826140531,Microbat:0.056440166599):0.00639547318338,((Horse:0.048078776306,(Dog:0.267377608915,Cat:0.0361031083591):0.0161100597086):0.00387838627037,(Pig:0.0473349661804,((Cow:0.0462221054303,Dolphin:0.0252629899478):0.00522727571561,Alpaca:0.0406530364118):0.00345196113166):0.0125358338997):0.0015394687473):0.00115925699476,(Hedgehog:0.0653420251653,Shrew:0.0671928223872):0.0131557274456):0.0133274490741,((Tree_Shrew:0.0612602064776,((Tarsier:0.0569000543291,(Galagos:0.0634205507116,Mouse_Lemur:0.0278396567897):0.00615309187398):0.00271222127766,((Orangutan:0.00653302956169,(Marmoset:0.0517540907327,(Gorilla:0.00184842707029,(Chimpanzee:0.00163761442285,Human:0.00208407237519):2.01265337994e-06):0.00611351657645):0.00167726732466):0.00403508335274,Macaque:0.0337873760213):0.0278457938841):0.00210057448638):0.00207678953839,((Pika:0.0678934614065,Rabbit:0.025712939199):0.0284806068988,(Squirrel:0.034953658332,((Kangaroo_Rat:0.0582537214588,(Rat:0.0623854942624,Mouse:0.0777364937754):0.0994969636019):0.0230668760957,Guinea_Pig:0.156009003579):0.0142329849871):0.00216432905427):0.00515591297567):0.00806426009557):0.00314670990109,((Sloth:0.0496815414349,Armadillos:0.0455224920714):0.0268484252755,(Lesser_Hedgehog_Tenrec:0.0926808906805,(Hyrax:0.0903876893867,Elephant:0.0380686182466):0.0191596795067):0.0201696304855):0.00554816026113):0.138480743218):0.276873551783);
+(Chicken:0.214527664261,(((Wallaby:0.103889128213,Opossum:0.0720678928052):0.0832969944102,Platypus:0.628082704038):0.0334030352194,(((((((Kangaroo_Rat:0.0840062749758,(Mouse:0.030590309024,Rat:0.0333278486049):0.0999630065081):0.00673036553711,Guinea_Pig:0.104124595254):0.00256817251354,Squirrel:0.0645968724537):0.0126945227344,Tree_Shrew:0.0728944538925):0.00331901788528,((Rabbit:0.044038699041,Pika:0.0905852727934):0.0452051714221,((Galagos:0.0616866108905,Mouse_Lemur:0.0213619989001):0.0190518474853,(((((Gorilla:0.00359457508217,(Chimpanzee:0.00372086302961,Human:0.00298179880742):0.000430213380178):0.00305789641347,Orangutan:0.00855275533622):0.00762151322682,Macaque:0.0130575613566):0.00560046675503,Marmoset:0.0291734948749):0.0330499484079,Tarsier:0.0510146434465):0.00156453596044):0.00626246093673):0.00231517407807):0.00626571374842,(((((Dog:0.0410245235159,Cat:0.0346515376607):0.0190395854715,Horse:0.045408579541):0.001440389067,(Megabat:0.049236752488,Microbat:0.0551052657288):0.011043832995):0.00134579437471,((Alpaca:0.0441832440824,Pig:0.0470351960079):0.00326857066364,(Cow:0.0513781042927,Dolphin:0.0202546716456):0.00825628584816):0.0173286651151):0.0049088938823,(Hedgehog:0.145018246854,Shrew:0.0985908365579):0.0145469274297):0.00500097440108):0.00654496203501,((Sloth:0.0497347753471,Armadillos:0.0532346740078):0.0316032664378,((Elephant:0.0383707891253,Hyrax:0.0745819272738):0.0161144305798,Lesser_Hedgehog_Tenrec:0.0989308121141):0.0192232301115):0.00295078957356):0.0999370077689):0.214527664261);
+(Chicken:0.202859115664,((Wallaby:0.0665420863414,Opossum:0.138845425777):0.145779747894,(Platypus:0.591802222604,(((Kangaroo_Rat:0.0940574286993,(Rat:0.0346075205592,Mouse:0.0412169711347):0.0888498961688):0.0149563548824,((((((Tarsier:0.119275469849,Marmoset:0.0341765260793):0.0111163700303,(Macaque:0.0462658346847,Gorilla:0.00495900011133):0.00106134966115):0.0370535873444,(Orangutan:0.0193151614856,(Human:0.00274199752606,Chimpanzee:0.00751173261276):0.00293259949877):0.00447720944626):0.0405817969205,(Galagos:0.0518884076597,Mouse_Lemur:0.0440934741587):0.0156677509873):0.0133501525739,((Dog:0.124940482082,((Cat:0.0539418990182,Horse:0.0398333949922):0.0121472443096,(Alpaca:0.053591849573,(Pig:0.133547079623,(Dolphin:0.072125340832,Cow:0.0630770954597):0.00846289024278):0.00434976768758):0.0154306343499):0.00463241967645):0.00455861377446,(((Hedgehog:0.104323583824,Shrew:0.143791328369):0.0316663989411,(Microbat:0.0602780092175,Megabat:0.0515237153121):0.0179695032811):0.00660449625011,((Armadillos:0.112763934277,Sloth:0.042734965496):0.0366484004643,(Lesser_Hedgehog_Tenrec:0.0983675855687,(Hyrax:0.0976023583083,Elephant:0.0509598868754):0.0205573127749):0.0290081334384):0.0257423973998):0.0196592009656):0.00945648932163):0.0075008706091,((Rabbit:0.0655027859617,Pika:0.0876707604259):0.0420748676929,(Tree_Shrew:0.0962717927832,Squirrel:0.0625853220918):0.00607784520563):0.00816478073696):0.00787723861592):0.0132499444658,Guinea_Pig:0.0652474363718):0.0768524841792):0.0456599530536):0.202859115664);
+(Chicken:0.266059755993,(Platypus:0.121572954607,((Wallaby:0.0724981874969,Opossum:0.0499120019938):0.13350603758,(((((Hedgehog:0.109428860427,Shrew:0.112759391847):0.0127499481201,(Megabat:0.033395845593,Microbat:0.0448725242507):0.00876666066731):0.00120976187013,((Alpaca:0.0316009631313,((Cow:0.04871808713,Dolphin:0.0246974509511):0.00494835228255,Pig:0.0452463490545):0.00133411962838):0.017470647734,(Horse:0.0390204827412,(Dog:0.0307863787788,Cat:0.0274365805443):0.0185230604245):0.000690504013148):0.000844977175438):0.00848944111507,((Tree_Shrew:0.12008260771,(((Galagos:0.0588870734465,Mouse_Lemur:0.0349103890843):0.0129410301713,(Marmoset:0.0244116350476,((Human:0.000958593045753,(Gorilla:0.000968376793858,Chimpanzee:0.000633121888252):1.78987812123e-06):0.00412472509885,(Orangutan:0.00620851089674,Macaque:0.0334804312643):0.000984673774905):0.00819502470381):0.0262122934246):0.00256929220489,Tarsier:0.0677398553507):0.00511015988005):0.00138186862514,(((Squirrel:0.0714498325653,Guinea_Pig:0.110693205841):0.00252571150709,(Kangaroo_Rat:0.105686925475,(Rat:0.0334229144957,Mouse:0.0375561145254):0.126020558224):0.013531671085):0.00689464001473,(Rabbit:0.041247669472,Pika:0.080084158576):0.0531738140916):0.0025485640893):0.00962422055168):0.00486492826126,((Hyrax:0.0649755587905,(Lesser_Hedgehog_Tenrec:0.101087853943,Elephant:0.0312763682361):0.00913441490943):0.0124278540434,(Sloth:0.0283697790038,Armadillos:0.0429683334702):0.0173120941314):0.00251244661682):0.119525164708):0.107956740871):0.266059755993);
+(Chicken:0.170909165832,(Platypus:0.154708909181,((((Hyrax:0.0789868253887,(Lesser_Hedgehog_Tenrec:0.170260428353,Elephant:0.0345230123837):0.0026064682556):0.0302123940678,(Sloth:0.0499132298508,Armadillos:0.0588016553776):0.0227683229652):0.00665515230818,(((Microbat:0.0772065701249,Megabat:0.0609334579445):0.00671935543616,((Horse:0.0611018153531,((Cat:0.0743258302789,Dog:0.0426590516765):0.0145897802105,((Pig:0.0369508330679,Alpaca:0.0870220509422):0.00631088871541,(Dolphin:0.0305278091932,Cow:0.0536680314583):0.0132818535525):0.00979800454721):0.00511386543959):0.00332673346571,(Shrew:0.101296123351,Hedgehog:0.0963386294041):0.0112629109447):0.00120079723762):0.00786552134329,((Galagos:0.0751680638313,Mouse_Lemur:0.0376186651712):0.0227387597881,((Tree_Shrew:0.0613744875141,((Marmoset:0.0309696628354,(Macaque:0.0144287006507,(Orangutan:0.00841292182409,(Gorilla:0.00132597396314,(Chimpanzee:0.00255664045861,Human:0.00189876488986):0.00120933609581):0.0079138433383):0.00769220696343):0.00419926406645):0.0274612491796,Tarsier:0.0826760384522):0.00666094092795):0.00729291406435,(((Squirrel:0.0584998809426,(Kangaroo_Rat:0.114096001651,(Mouse:0.0330620750652,Rat:0.0402435194145):0.0836609548418):0.0170360844544):0.00178820777269,Guinea_Pig:0.140712333476):0.0133207244728,(Rabbit:0.0366926533949,Pika:0.0693356455187):0.0548813352294):0.00722751026736):0.0016895632731):0.0115224251165):0.00611244440624):0.114115040308,(Opossum:0.0323901057863,Wallaby:0.0623148651411):0.118266363797):0.0653777798687):0.170909165832);
+(Chicken:0.0538637628597,(Platypus:0.119367754707,((Wallaby:0.0390187553153,Opossum:0.0376646264541):0.0343343135701,(((((Rat:0.0846107215872,Squirrel:0.0121007460405):0.0148207861953,(Kangaroo_Rat:0.0342641114045,(Marmoset:0.0101428929087,(Macaque:0.00788524504704,((Gorilla:2.25128995601e-06,(Human:2.25128995601e-06,Chimpanzee:2.25128995601e-06):0.00290880035163):0.00147346019718,Orangutan:0.00549667144765):0.00331172342889):0.00350902550021):0.00708492656692):0.00319858314317):0.00109922258882,((Mouse_Lemur:0.011976245825,Galagos:0.0274866223031):0.0145478819186,(Tree_Shrew:0.0237312061639,(Tarsier:0.0358562803495,((Guinea_Pig:0.183699190793,(Rabbit:0.0584055755602,Pika:0.0439719141692):0.0772034045664):0.00422184449971,Mouse:0.0881226604293):0.0140097503264):0.00103640798079):0.00228220981241):0.00155399055066):0.0044233201234,((Megabat:0.0293852080389,((Microbat:0.0351403010636,Shrew:0.0433378068903):0.00241054887268,Hedgehog:0.0902313927383):0.00252740527802):2.25128995601e-06,((Cat:0.0149247605538,Dog:0.0262554361546):0.0033383782265,(Horse:0.0468193586263,(Alpaca:0.0311855161944,(Pig:0.023216621022,(Cow:0.0432227848839,Dolphin:0.0136205115898):0.00252937870647):0.00449113971411):0.00903565524125):2.25128995601e-06):0.00127830435587):0.00126168169924):0.00238262731625,((Sloth:0.0332731943013,Armadillos:0.0412517903913):0.00404242303645,(Lesser_Hedgehog_Tenrec:0.0375092222602,(Elephant:0.00701087226735,Hyrax:0.0227862164569):0.00152853472588):0.00805919501052):0.00127096863711):0.0891791146581):0.0313943397245):0.0538637628597);
+(Chicken:0.105942896512,(Platypus:0.0861362711829,((Wallaby:0.0271762661827,Opossum:0.0623054040017):0.0959517405827,(((Sloth:0.0328491584888,Armadillos:0.0408271283995):0.0105063486497,(((((Dog:0.0288973333142,Cat:0.0225899378079):0.00629391833404,Microbat:0.0283020545693):0.000830722321228,(Horse:0.029818898346,(Hedgehog:0.0582306302093,(Alpaca:0.0292047582804,(Pig:0.0226798172454,(Dolphin:0.0176863730322,Cow:0.0144012311924):0.00449658375571):0.00142306000549):0.00178146372956):0.00167363815295):1.62443849032e-06):0.00259895985653,(Shrew:0.131027588548,Megabat:0.027402438577):0.00394364382039):0.00496474096042,((Tree_Shrew:0.0551111631142,(Galagos:0.0213838635929,Mouse_Lemur:0.0122953703191):0.0063628727955):1.62443849032e-06,((Rabbit:0.0253892681878,Pika:0.0529248282402):0.0205612780187,((((Mouse:0.0678418559894,Rat:0.0267560304615):0.0790181839492,Kangaroo_Rat:0.0867610848627):0.014436885003,(Squirrel:0.0257264241722,Guinea_Pig:0.0573786764063):0.00715964794423):0.0078309821163,((Marmoset:0.0147840171797,(Gorilla:1.62443849032e-06,(Macaque:0.0504741359538,((Orangutan:0.00851669948364,Human:1.62443849032e-06):0.000595020976053,Chimpanzee:0.00257002401957):0.00118465538532):1.62443849032e-06):0.00256567265808):0.0111420696561,Tarsier:0.0303624804917):0.00342914143385):0.00106300747794):0.00302137085617):0.00339679819589):0.00294263594965):0.000655904265525,((Elephant:0.0179781489396,Hyrax:0.0416749506579):0.00443130301831,Lesser_Hedgehog_Tenrec:0.0516981205247):0.00629147188345):0.0529245337702):0.0434665190902):0.105942896512);
+(Chicken:0.0979730891193,(Platypus:0.101543388768,((Wallaby:0.0375775388228,Opossum:0.0248670810726):0.0627987739731,((((((Lesser_Hedgehog_Tenrec:0.196919631096,(Elephant:0.0422440249493,Hyrax:0.0961363945123):0.00994221175049):0.0457909898138,(Armadillos:0.0327163290503,Sloth:0.120091333093):0.0405911536024):0.0189798808982,(Squirrel:0.079719492157,((Rat:0.0208081223664,Mouse:0.0354110541281):0.0842617838653,Guinea_Pig:0.0902257102586):0.00762429353889):0.0212874529656):0.01326118887,(Megabat:0.0388879321354,((Horse:0.0416878484856,(Dog:0.0552780809005,Cat:0.0478989980346):0.0391730254253):0.00919212546621,(Microbat:0.047501235103,(Hedgehog:0.109060321471,((Dolphin:0.0259321326039,(Cow:0.0630132652296,(Pig:0.0726595019858,(Kangaroo_Rat:0.128885425776,Shrew:0.111798138645):0.0773958851401):0.0264909253961):0.0238796768189):0.0304944774171,((Rabbit:0.126293804142,Pika:0.159732129604):0.0398337579545,Alpaca:0.0260335275166):0.0186870145478):0.0136293749381):0.0109362029541):0.0114830715547):0.00761158934349):0.0126525403167):0.0115891168298,Tree_Shrew:0.0550618396365):0.00739002831752,((Galagos:0.0441889714636,Mouse_Lemur:0.0502973125291):0.00929034917976,(Tarsier:0.0411328954811,(Marmoset:0.0298945639321,(((Human:0.00538795851625,(Gorilla:0.00540128643316,Chimpanzee:0.00380560491345):2.35117859796e-06):0.00156908205952,Orangutan:0.00516648760175):0.00553426234299,Macaque:0.0158469626739):0.012609257595):0.0271655162994):0.0222337549191):0.0074600155465):0.131981919009):0.0215886066908):0.0979730891193);
+(Chicken:0.136461620393,((((Lesser_Hedgehog_Tenrec:0.0993704428663,(Elephant:0.0414228767131,Hyrax:0.0535002605376):0.00603286760517):0.0229846281605,((((Shrew:0.0697897122267,Hedgehog:0.0816167325255):0.0119335221104,((Microbat:0.0408883386362,Megabat:0.0384436864686):0.00494638147278,((Horse:0.0786253102048,(Cat:0.0350639032528,Dog:0.0353411231468):0.00937175045453):0.00919240686003,(((Cow:0.0282429939128,Dolphin:0.0182455953574):0.00342603120117,Alpaca:0.0471369184689):0.00040922502055,Pig:0.0295093446553):0.00973584884592):0.00325977033191):0.0019580323756):0.00763100651265,(Tree_Shrew:0.0543102686205,((Squirrel:0.0523827107556,(Guinea_Pig:0.154927375718,(Kangaroo_Rat:0.0676918752096,(Mouse:0.0232597831715,Rat:0.0342187609727):0.116876323509):0.00321291125739):0.00315689007335):0.0116147110016,(((Rabbit:0.0754747705057,Pika:0.0855731704405):0.0326484849135,(Galagos:0.0408108503774,Mouse_Lemur:0.0246331577451):0.0112091479814):0.0036720688852,(Tarsier:0.0460921194046,(Marmoset:0.0216036102569,((((Chimpanzee:0.00156478713496,Human:0.00208256485759):0.00152629062614,Gorilla:0.00439877751867):0.000145827259046,Orangutan:0.0040909778415):0.00481304551375,Macaque:0.0115578160186):0.00397453590825):0.0233619275067):0.00426305463036):0.00451712321913):0.00279908660707):0.00525215555945):0.00608423047014,(Sloth:0.0666118502375,Armadillos:0.0374405958658):0.0175735391387):0.00261459226239):0.0579729225575,Platypus:0.162056506846):0.0198309850874,(Opossum:0.04950370754,Wallaby:0.0466306196786):0.0341159257511):0.136461620393);
+(Chicken:0.275099025057,((Wallaby:0.0694902197158,Opossum:0.0699101381676):0.112403556705,(Platypus:0.260813130524,(((((Pika:0.106948942868,Rabbit:0.064802167794):0.0429525581202,(Squirrel:0.113699933204,((Kangaroo_Rat:0.105120740161,(Mouse:0.0343680903939,Rat:0.0443046497386):0.0866964339371):0.00898458025698,Guinea_Pig:0.0857271079385):0.00379870735637):0.00768533038097):0.00818002768252,(Tree_Shrew:0.116784322565,((Tarsier:0.096180907031,(Marmoset:0.0333481778151,(Macaque:0.0176890735173,(Orangutan:0.00970111185038,(Human:0.0033301196712,(Gorilla:0.00347072127674,Chimpanzee:0.00388210135906):0.000395660474901):0.00447901944732):0.00668227474443):0.00850913023793):0.0332189621129):0.0104581766004,(Galagos:0.0668971311925,Mouse_Lemur:0.045760872247):0.0195214858593):0.00739552140835):0.0040497558297):0.00721213621905,(((Microbat:0.0544339219845,Megabat:0.051953469516):0.0149215341597,((Horse:0.0561386580314,((Dolphin:0.0356109395797,Cow:0.0582465028268):0.00743007621577,(Alpaca:0.0828517523762,Pig:0.0874452877034):0.00909047798906):0.0199594655948):0.00502486110394,(Dog:0.0420777265745,Cat:0.0358925090542):0.0249185544968):0.000482330968024):0.00341587856629,(Hedgehog:0.109407336704,Shrew:0.177998306132):0.0172970144859):0.00970701658589):0.0077229975375,((Sloth:0.0475903378413,Armadillos:0.067941363359):0.0237479711483,(Lesser_Hedgehog_Tenrec:0.130283128143,(Hyrax:0.0675017035579,Elephant:0.0435583311843):0.0111514438383):0.028584022967):0.00301811502429):0.0928223473934):0.0331760707518):0.275099025057);
+(Chicken:0.252276698392,(Platypus:0.224817292306,((Wallaby:0.0880946417372,Opossum:0.0725612223256):0.155714104748,(((Armadillos:0.0920468892527,Sloth:0.0625383845267):0.023095179259,((Elephant:0.0521418971842,Hyrax:0.115178909279):0.0296973802748,Lesser_Hedgehog_Tenrec:0.110633701203):0.0268320294881):0.00161697840654,((Tree_Shrew:0.0943474244927,(((Galagos:0.0795984784919,Mouse_Lemur:0.0693169995761):0.0556999054365,(Tarsier:0.0943800908835,(Marmoset:0.0419128720624,(Macaque:0.0227507394801,(Orangutan:0.0132963636021,(Human:0.00324260832123,(Gorilla:0.0039017385357,Chimpanzee:0.0016223706931):1.84564458718e-06):0.00319012519365):0.0151429893245):0.0126123208095):0.0320580257617):0.0102648712357):0.0126989889974,((Pika:0.0799349990906,Rabbit:0.0679386635251):0.055101953874,(Guinea_Pig:0.114110806447,((Kangaroo_Rat:0.10538595062,(Rat:0.0373371594365,Mouse:0.041276399704):0.0864855835071):0.0102104479827,Squirrel:0.0736559891106):0.00404928770554):0.00990980714473):0.00306609783714):0.00407611564149):0.00789304361237,(Hedgehog:0.17983531665,((((Pig:0.0717803672592,Alpaca:0.038405305408):0.00534843029033,(Cow:0.0705926583786,Dolphin:0.0362311596304):0.0121234814342):0.00883819231411,(Megabat:0.0570683292878,Microbat:0.104441956357):0.0173712467741):0.00472413852718,((Dog:0.0608701760933,Cat:0.0911061305584):0.0368005393941,(Horse:0.0760416422957,Shrew:0.149256284226):0.00331712780302):0.0026342002803):0.00664922992316):0.00794715111369):0.0172331451082):0.136557725298):0.104696942229):0.252276698392);
+(Chicken:0.145927100795,(Platypus:0.308647994795,((Wallaby:0.0377552525173,Opossum:0.0720652746717):0.106534932081,((((((Pika:0.0889773133059,Rabbit:0.0426833139557):0.0405726105143,(Squirrel:0.0440426905436,(Kangaroo_Rat:0.0582390799031,(Mouse:0.0214723177429,Rat:0.0466121562569):0.0954966746728):0.0058249199757):0.00530809742896):0.00544472926834,((Mouse_Lemur:0.0377360657201,(Marmoset:0.0254965218557,(Macaque:0.0126733177519,(Orangutan:0.00483242494896,(Gorilla:0.0013718411845,(Chimpanzee:0.00074014758994,Human:0.00116166171212):0.00313827861823):0.00387091788408):0.00518862438816):0.00797598103138):0.0121145561989):0.00488041268574,(((Guinea_Pig:0.127951061971,Galagos:0.106713860202):0.043626865377,Tarsier:0.0367743516549):0.00648486498142,Tree_Shrew:0.0623274311254):0.00911539749568):0.00160821145237):0.00461558693415,((Shrew:0.068414770527,Hedgehog:0.0763917379054):0.0164530877414,(Horse:0.0532145704513,(((Cow:0.0366068824464,((Alpaca:0.0313571773688,Pig:0.0423737018932):0.00268544080521,Dolphin:0.0281144924573):0.00364212214347):0.0145760078084,(Cat:0.0416149276002,Dog:0.0278035890098):0.0119791842304):0.00116098218208,(Microbat:0.0582393293874,Megabat:0.0403852694677):0.00497655378013):1.628360312e-06):0.00230641508554):0.00519446667578):0.00188744227658,(Sloth:0.041305720828,Armadillos:0.0328196190436):0.046700388897):0.00245707467122,((Hyrax:0.0498278055186,Elephant:0.0249640533658):0.00655610351974,Lesser_Hedgehog_Tenrec:0.0551375305352):0.00857857487605):0.0374645662857):0.0577370082749):0.145927100795);
+(Chicken:0.0982206448001,(Platypus:0.100380674971,((Wallaby:0.034461548064,Opossum:0.0319227668243):0.056246825155,(((Hyrax:0.0496473743465,Elephant:0.0304079982715):0.0191591547575,(((((Guinea_Pig:0.100517171268,Kangaroo_Rat:0.0896311176198):0.00777379269562,Squirrel:0.0445157558328):0.00523196873579,((Pika:0.0692766822805,Rabbit:0.0324834436673):0.0257422877582,(Tree_Shrew:0.0537659598297,(Shrew:0.119135429487,((Mouse:0.0334864056641,Rat:0.0672254588204):0.109254823015,Lesser_Hedgehog_Tenrec:0.141617281584):0.0171948363485):0.018988068567):0.00710688892262):0.00935398637348):0.00294167855082,((Galagos:0.0443682816968,Mouse_Lemur:0.0287762335767):0.00898546377376,(Tarsier:0.0379686180497,((Orangutan:0.00572818631447,((Human:0.00183803014926,Chimpanzee:0.00264693162842):0.000749671639363,Gorilla:0.00193662837017):0.00160271312624):0.0038751552122,(Macaque:0.0259983542478,Marmoset:0.0262169016354):0.008050275279):0.0186255439061):0.00387841935436):0.00213053729916):0.00487007825514,((((Alpaca:0.0305486318756,Dolphin:0.0216163794337):0.00933116099975,(Cow:0.0375101544808,Pig:0.0324818167354):0.0019061356564):0.0124214265403,(Horse:0.0481282397047,(Dog:0.016477633987,Cat:0.0188020964553):0.0101333660033):0.00303381203101):0.0100118045966,((Microbat:0.032586114573,Megabat:0.0288117202617):0.00516441310957,Hedgehog:0.0612065087576):0.0019835940482):0.00688388827519):0.00707200521743):0.00147046632471,(Sloth:0.0293271837854,Armadillos:0.0341154634127):0.0110844237414):0.0697672791185):0.0232979376479):0.0982206448001);
+(Chicken:0.139856477186,(((((Sloth:0.0235416744165,Armadillos:0.0222763429637):0.0119895116309,(Lesser_Hedgehog_Tenrec:0.0804040166687,(Hyrax:0.0425981996884,Elephant:0.0204676558898):0.0143951066057):0.0144396325293):0.00248491584395,(((Tree_Shrew:0.0603581384872,((Pika:0.0546944118722,Rabbit:0.0262519643658):0.031528698481,((Guinea_Pig:0.0437054399687,((Rat:0.0393195854336,Mouse:0.0254514754601):0.0783369564333,Squirrel:0.0372123528594):0.00291806287287):0.00329323535449,Kangaroo_Rat:0.0560448922009):0.00580697076724):0.00368386490533):0.000665374331348,(((Galagos:0.030379739264,Mouse_Lemur:0.0198697080104):0.00579534708807,Tarsier:0.0274974429448):0.00224014740979,(Marmoset:0.0143077778471,(Macaque:0.00798073134749,(((Gorilla:0.00108029202323,Orangutan:0.0041883236324):0.00019164131083,Chimpanzee:0.000867363431277):0.0025875940608,Human:0.001854498338):0.00546018617688):0.00248089236584):0.0144360773712):0.00249952904909):0.00429583369076,(Megabat:0.0241325429457,(((Pig:0.0290880332724,(Dolphin:0.0158371176873,(Cow:0.0583248283799,Alpaca:0.0225259867286):0.00177831499801):0.000588406331127):0.00416322724419,(Hedgehog:0.0590392526452,Shrew:0.0502532717566):0.00518861040664):0.000648120189384,((Cat:0.0200250035843,Horse:0.0192448059976):0.00566739885073,(Dog:0.0257090113531,Microbat:0.0485063829566):0.00331575892968):0.000997013903737):0.000948554821024):0.0025681295556):0.00444559060695):0.0654008368029,(Wallaby:0.0391432881782,Opossum:0.0296568238454):0.0511365722306):0.0432652616007,Platypus:0.123843371896):0.139856477186);
+(Chicken:0.181648955239,(Platypus:0.181654599324,((Wallaby:0.0482479532187,Opossum:0.0573361167168):0.10471429232,(((Tree_Shrew:0.0663957312502,(((Tarsier:0.0840211398898,(Marmoset:0.0251281662424,(Macaque:0.021298776065,(((Human:0.00154173041935,Gorilla:0.00410778438567):0.000246685880288,Chimpanzee:0.00233385213069):0.00380882640957,Orangutan:0.00593901339586):0.00373791701041):0.00661726080626):0.0227182469152):0.00394226746366,(Mouse_Lemur:0.0319140852454,Galagos:0.0662405989595):0.00900011718939):0.00545362418476,((Pika:0.0927660192331,Rabbit:0.0462135545176):0.0284754588153,(Squirrel:0.0579628756825,(Guinea_Pig:0.107012350445,((Rat:0.036272754438,Mouse:0.0397846224802):0.124555335681,Kangaroo_Rat:0.095692615904):0.00432813609785):0.00127130737455):0.0115600781927):0.00541319801345):0.000562290645301):0.00718365222859,((Hedgehog:0.0860890136077,Shrew:0.0988557313153):0.011081507543,((Dog:0.0414266068269,Cat:0.0441321923624):0.0164057728809,((Megabat:0.0402798237007,Microbat:0.0765507101223):0.00790857109194,((Alpaca:0.070570215767,(Pig:0.0436246879334,(Dolphin:0.024749322794,Cow:0.0513662508134):0.00885187775175):0.00317229879225):0.0150735304873,Horse:0.0578584816413):0.00159728175472):0.000533217326843):0.00200313940823):0.00601274006806):0.00467334584294,((Lesser_Hedgehog_Tenrec:0.148254222015,(Hyrax:0.0939153629206,Elephant:0.0394496116994):0.0088334875616):0.0302718163932,(Sloth:0.0484805327124,Armadillos:0.0468206623838):0.0162431362062):0.0027741100884):0.120166650542):0.0270839484531):0.181648955239);
+(Chicken:0.119483890401,((((Lesser_Hedgehog_Tenrec:0.104376443013,(Elephant:0.0443634515299,Hyrax:0.0643745542329):0.0067726480228):0.0364111296426,((((((Marmoset:0.0321147648049,(Macaque:0.0174634572628,(Orangutan:0.00892603737891,(Gorilla:0.00196782034228,(Chimpanzee:0.0020399969354,Human:0.00121812037757):0.000475320533509):0.00212763742451):0.00385202170445):0.0103254627036):0.0287709742845,((Galagos:0.0891756095313,Mouse_Lemur:0.0571755017367):0.00944103181671,Tarsier:0.0554807798899):0.00144779135113):0.00526244084329,((Squirrel:0.0601399411706,(((Rat:0.0276540995508,Mouse:0.0238601793437):0.0670680561146,Kangaroo_Rat:0.0610747335942):0.00889432411334,Guinea_Pig:0.0709575040294):0.00768691874087):0.0103833212564,(Pika:0.100811483542,Rabbit:0.0452952362041):0.0460010963817):0.00664823140998):0.00585828495872,Tree_Shrew:0.0776454950271):0.0145731460579,((((Cat:0.0379489818647,Dog:0.0403707837936):0.0267044338632,(Horse:0.0456546529005,(Microbat:0.0545337138852,Megabat:0.0508253819163):0.00848390433612):0.00343327701217):0.0113510182005,(Shrew:0.0766569068285,Hedgehog:0.0896323205053):0.0126530361908):0.00532032328975,((Cow:0.126187811634,(Pig:0.174469042108,Dolphin:0.0427997352604):0.0114292219049):0.096181941427,Alpaca:0.238338449985):0.0350636270518):0.00259294837373):0.0211593668468,(Sloth:0.0668529739403,Armadillos:0.0419108468877):0.0589296201316):0.0110159241229):0.0890110295532,(Wallaby:0.178866002205,Opossum:0.0404223544451):0.0643758932904):0.0395673189727,Platypus:0.102712481436):0.119483890401);
+(Chicken:0.173940305124,(((Wallaby:0.0415641851071,Opossum:0.0458661077615):0.0841194567756,Platypus:0.164793088225):0.0297397722217,(((Megabat:0.0439573949004,((Alpaca:0.0358926550584,((Dolphin:0.0179282996018,Cow:0.0453413262621):0.0025426964035,Pig:0.0458073298893):0.0072408514324):0.0124007403335,((((Tree_Shrew:0.0705542682704,(((Squirrel:0.0813916444295,(Pika:0.0871414309553,Rabbit:0.0532797098909):0.0579378901642):0.00744817120837,((Rat:0.0834679686041,Mouse:0.0392402895464):0.153379903712,(Kangaroo_Rat:0.0812124264138,Guinea_Pig:0.0998665028908):0.00351711536069):0.00611973475526):0.00897398635499,((Galagos:0.0405847013643,Mouse_Lemur:0.0322084158468):0.0192197121974,(Tarsier:0.0493618905191,(Marmoset:0.0369647981252,(Macaque:0.103754768191,(Orangutan:0.00759552465216,((Chimpanzee:0.000813449759372,Human:0.00163622677278):0.00186522631442,Gorilla:1.95582736125e-06):0.007185734979):0.00255632719094):0.0079444467284):0.0269695212587):0.00460349889242):0.00191552045205):0.00234037635982):0.00369225058176,(((Elephant:0.0354462462973,Hyrax:0.0549730858308):0.00815796236586,Lesser_Hedgehog_Tenrec:0.0844481856213):0.0122792903603,(Armadillos:0.0491720785538,Sloth:0.0315518554554):0.0121005699627):0.0119573090491):0.00697756831365,(Shrew:0.108218628665,Hedgehog:0.0808065199732):0.0145036856172):0.00574019695533,Horse:0.0328499430657):0.00043708430593):0.00108623829102):0.00215980216024,Microbat:0.0472923493084):0.00936597952154,(Cat:0.0331236172081,Dog:0.0810328354026):0.017184809454):0.10784825061):0.173940305124);
+(Chicken:0.145756742017,(Platypus:0.116281087099,(((Sloth:0.0727127746291,Armadillos:0.0522632634581):0.0385512091811,((((Tarsier:0.0854006537759,((Galagos:0.0612222807682,Mouse_Lemur:0.0581473323783):0.009624653721,(Marmoset:0.0398094117828,(Macaque:0.0119173069834,((Gorilla:0.00343368254955,(Human:0.00283965669146,Chimpanzee:0.00275746744514):0.00139588427188):0.00372380402067,Orangutan:0.00886931427277):0.00677153599779):0.0105900342356):0.0399549043271):0.00599518140559):0.0100610042942,(Tree_Shrew:0.217612935655,((Pika:0.119188688268,Rabbit:0.0652543873885):0.0875126100307,((Guinea_Pig:0.11422281936,Squirrel:0.0547438549699):0.0263124253588,((Rat:0.0280120996745,Mouse:0.0217255307766):0.109218726344,Kangaroo_Rat:0.108716111095):0.0170226586698):0.0223709284429):0.00972360248138):0.0149579018486):0.0221485064857,(((Cat:0.0640058859575,Dog:0.0553108182494):0.0313948095752,Horse:0.0571393364785):0.00614641097431,((((Microbat:0.121365893481,Megabat:0.0853503665842):0.0382224430774,(Hedgehog:0.151992842,Shrew:0.130091280473):0.0668147690705):0.0227576884064,Alpaca:0.189501350381):0.021137737941,((Dolphin:0.032662946088,Cow:0.0455144472665):0.00981771722855,Pig:0.0350736048477):0.0180402866025):0.00841710096687):0.0350589884155):0.0228148882101,(Hyrax:0.162247847588,(Elephant:0.0415825335661,Lesser_Hedgehog_Tenrec:0.184507582379):0.0108217065393):0.0524452958149):0.0111653468482):0.120592928154,(Opossum:0.0350539288838,Wallaby:0.0370730714513):0.0673389849188):0.0426575170845):0.145756742017);
+(Chicken:0.0409161155501,(Platypus:0.219088346761,((((Sloth:0.0241736767198,Armadillos:0.0220096954115):0.0160126666735,(((Hedgehog:0.0446036335273,Shrew:0.066104528253):0.00637072706426,(((Alpaca:0.0403939285246,Pig:0.0281163389823):0.00572454867078,(Dolphin:0.0155574186295,Cow:0.0389486915989):0.00562466379144):0.0137201190419,(Horse:0.0251764101529,((Microbat:0.157164759929,Cat:0.0196385126495):0.00985620527056,(Megabat:0.0193684599973,Dog:0.0296022923065):0.00483895527041):0.00393552339248):0.00365014318177):0.00348188136312):0.00690353278625,(((Pika:0.0707018602681,Rabbit:0.0212316163541):0.0105353248156,((Kangaroo_Rat:0.0658761740276,(Mouse:0.0306371629882,Rat:0.0419901179167):0.0797141069571):0.00654900855854,Squirrel:0.038925996002):0.00589102842518):0.00522955639229,((Tree_Shrew:0.0286142775059,Guinea_Pig:0.0592840652391):0.00670072504448,(((Marmoset:0.0196467707768,(Macaque:0.00503471929011,((Orangutan:0.0055336629784,(Human:0.00164042610333,Gorilla:1.80186061121e-06):1.80186061121e-06):0.0010422042594,Chimpanzee:0.00173661587177):0.00350247198578):0.0052847963287):0.0145306334637,Tarsier:0.0299490971307):0.00401196464756,(Galagos:0.0448037011649,Mouse_Lemur:0.0208296547745):0.00925970740297):0.00365183513676):0.00153228378178):0.00261813230345):0.0101233723542):0.00225086537246,((Elephant:0.0402472163889,Hyrax:0.0328793966942):0.0057341383687,Lesser_Hedgehog_Tenrec:0.0900376869964):0.00696310972398):0.0594751688516,(Opossum:0.130285183761,Wallaby:0.0376024790884):0.0460092162879):0.0188075617173):0.0409161155501);
+(Chicken:0.113040410255,(Platypus:0.182476980584,((Wallaby:0.037547671567,Opossum:0.0421425619788):0.106777642085,(((((Tarsier:0.0450147060165,(Marmoset:0.0388747889391,(Macaque:0.0151899580859,(Orangutan:0.00849565689511,((Chimpanzee:0.00215699772145,Gorilla:0.00254146052078):0.000722997211822,Human:0.00390480206556):0.00518387728785):0.00956142245843):0.00602125875907):0.0259295693667):0.00374492591438,(Galagos:0.0543435924473,Mouse_Lemur:0.0585045759391):0.0146271171084):0.00539972080385,(Tree_Shrew:0.0625802263271,((Pika:0.0822750979981,Rabbit:0.042243028325):0.0329301771477,(Squirrel:0.0557758294405,(Guinea_Pig:0.0814238815849,(Kangaroo_Rat:0.0918767739853,(Mouse:0.0243505231022,Rat:0.0277636806822):0.074121358473):0.00672128825003):0.0041221238921):0.0091200924193):0.0045095641675):0.00132179058337):0.0102913724791,((Shrew:0.0838049688903,Hedgehog:0.100224789405):0.0150034365553,(Horse:0.0427920786459,((Microbat:0.0689335147463,Megabat:0.0508733190239):0.00688867382493,((Dog:0.0519711380954,Cat:0.0346713969131):0.0205219938766,((Pig:0.0488797205419,(Dolphin:0.0313394132327,Cow:0.0646826534302):0.0109605512555):0.00187213661548,Alpaca:0.0627223951983):0.0146304422578):0.00494222322894):0.00557438126813):0.00555173989703):0.0102502614059):0.00599295902636,((Armadillos:0.0437759842819,Sloth:0.0526110350977):0.0266884840615,(Lesser_Hedgehog_Tenrec:0.0995576487709,(Hyrax:0.0627628417286,Elephant:0.0490249363462):0.00462278866881):0.0105333066539):0.00358981580779):0.170417655056):0.0549842801671):0.113040410255);
+(Chicken:0.216000738618,(Platypus:0.266979156554,(((Armadillos:0.110841020893,Sloth:0.0622041547582):0.0128367445088,((((Lesser_Hedgehog_Tenrec:0.141833382064,(Hyrax:0.0709978745778,Elephant:0.0919641124712):0.0205880178191):0.0600859468701,(((Microbat:0.0834852592858,(Hedgehog:0.145406503066,(Dog:0.1494860954,Cat:0.0400365499293):0.0234653635118):0.00990520541241):0.00571371239928,Megabat:0.053893791303):0.00654157836995,(Shrew:0.145349176611,(Alpaca:0.0454331882249,((Cow:0.0375548172069,Dolphin:0.0352121135488):0.0124302513479,Pig:0.0804448909135):0.00448018702202):0.00882114809039):0.00341540672789):0.00255525395337):0.00639464390565,Horse:0.15321081179):0.00521708155142,(((Rabbit:0.0477363590256,Pika:0.100955484608):0.0491473040056,(Tree_Shrew:0.327885740876,(((Mouse:0.0338641945018,Rat:0.0419988526358):0.117168996937,Squirrel:0.0736902602059):0.00494510512363,(Guinea_Pig:0.169848843648,Kangaroo_Rat:0.101672123114):0.0166141287686):0.0159234770996):0.00834592162031):0.00741384754356,((Galagos:0.0510671812265,Mouse_Lemur:0.0460553358286):0.013009534981,(Tarsier:0.0714193211704,(Marmoset:0.0357555142497,(Macaque:0.0221198360368,(Orangutan:0.0150401866729,((Human:0.00331463555004,Chimpanzee:0.0037917673871):0.00100439873018,Gorilla:0.00638952361461):0.0062935114657):0.00325668091769):0.00727764952297):0.0265584910298):0.00732009817474):0.00615437200768):0.00350902777563):0.0172049816232):0.225251110086,(Opossum:0.0314876611193,Wallaby:0.0462095316109):0.107192852736):0.10276297434):0.216000738618);
+(Chicken:0.109723018404,(((Sloth:0.0241115059677,Armadillos:0.0246342885514):0.0103930793027,((Elephant:0.020133515134,(Lesser_Hedgehog_Tenrec:0.0870858611532,Hyrax:0.0359930830166):0.00961706647351):0.0122189555811,(((((Galagos:0.0312844009865,Mouse_Lemur:0.0193500247368):0.00892921324723,((Marmoset:0.0227372370587,(Macaque:0.0114912859419,((Gorilla:0.00152939043062,(Chimpanzee:0.000428612696506,Human:0.00123243188551):0.000532945268267):0.00249003252453,Orangutan:0.00311695475975):0.00222082956883):0.00388304857999):0.0127095741771,Tarsier:0.0278066014026):0.00386006984146):0.00334357110338,((Squirrel:0.0351417197967,(Guinea_Pig:0.0443081411996,((Mouse:0.0199452576934,Rat:0.0292900009407):0.0378139624407,Kangaroo_Rat:0.0344651606725):0.00352216614465):0.000969439119344):0.00422486693995,(Pika:0.041043346575,Rabbit:0.0248695894182):0.0172243816827):0.000227446308631):0.00132679257899,Tree_Shrew:0.044328448592):0.00291488928133,((Shrew:0.0547420153267,Hedgehog:0.104303520086):0.00558138135176,(((Cat:0.0257881050699,Dog:0.0259517505387):0.00901488480894,(Alpaca:0.0213744965596,(Pig:0.024489149327,(Dolphin:0.0137707871521,Cow:0.0224444272067):0.00259450514475):0.000391253099796):0.00380644323023):0.000581485513851,(Horse:0.0154737903447,(Megabat:0.0239403350989,Microbat:0.0218048853249):0.00349248485514):0.00052682168134):0.00197230154802):0.00371498558918):0.00382438860647):0.00306807137352):0.0768091695007,(Platypus:0.112382539301,(Opossum:0.030998772141,Wallaby:0.034215467037):0.042707238051):0.0217786805308):0.109723018404);
+(Chicken:0.197440499694,((((((Shrew:0.0937649556921,Hedgehog:0.0791373916376):0.0147999184974,(((Cat:0.038953239448,Dog:0.051862360817):0.0208192506293,((Alpaca:0.0457326875722,((Dolphin:0.0309521315305,Cow:0.0877585145575):0.00814299023789,Pig:0.0634971323098):0.00249144134667):0.017148298093,Horse:0.0359550516862):0.00161918100405):0.00124655165027,(Megabat:0.0423213427238,Microbat:0.0496140375488):0.00882646217906):0.00362066045253):0.00745735811635,((((Pika:0.0923097085361,Rabbit:0.0491430962205):0.0378686631406,(((Rat:0.0466527095687,Mouse:0.0300504061479):0.089714644331,Kangaroo_Rat:0.0654383793094):0.0028045982467,(Squirrel:0.0624142310067,Guinea_Pig:0.0861204520795):0.00633879134985):0.00767774662765):0.00369791618916,((Mouse_Lemur:0.0313182352597,Galagos:0.0497484958431):0.0137047302442,(((Macaque:0.0106175806056,((Gorilla:0.00229460909421,(Human:0.00169183294483,Chimpanzee:0.00331867589395):0.000519836018709):0.0042704092211,Orangutan:0.00581941971541):0.00513684067926):0.0047193801531,Marmoset:0.0533066057102):0.0255568928185,Tarsier:0.0451904889032):0.00553613103456):0.00556578014248):0.000991848010045,Tree_Shrew:0.101269439248):0.00742402897931):0.00599070755829,((Sloth:0.0559103634276,Armadillos:0.0445867942619):0.0204610365623,(Lesser_Hedgehog_Tenrec:0.159289874614,(Elephant:0.0447406827467,Hyrax:0.0918768249752):0.00411425817675):0.0181231868943):0.00292843255092):0.146688100822,(Wallaby:0.112626675532,Opossum:0.118542473551):0.118682537941):0.0751774020399,Platypus:0.264689956746):0.197440499694);
+(Chicken:0.087376670875,((((((((Cat:0.0682057517798,Dog:0.0596196127149):0.0222204714376,(Megabat:0.0454027209731,Microbat:0.0956808730535):0.004853277842):0.00580555048292,Horse:0.0357527819675):0.00234531832686,(Alpaca:0.0242104295258,(Pig:0.0305732309939,(Dolphin:0.0208112238052,Cow:0.0358753348763):0.00285227467302):0.003042382472):0.00579628946473):0.00316708518585,(Shrew:0.0632557650053,Hedgehog:0.0961309808073):0.00525683577963):0.00554337054928,((((Hyrax:0.0636155065429,Elephant:0.0270521386072):0.00672702754156,Lesser_Hedgehog_Tenrec:0.0686161305231):0.0122247065243,(Armadillos:0.102901378155,Sloth:0.0224840101897):0.00798085271785):0.00317601100729,(((Pika:0.0557872444523,Rabbit:0.0368729535305):0.0219261280748,(((Rat:0.0272301078633,Mouse:0.0222311129378):0.0856614699953,(Kangaroo_Rat:0.0952498256129,Guinea_Pig:0.0634117809829):0.00603500750372):0.00489085549304,Squirrel:0.049085563066):0.0068915568218):0.00189220486511,(((Galagos:0.0312751814488,Mouse_Lemur:0.0322708561019):0.00536521871127,Tree_Shrew:0.0422328582546):0.00128689323511,(Tarsier:0.0299270429799,((Macaque:0.012564852159,(((Chimpanzee:0.00344122142977,Human:0.00169567666179):0.000907194571001,Gorilla:0.00227620577736):0.00306572543049,Orangutan:0.00348474874945):0.00193892475146):0.00524748977277,Marmoset:0.0136994894749):0.00899374888598):0.00318988844312):0.00179904319262):0.00501262564117):0.00186426786524):0.127676928424,(Wallaby:0.0448353705762,Opossum:0.0354502738434):0.0554958238432):0.0358201099657,Platypus:0.0772550206058):0.087376670875);
+(Chicken:0.104629555169,(Platypus:0.202411941329,(((Lesser_Hedgehog_Tenrec:0.0591906285648,(Elephant:0.0205228750568,Hyrax:0.0370041245668):0.00986630090241):0.00797520187659,(((((Squirrel:0.0394766331709,((Kangaroo_Rat:0.101590961934,(Mouse:0.0186266502247,Rat:0.0325048378516):0.0637844648817):0.014170169683,Guinea_Pig:0.0434359774912):0.0070586016548):0.0018074057874,(Rabbit:0.0173808106485,Pika:0.0582537224265):0.0323978594229):0.0016308124634,(((Mouse_Lemur:0.0267337581503,Galagos:0.058222220725):0.00717000109107,((Macaque:0.0134733992799,(Orangutan:0.0118311023715,(Gorilla:2.22482828347e-06,(Human:0.00108719071479,Chimpanzee:2.22482828347e-06):2.22482828347e-06):0.00109026981645):0.000564665254929):0.00207259181207,Marmoset:0.0137477014665):0.0100796162117):0.00279024667784,Tree_Shrew:0.040405678457):0.00200376063668):0.00746914844229,(((Dog:0.0390978742716,Cat:0.0379770953956):0.0105918276818,(Megabat:0.0232189780266,(Microbat:0.0658382394552,(Horse:0.0364774566918,((Pig:0.0258332891131,(Cow:0.0455141802215,Alpaca:0.0383194648312):0.00415914526064):0.00466981992301,Dolphin:0.0247958930156):0.00856973601484):0.000364748232384):2.22482828347e-06):0.0031983289024):0.00821342591323,((Hedgehog:0.176718658468,Armadillos:0.0813980714559):0.0186077604225,(Tarsier:0.106594774305,Shrew:0.149938393286):0.0510435994604):0.0489564828018):0.00308571907916):0.0055943387949,Sloth:0.0487694419961):0.00156293442624):0.0474568270456,(Opossum:0.0530362841862,Wallaby:0.0260957118296):0.0484325000437):0.0767607487799):0.104629555169);
+(Chicken:0.378511935595,(((((Sloth:0.0523809334739,Armadillos:0.0450162376058):0.0224004552247,(((((Tarsier:0.0596139418052,(Marmoset:0.0651414410063,((Orangutan:0.0161919216062,(Gorilla:0.00710746523964,(Human:0.00489402937771,Chimpanzee:0.00622895452733):0.00330506933099):0.00664184921038):0.0132742513206,Macaque:0.0375005673878):0.0243332989329):0.0437174541388):0.00526004478987,(Mouse_Lemur:0.0465578026182,Galagos:0.0528925478542):0.0193570348816):0.0056488127095,Tree_Shrew:0.151707286512):0.00173953199838,((Rabbit:0.0614288646441,Pika:0.225407962954):0.0992535602718,(((Rat:0.0468506344411,Mouse:0.0547518288467):0.106702863419,Kangaroo_Rat:0.124831091115):0.0130171562495,(Squirrel:0.084004244806,Guinea_Pig:0.127732694402):0.00604529670897):0.0157428160216):0.00760738267475):0.0147499322019,((Hedgehog:0.11761609107,Shrew:0.207455661745):0.0191972991455,(((((Dolphin:0.0432913972803,Cow:0.0870425317558):0.0090433682148,(Alpaca:0.0627535510575,Pig:0.0976942469425):0.00387745881584):0.0261501715282,Horse:0.0649190112696):0.00356872395085,(Microbat:0.103579259392,Megabat:0.0468595642383):0.00811460912643):0.00128876597072,(Dog:0.0877833953951,Cat:0.0876270513333):0.0248549284755):0.00292484530845):0.00810589329885):0.0107069241844):0.00612338025351,(Lesser_Hedgehog_Tenrec:0.163844405088,(Elephant:0.038876289497,Hyrax:0.0865899565078):0.0133372026533):0.0215886396284):0.148180740938,(Wallaby:0.138195969482,Opossum:0.123549242825):0.217797050633):0.0415521138058,Platypus:0.364389800709):0.378511935595);
+(Chicken:0.212419019674,(Platypus:0.203498430928,((Wallaby:0.0522934022292,Opossum:0.0748038435632):0.137514503329,(((Armadillos:0.0494904934011,Sloth:0.0296532576247):0.0163836378527,(((Hedgehog:0.121732863892,Megabat:0.0471365811376):0.00538285042147,((Cat:0.0325102638005,Dog:0.0434452725879):0.0232974066519,(((Microbat:0.038666343853,Shrew:0.189437329402):0.009135903845,Horse:0.0414229402998):0.00651135665162,(Alpaca:0.0482988033157,(Pig:0.0492913535965,(Dolphin:0.0285288671617,Cow:0.0385910872529):0.00400118218339):0.0031123141447):0.0137447394846):0.00212445819317):0.00169549391363):0.0140834181429,(((Tarsier:0.0594893427938,(Marmoset:0.0516536218633,(Macaque:0.0146218676154,(Orangutan:0.00920281206067,(Human:0.00391335982062,(Gorilla:0.00593875207886,Chimpanzee:0.00308840610717):0.000390998409276):0.00370632378728):0.00517038546558):0.00458203273591):0.0251075418858):0.00561670819645,(Mouse_Lemur:0.0269206633832,Galagos:0.0758737152803):0.0205923657873):0.00791444749331,((Squirrel:0.0592406014623,(((Mouse:0.0335418103431,Rat:0.0618310290252):0.130728128736,Kangaroo_Rat:0.0769984104576):0.00718286967717,Guinea_Pig:0.159902697318):0.00245416963061):0.0124428458408,(Tree_Shrew:0.16976444818,(Pika:0.0812065698293,Rabbit:0.045316233232):0.0381575603424):0.00573162557886):0.00222013137562):0.00664463129006):0.00539644489654):0.00181582097386,((Elephant:0.0616230025211,Hyrax:0.235624644316):0.0304302512338,Lesser_Hedgehog_Tenrec:0.145492939485):0.0209479314226):0.118807812758):0.080450647569):0.212419019674);
+(Chicken:0.258014596284,(Platypus:0.171543582301,(((Lesser_Hedgehog_Tenrec:0.0625707360931,(Elephant:0.02696067391,Hyrax:0.0542861906987):0.00604694512414):0.00954587231219,((Sloth:0.0305773884608,Armadillos:0.0408082698454):0.0111921958979,(((Shrew:0.0871790862712,(Hedgehog:0.0697110482323,((Dog:0.0275908630298,Cat:0.0180733872768):0.0108258068023,((Horse:0.0321768129046,(Pig:0.0293022717176,((Cow:0.0332955514897,Dolphin:0.0157701124538):0.00367416730026,Alpaca:0.0371064498936):0.000361535277662):0.00406598725276):0.00221036634527,(Megabat:0.0291078618248,Microbat:0.0334834128093):0.00827291956478):0.00262167959718):2.20370116673e-06):0.00288471640136):0.00176968528737,((Mouse_Lemur:0.0183516161312,Galagos:0.023880523025):0.00684065672615,(Tarsier:0.0523997382832,(Marmoset:0.0136082213568,(Macaque:0.0124195723733,(Orangutan:0.00720758256698,(Gorilla:0.00268772084023,(Human:0.00107579646516,Chimpanzee:0.00107723287143):0.000927727830782):0.00162415414462):0.00218706605028):0.00306032514207):0.0139208684217):0.00160714609974):0.00463303204524):0.000568635677217,((((Guinea_Pig:0.0598920767668,(Mouse:0.045316671423,Rat:0.0335354893926):0.0771735755069):0.00410416790966,(Kangaroo_Rat:0.0700326003469,Squirrel:0.0354408337924):0.00193622888925):0.00836876909596,(Rabbit:0.0357836733772,Pika:0.0551443074166):0.0145408463415):0.0017014640472,Tree_Shrew:0.0601292049505):0.00145125525849):0.00487622771634):0.00119131374175):0.0748112707688,(Opossum:0.0193748392646,Wallaby:0.0507227891855):0.0788642840626):0.0610358861217):0.258014596284);
+(Chicken:0.247362334601,(Platypus:0.109025175941,(((Armadillos:0.0471165264784,Sloth:0.0399441192715):0.0113042774275,((((Megabat:0.0265001851823,Microbat:0.0669996456523):0.0102977894852,(((Dolphin:0.0347420955852,(Cow:0.0392263722705,Alpaca:0.0522195007491):0.00601603709861):0.00375433618949,Pig:0.121655743446):0.0140524266416,(((Shrew:0.220753317809,Hedgehog:0.110598876903):0.0557727823522,(Cat:0.0273973045624,Dog:0.0440030636768):0.0159250123502):0.00538123778007,Horse:0.0446162881982):0.00270626253541):0.00434638292876):0.0115120077963,(((Tree_Shrew:0.0747860690912,(Pika:0.0736139815473,Rabbit:0.0496550889845):0.0264370431155):0.00950421191306,(((Rat:0.0258941823339,Mouse:0.0280224230842):0.0744830345496,Kangaroo_Rat:0.146802089021):0.017389117048,(Squirrel:0.0523645484683,Guinea_Pig:0.0765305828983):0.00428438381634):0.00823451795769):0.00697014907825,((Galagos:0.0670434984792,Mouse_Lemur:0.035795559285):0.0123350955532,(Tarsier:0.0618604125362,(Marmoset:0.0202887164681,(Macaque:0.0189591144542,(Orangutan:0.00638025760631,(Chimpanzee:0.00375417652746,(Gorilla:0.00286618074226,Human:0.00217109773211):0.00216589829409):0.0032623502772):0.00605901392904):0.0095851191321):0.03311196761):0.00547364501653):0.00718264414615):0.00376352348737):0.00453586130313,(Lesser_Hedgehog_Tenrec:0.0791935676314,(Hyrax:0.0547921987037,Elephant:0.0341328655855):0.00982485347174):0.0281454352478):0.00515059476086):0.142190835692,(Opossum:0.046975159189,Wallaby:0.048936607004):0.100572988571):0.0703692996441):0.247362334601);
+(Chicken:0.0579426802458,((((((((Pika:0.0601126937121,Rabbit:0.0522995383687):0.0233851529717,(Kangaroo_Rat:0.0775548707182,(Guinea_Pig:0.0777131859117,(Squirrel:0.0842923024846,(Rat:0.0226197148207,Mouse:0.0146027616894):0.0514852027047):0.00376212238163):0.00452562785712):0.00522440516523):0.00671085810787,Tree_Shrew:0.0598575312324):0.00542747786882,((Mouse_Lemur:0.0242233538904,Galagos:0.0386128444993):0.0129057695137,(Tarsier:0.0387232280614,(Marmoset:0.024117632083,(Macaque:0.0486550156751,(Orangutan:0.00501948818834,((Chimpanzee:0.00266731713736,Human:0.00265332952855):0.000638678715668,Gorilla:0.00429116583433):0.00250000309341):0.00316024933678):0.00578273187543):0.0172582129867):0.0055182131228):0.009420754264):0.00832659909551,((Horse:0.0332807167198,((Cat:0.0479067504762,Dog:0.0314207250241):0.00675950143451,((Shrew:0.110706175909,Hedgehog:0.108601253958):0.0317709279957,(Megabat:0.0609411286193,Microbat:0.0450332750783):0.00461278733987):0.0100122548636):0.00143178233537):0.00252411501581,(Alpaca:0.0427439392697,((Dolphin:0.0292121649303,Cow:0.0398210277812):0.00818716493743,Pig:0.033664949028):0.00194929428885):0.014022686149):0.013659255056):0.0064569690508,((Sloth:0.0820882726651,Armadillos:0.0674586001587):0.0274884326431,(Lesser_Hedgehog_Tenrec:0.0818874605851,(Hyrax:0.0657249715047,Elephant:0.0295633320962):0.00674260791717):0.0196709983081):0.0042037317808):0.155464619979,Platypus:0.105021276488):0.0321838409582,(Opossum:0.0130611504125,Wallaby:0.0224548960814):0.0575490330912):0.0579426802458);
+(Chicken:0.178398136336,(Platypus:0.16488568316,((Wallaby:0.0344776932057,Opossum:0.0714716999543):0.0952767589442,(((((Microbat:0.0438488373503,Megabat:0.04023442636):0.0103702952197,((Hedgehog:0.072486078677,Shrew:0.133256099603):0.00857088941315,(Horse:0.0485650915661,((Pig:0.0409890131684,(Cow:0.0395723668909,Dolphin:0.0247411447271):0.000583256202843):0.00387536997253,Alpaca:0.0624744503589):0.00566250329278):0.00268690772322):0.0015258388759):0.00106486275003,(Dog:0.0419113007688,Cat:0.0411456251478):0.0291569440438):0.0105229215936,(((Tarsier:0.0364724955204,((Mouse_Lemur:0.0513554653529,Galagos:0.0559417743609):0.0138059330232,(Marmoset:0.0560258742911,(Orangutan:0.00750051436725,(Chimpanzee:0.00183481532038,(Gorilla:0.00541763106129,(Human:0.0042687973269,Macaque:0.0213357800525):0.000426260334891):0.00951377055402):0.00255570265003):0.0186178881849):0.0140612613107):0.000749904601847):0.00726181743265,(((Kangaroo_Rat:0.0720136900473,Guinea_Pig:0.0847057236844):0.00466066685876,((Mouse:0.0364806828156,Rat:0.0404331727052):0.0963211349124,Squirrel:0.0461789687729):0.00841038356923):0.00938253918271,Tree_Shrew:0.0651074961198):0.0012625713526):0.00450638609772,(Rabbit:0.0535772436789,Pika:0.153440197995):0.0260472948778):0.0066770505493):0.00520570827287,((Lesser_Hedgehog_Tenrec:0.079464546215,(Elephant:0.0328296197447,Hyrax:0.0508031150742):0.00888486243341):0.0263326390991,(Armadillos:0.0654541212266,Sloth:0.0368297806776):0.0121769450757):0.0056819995939):0.106450001162):0.0679530163739):0.178398136336);
+(Chicken:0.205586255228,(Platypus:0.178460669606,((Wallaby:0.116342854984,Opossum:0.109931740657):0.189118002869,(((((((((Microbat:0.105339332591,Megabat:0.0890193865431):0.0147990163818,(Horse:0.0992308717674,(Cat:0.0789253850373,Dog:0.0615968097621):0.0221542368887):0.00421521673905):0.0035453984069,(Alpaca:0.0728108295941,((Dolphin:0.0457365303639,Cow:0.0912805387314):0.0160809399927,Pig:0.06502684151):0.00502307842945):0.0248388588801):0.0053527819341,Hedgehog:0.176778159148):0.0156049278523,Shrew:0.241323408314):0.00749644994082,(((((Guinea_Pig:0.214114543718,((Rat:0.0852000700531,Mouse:0.0783199060441):0.16635029193,Kangaroo_Rat:0.135219945428):0.0129326154966):0.00513984276544,Squirrel:0.061506873004):0.0198970698644,(Rabbit:0.0471089544248,Pika:0.0882199148059):0.0493878852192):0.0116285183425,(Galagos:0.118053185057,((Tarsier:0.0852246325137,(Marmoset:0.0397890421162,(Macaque:0.0229098227361,(Orangutan:0.00510930937887,(Human:0.00209491994642,(Chimpanzee:1.91598385784e-06,Gorilla:0.00236901012089):0.00210139766047):0.00994216204412):0.00784110925655):0.012713649855):0.0221434897309):0.00950472883739,Mouse_Lemur:0.0351482716434):0.0118853807646):0.0131953179339):0.00391716791233,Tree_Shrew:0.211123721899):0.00708190145794):0.0238578194465,(Hyrax:0.0907619253539,(Lesser_Hedgehog_Tenrec:0.173051401182,Elephant:0.0927847804358):0.000776982948681):0.063091885216):0.0354674337332,Armadillos:0.0797243166873):0.0397994540478,Sloth:0.0634186653484):0.252093435326):0.0800098353687):0.205586255228);
+(Chicken:0.209210157988,(Platypus:0.300623215356,((Wallaby:0.0767618578603,Opossum:0.147843900491):0.154087924169,((((Shrew:0.163223862882,Hedgehog:0.150446412257):0.0284867681582,((Microbat:0.0756576074953,Megabat:0.090491754928):0.0157373209878,((Alpaca:0.0719658223102,(Pig:0.117709885952,(Dolphin:0.0484974612965,Cow:0.0729796925222):0.0165013675935):0.00564105026834):0.0263629269109,(Horse:0.118320173846,(Dog:0.0525379392475,Cat:0.0595453651672):0.025795366438):0.00794452555206):0.00194639631419):0.00559178154323):0.00935375146898,((Armadillos:0.118886060329,Sloth:0.123340630923):0.11553280067,(Elephant:0.0618482676244,(Lesser_Hedgehog_Tenrec:0.165293153112,Hyrax:0.0831970049441):0.00912623338905):0.0380096906026):0.0184956886792):0.00284360492895,(((((Guinea_Pig:0.128629837771,(Squirrel:0.128479522764,Kangaroo_Rat:0.133845406564):0.00759884309212):0.00443779809335,(Rat:0.0540628929942,Mouse:0.0492232262284):0.181153157838):0.012026913279,(Rabbit:0.0834310048992,Pika:0.1361362546):0.0588911000484):0.0101182465009,Tree_Shrew:0.110572821002):0.00612534050718,((Mouse_Lemur:0.0765103702656,Galagos:0.117537656046):0.0372515641553,(Tarsier:0.0734057495573,(Marmoset:0.0383851151496,((Orangutan:0.0152741529139,((Gorilla:0.00889414045064,Human:0.00283456719218):0.00122062295056,Chimpanzee:0.00429058762223):0.00550469771256):0.00505115382516,Macaque:0.0249652010447):0.00932141134445):0.0442904018165):0.00263224821291):0.0106900557385):0.00978389084985):0.175452889405):0.0478581014712):0.209210157988);
+(Chicken:0.155489187279,((((Sloth:0.039686532955,Armadillos:0.0537757247233):0.013315703999,((Lesser_Hedgehog_Tenrec:0.107729943973,(Hyrax:0.0514352100692,Elephant:0.0369076640324):0.00736778197849):0.0151196747322,((Tree_Shrew:0.0646267663361,(((Rabbit:0.0233030584553,Pika:0.0855512615422):0.0350971576936,(Squirrel:0.0629658515194,((Kangaroo_Rat:0.109588332537,(Mouse:0.0211867933263,Rat:0.0458697165221):0.0951344131208):0.0250330980989,Guinea_Pig:0.0640823955568):0.00832180861418):0.00629670564746):0.00275337109878,((Marmoset:0.0353342974491,(Macaque:0.0100437915894,(Orangutan:0.00606883200448,(Gorilla:0.000607068533704,(Chimpanzee:0.0015500609144,Human:0.00300531924181):0.000644989814345):0.00321942942297):0.00721785199562):0.00925532147429):0.0229611758092,((Galagos:0.0625746837246,Mouse_Lemur:0.0318305678284):0.0110762147692,Tarsier:0.0475647694987):0.00170600752467):0.00518600043822):2.32707428774e-06):0.00583877229522,((Horse:0.0376510768654,((Cat:0.0513692739911,Dog:0.0806102044511):0.023560794388,((Microbat:0.0564089657163,Alpaca:0.0527220968957):0.0101750506113,(Pig:0.0543548198402,(Dolphin:0.0175067047733,Cow:0.0483706311316):0.00415428039891):0.00645115303335):0.00367525126003):0.000916260883073):0.00131117718927,(Megabat:0.0755810212605,(Hedgehog:0.0817932095949,Shrew:0.144727665067):0.0183737198149):0.00335303906958):0.00966552396847):0.00398918580224):0.00460855746246):0.0818613965119,(Wallaby:0.0539704439706,Opossum:0.0671183982021):0.111224080163):0.12765448005,Platypus:0.449716280236):0.155489187279);
+(Chicken:0.0409752831666,((((Lesser_Hedgehog_Tenrec:0.0863948315277,(((Dog:0.0728918262207,(Horse:0.077059681066,Microbat:0.0345021826769):0.000826987658497):0.00322637320531,(Shrew:0.0518507505639,Hedgehog:0.0556912637624):0.0070666458822):0.0016386328663,((Cow:0.0520400427016,Pig:0.0259415878751):0.0116689101073,Cat:0.0452868370148):0.00218713892074):0.00970104053391):2.18289604967e-06,((((Rabbit:0.015856939418,Pika:0.0673757925176):0.0170141849024,(Squirrel:0.05425379664,Guinea_Pig:0.0449829440009):0.00928136076462):0.00446540462809,((Rat:0.0494098250173,Mouse:0.0199304858728):0.0811794977364,Tree_Shrew:0.0359091208342):0.0097598904617):0.00104652191955,((Marmoset:0.0152021007293,((Orangutan:0.00695571179286,((Chimpanzee:0.00181179623111,(((((Megabat:0.0282031675967,(Alpaca:0.0397801626077,Dolphin:0.0253617501317):0.00906517524442):0.00955814240628,((Sloth:0.0377417781704,Armadillos:0.0296949663839):0.0341790067861,(Hyrax:0.0516447660081,Elephant:0.0280223428729):0.012579285952):0.00713916545595):0.00916189814639,Kangaroo_Rat:0.0699105304315):0.011261875417,Tarsier:0.0281014186775):0.0174187125089,Gorilla:0.00117572326493):2.18289604967e-06):0.020580706339,Human:0.00263155118222):0.00176193407683):0.00105807108903,Macaque:0.0141044672503):0.00513259829113):0.0142700055231,(Galagos:0.0496188788079,Mouse_Lemur:0.013550909778):0.00927706703878):0.00812449942901):0.00602434663416):0.0482911667375,(Wallaby:0.0560935152815,Opossum:0.0161880590757):0.056985624404):0.0189187386165,Platypus:0.0954664126736):0.0409752831666);
+(Chicken:0.0936202082986,(Platypus:0.0706996037939,((Wallaby:0.0162461569848,Opossum:0.0180596209844):0.0464668306287,(((((((Microbat:0.0354715655004,Megabat:0.0688736095971):0.0081014680333,(Horse:0.0316715427706,(Dog:0.0186224343744,Cat:0.0369860943906):0.0177708155261):2.61077519183e-06):0.000924925322459,((Alpaca:0.0349173337515,(Dolphin:0.0123680877865,Cow:0.0301551286697):0.00525497715538):0.000332126096563,Pig:0.015793321293):0.0051836480773):0.000388965571559,(Shrew:0.187736843963,Hedgehog:0.0672328431646):0.0165084806711):0.0047549102134,((Marmoset:0.01644637169,((Orangutan:0.00213028975158,(Chimpanzee:0.00134983443387,(Human:0.00128146401836,Gorilla:0.0022058291814):2.61077519183e-06):0.00322529912773):0.00520639031147,Macaque:0.0434189728083):0.00252217473876):0.0157522352464,((Tree_Shrew:0.0548280466157,((Kangaroo_Rat:0.0552482554359,(Squirrel:0.0445065261174,Guinea_Pig:0.05898763088):0.00234789894485):0.00229423648561,(Pika:0.118861961165,(Rat:0.034817245317,Mouse:0.0358086886268):0.0660879969332):0.0203507867067):0.00858021119565):0.0043814863147,((Rabbit:0.0521895380393,(Mouse_Lemur:0.017671956861,Galagos:0.0252517181996):0.00197269332161):0.00258517759284,Tarsier:0.0345534300297):0.00172654684695):0.000847398270777):0.00303266003369):0.000692419061243,(Sloth:0.0137642609011,Armadillos:0.0294318623318):0.00972543420917):0.00649754421518,((Elephant:0.0270144921478,Lesser_Hedgehog_Tenrec:0.0610169205008):0.00108356002502,Hyrax:0.0389323143997):0.0113398688904):0.0511459186884):0.0451196017917):0.0936202082986);
+(Chicken:0.147635163396,(Platypus:0.29264746087,((Wallaby:0.042865497068,Opossum:0.0410685868781):0.115501079087,(((Lesser_Hedgehog_Tenrec:0.0851327422198,(Elephant:0.0298415820089,Hyrax:0.0975632823649):0.0153669136009):0.031485259371,(((Rabbit:0.0252020249495,Pika:0.0705823041232):0.0263936493273,(Tree_Shrew:0.0583004345673,((Squirrel:0.0475554291805,(Guinea_Pig:0.0691176165867,(Kangaroo_Rat:0.0797077819817,(Rat:0.0295764793364,Mouse:0.050905641397):0.119712060285):0.00351584408701):0.00563016514463):0.00555496383376,((Marmoset:0.0327169933081,(Macaque:0.0160070093157,(Orangutan:0.00981394736693,((Human:0.00522091818047,Chimpanzee:0.00249710237787):0.000520944344383,Gorilla:0.00128236495019):0.00450540386111):0.00663763844814):0.00519910280536):0.0238964245861,(Tarsier:0.0442431152149,(Galagos:0.0792219614958,Mouse_Lemur:0.019842276452):0.00970942874609):0.00293024741089):0.00666331940986):0.000827172376451):0.000846528948152):0.0054958952796,(((Megabat:0.0387386059709,Microbat:0.0493285705411):0.012143722888,((Shrew:0.129287321449,Hedgehog:0.069417729605):0.0113364886698,Horse:0.0466356510944):0.00125555758496):0.00134696348907,((Dog:0.028920749817,Cat:0.0293979983057):0.0130845071186,(Alpaca:0.0291173980096,(Pig:0.0288492678693,(Dolphin:0.0228418919839,Cow:0.0449821572593):0.00429564738213):0.00165111498882):0.0151228913407):0.00391613635924):0.00505426526884):0.00465388002782):0.00637275528273,(Armadillos:0.0335951100868,Sloth:0.0405453134583):0.0126011857345):0.136211212662):0.137227871777):0.147635163396);
+(Chicken:0.234401559698,((Wallaby:0.0286854261031,Opossum:0.0532737864841):0.125535671559,(((Lesser_Hedgehog_Tenrec:0.16672032951,(Elephant:0.0636017728686,Hyrax:0.0888681530963):0.0123495490028):0.0278355665262,(((((Pika:0.107322009402,Rabbit:0.0794134297693):0.0515286554497,(Squirrel:0.0698733990512,(Guinea_Pig:0.114590083517,(Kangaroo_Rat:0.0872879227061,(Rat:0.0280643483897,Mouse:0.037116808774):0.0676005753121):0.0151516422489):0.00325311181146):0.00865379218858):0.00754625698046,Tree_Shrew:0.117993725598):0.00870589172277,(((((((Gorilla:0.00183311920634,Human:0.00272902822026):1.83708643056e-06,Chimpanzee:0.00108262322046):0.00273736598846,Orangutan:0.0066188384577):0.0057430591292,Macaque:0.0746062360785):0.0174278209025,Marmoset:0.0299850215628):0.0224472203916,Tarsier:0.0529903125229):0.00760071503943,(Galagos:0.0498458256024,Mouse_Lemur:0.0280633141187):0.0217891920904):0.00540482522919):0.00658557008928,((Armadillos:0.041369971677,Sloth:0.0606865378646):0.0363510616808,(Hedgehog:0.09934085225,(((Alpaca:0.0619267065111,(Pig:0.0578856737611,(Dolphin:0.0312514734079,Cow:0.085641905584):0.00317886458557):0.00910749091874):0.00732799482498,((Megabat:0.0408277135674,Microbat:0.0518581922318):0.00565913472869,Horse:0.0298628344541):0.00150640861275):0.00200370675972,(Dog:0.0454603345517,Cat:0.0360498671569):0.0245423098106):0.00365661814513):0.00493197504308):0.00462972756669):0.0264650107687):0.0153076974354,(Shrew:0.140898896808,Platypus:0.262217379925):0.105990769163):0.0535478016559):0.234401559698);
+(Chicken:0.113280568658,(Platypus:0.339343864331,((Wallaby:0.0441328143483,Opossum:0.0710494898065):0.0779783794285,(((Armadillos:0.0369652942185,Sloth:0.0459247767851):0.018833179326,(((((Dog:0.0262845443422,Cat:0.0259733827626):0.0102319603506,Hedgehog:0.074438457506):0.00182957470715,(Megabat:0.0302986564055,Microbat:0.031896352397):0.00437656547028):1.95331784959e-06,((Alpaca:0.0359524737649,((Cow:0.0299844754945,Dolphin:0.0157269111094):0.00306165650094,Pig:0.0166308397391):0.00206921099149):0.00536279017594,(Shrew:0.0681215008274,Horse:0.0241438004583):0.00129100082896):0.00117791943894):0.00740888108828,(Tree_Shrew:0.0545698707158,(((Pika:0.0883159179184,Rabbit:0.0129304036565):0.0233725606753,(Guinea_Pig:0.0584994863074,(((Mouse:0.0227632998779,Rat:0.00992934093009):0.0827079045184,Kangaroo_Rat:0.0553078229985):0.00322950274248,Squirrel:0.0404503414617):0.0016265093947):0.00634223170955):0.00293628805479,((Tarsier:0.0451280954093,(Marmoset:0.036193902806,(Macaque:0.0102233817851,(Orangutan:0.00404110202097,((Gorilla:0.00622156436904,Human:0.000359277323711):0.000363095484246,Chimpanzee:0.00195249269376):0.0027680138122):0.00356550336167):0.00364202315143):0.0199240507376):0.002328274385,(Mouse_Lemur:0.0166681075904,Galagos:0.0383989322328):0.00897607548755):0.00210756434736):0.000124465872789):0.0064177851878):0.00580579105554):0.00205805656995,(Lesser_Hedgehog_Tenrec:0.0722178662244,(Hyrax:0.0538180715253,Elephant:0.0372711211938):0.0034639107332):0.0108519701466):0.074685504099):0.0441099016537):0.113280568658);
+(Chicken:0.150224675669,((((Tree_Shrew:0.0757405206501,(((((Rat:0.0375371707595,Mouse:0.0395435209351):0.0732650813279,(Cow:0.115787619152,Squirrel:0.0499319747837):0.019340011877):0.0209580814755,(((Pika:0.0986194785426,Rabbit:0.0571264517462):0.0355356169255,(Guinea_Pig:0.0762782900532,Kangaroo_Rat:0.11956660464):0.0258206665044):0.0230122930283,Mouse_Lemur:0.027099700389):0.0104485772604):0.0170699107614,(((Hedgehog:0.240347445305,Microbat:0.0269715736536):0.0407938255379,Shrew:0.110765596172):0.0296980005267,((Dolphin:0.0458512512956,Alpaca:0.0377222045019):0.0221071825872,((Megabat:0.107109809665,(Cat:0.0561249435924,Dog:0.0447080100844):0.0138477363701):0.00655037097874,(Pig:0.0439900126378,Horse:0.036578492054):0.0142832007363):0.00559251944416):0.011057435535):0.0176607486659):0.0146133312797,(Galagos:0.0427551431883,(Tarsier:0.0450259230665,(Marmoset:0.0311692498801,(Macaque:0.0181608000455,(Orangutan:0.00942226559764,(Human:0.0044647501977,(Gorilla:0.00112068606826,Chimpanzee:0.00333839874075):3.0571212968e-06):0.00232203379177):0.00744111962991):0.00372289201109):0.0209945022704):0.0105399428726):0.0144938470496):0.00405129313245):0.0115954496532,((Armadillos:0.0317036991647,Sloth:0.0494371064653):0.0235574576773,(Lesser_Hedgehog_Tenrec:0.0600230951275,(Elephant:0.030037883623,Hyrax:0.0459288709974):0.0131913342371):0.0280800913629):0.00206470439835):0.0943379208422,(Wallaby:0.0267039277889,Opossum:0.0771232155177):0.14050851367):0.0484815975418,Platypus:0.177733578522):0.150224675669);
+(Chicken:0.187605333125,(Platypus:0.188925002358,((Wallaby:0.0507784820181,Opossum:0.0574248152072):0.0964777267083,((((Tree_Shrew:0.0928091946106,((Pika:0.0751248602698,Rabbit:0.0652909952729):0.0564626987132,(Guinea_Pig:0.2580955945,(Kangaroo_Rat:0.110236056829,(Squirrel:0.0731177775949,(Rat:0.0505540925248,Mouse:0.0344917452489):0.100196588707):0.00657313133963):0.00410241203587):0.00683797232793):0.00528415583777):0.00480347762058,((Tarsier:0.0589488064131,(Marmoset:0.0670563318375,(Macaque:0.037854516961,((Gorilla:0.00433791559984,(Chimpanzee:0.0025787650682,Human:0.00501726240713):0.00166051603563):0.00250668514208,Orangutan:0.00644503773832):0.00185603275294):0.0067888452195):0.0368164730755):0.00517273662069,(Mouse_Lemur:0.0515142913068,Galagos:0.0688729138536):0.0218901680521):0.00414306099051):0.0127504597287,((Shrew:0.105809618369,Hedgehog:0.108294515767):0.0255593001574,(((Dog:0.0422341578178,Cat:0.0535655067867):0.0279683927391,(Microbat:0.0492557709188,Megabat:0.051095997046):0.00958071777494):0.00173863914408,(Horse:0.0496930190635,(Pig:0.0563468879432,((Cow:0.0368424535404,Dolphin:0.0238040851175):0.00581604124051,Alpaca:0.0740755972435):0.0021671933436):0.0161150744666):0.00271357659537):0.00766474249148):0.00677229336274):0.00752743947974,((Hyrax:0.0721100594599,(Lesser_Hedgehog_Tenrec:0.136543210174,Elephant:0.0245743530053):0.00477959945207):0.0296520915,(Sloth:0.1046052948,Armadillos:0.133580756784):0.0984464636619):0.00496519466136):0.0974056213243):0.0394677598351):0.187605333125);
+(Chicken:0.223609999142,(Platypus:0.22472673219,(((((Tarsier:0.111117363738,((((((Chimpanzee:0.00118211511788,Human:0.00359233938987):0.000398240583182,Gorilla:0.00921338842758):0.00682100741159,Orangutan:0.0111338103772):0.00399927572958,Macaque:0.0199260426786):0.00989492076382,Marmoset:0.0366547722248):0.0409550034242,(Galagos:0.0539250834999,Mouse_Lemur:0.045859882383):0.0141158413576):0.00714990441069):0.00473218585382,(Tree_Shrew:0.100490611236,((Squirrel:0.07404461314,(Guinea_Pig:0.0963369727964,(Kangaroo_Rat:0.11583898242,(Mouse:0.0329171203316,Rat:0.0609342834523):0.137109420975):0.0275758120339):0.00557032300302):0.0175428152984,(Rabbit:0.0649688050357,(Shrew:0.462029384916,Pika:0.0701054502235):0.0118576126324):0.0607145962003):0.0149004963132):0.00726029150216):0.0161520694551,(((Microbat:0.0603037857655,Megabat:0.0545959517769):0.0214908620717,((Hedgehog:0.261483157693,Horse:0.0918315441696):0.0329961204515,(Cat:0.0993437980638,Dog:0.0611380560926):0.0286334990372):0.00670314449066):0.00239088632522,(Alpaca:0.0474868677254,((Cow:0.071914093747,Pig:0.0863992048565):0.0126556255521,Dolphin:0.0355930713672):0.00702836709865):0.0169832322528):0.0149835087552):0.00517121334334,((Armadillos:0.0487678382766,Sloth:0.0666191840623):0.0205635785413,(Lesser_Hedgehog_Tenrec:0.156388444941,(Elephant:0.0430310610055,Hyrax:0.0744797851384):0.0222291060338):0.0331915559235):0.00280082447251):0.219842341743,(Opossum:0.0406234163446,Wallaby:0.0444261023914):0.11665093526):0.0529005095319):0.223609999142);
+(Chicken:0.369343029632,(((((((Mouse_Lemur:0.0348614539227,Galagos:0.066119821646):0.018542305915,(Tarsier:0.0580197386201,(Marmoset:0.036059272135,(Macaque:0.01842767593,(((Human:0.00182479014521,Gorilla:0.00289201112145):0.000402516622718,Chimpanzee:0.00356492678639):0.00433270668116,Orangutan:0.00755227760785):0.00523969127191):0.00545949670191):0.0201434820781):0.00296695815854):0.00748825113335,(((Rabbit:0.0380894468776,Pika:0.0894806116581):0.0372496919384,(Squirrel:0.0615742621529,(Guinea_Pig:0.105135655263,(Kangaroo_Rat:0.0978242038956,(Rat:0.0385891508869,Mouse:0.0329296153365):0.0932406628681):0.014307832018):0.00294949983111):0.0126494409266):0.00327093945578,Tree_Shrew:0.0595912661719):0.00177398242764):0.00820954821111,((((Horse:0.060851574129,((Alpaca:0.0441325947615,Pig:0.103777038851):0.00206643243036,(Cow:0.0990997802367,Dolphin:0.0422814688857):0.00763446323605):0.0138967582237):0.00166635324607,(Megabat:0.0433030583293,Microbat:0.0709074110814):0.0108055306381):0.00153208002538,(Dog:0.0940587180865,Cat:0.0372326679987):0.0258154972724):0.00226958481179,(Hedgehog:0.0996637238162,Shrew:0.104091938717):0.0115532983514):0.0112501059946):0.00717590584023,(((Hyrax:0.0742876359349,Elephant:0.0414328414929):0.0105214569135,Lesser_Hedgehog_Tenrec:0.120500562658):0.0257600584608,(Armadillos:0.0523015307632,Sloth:0.0495211243268):0.0211675015032):0.00219728545989):0.0982909202087,(Wallaby:0.0555288439965,Opossum:0.0766642894074):0.0836450153894):0.0274720281982,Platypus:0.223038020784):0.369343029632);
+(Chicken:0.0900059097173,((((((Shrew:0.0569214175541,Hedgehog:0.0478381328571):0.0134990226769,((Megabat:0.0341590805056,((Dog:0.0304703678547,Cat:0.0243748628933):0.0128440338633,((Alpaca:0.0278216974104,((Cow:0.0704580479906,Dolphin:0.0162394471169):0.00412361280792,Pig:0.0342624836998):0.00469441357027):0.0067624820661,Microbat:0.0385674227131):0.003205912442):0.00353145531333):0.00195305944646,Horse:0.0373824097362):0.0022382965417):0.0047426463316,(Tree_Shrew:0.0363800884085,(((Galagos:0.0372891404852,Mouse_Lemur:0.0550322337677):0.0118611470595,(Tarsier:0.0285703181668,(Macaque:0.00654975362655,(((Chimpanzee:0.00180711076984,(Orangutan:0.0138532753538,Human:0.00335814332565):0.00377051725068):0.00233276599817,Gorilla:0.00192543847548):0.00420055450549,Marmoset:0.0208594480927):0.00248689865322):0.0131451748629):0.00356585049798):0.00827509678054,(((Kangaroo_Rat:0.0517573830718,(Mouse:0.0120767922864,Rat:0.0195379870662):0.0641159844938):0.013662571032,(Guinea_Pig:0.0469957349983,Squirrel:0.042224983979):0.00176739370006):0.00680707473891,(Pika:0.0456023006152,Rabbit:0.0399535512773):0.033751153587):0.00332903952471):0.00297117696371):0.00646009884441):0.00677741477384,((Armadillos:0.0214888042569,Sloth:0.0361593489704):0.0152410652692,((Hyrax:0.0378685691469,Elephant:0.0334727171683):0.00413635453441,Lesser_Hedgehog_Tenrec:0.0718462736259):0.0148972069943):0.0034881212648):0.0856223602676,(Wallaby:0.0167402433258,Opossum:0.0970815007184):0.0510408802459):0.0484500213725,Platypus:0.188271765823):0.0900059097173);
+(Chicken:0.249690293438,(Platypus:0.182739415265,((Wallaby:0.0592702724243,Opossum:0.0695060178589):0.0802881973499,(((Lesser_Hedgehog_Tenrec:0.13667762421,(Elephant:0.0417329867759,Hyrax:0.0948713457637):0.0157838581683):0.0235578330482,((((Marmoset:0.0432747965288,(Macaque:0.0445936939222,((Gorilla:0.00598338700954,(Human:0.00261479411508,Chimpanzee:0.00206989678301):0.00102440327666):0.00312648617919,Orangutan:0.0110285413612):0.00737298676921):0.0055994194135):0.0316529113617,(Tarsier:0.0678634908865,(Mouse_Lemur:0.0588025840707,Galagos:0.0683721934743):0.0199159833832):0.0030869159061):0.011905790319,(((Pika:0.0770449058929,Rabbit:0.0419232161334):0.0574918419351,(Guinea_Pig:0.121462463202,(Squirrel:0.0785084448082,(Kangaroo_Rat:0.086097704025,(Rat:0.0374706977129,Mouse:0.043523923605):0.0887777680061):0.0073877316653):0.00323321966455):0.00944309051162):0.00972648595459,Tree_Shrew:0.080200989339):0.00556549542052):0.0107278548331,((Dog:0.0453778797487,Cat:0.0476015773719):0.0239112443272,((((Microbat:0.0676076432999,Megabat:0.044549907399):0.0126389150975,Horse:0.0509079978722):0.00494584451524,(Alpaca:0.0613498706097,((Cow:0.0790572907144,Dolphin:0.0297171363197):0.00982571245829,Pig:0.0377612080979):0.00467224904758):0.0214540236437):0.00459487181821,(Shrew:0.195614659527,Hedgehog:0.0853891854374):0.0282050100696):0.00473509326166):0.0160464092195):0.0146394218919):0.00345338168366,(Sloth:0.04518705995,Armadillos:0.0767359489046):0.0286888439743):0.110899281826):0.0327464457325):0.249690293438);
+(Chicken:0.152450235925,((((((Hyrax:0.0477661600277,Elephant:0.0164619115358):0.0121610100074,Lesser_Hedgehog_Tenrec:0.0944452034267):0.0113196036217,(Sloth:0.0219057522133,Armadillos:0.0506722386467):0.0200373017814):0.00774605732513,((((((Rat:0.0674380409838,Mouse:0.0316119509405):0.0739338721754,(Kangaroo_Rat:0.0642071845585,Squirrel:0.0643063055705):0.00800823427035):0.00321634924418,Guinea_Pig:0.108240356002):0.0176741649325,(Pika:0.0615561149058,Rabbit:0.0321746498484):0.0449787640556):0.00462443380302,(((Mouse_Lemur:0.0394949211691,Galagos:0.0617521791025):0.0165565403256,(Tarsier:0.044173448289,(Marmoset:0.0486047963401,(Macaque:0.0210762649147,(Orangutan:0.00827095905376,(Gorilla:0.00634299624692,(Chimpanzee:0.0019375164907,Human:0.00480998407453):0.000452010906799):0.00645631799712):0.00394626000999):0.0090812325883):0.0307552853215):0.00636094365552):0.00734992448943,Tree_Shrew:0.110437381639):0.00356084315068):0.0154345874412,(Hedgehog:0.102456686277,(((Shrew:0.209022572843,(Alpaca:0.0471849745309,(Pig:0.0597324517274,(Dolphin:0.0259282888738,Cow:0.0446902269067):0.0133484492926):0.00750284992683):0.00975010918972):0.0192429796031,(Dog:0.0721486018116,Cat:0.0344353320244):0.0191275520292):0.00510594411792,((Megabat:0.0611596308408,Microbat:0.0592594705224):0.00822553663224,Horse:0.0386591309049):0.00210753958756):0.0064338907611):0.0063560394048):0.0112809234762):0.0819029615169,(Wallaby:0.0505605125837,Opossum:0.0750507404995):0.0823429927287):0.0450136169445,Platypus:0.14210326171):0.152450235925);
+(Chicken:0.168852250251,(Platypus:0.131441723566,((Wallaby:0.0506046411791,Opossum:0.0599584196245):0.0583871044274,((((((Cow:0.0479194816514,Dolphin:0.0277119728815):0.00908305705927,(Alpaca:0.0967566617694,Pig:0.0460724257443):0.0132201809197):0.0428490970293,((Microbat:0.0557485857668,Megabat:0.0470390945442):0.0113730472529,((Cat:0.0280771769148,Dog:0.0536855678748):0.0164911604666,(Shrew:0.101720310927,Horse:0.0372066344016):0.00679262606261):0.00392902376075):0.00349460524549):0.00647431909526,((Tarsier:0.0388841337736,(Marmoset:0.036514285811,((Orangutan:0.00519851631773,(Chimpanzee:0.00326847013408,(Gorilla:0.00306407130706,Human:0.00260455516105):0.00151856970002):0.00239662815661):0.00318205642074,Macaque:0.0142158422866):0.0061516475756):0.0264770432066):0.00587298146637,((((Tree_Shrew:0.0756151713148,(Hedgehog:0.128844303171,(Pika:0.0852891205068,Rabbit:0.0588501363778):0.11843749431):0.0363063901814):0.0242043600395,Guinea_Pig:0.101564646885):0.0160084656411,(Galagos:0.0714335979847,Mouse_Lemur:0.0458227405602):0.0171158956965):0.00819799969858,((Kangaroo_Rat:0.0876809684607,(Mouse:0.0250899804682,Rat:0.0223968626496):0.120749657822):0.0119716717027,Squirrel:0.0494672072189):0.00705375155456):0.00569407447107):0.0101242247703):0.0104622224838,(Lesser_Hedgehog_Tenrec:0.0937173937681,(Elephant:0.0380224938958,Hyrax:0.0678823751159):0.0146845918086):0.0218083021788):0.00302337317201,(Armadillos:0.0622718508103,Sloth:0.0406349771332):0.029991379303):0.0719704722799):0.0467755027123):0.168852250251);
+(Chicken:0.326525326528,(Platypus:0.284675316312,((((Sloth:0.0583382384591,Armadillos:0.167801019508):0.0486044119161,(Lesser_Hedgehog_Tenrec:0.150260188195,(Hyrax:0.160215538086,Elephant:0.027236158351):0.0262083166118):0.038817395585):0.00658541729669,((Hedgehog:0.167054526264,((Microbat:0.103733562038,Megabat:0.0742529295614):0.0174601185001,((Cat:0.0419680232484,Dog:0.0550514007817):0.0305581529216,((Alpaca:0.0700357243015,(Dolphin:0.0929204161659,(Cow:0.0794853783663,(Pig:0.118044048709,Shrew:0.338602716629):0.0611789516873):0.0365515259274):0.0251265676052):0.0370344187934,Horse:0.0631167034656):0.00891957074634):0.000486074465962):0.00566027928721):0.00854681369127,((((Galagos:0.0824151306261,Mouse_Lemur:0.047985097443):0.0230696063163,(Tarsier:0.0845999096462,(Marmoset:0.0454345997057,(Macaque:0.0279276034914,(Orangutan:0.0105350869792,(Gorilla:0.000585916722283,(Human:0.00352633750778,Chimpanzee:0.00403976380708):0.00214642903018):0.00361218788022):0.0170471123209):0.0133436505166):0.0444145295854):0.00864582784402):0.00630157286526,((Pika:0.123958644971,Rabbit:0.0879906400408):0.0883443002793,((Kangaroo_Rat:0.14804804811,(Mouse:0.05250567881,Rat:0.0579142985501):0.123224658755):0.0177329584669,(Squirrel:0.0824405058405,Guinea_Pig:0.209473176271):0.00855731412937):0.025601554318):0.00882017356962):0.00679027706799,Tree_Shrew:0.161813724582):0.015806169591):0.0176650945862):0.189801268145,(Opossum:0.102588441804,Wallaby:0.104518283705):0.130206217748):0.052418723675):0.326525326528);
+(Chicken:0.133753658415,(Platypus:0.150699302526,((Wallaby:0.038932636825,Opossum:0.0346071118406):0.061563977295,(((Sloth:0.0517238433403,Armadillos:0.0490977988168):0.0185614560297,(Lesser_Hedgehog_Tenrec:0.0715543672031,(Elephant:0.0456048263125,Hyrax:0.046656967559):0.00936052204714):0.0289655052936):0.00283280341432,((((Pig:0.0475554522317,Alpaca:0.108121232285):0.0140234530888,(Cow:0.0741532293809,Dolphin:0.0267484214819):0.00761764780719):0.0401628933318,((Dog:0.0310310287408,Cat:0.0243861353935):0.0125467015245,((Shrew:0.109302859517,Hedgehog:0.0791661933692):0.0187589727715,(Horse:0.0271502740483,(Microbat:0.0372308126043,Megabat:0.0377301389951):0.00368546626796):0.00187117934559):0.00261759686848):0.00445946835431):0.00553945573664,((((Galagos:0.059414433983,Mouse_Lemur:0.0207040610147):0.0195927112262,(Tarsier:0.0449804218756,(Marmoset:0.0196029300213,(Macaque:0.067660148658,(Orangutan:0.00695103227862,(Chimpanzee:0.00172310767563,(Gorilla:0.00196683896924,Human:0.000474055532753):0.000657139583849):0.0040716185166):0.00221139028284):0.00414582551046):0.0271945105482):0.00331797193714):0.00472704174411,Tree_Shrew:0.0665182685027):0.0021979338126,(((Guinea_Pig:0.276530940822,Squirrel:0.102205902676):0.0764442846335,(Kangaroo_Rat:0.0702932464726,(Rat:0.0405356354737,Mouse:0.0431000383598):0.0518078308104):0.01028902483):0.0163842195895,(Rabbit:0.0333208155574,Pika:0.0739966983027):0.0313449106601):0.0152381275306):0.00945661404364):0.0168792415628):0.0592335221282):0.0269239161614):0.133753658415);
+(Chicken:0.12459923219,((((Hyrax:0.0242968069036,Elephant:0.0124913365704):0.0241072652896,((((((((Gorilla:2.01391781197e-06,(Human:2.01391781197e-06,Chimpanzee:2.01391781197e-06):0.00175448057021):2.01391781197e-06,Orangutan:0.00580016383059):0.00633690918148,Macaque:0.00535797533468):0.00585907337002,Marmoset:0.0151700831857):0.0253512884816,(Tarsier:0.110299211902,(Mouse_Lemur:0.0312919366588,Galagos:0.097132661087):0.0141579529014):0.0107204609265):0.012750622611,((((Kangaroo_Rat:0.0582372042875,(Rat:0.0324386093245,Mouse:0.0295596487427):0.0561673182101):0.0143267422403,(Squirrel:0.0265803056479,Guinea_Pig:0.0885427402017):0.00577835428514):0.00210684879698,(Pika:0.040068082988,Rabbit:0.0346353465804):0.0290023079724):0.00338252232026,Tree_Shrew:0.082417493028):0.0015845673594):0.019866477329,((Cat:0.0381203994558,Dog:0.0307740110112):0.0195560650441,(((Megabat:0.103328578959,Microbat:0.0241805627097):0.0102618243296,Horse:0.0261524458128):0.00496729417368,(Dolphin:0.0110158033496,(Cow:0.0394113906845,(Hedgehog:0.183516855441,(Alpaca:0.0440655638085,(Pig:0.0510457937601,Shrew:0.174923792572):0.0575731976272):0.00423920340788):0.0199341863427):0.00701925255362):0.0283614635502):0.00587118495194):0.0231896318146):0.0203772223018,(Armadillos:0.0282034015534,Sloth:0.0240103368132):0.0138542664345):0.00558294369384):0.00231320152708,Lesser_Hedgehog_Tenrec:0.0972270090395):0.0524031806806,(Platypus:0.160508976545,(Opossum:0.0284810624596,Wallaby:0.0247170779891):0.044280412719):0.0297836998618):0.12459923219);
+(Chicken:0.160525379487,((Wallaby:0.0929695134541,Opossum:0.0467773010962):0.1243371658,((((Lesser_Hedgehog_Tenrec:0.0895228046095,(Elephant:0.0428390541494,Hyrax:0.0561154854449):0.0125816141459):0.00335622770965,(Sloth:0.0511222941283,Armadillos:0.0430228881367):0.0192637373977):0.00598129602999,((((Pig:0.0508606682497,(Cow:0.0502322526794,Dolphin:0.0333026808335):0.00795731989931):0.00504924240174,Alpaca:0.078142156284):0.00778715889966,(((Horse:0.0435453925276,Megabat:0.0509922844751):0.00474503349005,(Microbat:0.0616461968908,(Dog:0.0429348893571,Cat:0.0482610209301):0.000359060641625):0.00887309965347):0.00109731446985,(Shrew:0.112361384886,Hedgehog:0.0539781066992):0.0318389796966):0.00256545220748):0.0118702644039,(((((Mouse:0.031659276136,Rat:0.0332619376064):0.089817355006,Guinea_Pig:0.111077367533):0.00242194425037,(Kangaroo_Rat:0.0753003781667,Squirrel:0.0652407182807):0.00553279775333):0.0114036177179,(((Tree_Shrew:0.0472494206504,(Galagos:0.0509077033049,Mouse_Lemur:0.0420571956624):0.0151223961122):0.00442424882146,(((Gorilla:0.00293491550931,((Chimpanzee:0.0012983112634,Human:0.00390040553):0.00265291698069,Orangutan:0.0105393546068):0.00449131179554):0.0127098384005,Macaque:0.20195656688):0.00841634625254,Marmoset:0.0518942466936):0.0311405128873):1.77468050763e-06,Tarsier:0.0627439710971):0.00293189358526):0.00440350463641,(Pika:0.089524589731,Rabbit:0.0495570532671):0.0287203459878):0.00539781082959):0.00261572621854):0.0701361172504,Platypus:0.302408536003):0.0327484384358):0.160525379487);
+(Chicken:0.198000643463,(Platypus:0.391209164613,(((Sloth:0.0557422992854,Armadillos:0.0474812443121):0.0195001456835,((Lesser_Hedgehog_Tenrec:0.115762053532,(Hyrax:0.0723882979651,Elephant:0.0354011501272):0.0148426169296):0.0198601595491,(((Tree_Shrew:0.0805106048529,((Rabbit:0.0413983714957,Pika:0.072122276349):0.0252577073894,((Kangaroo_Rat:0.0763150560268,(Mouse:0.0280851793273,Rat:0.0357377182333):0.071650474191):0.00877476756203,(Squirrel:0.0410975581963,Guinea_Pig:0.113537956241):0.00759436732501):0.0100710912474):0.0058825995935):0.00282170312981,((((((Gorilla:0.00238987429808,(Chimpanzee:0.000696464502613,Human:0.000931034557524):0.00223013424033):0.00341817336164,Orangutan:0.00487076993801):0.00327605309318,Macaque:0.0114930466726):0.0053945862918,Marmoset:0.0221637231431):0.0225191784818,Tarsier:0.0567035130925):0.00371301071675,(Mouse_Lemur:0.0438125043492,Galagos:0.0522125716569):0.0170736678817):0.00760480512551):0.0102645431452,((Shrew:0.0873992882041,Hedgehog:0.108228432847):0.0193717181456,((((Dog:0.116959062681,Microbat:0.179802606167):0.0584109028521,((Pig:0.033783145549,(Dolphin:0.0462166033459,Cow:0.0542102164):0.00680565450745):0.00579024349171,Alpaca:0.0395226018835):0.0097606807113):0.00415155441892,(Cat:0.0495986182578,Horse:0.0507643830703):0.00339330003578):0.00426826606394,Megabat:0.0510919666346):0.00465879721563):0.00692063636401):0.0122758320211):0.00414289694784):0.0883917434798,(Opossum:0.0715762501352,Wallaby:0.0490506600986):0.0813056657728):0.0760639372769):0.198000643463);
+(Chicken:0.210820021523,((((Lesser_Hedgehog_Tenrec:0.0706160967366,(Elephant:0.0346843515606,Hyrax:0.0649612700403):0.0204302186912):0.0192956508786,((Sloth:0.0583241514225,Armadillos:0.0330620059671):0.0251503417569,(((Tree_Shrew:0.0725643050641,((Galagos:0.0596084288658,Mouse_Lemur:0.0341057966552):0.0139643104149,(Tarsier:0.0503656576615,(Marmoset:0.0310622470739,(Macaque:0.0229568233948,(Chimpanzee:0.00232637260984,((Orangutan:0.0104738510576,Human:0.00278835208097):0.00539570090781,Gorilla:0.00198361159713):0.000584053876513):0.00936500446717):0.00338476289921):0.0266042691095):0.00691023734162):0.00777364554972):0.0023250036356,((Pika:0.110900985503,Rabbit:0.0436058298442):0.042016316674,((Squirrel:0.0769779251178,Guinea_Pig:0.0922980031311):0.0105300933033,((Mouse:0.0219653563829,Rat:0.0395451239459):0.0987526503314,Kangaroo_Rat:0.111735674774):0.0170220720535):0.00336344345577):0.00452898070774):0.00526917479395,((Hedgehog:0.0744251188633,Shrew:0.138724793996):0.0205219232716,((Alpaca:0.0796885364729,(Dolphin:0.0265143147443,(Cow:0.0918447620965,Pig:0.0431404605399):0.00372004009467):0.00880066526224):0.0129510930432,((Horse:0.0498697341964,(Cat:0.0274651600717,Dog:0.0509222875419):0.0218896245327):0.00174635672914,(Megabat:0.0479445670683,Microbat:0.0999815569646):0.015164461723):0.00368033768327):0.00124688346674):0.00910855734653):0.00614676297851):0.00178591502873):0.0808504074127,Platypus:0.0871430217233):0.0373022824044,(Opossum:0.0586617268035,Wallaby:0.0334200632167):0.0850699368044):0.210820021523);
+(Chicken:0.173270650322,(Platypus:0.186033604654,(((Pika:0.0829414180744,Rabbit:0.0310913690029):0.0265489217467,((Tarsier:0.0589299223487,(Macaque:0.0120276182186,((Orangutan:0.00820776560002,(Chimpanzee:0.00259052689592,(Gorilla:0.00433606909619,Human:0.00259571029265):1.51967184419e-06):0.00359119974195):0.00390620176752,Marmoset:0.0290336113864):0.000958922791399):0.0340730826321):0.0145577480664,((Galagos:0.0502250314382,Mouse_Lemur:0.0319680582772):0.0138803186834,((((Sloth:0.0221118365379,Armadillos:0.0596189331848):0.0166441124547,(Lesser_Hedgehog_Tenrec:0.0822051952446,(Elephant:0.0156008329692,Hyrax:0.0573891835067):0.013819858431):0.0217197237877):0.00776445257693,(((Microbat:0.0317316350633,Megabat:0.0651169798253):0.00410380855029,(((Cow:0.0739069831925,Dolphin:0.0409241313435):0.00814582994497,(Pig:0.0612277419133,Alpaca:0.0297608547602):0.00394594408323):0.0127935104158,(Dog:0.117896804049,(Cat:0.0497107852971,(Hedgehog:0.179474208531,Horse:0.0407492321623):0.00867341695469):0.00112106863363):0.00534921991475):1.51967184419e-06):0.00435487133888,Shrew:0.257608372567):0.00747882212456):0.0166435828628,(Tree_Shrew:0.147344968951,(Kangaroo_Rat:0.0645526478512,(Squirrel:0.0548177004319,(Guinea_Pig:0.0886520510606,(Rat:0.0323771881967,Mouse:0.0397225793227):0.0678308675286):0.0106575568697):0.00297069295807):0.00934205528875):0.00417200751321):1.51967184419e-06):0.00336027950463):0.0111705956304):0.0687571374441,(Opossum:0.0441613627559,Wallaby:0.0491765169283):0.0815338223862):0.0850249726216):0.173270650322);
+(Chicken:0.122089547058,((Wallaby:0.0441376376487,Opossum:0.0284365212994):0.0654822337833,(Tree_Shrew:0.0455540557057,((((((Armadillos:0.0345386523795,Sloth:0.0459294504833):0.0135522265791,(Lesser_Hedgehog_Tenrec:0.108711121054,(Elephant:0.0294670270864,Hyrax:0.0795457979148):0.0160481580805):0.0186990878039):0.0020844572773,(Shrew:0.113397558541,((Microbat:0.0436490913557,Megabat:0.0304589564511):0.00948936927469,((Horse:0.0225915823342,(Cat:0.0190679528212,Dog:0.0412857339674):0.016597557907):0.00256290951956,(Hedgehog:0.166279825906,((Dolphin:0.0268363291497,Cow:0.0303995495413):0.0100006532315,(Pig:0.132999209179,Alpaca:0.0483057016508):0.00242399821617):0.00568769685913):0.00364443125325):0.00144778786555):0.00279772066764):0.00487012874444):0.00144133767664,(Squirrel:0.053427276812,(Kangaroo_Rat:0.0758642668308,((Platypus:0.267304450171,Guinea_Pig:0.108367357703):0.0345906789769,(Rat:0.0764639087105,Mouse:0.018731300259):0.085878944946):0.0335434550439):0.00985769363852):0.00802353628058):0.000763605695709,(((((Orangutan:0.00498241536306,(Gorilla:0.00197393333297,(Human:0.00299640209422,Chimpanzee:0.00192284617789):0.00104433506692):0.00196156202781):0.00513369120593,Macaque:0.0261851913309):0.00698717187037,Marmoset:0.0219410130485):0.0199879536358,Tarsier:0.0358425133633):0.00332196014031,(Mouse_Lemur:0.0270012224268,Galagos:0.0457986868574):0.0168422146686):0.00517700094319):0.00532072131149,(Pika:0.068925769875,Rabbit:0.0389194381036):0.0292538246388):0.00824086720313):0.0622598309486):0.122089547058);
+(Chicken:0.0613700590848,(Platypus:0.10107130491,((((Elephant:0.0134872707032,Hyrax:0.0268407042102):0.00594428042081,Lesser_Hedgehog_Tenrec:0.0696922948273):0.00828556962842,(((((Tree_Shrew:0.0508109805548,(Marmoset:0.0109124191952,(Macaque:0.00896964786785,((Chimpanzee:0.00118082349497,(Gorilla:1.6236668872e-06,Human:0.000476906530421):0.000111375979424):0.000589699564684,Orangutan:0.00295931837542):1.6236668872e-06):0.00233836640946):0.00509065850671):0.00497382886546,((Galagos:0.019569640303,Mouse_Lemur:0.0162024429267):0.00345022005407,Tarsier:0.0239353744779):0.00079372160683):0.00150497730496,((Rabbit:0.0199283859059,Pika:0.0459424889023):0.0256351529389,(Squirrel:0.0864318693971,(((Rat:0.0677425162369,Mouse:0.0300715430551):0.0429055649938,Kangaroo_Rat:0.0325324595573):0.0109731601512,Guinea_Pig:0.0553010243941):0.00103533381589):0.00119185561235):0.00162493766979):0.000701279627142,((Alpaca:0.0130364290674,(Pig:0.0145529141006,(Dolphin:0.00969816839711,Cow:0.0406840266268):0.00364357119777):0.0027970904179):0.00203782944261,(((Shrew:0.0336238155999,Hedgehog:0.0433042145089):0.00395342196181,(Cat:0.0105464465997,Dog:0.0178520983796):0.00817914615127):0.000495060879622,((Megabat:0.0131764506234,Microbat:0.0119566837331):0.00117278856312,Horse:0.0120578307947):1.6236668872e-06):0.000575728971404):0.00467852362833):0.00133018054002,(Armadillos:0.025081691226,Sloth:0.0242758179047):0.00584023566201):0.00199042175764):0.0470623516822,(Opossum:0.0218312731413,Wallaby:0.0274111641699):0.0569238175717):0.0243213396896):0.0613700590848);
+(Chicken:0.23927480046,(Platypus:0.194287832504,(((((Hyrax:0.0679296077985,Elephant:0.0343398508531):0.0133702290308,Lesser_Hedgehog_Tenrec:0.0861717343217):0.0162830750028,(Armadillos:0.0392650158825,Sloth:0.0378339642185):0.0157086228271):0.00180491814564,(((Horse:0.051844555096,(Alpaca:0.0470779252507,((Dolphin:0.0479070221587,Cow:0.057727419443):0.0124607255326,Pig:0.0506201999357):0.00746581515183):0.0217626006881):0.00315073930575,((Shrew:0.112505512733,Hedgehog:0.098867993695):0.0100546431186,((Dog:0.0279343035135,Cat:0.0241049812421):0.0153541134496,(Microbat:0.0533118633179,Megabat:0.0364569222942):0.0064574845935):0.00190703685081):0.000839808038049):0.00739803048104,(Tree_Shrew:0.0681485723595,(((Pika:0.0923045990448,Rabbit:0.0425004367481):0.0311732482896,((Kangaroo_Rat:0.136831454281,(Mouse:0.0523601509154,Rat:0.0518043148387):0.114144165928):0.0115865892474,(Squirrel:0.0605345071286,Guinea_Pig:0.113332113656):0.00675877836515):0.0128199910969):0.0018090950551,(((Marmoset:0.0268138712495,(Macaque:0.0240326903757,(Orangutan:0.00546232725205,(Gorilla:0.00280946671206,(Human:0.00199968299961,Chimpanzee:0.000825960344022):0.00114443930066):0.00181355865632):0.00485788898994):0.00602632134373):0.0216122428328,Tarsier:0.0999143863405):0.00325790788879,(Mouse_Lemur:0.0294660967727,Galagos:0.0616146847658):0.00925544968086):0.00615775417715):4.78858497512e-05):0.00744785926802):0.00628984047701):0.125187737552,(Opossum:0.0547285774906,Wallaby:0.0515491803022):0.101194672426):0.0371808259392):0.23927480046);
+(Chicken:0.165149274726,(Platypus:0.190680157985,(((Lesser_Hedgehog_Tenrec:0.11591951093,(Elephant:0.0230412777961,Hyrax:0.0776216969219):0.0121252365853):0.0122725788176,(((Tree_Shrew:0.0908093190168,(((Rabbit:0.0449213217715,Pika:0.0927761503748):0.0333908964787,((Galagos:0.0458939010188,Mouse_Lemur:0.0316707212276):0.0115050386309,((Marmoset:0.0199677294878,(Macaque:0.0125835948349,(Orangutan:0.00384702095141,((Gorilla:0.00184396265315,Chimpanzee:0.00144316088422):0.000482630701284,Human:0.00241502535046):0.00407405602984):0.00378921775015):0.00414659527302):0.0230596324701,Tarsier:0.0581709929501):0.0058695847525):0.00229321309498):0.00187325599495,((Kangaroo_Rat:0.0786861428272,(Guinea_Pig:0.0854283930868,(Mouse:0.0252275975893,Rat:0.0369201325921):0.101639358456):0.0189724158608):0.00422489614021,Squirrel:0.0564378358043):0.00657380830503):0.00304631679577):0.00607442252182,(((Megabat:0.0478560540742,(Alpaca:0.044866424795,(Pig:0.0468552343013,(Cow:0.0959573563878,Dolphin:0.0185353362618):0.0142529339639):0.00325248699775):0.00952869484092):0.00318801110541,((Horse:0.0418105332314,(Dog:0.0351172245313,Cat:0.0432294903049):0.0175026129677):0.00232522354352,(Hedgehog:0.129275687497,Shrew:0.158056822351):0.0136743784711):0.00128917739702):5.73831977148e-05,Microbat:0.0657275223987):0.0082119294972):0.00437661184462,(Sloth:0.0328273399926,Armadillos:0.0333095865):0.0196816925828):0.00586443886686):0.135430017517,(Opossum:0.0367291262099,Wallaby:0.0436573934193):0.08222702665):0.0675131446812):0.165149274726);
+(Chicken:0.155587665128,(Platypus:0.179127297993,((Wallaby:0.0963823203434,Opossum:0.0964071735469):0.114636492157,(((((Horse:0.0621164514219,(Microbat:0.0740260189306,(Dog:0.0707436692672,Cat:0.0278183303053):0.0521196128933):0.00661661939942):0.00593979221974,((Alpaca:0.036075501829,(Pig:0.0640157021732,(Dolphin:0.0227558669294,Cow:0.0526431777873):0.0117317387333):0.00177805196045):0.00778698788744,Megabat:0.0550358351912):0.00731909842406):0.0027383895483,((((Macaque:0.01218384483,(Orangutan:0.00809129390388,(Gorilla:0.00542617233653,(Human:0.00224719289558,Chimpanzee:0.00112968226317):0.00209562596554):0.00460242612132):0.00492456985677):0.00635194140232,Marmoset:0.0358957148477):0.0186166940248,(((Rat:0.0502921022631,Mouse:0.0315078440352):0.108642410754,Galagos:0.0759794578235):0.00684424529237,Tarsier:0.0271796452074):0.00376647788253):0.00408508527341,((Mouse_Lemur:0.164111813563,Tree_Shrew:0.0888256693542):0.0103502501399,(Guinea_Pig:0.149812170958,((Rabbit:0.106560324748,Pika:0.117321723825):0.0606915571865,(Kangaroo_Rat:0.121568016877,Squirrel:0.039675525858):0.0292584261923):0.0183747562064):0.00810001397):0.00192225299149):0.00873960072638):0.00324894370837,(Hedgehog:0.081069515494,Shrew:0.119139381674):0.0275898057275):0.00431719713326,((Lesser_Hedgehog_Tenrec:0.0916747090503,(Elephant:0.0270844172671,Hyrax:0.0675015755293):0.0149737657724):0.0252696619721,(Armadillos:0.0478370975545,Sloth:0.0313363221375):0.0192654184835):0.00908007226346):0.0826522024387):0.0630403972734):0.155587665128);
+(Chicken:0.217534563546,(Platypus:0.642748784812,(((Armadillos:0.0441630106533,Sloth:0.031849235517):0.0290096322988,((Lesser_Hedgehog_Tenrec:0.144543017325,(Hyrax:0.0812592293551,Elephant:0.0342134056004):0.0169820381472):0.0335989745391,(((Alpaca:0.0545298650558,(Pig:0.0417072140188,(Cow:0.112009290456,Dolphin:0.0385268658122):0.00445643981292):0.00359995386069):0.0164519381167,(((Hedgehog:0.118362273202,Shrew:0.231589518659):0.0104801425013,(Microbat:0.0773258303797,Megabat:0.0318098400663):0.0102429410144):0.0041672825284,((Dog:0.0362618778502,Cat:0.0499831585322):0.0082506405157,Horse:0.046382626144):0.00337680568716):0.000564162648853):0.0101264172596,(((Mouse_Lemur:0.0482566020419,Galagos:0.111033216354):0.028734726029,(Tarsier:0.122519459115,(Marmoset:0.0389450123742,(Macaque:0.0166165941193,((Gorilla:0.00185970791251,(Human:0.00296544740076,Chimpanzee:0.00248234599531):1.36862941938e-06):0.00381904063444,Orangutan:0.00398408726351):0.0058340987899):0.00644489829125):0.0356989354533):0.00585501499135):0.00589579308897,(((Squirrel:0.0959179625756,((Kangaroo_Rat:0.208462633795,(Rat:0.0610330447075,Mouse:0.0561102179725):0.184552426089):0.0263102700652,Guinea_Pig:0.123039152061):0.000324755793869):0.00630935134389,(Rabbit:0.0468882868642,Pika:0.0816683896279):0.02952763165):0.00309858337946,Tree_Shrew:0.0910100340027):0.00118706215276):0.0130820885901):0.0138600255385):0.00331283807026):0.133020687228,(Opossum:0.140055304611,Wallaby:0.101294818118):0.14793078773):0.0922970918325):0.217534563546);
+(Chicken:0.182330805623,((Wallaby:0.103284822832,Opossum:0.0329147473435):0.0668465442463,((((Sloth:0.035450505333,Armadillos:0.0546967355306):0.0213851629657,((Hyrax:0.0566706274162,Elephant:0.0387601238591):0.0278566820996,Lesser_Hedgehog_Tenrec:0.11877821252):1.90782822048e-06):0.00950339725868,((((Microbat:0.0840696536251,Megabat:0.0491195300623):0.0164647022264,(Horse:0.0519989936199,((((Alpaca:0.0607577597482,(Pig:0.045247020919,(Cow:0.0511712734113,Dolphin:0.0245065385103):0.00836356735316):0.00210600881109):0.0146777384183,((Mouse_Lemur:0.091547633246,(Rabbit:0.053852736655,Pika:0.058285396976):0.0728868850439):0.0233693098051,((Squirrel:0.183272102363,(Kangaroo_Rat:0.0878580535488,(Rat:0.0443075476249,Mouse:0.0458350259817):0.0927930029244):0.0176984621124):0.00749742657813,Guinea_Pig:0.116142019658):0.00719946887617):0.00813507361665):0.0039767476391,(Shrew:0.119279759665,Hedgehog:0.109510662541):0.0183059518034):0.006166580684,(Dog:0.0469831941305,Cat:0.0187832397795):0.033119687298):0.0028369192613):0.00606272060054):0.00209038046626,(Tarsier:0.0619043585556,(Galagos:0.0627670721797,(Marmoset:0.0272582475427,(Macaque:0.0256118248301,(Orangutan:0.00234914589328,(Gorilla:0.00657935419553,(Human:1.90782822048e-06,Chimpanzee:1.90782822048e-06):1.90782822048e-06):0.00405000679114):0.00201766567816):0.00330215687584):0.0163214798936):0.00923855338575):0.00337837172126):0.00227813389499,Tree_Shrew:0.0737626930593):0.0084892372892):0.112891421803,Platypus:0.414938520762):0.0638032231206):0.182330805623);
+(Chicken:0.175530188557,((Platypus:0.409176788457,(((Elephant:0.0246865881036,(Hyrax:0.0419932199919,Lesser_Hedgehog_Tenrec:0.0583695242397):0.00354827212548):0.0131315710527,(Armadillos:0.0231440996047,Sloth:0.022573934403):0.0103632264963):0.0024538375335,(((Hedgehog:0.0786259236382,Shrew:0.0903815480297):0.0183181920995,(((Alpaca:0.03438307398,(Cow:0.0330863036603,Dolphin:0.0328781200918):0.00217285025111):0.000637341550021,Pig:0.0261202079918):0.00741078430564,(((Cat:0.0351147027315,Dog:0.026968487004):0.0107875239739,Horse:0.0235910014035):0.000984231952218,(Microbat:0.0312121593777,Megabat:0.0230310351886):0.00372805910988):0.000814317783761):0.0013660753244):0.00275145475834,((((((((Chimpanzee:0.00200635337855,Human:0.00225300411052):2.61037318208e-06,Gorilla:0.00267879040605):0.00138105182632,Orangutan:0.0047084402581):0.00391009651399,Macaque:0.0218200106796):0.00692930588303,Marmoset:0.0134564816569):0.0156020413674,Tarsier:0.0277368480851):0.00316018148112,(Galagos:0.0276931351872,Mouse_Lemur:0.0228419403374):0.00506282085655):0.00237110114907,((Tree_Shrew:0.0754948705413,(Pika:0.117066754947,Rabbit:0.0302071745081):0.0324581446878):0.00438702457145,((Kangaroo_Rat:0.0746867243779,((Rat:0.0379583219164,Mouse:0.0264431040736):0.0378787243718,Guinea_Pig:0.0481852905151):0.00350853009133):0.00227849181442,Squirrel:0.0293280219154):0.00367371673358):0.00280360017002):0.00353544900533):0.00492006681393):0.0483486652789):0.0156582079369,(Opossum:0.0359247644142,Wallaby:0.0307181402466):0.0346393763472):0.175530188557);
+(Chicken:0.174853327608,((Wallaby:0.0365611121502,Opossum:0.0543734305869):0.113492133718,((((Kangaroo_Rat:0.0987556132127,(((Mouse:0.0420743539323,Rat:0.0499442564795):0.0915575511429,Guinea_Pig:0.125228060732):0.0082964594618,Squirrel:0.0389066554551):0.00259992803055):0.0212608075271,((Marmoset:0.059056779816,(Macaque:0.0126037676697,(Orangutan:0.0053659841284,(Gorilla:0.00221917774097,(Human:0.00331197738303,Chimpanzee:0.00148608138053):0.00132225731154):0.00154175027694):0.00356912592972):0.00753551469035):0.0332083335026,(Mouse_Lemur:0.126713884804,((((Tarsier:0.123095059677,((Rabbit:0.0806793550788,Pika:0.124780348669):0.00517977417963,Platypus:0.648509700268):0.0504361785676):0.0571394680834,Shrew:0.110881193887):0.0141063419213,Tree_Shrew:0.118391254368):0.0117517635383,Galagos:0.0778770170059):0.0118796867974):0.0157992878414):0.00156480885448):0.00943963547509,(Hedgehog:0.157642001705,((Alpaca:0.0465857481089,((Dolphin:0.0303531013215,Cow:0.0521554344028):0.00585014167916,Pig:0.0523999812527):0.00478020975442):0.0149004504652,((Microbat:0.0651920336681,Megabat:0.04528665591):0.0111302890081,((Cat:0.0424907275013,Dog:0.0431410536977):0.0235967238484,Horse:0.0341141112291):0.00319006720604):0.00211519859443):0.00726508206164):0.00623512177562):0.00658410475177,((Lesser_Hedgehog_Tenrec:0.20488722129,(Hyrax:0.0768308354203,Elephant:0.0347136586632):0.0059642544051):0.0286545861436,(Sloth:0.0474185809695,Armadillos:0.0449553700141):0.0259735704536):0.0046334792035):0.144418969753):0.174853327608);
+(Chicken:0.150243562261,(Platypus:0.135614163344,((Wallaby:0.063226861344,Opossum:0.0406081504789):0.0953840466592,((((((((Megabat:0.0576116227501,Microbat:0.0580490533461):0.0279380170031,(Dog:0.0515910321392,Cat:0.0572077344877):0.0252024962425):2.79907730732e-06,Horse:0.0751249415893):0.0021547160338,(Alpaca:0.0411086840476,(Pig:0.053153093875,(Cow:0.0509957454824,Dolphin:0.035020832029):0.0122823188895):0.00330274364067):0.0183547110835):0.00492296046585,(Shrew:0.0794758507655,Hedgehog:0.115803752137):0.0203379088364):0.00572129295896,((Tarsier:0.0525607307608,(((Macaque:0.00988407283459,((Human:0.00337974765172,(Gorilla:0.0017363271931,Chimpanzee:0.00361803468234):2.79907730732e-06):0.00523408236318,Orangutan:0.0091459446181):0.00819647299022):0.0155887030386,Marmoset:0.0261681060681):0.0244571182012,(Mouse_Lemur:0.0335477065709,Galagos:0.0640671846292):0.0235575322975):0.00139744962245):0.00529489687366,((Guinea_Pig:0.0856133076603,(Squirrel:0.0474639491459,((Rat:0.0400083262502,Mouse:0.0495928093532):0.106161874271,Kangaroo_Rat:0.0736935175857):0.0103942239231):0.00784502120115):0.0160146203753,((Pika:0.124381154185,Rabbit:0.0630653621063):0.0441270489375,Tree_Shrew:0.0867247870932):0.0127007411827):0.00445282930308):0.0103324448751):0.0117854383044,(Elephant:0.0976992294558,(Hyrax:0.11825784589,Lesser_Hedgehog_Tenrec:0.174088854028):0.0268066646033):0.0629227715074):0.00541492647226,(Sloth:0.0847201386464,Armadillos:0.0280444843933):0.0159404217693):0.0808479001466):0.0496146405689):0.150243562261);
+(Chicken:0.304016723142,(Platypus:0.235599836442,((((((Tarsier:0.0672236424431,(Marmoset:0.0364232132056,(Macaque:0.0339080366617,((Human:0.00456633939382,(Gorilla:0.00605701154901,Chimpanzee:0.00241925708894):0.000498616344795):0.00401186924852,Orangutan:0.00748130514436):0.00643878441077):0.0157559046652):0.0239129488224):0.0150887245343,(Mouse_Lemur:0.0494846030095,Galagos:0.0673693545144):0.0260257776785):0.0163412024513,(Tree_Shrew:0.134454253593,((Rabbit:0.138218648096,Pika:0.10852229881):0.0906762659915,((Squirrel:0.112632012653,(Kangaroo_Rat:0.155264999206,(Mouse:0.0528974158004,Rat:0.0594446991635):0.156033142684):0.0120844597106):0.0138652067521,Guinea_Pig:0.11502715514):0.0141502721874):0.00605342919939):0.0107903242559):0.0204791625153,((((Dog:0.0751985280002,Cat:0.0690221592413):0.0317435805974,(Horse:0.0740797127186,(Microbat:0.110331092437,Megabat:0.0758196241949):0.0156977188671):0.00581113264003):0.00130412137328,(((Alpaca:0.0537538159764,Pig:0.0544421152576):0.00321284951048,Dolphin:0.0542916618051):0.00162908712736,Cow:0.161759382424):0.0133257804798):0.00481089006116,(Hedgehog:0.122980404298,Shrew:0.249741007062):0.0552317962695):0.00726881452413):0.00878534171694,((Lesser_Hedgehog_Tenrec:0.218581003694,(Elephant:0.0471218550808,Hyrax:0.0773286080843):0.0110031866816):0.0340479907626,(Armadillos:0.0525941745099,Sloth:0.0536345808248):0.0240867648164):0.00830607983903):0.155141896599,(Opossum:0.0903951210134,Wallaby:0.074709469105):0.203966917336):0.167632028866):0.304016723142);
+(Chicken:0.275955821209,(Platypus:0.179405354037,((Wallaby:0.0500671691376,Opossum:0.0455824216649):0.104546376923,(((Lesser_Hedgehog_Tenrec:0.160608338283,(Hyrax:0.077435707054,Elephant:0.0697684228636):0.00366860050082):0.0162355798653,((Shrew:0.155053186198,((Horse:0.029232140253,((Alpaca:0.0457665786963,(Pig:0.0694182455316,(Dolphin:0.0424546361697,Cow:0.077290693173):0.0161195745702):0.0100882871478):0.00950489051625,(Cat:0.0733607309626,Dog:0.0535733110267):0.0644892164062):0.00250085303145):0.00826154945165,Hedgehog:0.106232768572):0.00674166459194):0.00705966968953,((((Mouse_Lemur:0.0441443862177,Galagos:0.0638146411782):0.0177179625763,((Marmoset:0.11471223864,(Macaque:0.0233342584576,(Orangutan:0.016237962137,(Human:0.00506409134925,(Chimpanzee:0.0112829731417,Gorilla:0.00526647929756):0.0018346932467):0.00875223190506):0.0121058103993):0.0144766181771):0.0864132465154,Tarsier:0.0861561114389):0.00754103458479):0.00760435428953,((Tree_Shrew:0.129949514494,(Rabbit:0.101288391958,Pika:0.100596082529):0.0447378975131):0.020049246801,(Squirrel:0.166261568953,((Kangaroo_Rat:0.127073511173,Guinea_Pig:0.169010652658):0.00886864476,(Rat:0.0535685808715,Mouse:0.0567915092693):0.104144626156):0.0116559740636):0.00700987502715):0.0127053350843):0.0120420973084,(Megabat:0.0428426293548,Microbat:0.0925452925936):0.0120250249748):0.00404164644516):0.0116423502563):0.0094005681592,(Armadillos:0.0563003174716,Sloth:0.0454030684498):0.0271534963943):0.11775879231):0.0662829458693):0.275955821209);
+(Chicken:0.132845304267,((((Lesser_Hedgehog_Tenrec:0.122647920375,(Hyrax:0.0878994183112,Elephant:0.0405630383321):0.00898333427778):0.0170314044626,((Sloth:0.042418618703,Armadillos:0.0522779321762):0.0230524975176,((((Squirrel:0.0564725773086,(Guinea_Pig:0.0773062783815,(Kangaroo_Rat:0.0728508785235,(Rat:0.0382868829552,Mouse:0.0364266262264):0.0792509784608):0.00494068395485):0.00614546113192):0.00761768841815,(Rabbit:0.0748856240974,Pika:0.103510424519):0.0544446618275):0.00291879769125,(Tree_Shrew:0.0683048409289,((Tarsier:0.0513475333299,(Marmoset:0.0237472801416,((Orangutan:0.00729069722212,(Gorilla:0.00413957266892,(Human:0.00469583085145,Chimpanzee:0.00294996881173):0.00129274199103):0.00243322309264):0.00400826391621,Macaque:0.0110479988245):0.00953126981744):0.0188352520935):0.00439914746685,(Mouse_Lemur:0.0239450946004,Galagos:0.0478245734538):0.0174335110085):0.00725259989244):0.00294681467584):0.00825063130037,(((Megabat:0.038538881525,Microbat:0.0611584076099):0.00563265250342,((Horse:0.0638055538051,(Dog:0.111065910984,Cat:0.0468818005219):0.0310354253921):0.00568846275859,(Alpaca:0.0743837381052,((Cow:0.0413797482389,Dolphin:0.0364869224484):0.0117685840853,Pig:0.0649724931856):0.0063772677642):0.0179792376939):0.00176329335902):0.00610592392799,(Hedgehog:0.0675838057002,Shrew:0.06693604376):0.0174577676657):0.00872865006738):0.00841971169245):0.00275159779029):0.128472173481,(Wallaby:0.0430569922264,Opossum:0.0674331079469):0.0992367867193):0.055645710955,Platypus:0.192085139157):0.132845304267);
+(Chicken:0.29010951893,(Platypus:0.281718847099,((Wallaby:0.100085434944,Opossum:0.0831318802382):0.217909928953,(Sloth:0.0302446525244,(((Lesser_Hedgehog_Tenrec:0.122932889864,(Elephant:0.030964637335,Hyrax:0.0464982182535):0.0084664559242):0.0108250142876,((((((Kangaroo_Rat:0.0844397793174,Squirrel:0.0393203605921):0.0066672574063,(Guinea_Pig:0.0680232898604,(Rat:0.0238769540128,Mouse:0.0365952744642):0.100018714955):0.00418900303642):0.00748010995897,(Rabbit:0.0199997219866,Pika:0.126136826387):0.0382433142849):0.00342682665188,(Tarsier:0.0491634522398,((((Orangutan:0.00903417247614,(Chimpanzee:0.00159198653927,(Gorilla:0.00121622617102,Human:0.0019049419786):1.64566016738e-06):0.00261191088453):0.00523585044665,Macaque:0.036837576377):0.00660807338552,Marmoset:0.0195445185694):0.0209193703853,(Galagos:0.0386604606345,Mouse_Lemur:0.0188002648665):0.00645997722966):0.00171905413704):0.00252663730612):0.000747781831762,Tree_Shrew:0.0633730245212):0.00387657019787,((Microbat:0.0389503189729,Megabat:0.0314096771115):0.00976322023086,((Shrew:0.063552957173,Hedgehog:0.0624858359736):0.014386074323,(((Dog:0.0225934519254,Cat:0.0471526746196):0.0363764327645,Horse:0.0371069846125):0.000864083515698,(Pig:0.0330658857793,((Dolphin:0.0180482842392,Cow:0.0371182041977):0.00665776591998,Alpaca:0.0405843104594):0.00107488663627):0.00439131377667):0.001634209657):0.00067770628308):0.00484287285917):0.00627210148296):0.00533654417863,Armadillos:0.0451899497554):0.0042744178377):0.10976282404):0.0569732691397):0.29010951893);
+(Chicken:0.150244502314,(Platypus:0.271121784829,((((Sloth:0.0232570304216,Armadillos:0.036615547637):0.0105158337079,(Lesser_Hedgehog_Tenrec:0.0969800260954,(Hyrax:0.0592252567292,Elephant:0.026304312874):0.00761395448307):0.013614337359):0.00153944191787,((((Shrew:0.102093899137,Hedgehog:0.0788221545352):0.0253871621314,(Alpaca:0.0798421333972,(Pig:0.0991994251918,(Cow:0.0435102453441,Dolphin:0.0178157954624):0.0133742727263):0.00499587062318):0.0124075579889):0.00201929123053,(((Dog:0.0827085025583,Cat:0.0221628378131):0.0122428499534,(Megabat:0.0303756332585,Microbat:0.0507103531079):0.00669357005341):0.00266247067901,Horse:0.0359494563733):0.00385825718094):0.00740232675203,(((Galagos:0.117608988573,Mouse_Lemur:0.0215358817467):0.0141213558587,((Marmoset:0.0192084878653,(Orangutan:0.00668501447661,(Human:0.00298661473742,(Gorilla:0.00529077387909,(Macaque:0.018450247394,Chimpanzee:0.00346059556811):0.0374174454505):1.62263812295e-06):0.00303853399522):0.00819608135282):0.0192132166513,Tarsier:0.0551310641286):0.00525819501956):0.00918531960779,(Tree_Shrew:0.0627095982788,((Squirrel:0.029251688019,(Kangaroo_Rat:0.0523049596939,(Guinea_Pig:0.136215473812,(Mouse:0.0348894177687,Rat:0.0786147969862):0.157798981176):0.0699871832082):0.00330204165778):0.00605417352202,(Rabbit:0.0420195786743,Pika:0.0608431949133):0.0216129646787):0.00641379046604):0.000688751155695):0.0040046257344):0.00679824497816):0.074688446513,(Opossum:0.0899824697794,Wallaby:0.0659740955126):0.113590359111):0.105960705622):0.150244502314);
+(Chicken:0.314714110446,(Platypus:0.346276527878,(((Lesser_Hedgehog_Tenrec:0.11049791067,(Elephant:0.030258102151,Hyrax:0.0716934527988):0.00794472253054):0.0256845649222,(((((Tarsier:0.124413469769,(Galagos:0.072448665238,Mouse_Lemur:0.048114739667):0.0143580360718):0.00472806158251,((Macaque:0.00906303714545,((Chimpanzee:0.0037405078925,(Gorilla:0.00208402259675,Human:0.00148471637716):1.91980571402e-06):0.0075466933409,Orangutan:0.00457475999234):0.00319049682624):0.00969292441744,Marmoset:0.0177254422152):0.0258302075185):0.00739590684655,(((Pika:0.117481026148,Rabbit:0.0595545947885):0.060520545368,(Squirrel:0.067454313051,((Guinea_Pig:0.166018817658,Kangaroo_Rat:0.118163076239):0.015577042966,(Rat:0.0386680430884,Mouse:0.0482230751275):0.109505059215):0.00396479260147):0.00524294362443):0.00517020772006,Tree_Shrew:0.100738221482):0.00460618304659):0.0134705396985,((Hedgehog:0.0957972033441,Shrew:0.10612248397):0.0339866360556,((((Pig:0.060304231663,Alpaca:0.0457852579322):0.0059047804489,(Cow:0.0499422521323,Dolphin:0.0300614969561):0.0042628338388):0.0193917417126,(Horse:0.0588224935592,(Cat:0.0467433933858,Dog:0.0449726098292):0.0221002588348):0.00548673445304):0.00365791030151,(Microbat:0.0860413786848,Megabat:0.0637404166739):0.0182922724737):0.00313774964437):0.0111170580246):0.018461638407,(Sloth:0.0979328343404,Armadillos:0.0451231669193):0.0314557228616):0.00701674527462):0.110428879261,(Opossum:0.0941810371933,Wallaby:0.0790546477359):0.158119215968):0.0569541058121):0.314714110446);
+(Chicken:0.200758016079,(Platypus:0.116528610073,(((((((Macaque:0.0521953743339,(Marmoset:0.0379881574253,(Orangutan:0.0121005749655,(Gorilla:0.00131981978367,(Chimpanzee:0.00421903174221,Human:0.00104868638608):1.78797600908e-06):0.00289377276379):0.00689076608239):0.00354391212107):0.0326634147604,Tarsier:0.0694360169443):1.78797600908e-06,(Galagos:0.048682767065,Mouse_Lemur:0.0293933754461):0.0138047671139):0.00162497763108,(((Guinea_Pig:0.093066262866,Squirrel:0.0705531850313):0.00233017971656,((Mouse:0.0259011617834,Rat:0.0278145471929):0.086413679438,Kangaroo_Rat:0.0921186429243):0.00380858514106):0.0119855170082,(Tree_Shrew:0.05461205822,(Rabbit:0.0418603963531,Pika:0.0831450978474):0.0188748839005):0.0036625345821):0.00124186032743):0.00327669969647,((Lesser_Hedgehog_Tenrec:0.102073049046,(Hyrax:0.0642328131738,Elephant:0.00734516548794):0.0207542435422):0.0335228817245,(Armadillos:0.0449796016738,Sloth:0.0469535142537):0.0217464717647):0.0017432350473):0.00755906771895,((Microbat:0.0527993072246,((Horse:0.0408873867205,((Dolphin:0.0331871603516,Cow:0.0376321542841):0.00820721324715,(Pig:0.0426077907222,Alpaca:0.0420092354572):1.78797600908e-06):0.0148344518735):1.78797600908e-06,((Cat:0.0395890282704,Dog:0.04269894263):0.011936392021,Megabat:0.0330803198151):0.000167414969437):0.00238801896009):0.00251062398613,(Hedgehog:0.0961914069981,Shrew:0.0918211282304):0.011501737557):0.00232355773106):0.0796515005168,(Opossum:0.0642599064213,Wallaby:0.0417109507396):0.0667928940917):0.0850075995899):0.200758016079);
+(Chicken:0.208357194953,((((((Elephant:0.0239017967135,Hyrax:0.0794058302545):0.0291878220787,Lesser_Hedgehog_Tenrec:0.114093317831):0.0196347220736,(Sloth:0.0899771066848,Armadillos:0.0604794657542):0.033346261998):0.00809250755864,(((Tree_Shrew:0.129119441065,(((Galagos:0.0484349085882,Mouse_Lemur:0.05508544497):0.0152860945821,((Marmoset:0.0259749144509,(Macaque:0.0148751602879,((Gorilla:0.00677601275853,(Human:0.00482279454715,Chimpanzee:0.00342266806124):0.000763095257831):0.0020357177452,Orangutan:0.00699773613457):0.0032513980036):0.00249772765016):0.0426996019562,Tarsier:0.12106004978):0.00786934430924):0.00727682978537,(Pika:0.101197574034,Rabbit:0.0628519988149):0.0616583279822):0.00775572919444):0.00266557285465,(Kangaroo_Rat:0.102946250102,(((Rat:0.0434878539751,Mouse:0.0483930756309):0.135488564251,Squirrel:0.104772193438):0.0170631206547,Guinea_Pig:0.116664210043):0.00749321265343):0.0186633099055):0.00965261874991,(((Shrew:0.171517173453,Microbat:0.055129518735):0.0185634984351,(((Pig:0.0630313434452,Alpaca:0.0528269165567):0.00361140438944,(Dolphin:0.033118261014,Cow:0.0420708036681):0.0103557266555):0.0161141693102,(Megabat:0.0578697181912,(Horse:0.0519471139344,(Cat:0.0370517657321,Dog:0.0495885301515):0.0336616594091):0.00441684445255):0.00327697141295):0.00123954766347):0.00273733540577,Hedgehog:0.15025021243):0.0103942727468):0.00424192717809):0.139579206551,(Wallaby:0.0542950177901,Opossum:0.115084287428):0.145622288976):0.0775821635565,Platypus:0.183086875109):0.208357194953);
+(Chicken:0.10746649591,(Platypus:0.111820325086,((Wallaby:0.0540522265262,Opossum:0.0603847459031):0.0686842992003,(((Tarsier:0.0400574488469,((((((Dog:0.0218169116311,Cat:0.0158960758266):0.0102758464559,(Pig:0.0405133735766,(Alpaca:0.0201028266363,(Cow:0.0306119102198,Dolphin:0.0133210721064):0.00340925182134):0.00069297962199):0.00669744542835):0.00128861249251,((Microbat:0.0362274370316,Megabat:0.0173957068531):0.0104002388371,Horse:0.042215643037):2.93366044515e-06):0.00672137418074,((Armadillos:0.0240111052975,Sloth:0.0159605401954):0.0103971269787,((Lesser_Hedgehog_Tenrec:0.0962823244103,Hyrax:0.0509031637312):0.0107010700926,Elephant:0.0228723041817):0.0183568383897):0.00289310563499):0.00318121054761,(Kangaroo_Rat:0.0824703285457,(((Macaque:0.00935614382515,(Orangutan:0.00323240886999,(Gorilla:0.00179648751852,(Chimpanzee:0.00177057060833,Human:0.00204989664275):0.00128060540411):2.93366044515e-06):0.00319368376015):0.00472323803653,Marmoset:0.0179620736907):0.0160541645034,(Galagos:0.060990145892,Tree_Shrew:0.0611200971483):0.00418406537373):0.000511665905054):0.000645086013957):0.00197642484323,((Rabbit:0.0210918260935,Pika:0.0645290725376):0.0238408616984,Squirrel:0.04611068922):0.000901686086432):0.0127075220911):0.0103044527245,Mouse_Lemur:0.0698473529117):0.0208041583036,(((Guinea_Pig:0.0521407030881,Shrew:0.256195128333):0.0910241491177,Hedgehog:0.123706792647):0.0360835327271,(Mouse:0.0414758074185,Rat:0.0631100873866):0.107083472383):0.0208325423873):0.069355532639):0.0265867207241):0.10746649591);
+(Chicken:0.254888752385,((Wallaby:0.0686900362986,Opossum:0.0666900529067):0.177172916525,(Platypus:0.36342261503,((Lesser_Hedgehog_Tenrec:0.262616274236,(Hyrax:0.0946332103904,Elephant:0.031438398795):2.06373832704e-06):0.0169287036666,((Shrew:0.404583957157,(Sloth:0.0619276640804,Armadillos:0.0498153756867):2.06373832704e-06):0.0139045638994,((Hedgehog:0.132456511492,(Alpaca:0.041540316047,(Pig:0.049870232373,(Dolphin:0.0305444787151,Cow:0.0646891587563):0.0274506704707):0.0231555969551):0.026897629073):2.06373832704e-06,(((Microbat:0.0612206404197,(Dog:0.0553692204712,Cat:0.0410820084302):0.0154442405424):0.00312522658036,Horse:0.0455585522091):0.0051233194064,((Tree_Shrew:0.101682571688,((Squirrel:0.0748721740738,((Rabbit:0.103833492677,Pika:0.0930241933335):0.0526251369836,(Kangaroo_Rat:0.0848753183636,((Mouse:0.0252875336394,Rat:0.0650565670835):0.110805610921,Guinea_Pig:0.0892315251021):0.00586999166055):0.0162411193536):0.00737642626021):0.0121921812066,((Marmoset:0.0251063946242,(Macaque:0.0160470758222,(Orangutan:0.00839042230766,(Gorilla:2.06373832704e-06,(Chimpanzee:0.00370101884298,Human:0.00377264356386):0.00121767982214):0.00542918242511):0.00501640733179):0.00946256700888):0.0298733958709,(Tarsier:0.0533173723204,(Mouse_Lemur:0.0383547047683,Galagos:0.0512514113201):0.0178439553227):0.00021888643015):0.00538880455726):0.00310166955809):0.0219663714275,Megabat:0.0804197546935):0.00835500214394):0.00742300804529):0.00851721079583):0.0154960119702):0.156578769215):0.0283714898004):0.254888752385);
+(Chicken:0.21877666648,((((((Shrew:0.181675468795,Hedgehog:0.180005943568):0.0279090811472,(((Dog:0.0663944862067,Cat:0.0592020819629):0.0338840296976,(Alpaca:0.064957890172,(Pig:0.0821379400686,(Dolphin:0.0408103402138,Cow:0.0801881783687):0.0120382187695):0.00360468835761):0.0248030478523):0.00258393673045,(Horse:0.0617638676131,(Microbat:0.0993739386964,Megabat:0.0730795025934):0.00610413545091):0.00494889630366):0.00505090725046):0.0108696207866,(((Guinea_Pig:0.161592980771,(((Rat:0.0597129175571,Mouse:0.0686558877158):0.204311306193,Kangaroo_Rat:0.161744652938):0.0042762411558,Squirrel:0.120320982528):0.00239492008806):0.0153756330848,(Rabbit:0.0636000162286,Pika:0.137007343324):0.0684963727149):0.00373522632594,(Tree_Shrew:0.162366896988,((Galagos:0.103567634427,Mouse_Lemur:0.0530338090377):0.0283718531928,(Tarsier:0.0974647598658,(Marmoset:0.0521609481392,(Macaque:0.0231949680166,(Orangutan:0.0123513892357,(Chimpanzee:0.00510811719153,(Gorilla:0.00294414303242,Human:0.00299077213886):1.36654080629e-06):0.00461215758094):0.00471791357817):0.0099727176131):0.0445083535766):0.00629134163793):0.00809559861582):1.36654080629e-06):0.015874147881):0.01092969808,((Armadillos:0.103016378392,Sloth:0.0757869937405):0.0295325264859,((Elephant:0.064183312382,Hyrax:0.0992339864137):0.0263076288048,Lesser_Hedgehog_Tenrec:0.196198966074):0.0244904995869):0.00229957044039):0.126619728071,(Wallaby:0.0950649786019,Opossum:0.100563424359):0.270312253999):0.0836123977425,Platypus:0.406477409433):0.21877666648);
+(Chicken:0.200590115605,(Platypus:0.152467052857,((((((Galagos:0.0721301072316,Mouse_Lemur:0.0546538927219):0.00555557455261,Tree_Shrew:0.0737604313983):0.00576260174188,(((((Mouse:0.032658023328,Rat:0.0476231067489):0.122392486809,Kangaroo_Rat:0.104248124084):0.0127817040526,Squirrel:0.0711922063742):0.00769818886335,Guinea_Pig:0.0791021206721):0.0149619874757,(Tarsier:0.0593104480632,(Marmoset:0.020343892138,(Macaque:0.0184397827658,(Orangutan:0.00449498174722,(Gorilla:0.000804095615502,(Human:0.00394467331284,Chimpanzee:0.00369168984491):1.91788425865e-06):0.00164207682752):0.00605634053846):0.00531029872617):0.0177287344834):0.00457316742547):0.00391766541934):0.012294641073,((Armadillos:0.0990237402455,Sloth:0.0519395208882):0.0435867780923,((Elephant:0.0338095218499,(Lesser_Hedgehog_Tenrec:0.144969590539,Hyrax:0.0733335882805):0.0326238137793):0.0522924508781,((Shrew:0.162624391956,Hedgehog:0.133553260545):0.0882321161659,(Pika:0.123034006656,Rabbit:0.0558019146243):0.025028050295):0.0546860725354):0.0327347353508):0.00675746126451):0.00323997866752,(Horse:0.0570693366399,(((Megabat:0.0780669745159,Microbat:0.0835592096158):0.0184915363187,((Cow:0.0559260782993,(Pig:0.0530875365605,Alpaca:0.0379557138206):0.00149031213386):0.004998603091,Dolphin:0.0287771573405):0.0160293895144):0.00110220084385,(Dog:0.0323220345709,Cat:0.0355908964388):0.0195889228297):0.00194027868841):0.0115563128896):0.129260147807,(Opossum:0.0738789218274,Wallaby:0.0358069875655):0.0574234945974):0.0329765247466):0.200590115605);
+(Chicken:0.295965446661,(Platypus:0.152291120701,((((((Mouse_Lemur:0.0234686055286,Galagos:0.0492675465961):0.0118647123027,(Tarsier:0.0385856591172,(Marmoset:0.0301347830738,(Macaque:0.0074866401352,(Gorilla:0.0027011375162,((Chimpanzee:0.00249386584061,Human:0.00455152221775):0.00201881547533,Orangutan:0.00658867250915):0.0009669166932):0.00450668681341):0.00600139643019):0.0251462392753):0.00595452230964):0.00222382551494,((Pika:0.108927984533,Rabbit:0.0167725958082):0.032924293257,((Guinea_Pig:0.0778583953416,Squirrel:0.0571667298896):0.00519101536416,(Kangaroo_Rat:0.116683631262,(Mouse:0.0373071797038,Rat:0.0229309345819):0.0680244543659):0.0127361608417):0.0123518825488):0.0146950919291):0.00437240845654,(((Hedgehog:0.0864073835691,Shrew:0.066843829347):0.0199142195117,((Dolphin:0.0305351043209,(Pig:0.0765234871528,(Cow:0.033361604573,Alpaca:0.0334797656197):0.00242041109404):0.00347573646236):0.0107393500845,((Dog:0.0512818970259,Cat:0.0304188770067):0.0211925731373,(Horse:0.0460617774428,(Megabat:0.0254582137009,Microbat:0.0518147423992):0.00866255672662):0.00216898553819):0.0031136312287):0.000985959760563):0.00929075135709,Tree_Shrew:0.0583771360586):0.00203480423389):0.00654819255393,((Lesser_Hedgehog_Tenrec:0.0893647431984,(Hyrax:0.0383728231449,Elephant:0.0469698960044):0.0106126401459):0.0227823266298,(Armadillos:0.0307017534672,Sloth:0.0329453077714):0.022370965188):0.000843368755128):0.118561817256,(Opossum:0.0464385496608,Wallaby:0.0492727288746):0.118350219789):0.172802656789):0.295965446661);
+(Chicken:0.109837472287,((Wallaby:0.0188390024222,Opossum:0.0802453059074):0.0933453001605,(((Lesser_Hedgehog_Tenrec:0.0658409269306,(Elephant:0.0189350826019,Hyrax:0.0453701294408):0.000498594121978):0.00863328072817,((((Rabbit:0.0465522528647,(Tree_Shrew:0.0679183669836,Pika:0.0807549147012):0.0253971490117):0.0117493578739,(Squirrel:0.0407917384697,((Rat:0.0264111538932,Mouse:0.0270259234678):0.067645817985,Guinea_Pig:0.0622774269605):0.00701731194667):0.00662801958011):0.00176420926377,((Galagos:0.038318457665,Mouse_Lemur:0.0208993153706):0.00792667353232,((Marmoset:0.0103299936595,(Macaque:0.0270066264259,(Orangutan:0.00346342313215,(Gorilla:0.00203361905977,(Human:0.00125147479589,Chimpanzee:0.00249481580076):0.000307131705909):0.00439698387533):0.0036081999805):0.00583972940657):0.0200425173531,Tarsier:0.0652176057856):0.00328449259779):0.00437409303852):0.00364185354019,((((Dog:0.0194427063553,Cat:0.0228139993535):0.0115743822443,(Microbat:0.0328663249378,Megabat:0.0262501168568):0.00689391789261):0.00119759795731,((Pig:0.0342782863174,(Dolphin:0.0246856657067,(Alpaca:0.0690382953624,(Cow:0.0543106456241,(Kangaroo_Rat:0.0716978063765,Platypus:0.24225837355):0.051332945622):0.0275839075205):0.0231143654426):0.0105997255652):0.0265957861283,Horse:0.0305441874754):0.00174459114687):0.00137601499549,(Shrew:0.0675478780209,Hedgehog:0.0936919378597):0.0153058487527):0.00301887846057):0.00805128352152):0.0010229098988,(Sloth:0.032841008302,Armadillos:0.0371103551099):0.0135929504579):0.0595917680501):0.109837472287);
+(Chicken:0.0807877860498,(Platypus:0.243559803795,((((Hyrax:0.0270623515252,Elephant:0.0188638049118):0.0115126003794,(Lesser_Hedgehog_Tenrec:0.0422307857968,(Sloth:0.0283911569585,Armadillos:0.0187765845103):0.0146578256749):0.00289057486964):0.00106882351115,((Horse:0.0296225350818,(((Cat:0.018808530394,Dog:0.0229050283639):0.0116664518648,(Microbat:0.0482534086022,(Pig:0.0266164925062,((Cow:0.0643019550803,Dolphin:0.0147304025644):0.000922919453253,Alpaca:0.0449975527316):0.000456451499958):0.00287441116347):0.00293433852627):0.000572317229799,Megabat:0.0280708171545):0.00129552842953):0.00538171699485,(((Galagos:0.031838440126,Mouse_Lemur:0.0116305332221):0.00823235239604,(Tarsier:0.0276646478331,((Macaque:0.00653758897389,(Orangutan:0.00230952715707,(Gorilla:0.00139961902533,(Chimpanzee:0.00152516101947,Human:0.00061859491576):0.00121840139578):0.00135350803477):0.0036197970918):0.00252744502117,Marmoset:0.0117612759268):0.0109042501069):0.0012356240482):0.00329868235847,(Tree_Shrew:0.0419770903654,(Squirrel:0.02954828585,((Mouse:0.0312484545863,Rat:0.0158948765615):0.059183944192,((Kangaroo_Rat:0.0634977662243,(((Hedgehog:0.0898361082505,Shrew:0.0899172096522):0.238864174782,Rabbit:0.0122990195427):0.024450783524,Pika:0.0553474793932):0.0100600491801):0.0203570408089,Guinea_Pig:0.0360715406808):0.00590046781826):0.00577570282051):0.00245872156206):2.16126031795e-06):0.00296810226985):0.00151028219855):0.0713702097402,(Opossum:0.0962933501895,Wallaby:0.0818393501011):0.0453603287893):0.02616312746):0.0807877860498);
+(Chicken:0.164420488715,(((Wallaby:0.0627921458612,Opossum:0.0509221993083):0.0844517778223,Platypus:0.23611961487):0.0745009553828,((((Rabbit:0.0442109584773,Pika:0.115468008115):0.0724183136862,((Tree_Shrew:0.0746107306364,((Tarsier:0.0966898477404,((Marmoset:0.0516269709921,(Macaque:0.0167724828077,(Orangutan:0.00905243819723,(Gorilla:0.00299199759563,(Human:0.00758981629925,Chimpanzee:0.00759470572856):0.00291147310236):0.00451913298245):0.00319035851053):0.00706633219572):0.0137761696503,Mouse_Lemur:0.0506204480332):0.000644109915124):0.0117116778774,Galagos:0.110830783585):1.29438452535e-06):0.00849648662884,((Squirrel:0.104439854985,((Mouse:0.0754358957461,Rat:0.0448120668433):0.147527556025,Kangaroo_Rat:0.124230183231):0.00904248467415):0.00569356302258,Guinea_Pig:0.108204285558):0.0114942712857):1.29438452535e-06):0.0247664417869,((Hedgehog:0.108899677402,Shrew:0.155842350807):0.0274013195343,((Microbat:0.39556240517,Megabat:0.04713271651):0.0317141586265,((Dog:0.041668794803,Cat:0.0327029049224):0.0164973507424,(((Cow:0.0543475792795,Dolphin:0.018913018313):0.00738786055263,(Alpaca:0.0705177341239,Pig:0.0620420826891):0.00609658917719):0.039901733594,Horse:0.0392770754329):0.00541645045524):0.00611041211773):0.00526148771094):0.0299515691095):0.044595336784,((Armadillos:0.0758300526842,Sloth:0.0126728012436):0.0307054907748,((Elephant:0.0614178658113,Hyrax:0.0809494669667):0.00710232201929,Lesser_Hedgehog_Tenrec:0.108959912392):0.0355175366965):0.00335722582479):0.129105444186):0.164420488715);
+(Chicken:0.0871940709272,(((((Elephant:0.0219452085324,Hyrax:0.0335502749715):0.00340190105532,Lesser_Hedgehog_Tenrec:0.0841935760442):0.014767588165,((Armadillos:0.0275184378464,Sloth:0.043781659961):0.0104814460454,((((Shrew:0.0476937144945,Hedgehog:0.0574831843282):0.00828785703541,(((Pig:0.0655239999229,(Dolphin:0.0210530265709,Cow:0.0316059972377):0.0036067603891):4.10675858313e-05,Alpaca:0.0278734571572):0.00731823833745,((Cat:0.0271186429872,Dog:0.015487026499):0.0105007049932,Horse:0.0224126700431):0.00193955363374):0.001467146166):0.000800719782333,(Microbat:0.0345886130211,Megabat:0.0246616235697):0.00487568060687):0.00448171369422,((((Pika:0.043759956818,Rabbit:0.0248137048197):0.0178579997757,((Squirrel:0.0443424503932,Guinea_Pig:0.0525715625937):0.00220460891633,((Mouse:0.0172326612991,Rat:0.0434192909058):0.0732136995189,Kangaroo_Rat:0.0374239003612):0.00360507022808):0.00782457841041):0.00397473149819,((Mouse_Lemur:0.0181088860777,Galagos:0.0236604407231):0.0111436401137,((Marmoset:0.0181429623454,((Orangutan:0.00863237675034,(Gorilla:0.00425420608162,(Human:0.000314960814917,Chimpanzee:0.00329178654925):0.00055337171965):0.00140943793666):0.00281754578124,Macaque:0.0587451367726):0.00462735443142):0.0121466922575,Tarsier:0.0349196426946):0.00154447942636):0.00319262710041):0.000640388308969,Tree_Shrew:0.0399216652115):0.00536338256557):0.00371321719189):0.000715635192022):0.0808369808707,(Wallaby:0.020600204056,Opossum:0.0407241844606):0.0527873951687):0.0273234838521,Platypus:0.14589587011):0.0871940709272);
+(Chicken:0.137375365061,((Wallaby:0.043745420105,Opossum:0.0425060505855):0.0873311381424,(Platypus:0.157237607936,(((Lesser_Hedgehog_Tenrec:0.0838634437621,(Hyrax:0.0427364682321,Elephant:0.0288088197219):0.00395458972076):0.00907756382456,((((Mouse_Lemur:0.0349425773632,Galagos:0.0489654766135):0.0199229591537,(Tarsier:0.0738490564386,(Marmoset:0.0205042984441,(Macaque:0.0132884129958,(Orangutan:0.00426489800931,((Chimpanzee:0.00207283074747,Human:0.00230004243147):0.000769410003423,Gorilla:0.00275509148518):0.00382114502603):0.00531465774866):0.00900108072046):0.0240194609683):0.00554237901372):0.00606556641397,(Tree_Shrew:0.0798096960966,((Guinea_Pig:0.0880675569408,(Pika:0.0913116236813,Rabbit:0.0608312542066):0.0380216901783):0.0213962529675,(Squirrel:0.0715706033817,(Kangaroo_Rat:0.0721885629537,(Rat:0.0262068018669,Mouse:0.0257576260915):0.0734421328786):0.00393850675797):0.0064303695519):0.0158187429831):0.00427292032156):0.00909929756458,((((Megabat:0.0537921346059,Microbat:0.0477526564326):0.00896537074781,((Cat:0.0469011313859,Dog:0.0464654854641):0.0376067844522,(Shrew:0.168131714743,(Alpaca:0.0400058119658,(Pig:0.0600434036287,(Cow:0.0533648899647,Dolphin:0.0269672118148):0.0138812917758):0.00963717476414):0.0108430994525):0.00959139480908):0.00496359056516):0.00850802471983,Horse:0.0388268806057):0.0149103240874,Hedgehog:0.0872078397905):0.00365928977679):0.00935330439761):0.00339887450606,(Sloth:0.0378626266135,Armadillos:0.0362243868824):0.014581936804):0.0715171974904):0.0279424854394):0.137375365061);
+(Chicken:0.374205336347,((Wallaby:0.0694189696748,Opossum:0.0616650833346):0.184748033686,(Platypus:0.20881070806,(((Sloth:0.0548774024852,Armadillos:0.146453432886):0.0551005885144,((((Alpaca:0.068010036745,(Pig:0.154456370848,(Cow:0.0840755393896,Dolphin:0.0318912355783):0.00902882250266):0.00844605088855):0.0241736731582,((Microbat:0.0736365209779,Megabat:0.0585512876254):0.0141712013685,((Cat:0.0437923029118,Dog:0.0662866886634):0.0396740457273,Horse:0.0503864272241):0.0079156325259):0.00279062222919):0.00998645221517,(((Tarsier:0.12680279273,((((Macaque:0.0337467032311,(Human:0.00177738641966,Chimpanzee:0.00551078709478):1.76796487508e-06):0.00893304769551,Gorilla:0.00203391144125):0.00466030544519,Orangutan:0.00754031447043):0.0153048245407,Marmoset:0.0272978131587):0.0380046867651):0.00549969629685,(Galagos:0.0693350023626,Mouse_Lemur:0.0546482752413):0.027745834771):0.0112229353638,((Guinea_Pig:0.145697313193,(((Rat:0.0515915965923,Mouse:0.0517975960248):0.100563940887,Kangaroo_Rat:0.145073456141):0.0286000531685,Squirrel:0.0964656509028):0.00828622606931):0.0109465934671,((Rabbit:0.0596804428557,Pika:0.125329821245):0.0352659730953,Tree_Shrew:0.193257167279):0.0171860272771):0.00437906880462):0.00932475542124):0.00792904817223,(Hedgehog:0.134554887074,Shrew:0.131704879475):0.0286557378323):0.0137392827826):0.00606626262685,(Lesser_Hedgehog_Tenrec:0.21810972553,(Hyrax:0.107324134123,Elephant:0.0326471056306):0.0404975178492):0.0395560860844):0.18872477451):0.0536291808533):0.374205336347);
+(Chicken:0.189544433579,(Platypus:0.0928236616571,((Wallaby:0.0455190078927,Opossum:0.0240359562621):0.0687379690644,(((((((Alpaca:0.0492273678883,(Pig:0.0395197764392,(Cow:0.0392054789471,Dolphin:0.0233087987558):0.00177777040696):0.00649548946214):0.00584203652865,(Horse:0.0283439050364,(Cat:0.0466201113725,Dog:0.0245609126397):0.0186258935272):0.00264096061547):0.00144784724699,(Microbat:0.0518079943592,Megabat:0.0505600851246):0.0118290329078):0.00374758224685,(Shrew:0.0878071050256,Hedgehog:0.0917068415298):0.015037492345):0.00632168132196,((Tree_Shrew:0.0934490534249,(Rabbit:0.0430456663386,Pika:0.115533639766):0.0168704079063):0.0109514067451,((Squirrel:0.051892839718,((Kangaroo_Rat:0.079348153353,(Mouse:0.0245175243346,Rat:0.0191902158336):0.0863654504452):0.00566114820736,Guinea_Pig:0.124825642446):1.97400999012e-06):0.00949047707195,(((((Gorilla:0.0042569608029,(Chimpanzee:0.00123573585099,Human:0.000939428390682):0.00135367639631):0.00179568778802,Orangutan:0.00955092383042):0.00356271912465,Macaque:0.0175057505633):0.0112106657575,Marmoset:0.0163546474065):0.0163402444759,(Tarsier:0.0270048452835,(Mouse_Lemur:0.0435632255969,Galagos:0.0315250752923):0.00927060865969):0.0027507859477):0.00967284556567):0.00231869661114):0.0150460091438):0.00516122668914,(Lesser_Hedgehog_Tenrec:0.217183142127,(Hyrax:0.139143382119,Elephant:0.0382015763795):0.0143138686097):0.0361967790616):0.00257221642166,(Armadillos:0.0398444814143,Sloth:0.0283629186551):0.0140794154147):0.079908396355):0.0580737142176):0.189544433579);
+(Chicken:0.205355209005,((((Elephant:0.0383359168707,(Lesser_Hedgehog_Tenrec:0.169332161658,Hyrax:0.0620834925165):0.0155447189419):0.0203542589131,((Sloth:0.0432540321438,Armadillos:0.0440641602605):0.0089280467237,(((((Horse:0.0560285754352,(Cat:0.0437093158307,Dog:0.0465856878197):0.0150795442115):0.0031669799952,(Megabat:0.0417688942062,Microbat:0.0616002575157):0.00431933138838):0.00210272075596,(Alpaca:0.0472661937947,(Pig:0.0336014197966,(Cow:0.0401565067164,Dolphin:0.0150922722563):0.0117495110297):0.00640801981357):0.00625126918247):0.00275970605487,(Shrew:0.11899220918,Hedgehog:0.0895486243821):0.00567246296485):0.00641361194434,(Tree_Shrew:0.0669431739878,((Squirrel:0.0534910735245,(Guinea_Pig:0.139084665968,(Kangaroo_Rat:0.0877270413086,(Mouse:0.0339114441326,Rat:0.0627337273999):0.135007073085):0.0125350483917):0.00599355739387):0.010564885453,(((Pika:0.114195951459,Rabbit:0.0618638778106):0.0907415877823,(Marmoset:0.0302328956115,(Macaque:0.00972899219192,(Orangutan:0.00735452604487,(Human:0.00212397194676,(Chimpanzee:0.00389740907938,Gorilla:0.00350428261336):0.00184169085582):0.00398902938744):0.00690850086384):0.00687625421766):0.0216894952753):0.00564887999139,(Tarsier:0.0545923043928,(Galagos:0.0742341797757,Mouse_Lemur:0.036270280571):0.0108068180634):0.00231968707632):0.00202945364389):0.0027059770516):0.00488911905147):0.00476241096736):0.00804675618557):0.0782687964647,(Wallaby:0.0386114430352,Opossum:0.0597753859936):0.106266243927):0.0889177633475,Platypus:0.450119265884):0.205355209005);
+(Chicken:0.19257153544,((Wallaby:0.0570335530854,Opossum:0.0598749162013):0.0993583373288,(((Shrew:0.0636997627363,Hedgehog:0.0657998770626):0.0132577550029,(((Horse:0.0421677192314,(((Pig:0.0375708884321,Cow:0.0392034985252):1.92179626094e-06,Dolphin:0.0535279624176):0.0022401700193,Alpaca:0.0174997463982):0.00328857554627):0.00308919104707,((Megabat:0.0277065817682,Microbat:0.0512487706878):0.00599700354219,(Cat:0.0247566863292,Dog:0.0192538339971):0.012378926171):0.00115201804084):0.00312137272465,(((Lesser_Hedgehog_Tenrec:0.0928053738157,(Elephant:0.0252582248246,Hyrax:0.042741549232):0.0140265444066):0.0144191876048,(Armadillos:0.0346414227941,Sloth:0.0261462021355):0.0207445977645):0.00380803133347,(((Tarsier:0.0498876966422,((Marmoset:0.0260667707531,(Macaque:0.00537219396311,(((Chimpanzee:0.00359414852976,Human:0.000992463022616):0.00148708285497,Gorilla:1.92179626094e-06):0.0014583914168,Orangutan:0.00497905315069):0.00564108465145):0.00390312242522):0.0154456899227,(Mouse_Lemur:0.0200186511129,Galagos:0.040168882682):0.0114167220636):0.00328138789192):0.00586353607085,(Tree_Shrew:0.0465480701766,((Kangaroo_Rat:0.0731445451274,(Mouse:0.0188523471858,Rat:0.0216556122116):0.0644073203958):0.0192847592336,(Guinea_Pig:0.0845774881622,Squirrel:0.0559252063052):0.00194207378817):0.00507245993781):0.00532693517805):0.00245536447354,(Rabbit:0.0118647572815,Pika:0.0676211199174):0.037912071509):0.0029029143483):0.00338732330005):0.00857409190057):0.101034206041,Platypus:0.208815236083):0.0361449590898):0.19257153544);
+(Chicken:0.152360214223,(Platypus:0.154801123898,((Wallaby:0.0267126581335,Opossum:0.0338768439607):0.0617608247672,((((Shrew:0.0488703942156,Hedgehog:0.0522647257155):0.00806136091237,((((Alpaca:0.023118261182,Pig:0.0351642982109):0.000105600345843,(Cow:0.0312960538843,Dolphin:0.013527284337):0.00463540106863):0.012393122328,Horse:0.0291107648007):0.000471385522723,((Microbat:0.0429290911535,Megabat:0.0184420369686):0.00367706702137,(Cat:0.0282331930829,Dog:0.0158103170928):0.009799929945):0.00230973787325):0.000776261056706):0.00373454450763,(((Squirrel:0.0308077215728,Kangaroo_Rat:0.0589639209412):0.00619209953092,(Guinea_Pig:0.0942186076603,(Mouse:0.0241108358018,Rat:0.0233747471429):0.0515674199557):0.0035428674422):0.00563509848028,((Pika:0.0554972774064,Rabbit:0.016880714727):0.0234726673672,((Tree_Shrew:0.0476954964904,(Galagos:0.0332057742084,Mouse_Lemur:0.0220542882729):0.00411858127994):0.000744890771199,((Marmoset:0.0214966229665,(Macaque:0.0051521580986,((Human:0.000862738016202,(Chimpanzee:0.00129126997261,Gorilla:0.00435797403711):2.07245140107e-06):0.00141088772552,Orangutan:0.00511628437861):0.00420157951287):0.00493223131723):0.0165376201925,Tarsier:0.0319829377206):0.00431774659762):0.00182624092183):2.07245140107e-06):0.00363317769157):0.00499644096695,((Armadillos:0.0301906061445,Sloth:0.0186162120615):0.0117649253404,(Lesser_Hedgehog_Tenrec:0.0867950650764,(Elephant:0.0204531680532,Hyrax:0.0458744580015):0.00672595507855):0.0138080725274):2.07245140107e-06):0.0702183287647):0.0363183832527):0.152360214223);
+(Chicken:0.232673132266,((((((Megabat:0.0497369530509,((Alpaca:0.037447927225,((Dolphin:0.0183371624808,Cow:0.0369328457852):0.005776119737,Pig:0.0374378401324):0.00349062736132):0.00341143976313,(Shrew:0.149557828873,Hedgehog:0.0915161426491):0.0179727076503):0.00284937014544):0.000821654055315,(Horse:0.0321962990916,(Dog:0.0319401995054,Cat:0.0568054989246):0.0102944379951):0.00189545921007):1.7883017603e-06,Microbat:0.0593847746042):0.00495117065761,(((Hyrax:0.131286079113,(Elephant:0.0557233109513,Lesser_Hedgehog_Tenrec:0.116509869623):0.0141889981541):0.0152885343929,(Armadillos:0.0299938802802,Sloth:0.0204454399774):0.0234501794809):0.00385682659325,(((Guinea_Pig:0.125548727669,Squirrel:0.0684901969367):0.0259572464082,((Tree_Shrew:0.0798798159699,(Pika:0.0779575941497,Rabbit:0.0262240052763):0.0213470384366):0.00274474577762,((Rat:0.06394569229,Mouse:0.0282638398569):0.0876197323018,Kangaroo_Rat:0.0635279326809):0.00723821297289):0.00192492199924):1.7883017603e-06,((Tarsier:0.0396613720057,(Marmoset:0.0328015171712,(Macaque:0.0190722699948,(Orangutan:0.00733590492309,(Gorilla:0.00298148241831,(Human:0.0317996359856,Chimpanzee:0.00233114740423):0.000323651226906):0.00256085577998):0.0028231579384):0.0170539465947):0.0233441279791):0.00468910426879,(Galagos:0.037687945888,Mouse_Lemur:0.0339632859024):0.00845124055224):0.00324212162351):0.0115857852136):0.00437552722352):0.087927821124,(Wallaby:0.0392079918257,Opossum:0.0603562464985):0.0983599326834):0.0765817961546,Platypus:0.433783522822):0.232673132266);
+(Chicken:0.1164834768,(Platypus:0.319473277343,((((((((Microbat:0.0636070734218,Megabat:0.0522250798481):0.00733633261623,Horse:0.0316744355135):0.00111236699696,((Dog:0.0244219984615,Cat:0.0283773886655):0.0102043461638,(Pig:0.0456497807054,(Dolphin:0.0186398831,(Cow:0.04054788862,Alpaca:0.0426172517008):0.00214462068332):0.00507562251233):0.0200879479019):0.00263096345876):0.00129152235867,Hedgehog:0.102254964435):0.00423573109533,(Shrew:0.0861507683415,Kangaroo_Rat:0.153394728831):0.0181769661453):0.00987376207913,((((Tarsier:0.0533906212528,(Galagos:0.0756333830828,Mouse_Lemur:0.0569611191602):0.00327055369988):0.00588183806087,((((Gorilla:0.00440353333314,(Human:0.00320749293167,Chimpanzee:0.00147376397558):0.00221370597495):0.00205655503875,Orangutan:0.0115321865072):0.00770334475615,Macaque:0.0187530181976):0.00892125920655,Marmoset:0.0260602907361):0.0368402380632):0.00259568902688,Tree_Shrew:0.0725957339624):0.004425910576,((Pika:0.0513850755227,Rabbit:0.038224256463):0.0357007696932,((Elephant:0.0390416094431,Hyrax:0.0413255439146):0.00893417963552,Lesser_Hedgehog_Tenrec:0.129168957723):0.0240096825684):0.00165780701178):0.00400112015627):0.0048689107817,(((Rat:0.0392256598087,Mouse:0.0396710583577):0.0843572836571,Guinea_Pig:0.0795544315538):0.00647960963676,((Sloth:0.0658774894785,Armadillos:0.148646808005):0.0513933473446,Squirrel:0.0653624822555):0.0175309024296):0.00705326166403):0.0637438256931,(Opossum:0.0474265214446,Wallaby:0.057268926312):0.099577801466):0.0473034987192):0.1164834768);
+(Chicken:0.416544866642,(((Armadillos:0.0667848293103,Sloth:0.0506307749652):0.0353935374699,((Lesser_Hedgehog_Tenrec:0.177841108916,(Hyrax:0.115519184652,Elephant:0.0747888457023):0.0258125722872):0.0315356447344,((((Pika:0.116622957689,Rabbit:0.0728618739672):0.0455436651981,(((Kangaroo_Rat:0.130717294586,Guinea_Pig:0.137220977987):0.00625225382971,(Rat:0.0243058366129,Mouse:0.0461019176275):0.146872698118):0.00646092363669,Squirrel:0.103266112787):0.0202846672171):0.00762059064078,((Mouse_Lemur:0.0707300554574,Galagos:0.0745596386256):0.0241050131855,(((((Chimpanzee:0.00611733125672,(Gorilla:0.00463202612516,Human:0.00326890537255):1.26087736341e-06):0.00719323414348,Orangutan:0.00886657431557):0.00805904740673,Macaque:0.0158143383031):0.0113275950666,Marmoset:0.0365514330571):0.042459086114,(Tarsier:0.190488537278,Tree_Shrew:0.262738801029):0.118552127892):0.00508000118439):0.0100016245183):0.017171959216,((((Megabat:0.0645864045342,Microbat:0.103390489385):0.0145053707383,Horse:0.099596874885):0.00494889835912,((Alpaca:0.0705534428142,(Pig:0.0632757910299,(Dolphin:0.0462085061801,Cow:0.0779444777358):0.013044466407):0.00974027730253):0.0229996843232,(Cat:0.0534776887816,Dog:0.0580424386453):0.0337547104255):0.00387839785073):0.00559711929886,(Shrew:0.144388078037,Hedgehog:0.117212558236):0.0303190208387):0.00937283124577):0.0105893043683):0.00218182953827):0.0792143305303,(Platypus:0.419653682418,(Opossum:0.225929506829,Wallaby:0.118927730554):0.217595576811):0.0712771316343):0.416544866642);
+(Chicken:0.114816172763,(Platypus:0.091162492014,((Wallaby:0.044071329081,Opossum:0.0287554035585):0.0720017201251,(((Shrew:0.127789821492,(Armadillos:0.0333200432774,Sloth:0.026432171424):0.00982202308307):0.00660506434285,((((((((Mouse:0.0274920469068,Rat:0.0337675993066):0.0661117447218,Guinea_Pig:0.107044877478):0.0109925511057,Pika:0.0758804598095):0.0166732515763,Rabbit:0.0667530966107):0.0187378123255,Kangaroo_Rat:0.0637040268434):0.00908634265382,Squirrel:0.0582218443888):0.0061248765327,(Tarsier:0.039227717887,((Mouse_Lemur:0.0410691758536,Galagos:0.0571021154961):0.0116562701245,(Marmoset:0.0186516336377,(Macaque:0.00661776526617,(Orangutan:0.00409170251014,(Human:0.00157205148379,(Chimpanzee:2.17578947781e-06,Gorilla:2.17578947781e-06):0.000787547042436):0.0051421347528):0.0033168089233):0.00296544940172):0.0143673904713):0.00166072246079):0.00188341897345):0.00532447386173,((((((Tree_Shrew:0.152443935743,Alpaca:0.0663317971763):0.0354511350591,Dolphin:0.0333636419446):0.0146515520936,Cow:0.0422376601059):0.0405168295027,Pig:0.0501843449449):0.0208508130395,Hedgehog:0.0989725482438):0.0174555644435,((Microbat:0.052999737121,Megabat:0.0256903513318):0.0114950299336,(Horse:0.0509530555043,(Dog:0.0504585390034,Cat:0.0255128266331):0.00626390816683):0.000332122164445):0.00378172286618):0.00338926915897):0.00423142868442):0.00556541622085,(Lesser_Hedgehog_Tenrec:0.102581939194,(Hyrax:0.0541318442819,Elephant:0.0351523036473):0.0048624910204):0.00627364106384):0.0582219009556):0.0326178773167):0.114816172763);
+(Chicken:0.242626028241,((Wallaby:0.0511624498243,Opossum:0.0641132776086):0.142946543665,((((((Guinea_Pig:0.082117247371,Squirrel:0.0588217003807):0.0107555798924,((Mouse:0.0346762986942,Rat:0.0475174384846):0.0889661689834,Kangaroo_Rat:0.0911117018445):0.00818923207055):0.0168726699851,(Pika:0.0841351140218,Rabbit:0.0924261339422):0.0382543999973):0.0151535055693,(Tree_Shrew:0.090385455869,(((((((Chimpanzee:0.00310401604417,Human:0.00153436531775):0.000524387280656,Gorilla:0.00357758008957):0.0041286020999,Orangutan:0.0145476114004):0.00419982065536,Macaque:0.0524303483966):0.00957538302391,Marmoset:0.0277047847893):0.0223600728122,Tarsier:0.0769523012639):0.00760999191226,(Galagos:0.0654624331209,Mouse_Lemur:0.0382404944951):0.0141158718099):0.00449076396384):0.000291833025198):0.0083099993105,(((Horse:0.053632235222,(Megabat:0.0532338663344,Microbat:0.0873176963938):0.0160499642423):0.00198867344994,((Hedgehog:0.108053719783,(Cat:0.0403254582441,Dog:0.0672236981777):0.0238660699155):0.0107810545405,(Shrew:0.184004149914,((Cow:0.0571326972517,(Dolphin:0.0414527349251,Pig:0.0642826778631):0.00517205915875):0.00310522188047,Alpaca:0.0411435646598):0.012715396341):0.0127623446762):0.00388916952792):0.0192511681918,((Hyrax:0.0849183747365,(Elephant:0.032941108713,Lesser_Hedgehog_Tenrec:0.163384225136):0.019989313636):0.0947919689174,(Armadillos:0.049821434042,Sloth:0.0419856905464):0.0331014913796):0.0106491395374):0.00543122824785):0.0509792359404,Platypus:0.615546901106):0.100111126536):0.242626028241);
+(Chicken:0.210276078956,(Platypus:0.264663818359,((((((Tree_Shrew:0.0850507521545,((Pika:0.0746099636905,Rabbit:0.035795367736):0.0412741430521,((Marmoset:0.0407688905834,(Macaque:0.0832660038865,(Orangutan:0.0103677620033,((Human:0.00324761401461,Chimpanzee:0.00624971891028):0.000527761107288,Gorilla:0.0113894990855):0.00350918972044):0.00897834505113):0.0147857356295):0.0264179580821,(Tarsier:0.0541621347629,(Mouse_Lemur:0.0389032743456,Galagos:0.0581188885603):0.0238563241786):0.00293342487131):0.00490824654943):0.00264333007612):0.00112607368777,(Squirrel:0.0625215597978,(Kangaroo_Rat:0.144242206552,(Guinea_Pig:0.109828054681,(Mouse:0.151922781335,Rat:0.0633267611126):0.0882133864515):0.0111163030811):0.00611402976134):0.0182127388996):0.0119781793588,((((Dog:0.0542115558362,Cat:0.0462047668694):0.030049241903,(Microbat:0.0594876987928,Megabat:0.0589139629263):0.00563883035948):0.0033930366185,((Alpaca:0.0654705286275,((Dolphin:0.0470154090164,Cow:0.0645402805811):0.00839830598559,Pig:0.0768085093131):0.00739893916332):0.0289442481244,Horse:0.0520963864124):0.00285813124534):0.00212970308052,(Shrew:0.185096526033,Hedgehog:0.110039406408):0.0513250919487):0.0183067930333):0.0120094633298,(Sloth:0.0782325438049,Armadillos:0.106244847203):0.0241005441047):0.00192449250945,(Lesser_Hedgehog_Tenrec:0.138532859642,(Hyrax:0.0768804840719,Elephant:0.0493286658505):0.0124253651542):0.0188782984199):0.0811114438052,(Opossum:0.0650266579806,Wallaby:0.049231907989):0.151995603266):0.056456196284):0.210276078956);
+(Chicken:0.209069079964,(Platypus:0.11588695601,((Wallaby:0.0741233526254,Opossum:0.0747430453615):0.111385609802,((((Tree_Shrew:0.0551789681383,((Pika:0.0591280877661,Rabbit:0.0386172511923):0.0309654123863,(Squirrel:0.0396215152068,((Guinea_Pig:0.0728050950731,(Rat:0.0216037923016,Mouse:0.0206589532222):0.0423218273917):0.00565411800958,Kangaroo_Rat:0.0597728404701):0.00313882225513):0.00938137310176):0.00573889938813):0.00234059961654,((Tarsier:0.0284546092485,(Marmoset:0.0206318139395,(Macaque:0.0548216932165,(Orangutan:0.00417441328378,(Gorilla:0.00376662688246,(Chimpanzee:0.00258345052378,Human:2.06844671381e-06):2.06844671381e-06):0.00622383333222):0.00355463932508):0.00223902247381):0.0186033753254):0.00671824549319,(Mouse_Lemur:0.0475266309761,Galagos:0.0395964111192):0.0135776665134):0.00368204674614):0.00498996717191,(((Microbat:0.0769673041904,((Shrew:0.0550313065518,Hedgehog:0.156177693433):0.0110434368018,(Alpaca:0.042389033071,(Dolphin:0.024176875088,(Cow:0.0470459848477,Pig:0.0632446804018):0.00032897111332):0.00856172068945):0.0131803810614):0.00225313364333):0.0013415930219,(Megabat:0.0454111702284,(Cat:0.0184786456799,Dog:0.0183673902942):0.0190521503274):0.000717217250176):0.00268325184255,Horse:0.0275832608763):0.00431085089129):0.00356930536471,((Lesser_Hedgehog_Tenrec:0.0783471267031,(Elephant:0.0443106811034,Hyrax:0.0571760728424):0.00462358101898):0.0055445087023,(Sloth:0.0473168170824,Armadillos:0.029146548255):0.0127615942169):0.00548891476757):0.092578911978):0.0834467305276):0.209069079964);
+(Chicken:0.176352977182,((((Lesser_Hedgehog_Tenrec:0.161525898383,(Elephant:0.0488415183781,Hyrax:0.0995823673482):0.00655608965303):0.0178632547,((Armadillos:0.0477257550782,Sloth:0.0467899221421):0.0244130904601,((Tree_Shrew:0.0723351157672,(((Pika:0.0856975980604,Rabbit:0.0494732051593):0.0597381931216,(Squirrel:0.064100510369,(Guinea_Pig:0.0775981050636,(Kangaroo_Rat:0.0815928891741,(Rat:0.0406494773339,Mouse:0.041776717603):0.0979514902768):0.0291361026971):0.0104622843372):0.0111163561218):0.0135295532347,((Tarsier:0.0412963539788,(Marmoset:0.0194447227105,(Macaque:0.0112630586756,(Orangutan:0.00923296616753,((Human:0.00358686407318,Chimpanzee:0.000889317904474):0.000857905812574,Gorilla:0.00285350062802):0.00166389944554):0.0041330728038):0.00515313011747):0.0241669616296):0.00624455822535,(Galagos:0.0641521573974,Mouse_Lemur:0.0390144402578):0.0101665526114):0.00850711357314):0.00294055684167):0.00493474779376,(Hedgehog:0.101246499389,((Horse:0.0485504804218,(Shrew:0.134584155995,(Microbat:0.0855827106194,Megabat:0.0489582014475):0.0110098325646):0.00213136249213):0.00318509464466,((Alpaca:0.0611190450924,((Cow:0.0545080608321,Dolphin:0.0212366984186):0.00586828497586,Pig:0.0431227071567):0.00279194192268):0.0114823377403,(Dog:0.0408137188326,Cat:0.0599380650425):0.0183482226457):0.00583378993045):0.0028399486795):0.00815644489032):0.0107055994078):0.00150153308741):0.126785799354,(Wallaby:0.0479174746032,Opossum:0.0335808623385):0.0884246981147):0.0644294785674,Platypus:0.123533370191):0.176352977182);
+(Chicken:0.166831064869,(Platypus:0.180365710288,((Sloth:0.0608256263708,(((((Rabbit:0.0836836856939,Pika:0.153030952887):0.0785199751045,(((Guinea_Pig:0.122436515013,Kangaroo_Rat:0.188652053207):0.00774515253383,Squirrel:0.085041183569):0.00234556577437,(Tree_Shrew:0.214672125476,(Rat:0.120158544286,Mouse:0.0555461228736):0.138724791464):0.0121690293784):0.00598159281009):0.00699519054814,(Tarsier:0.213106541098,((Mouse_Lemur:0.03879625455,Galagos:0.0659507992323):0.0185931882218,(Marmoset:0.0254170973798,(Macaque:0.0169453573662,(((Human:0.00267956009003,Chimpanzee:0.00374348486429):0.00137762923452,Gorilla:0.00445345093679):0.00888872515237,Orangutan:0.01183232596):0.00242728237736):0.00701782267761):0.0338241149683):0.00140227214613):0.00662771208298):0.0128861058992,((Hedgehog:0.124151852782,Shrew:0.153524012577):0.0284210808131,((Alpaca:0.105439043136,((Cow:0.0498524786561,Pig:0.0472880079587):0.00496003818442,Dolphin:0.0789075239909):0.0198160292835):0.0274070725843,(((Dog:0.0728382407067,Cat:0.0552188302695):0.0280543650895,(Microbat:0.127858455182,Megabat:0.0489792311508):0.0135142962201):0.00394794215313,Horse:0.0567375414745):0.00250415337765):0.00599530356744):0.00600986828151):0.00731144778564,(Armadillos:0.245425838077,(Lesser_Hedgehog_Tenrec:0.185434874271,(Elephant:0.0417235213359,Hyrax:0.0995913673145):0.007388890876):0.0220426112659):0.00124245238482):0.016497157596):0.142258954226,(Opossum:0.0559056606673,Wallaby:0.0874398870453):0.0740974384273):0.0372541421677):0.166831064869);
+(Chicken:0.164890664258,(Platypus:0.374172135531,(((Armadillos:0.0511219683757,Sloth:0.064071423099):0.0193293207009,((Lesser_Hedgehog_Tenrec:0.172680231636,(Elephant:0.0390767405122,Hyrax:0.0731509426826):0.0125460720145):0.0266977289782,((((Tarsier:0.0695220943601,(Marmoset:0.040164386012,(Macaque:0.0158956548354,(Orangutan:0.011392513914,(Gorilla:0.00457244956919,(Chimpanzee:0.0040889185911,Human:0.00143865398753):0.00150587875709):0.00717510965542):0.00549974974722):0.0087368340032):0.0251159846792):0.00752423950523,(Galagos:0.0590244371373,Mouse_Lemur:0.0466847900428):0.0230610686867):0.00885828471717,(Tree_Shrew:0.0896180766805,((Squirrel:0.083200316882,((Kangaroo_Rat:0.10767159914,(Mouse:0.0404821613741,Rat:0.0305869008016):0.104020687779):0.00768524196277,Guinea_Pig:0.124044082807):0.00328421700292):0.0118729186476,(Rabbit:0.0777517809311,Pika:0.102349104849):0.0451327925751):0.00982669066965):0.00196939913673):0.00854941794683,((Horse:0.0428186357278,((Megabat:0.0534274445464,Microbat:0.143907865761):0.00994048873878,(Dog:0.0714656593636,Cat:0.0422126398446):0.0196853328386):0.00183889538888):0.00299616319145,((Shrew:0.372307621965,Hedgehog:0.380662632616):0.031910120693,((Cow:0.057250583224,Dolphin:0.0446178653789):0.00893359281773,(Alpaca:0.0451635423648,Pig:0.0604731788597):0.00382269876279):0.0160693688934):0.00659136235479):0.0185847652621):0.0165062432692):0.0100098146628):0.105480798176,(Opossum:0.0426863058624,Wallaby:0.069715526739):0.135193918857):0.0335823831477):0.164890664258);
+(Chicken:0.0587978186313,((((Squirrel:0.0297764997417,(Rat:0.0243189342652,Mouse:0.0117144396622):0.0567849723777):0.00242815339563,(((((Guinea_Pig:0.0700132897294,Kangaroo_Rat:0.09872542836):0.0127670595167,(Pika:0.0377268324607,Rabbit:0.0150405864766):0.0170514588097):0.00336512083012,((Galagos:0.0283150292117,Mouse_Lemur:0.0108390001299):0.00801364477573,(Marmoset:0.0143981851918,(Macaque:0.00502485968471,(((Orangutan:0.00674505356349,Human:0.00336990466461):1.29563832285e-06,Chimpanzee:1.29563832285e-06):1.29563832285e-06,Gorilla:0.00336217073514):0.0017325377564):0.00262519993407):0.0126357544443):0.00564679323997):1.29563832285e-06,(Cat:0.0193568556366,((Megabat:0.00848281577196,Shrew:0.0549566977014):0.00868230572993,(((((Hyrax:0.0293335242588,Elephant:0.0208780323808):0.0169253327265,Lesser_Hedgehog_Tenrec:0.04048410476):0.00521761896752,(Tarsier:0.0379928148108,Dog:0.0125837781482):0.00817159862579):1.29563832285e-06,((Sloth:0.0216095594659,Armadillos:0.024836348105):0.01209696499,((Hedgehog:0.17826066084,Microbat:0.0127538534598):0.0230771509648,Horse:0.0144851961218):0.00746597074653):1.29563832285e-06):0.00189202604711,(Pig:0.0159921685871,(Alpaca:0.0148886979099,(Cow:0.0247730501738,Dolphin:0.0437033498161):0.00426584610454):0.0028275458936):0.0102717074923):0.00150911176295):1.29563832285e-06):0.0033850721382):0.00206813660696,Tree_Shrew:0.053757005995):0.00666071717416):0.0299900858029,(Wallaby:0.0102139259846,Opossum:0.0170073985957):0.0315160115528):0.00966505287099,Platypus:0.0407328442294):0.0587978186313);
+(Chicken:0.134765749084,(((((Hyrax:0.0349046277894,Elephant:0.0322906372542):0.00765153833292,Lesser_Hedgehog_Tenrec:0.0707685748458):0.01582877137,((Shrew:0.0815644439457,((Sloth:0.0375377633677,Armadillos:0.0383414474595):0.0188531495633,(Hedgehog:0.0773738109971,((Microbat:0.0269551578851,Megabat:0.0337839071347):0.0111809218934,((Cat:0.0233240374209,Dog:0.0305542629617):0.00856720937984,((Alpaca:0.0443374777525,(Dolphin:0.0184102290104,(Cow:0.0288427296982,Pig:0.0326569139316):0.00405731788941):0.00395750240336):0.00353319179318,Horse:0.047240745265):0.00218978465956):1.96447590468e-06):0.00222497033706):0.00118409830776):0.00322529454147):1.96447590468e-06,((Tree_Shrew:0.0423253063398,Tarsier:0.0306651439108):0.00398949137048,((Marmoset:0.0228434434371,(Macaque:0.0188482318741,(Orangutan:0.00323651509233,(Gorilla:0.00447517690969,(Chimpanzee:0.00105623196561,Human:0.00211754881693):1.96447590468e-06):0.00316113778731):0.00574750063826):0.00732502989067):0.0202079525006,((Galagos:0.0418659168861,Mouse_Lemur:0.0272533522487):0.0140588980852,((Squirrel:0.0269898856105,(Kangaroo_Rat:0.0718301300914,(Rat:0.0180982172699,Mouse:0.0248939258759):0.0514921249274):0.0106228111839):0.00809344869906,(Guinea_Pig:0.0561852409671,(Pika:0.0371842727938,Rabbit:0.0330510461308):0.0214031802599):0.0014945173539):0.007494462046):0.00169713428775):0.00150380061896):0.00140084638523):0.00790816275548):0.0453240217867,(Wallaby:0.0239580838537,Opossum:0.0662441817736):0.128550926166):0.0429345147201,Platypus:0.140141953976):0.134765749084);
+(Chicken:0.404594097377,(Platypus:0.266737198981,((((Sloth:0.0566440059052,Armadillos:0.0544756714118):0.0245658886283,(((((Alpaca:0.0632487046727,(Pig:0.0779161997307,(Cow:0.0752043236636,Dolphin:0.0537899156698):0.00811989136899):0.0062910336057):0.0172528811786,Horse:0.0732200549468):0.00577842512239,((Cat:0.065135441813,Dog:0.0643653409464):0.0273091793645,(Shrew:0.208923200781,Hedgehog:0.123018516042):0.0432791692169):0.00523633030521):0.0029226237607,(Megabat:0.0778327520062,Microbat:0.0785406897382):0.0189293454781):0.00879444611626,((((Pika:0.108752330287,Rabbit:0.0585596377084):0.0583873617558,(Guinea_Pig:0.137300389628,((Kangaroo_Rat:0.110773314519,(Mouse:0.0390650502259,Rat:0.0442778797484):0.114232118533):0.0239401334047,Squirrel:0.116490421605):0.0134515810739):0.0124320504669):0.0168968314904,((Galagos:0.0751870287443,Mouse_Lemur:0.135585591187):0.023534253928,(Tarsier:0.0823817776886,(Marmoset:0.0465659709841,(Macaque:0.0181051310708,(Orangutan:0.0144437250863,(Gorilla:0.00477708277655,(Human:0.00302003938051,Chimpanzee:0.00669778574039):0.00248127805803):0.00517410242918):0.00430011344414):0.0235145248296):0.0334676709767):0.00950221950884):0.011218735024):0.00486704344204,Tree_Shrew:0.0766882015608):0.00613033240264):0.0123265152456):0.0188688395302,((Hyrax:0.11365673435,Elephant:0.0366589132748):0.0174661623352,Lesser_Hedgehog_Tenrec:0.139912357433):0.0106378569283):0.159200732214,(Opossum:0.108519310234,Wallaby:0.093816551541):0.27543971307):0.0754661410402):0.404594097377);
+(Chicken:0.0850918828908,(Platypus:0.186251154083,((Wallaby:0.0225693507812,Opossum:0.0688414831178):0.061720040325,(((Elephant:0.0281625915172,(Lesser_Hedgehog_Tenrec:0.0598660041206,Hyrax:0.0385050653878):0.00318385555666):0.0111027147741,(((Megabat:0.0525472037329,Microbat:0.0444146599065):0.0139412715492,(((Alpaca:0.0325511919621,(Pig:0.0251345418812,(Cow:0.203595124587,Dolphin:0.0189710812652):0.00225129357577):0.00310320981891):0.00931246610433,(Cat:0.0398601643007,Dog:0.0203019888861):0.0154241584552):0.0024175301113,((Hedgehog:0.045225651078,Shrew:0.0913469801653):0.0245253255615,Horse:0.0368978862807):0.00393773392184):1.97658884694e-06):0.0106235849101,(((Tarsier:0.0577730821906,(Marmoset:0.0385658593522,((Orangutan:0.00337317392719,((Chimpanzee:0.00279450126998,Human:0.00166234403836):1.97658884694e-06,Gorilla:0.00174455459301):0.00220416292644):0.003465337111,Macaque:0.00785516528556):0.0015869935647):0.0127694912658):0.00485665927809,(Mouse_Lemur:0.0165942587854,Galagos:0.0412749799357):0.00716070262539):0.00319672918506,(Tree_Shrew:0.0347962405663,(((Pika:0.0668578861895,Rabbit:0.0321580725515):0.0331593696072,Squirrel:0.0357661172923):0.00258787758253,(Guinea_Pig:0.0505691208733,(Kangaroo_Rat:0.130487625943,(Rat:0.104876647692,Mouse:0.0248048086597):0.0528740056041):0.0202827859569):0.00721903099663):0.00476500659134):0.00186678569076):0.00831056940106):0.00543558243746):0.00149034833657,(Armadillos:0.0443693765208,Sloth:0.0344490486295):0.014437957157):0.0911555519529):0.0417059693294):0.0850918828908);
+(Chicken:0.267747814034,(Platypus:0.165076781264,((((Sloth:0.0511937568387,Armadillos:0.146852052258):0.0367710384273,((Hyrax:0.118929883904,Elephant:0.0363738537021):0.0146349219609,Lesser_Hedgehog_Tenrec:0.149461385691):0.0405920201685):0.00595340553605,(((Alpaca:0.0553895257122,((Cow:0.0663924534002,Dolphin:0.0533134616851):0.00541102539374,Pig:0.0776685314036):0.00397683036566):0.0248139500165,((Horse:0.0812008227023,(Megabat:0.0583752766366,Microbat:0.10659581917):0.00917580407759):0.00425381863947,(Dog:0.0602082892885,Cat:0.0446744795719):0.0271923533143):0.00244529754216):0.0071757939934,((Tree_Shrew:0.0939576490346,(((Tarsier:0.0721922392928,(Marmoset:0.041655273225,(Macaque:0.0184226363887,(((Chimpanzee:0.00463785175085,Gorilla:0.00509268321417):0.001148741697,Human:0.00360104049565):0.00221769293663,Orangutan:0.0113886140752):0.0128024224557):0.00736393331038):0.0298666766606):0.00669647406627,(Galagos:0.0674192772472,Mouse_Lemur:0.0483993758984):0.0179280303229):0.00974492138433,((Pika:0.0980137926769,Rabbit:0.0589750870545):0.0522562666892,(Guinea_Pig:0.148589091673,(((Mouse:0.0601187472674,Rat:0.0436888306559):0.170386612509,Kangaroo_Rat:0.174651866427):0.011902144666,Squirrel:0.14832249654):0.00813107099311):0.0110908594847):0.00715071707613):0.00124710924005):0.00550497557478,(Hedgehog:0.141613522211,Shrew:0.185325059811):0.0296461329672):0.00172950778639):0.0115183413647):0.118440615607,(Opossum:0.0539664339602,Wallaby:0.0379637640473):0.123899417774):0.0625862988759):0.267747814034);
+(Chicken:0.262016396943,(Platypus:0.180043503605,((Wallaby:0.0733275594868,Opossum:0.103161008748):0.166496314475,(((((((Dog:0.0752937039417,Cat:0.0550177393013):0.0338552923878,(((Microbat:0.123340667767,Shrew:0.226636613022):0.0222108668373,(Alpaca:0.0894910100152,(Pig:0.0801402627512,(Cow:0.0585677570592,Dolphin:0.0468901575466):0.0106670989213):0.00618909108583):0.0223408526117):0.00945192575064,Megabat:0.0797220790045):0.00228775204459):0.00185037220339,Hedgehog:0.259230834462):0.00404993739603,Horse:0.0629379839125):0.00931280398771,((Tree_Shrew:0.0916878553623,((Tarsier:0.0641905861875,((Macaque:0.0251803985424,(Human:0.00686301068088,(Orangutan:0.0124178409558,(Chimpanzee:0.00325378749483,Gorilla:0.0060463075552):0.000403987174929):0.00499983850658):0.00799098432317):0.0108655171382,Marmoset:0.03025371497):0.03750843327):0.00235096149701,(Galagos:0.0707330461264,Mouse_Lemur:0.0544652652167):0.0190315003614):0.00476756959092):0.00485087570102,(((Guinea_Pig:0.171843593823,Squirrel:0.117911870588):0.00421655932509,((Rat:0.0388583116423,Mouse:0.0424764580938):0.133150133834,Kangaroo_Rat:0.126493299286):0.0154791590703):0.0165735794858,(Rabbit:0.0739313272527,Pika:0.0974545018998):0.065982640675):0.00434095070305):0.0117494226454):0.0089878342802,(Lesser_Hedgehog_Tenrec:0.184797353033,(Hyrax:0.0859810553159,Elephant:0.0541681086779):0.0169916385584):0.0266902845666):0.00536117843539,(Armadillos:0.0799962393459,Sloth:0.058383290101):0.0258712174573):0.118433666356):0.0650066289163):0.262016396943);
+(Chicken:0.168123562188,(Platypus:0.126825368403,(((Sloth:0.0347613251039,Armadillos:0.0202031345615):0.0128269822868,(((Hyrax:0.0414667506443,Elephant:0.0455728706329):0.00724558374826,Lesser_Hedgehog_Tenrec:0.0599638621141):0.0140693115275,(((Tarsier:0.0616165619208,(Marmoset:0.0171433898277,(Macaque:0.0132232500826,(Orangutan:0.00527324100687,(Chimpanzee:0.000574199299253,(Gorilla:0.00312812491334,Human:0.00141821373901):0.00041450451203):0.0015462581668):0.00274694740687):0.00569231475033):0.0140478535808):0.00372751777835,(((Guinea_Pig:0.070231237547,Tree_Shrew:0.0555518251083):0.00713225219612,((Kangaroo_Rat:0.0471693320636,(Mouse:0.0218665454793,Rat:0.0270962303141):0.0480245653227):0.0064424300143,((Pika:0.0541763414461,Rabbit:0.0328164708889):0.0256786027726,Squirrel:0.0509078370549):0.00193546038815):0.0022763547759):0.000992876959108,(Galagos:0.0382801028194,Mouse_Lemur:0.0286852632211):0.00799108417281):2.20634100006e-06):0.00710704375711,((Horse:0.0319741034687,((Microbat:0.0360021022448,Megabat:0.0243847929384):0.00598420141838,(Dog:0.0221432885327,Cat:0.0194333169566):0.0118700976905):0.000235774373326):0.00167456891895,((Hedgehog:0.0573403094595,Shrew:0.106384099009):0.01200686502,(Pig:0.0402724756351,(Alpaca:0.119115773807,(Cow:0.0511184877135,Dolphin:0.0210542167685):0.00327790465332):0.00506842017134):0.0223052779887):0.00296982506706):0.00588891056966):0.0061691576938):0.00364940210728):0.0662350236166,(Opossum:0.0158003395637,Wallaby:0.148166672083):0.0757380135808):0.0273260935439):0.168123562188);
+(Chicken:0.268668462991,(Platypus:0.0432478683858,((Wallaby:0.0652419376839,Opossum:0.0271217903145):0.0640198165424,(((((Shrew:0.0755515212137,Hedgehog:0.0694329361355):0.0134068060153,((((Microbat:0.033095722499,Megabat:0.0230366265598):0.00336173890887,Horse:0.0185472431696):0.00203366635514,((Pig:0.0330271794627,(Dolphin:0.0138120819009,Cow:0.0283869808363):0.00149199482049):0.00338721265534,Alpaca:0.026586751221):0.00574382904534):2.20966291492e-06,(Dog:0.0174282179408,Cat:0.0232102089754):0.0159103176572):0.00331562927155):0.00283113777495,((((Guinea_Pig:0.0459549845845,((Mouse:0.0284545262209,Rat:0.0226917245054):0.0588298339865,Kangaroo_Rat:0.0536673159638):0.0102488856787):0.00374263711235,Squirrel:0.0417049660036):0.00165126593089,(Pika:0.0627707675054,Rabbit:0.026482675597):0.0249313886294):0.00387937829716,((Galagos:0.0288200347285,Mouse_Lemur:0.0169676107551):0.00844030648731,((Tarsier:0.0448842661659,(Marmoset:0.0140749748393,(Macaque:0.00628815325139,(((Human:0.00297071000556,Chimpanzee:0.00177537164836):0.00200605592282,Gorilla:0.00808312829344):0.0030512305921,Orangutan:0.000809156729621):0.00442671546681):0.00660712852944):0.0128649359613):0.000665700478358,Tree_Shrew:0.0595785598718):0.000754734825434):0.00205118770136):0.0042818043706):0.00495331442223,(Lesser_Hedgehog_Tenrec:0.0697096075707,(Elephant:0.0278263806837,Hyrax:0.0467572851242):0.00787215651575):0.0155933323813):0.00208804621796,(Sloth:0.0326268712228,Armadillos:0.02894895517):0.00773547350978):0.0951840136086):0.114588434116):0.268668462991);
+(Chicken:0.130877542799,(Platypus:0.24055306844,((Wallaby:0.0278574330951,Opossum:0.0321397043034):0.0819762003599,(((Elephant:0.0196371451042,Hyrax:0.0512025010444):0.0130846547969,Lesser_Hedgehog_Tenrec:0.0952348489482):0.0315087241261,(((((Marmoset:0.0228792693456,(((Human:0.0191435846016,Orangutan:0.0325548142321):0.0189682663612,(Gorilla:0.00189667135181,Chimpanzee:0.00168916662951):0.00230689498943):0.00416251818743,Macaque:0.0137031689176):0.0045124285217):0.0218649991218,(Tarsier:0.0537151002067,(Mouse_Lemur:0.0354106191948,(((Kangaroo_Rat:0.112365154186,(Microbat:0.134290415861,Megabat:0.052397066255):0.0765267681588):0.0248617039651,Galagos:0.0507648210363):0.0207089566475,Tree_Shrew:0.066648755612):0.0364985164005):0.00397720086877):0.00985969800109):0.00506986799995,((Pika:0.0362847674288,Rabbit:0.0372979922381):0.0137775526022,((Guinea_Pig:0.0964303386594,(Rat:0.0242809396735,Mouse:0.0292544828442):0.0772790759089):0.0282179825882,Squirrel:0.0426706493829):0.0044067525832):0.00658790813105):0.00808655850359,((Horse:0.046595403756,(Cat:0.0125781026418,Dog:0.0212254902633):0.00878755448826):0.00455349587162,((Hedgehog:0.0688964915054,Shrew:0.15004225791):0.0159186468722,(Alpaca:0.0536962022111,(Dolphin:0.018006589823,(Cow:0.0353959357712,Pig:0.0456644562388):0.00339571695513):0.0136003074606):0.0122482070647):0.00544711236486):0.0163491544969):0.0105499460988,(Sloth:0.0513831518883,Armadillos:0.060989814986):0.0371666969246):0.0045663827802):0.0790699634409):0.0427395439455):0.130877542799);
+(Chicken:0.336004523186,(Platypus:0.356113381101,(((Guinea_Pig:0.303161593462,Lesser_Hedgehog_Tenrec:0.146740574308):0.064500117965,(Tarsier:0.117977037442,(((Squirrel:0.175692734395,((((Mouse_Lemur:0.065174738734,Galagos:0.134653942425):0.0291808003542,((Macaque:0.284393220811,(Human:0.0375094994727,(Gorilla:0.0252362283464,(Orangutan:0.0160414701561,Chimpanzee:0.00632741017436):1.48406780615e-06):0.0210441831065):0.0298961275808):0.0148209405442,Marmoset:0.0755234560502):0.0818290755548):0.0241768606461,Tree_Shrew:0.142248380484):0.0126040202485,((Hedgehog:0.142099849219,((Microbat:0.111634905149,Megabat:0.0850629198113):0.0167148488836,(((Dog:0.0664645264641,Cat:0.0975082544312):0.03025507932,Horse:0.0617169361512):0.00749071323442,((Alpaca:0.098689298336,(Pig:0.079119351928,(Cow:0.0727470055798,Dolphin:0.0611814052442):0.0138898071162):0.0142893003907):0.0284669876465,Shrew:0.18922195457):0.00307499989198):0.00661701757795):0.0150344213709):0.0116574223731,((Armadillos:0.103364387664,Sloth:0.0708771424295):0.0506656757155,(Elephant:0.0528656977824,Hyrax:0.11035648751):0.0897693325358):0.0181433095116):0.0170450346602):0.0231817824345):0.0149766393075,(Kangaroo_Rat:0.207519129945,(Rat:0.066945303678,Mouse:0.0623625940894):0.160669295099):0.00582550449834):0.0207430666791,(Pika:0.164958713843,Rabbit:0.129820472902):0.100373676152):0.0301398408418):0.0110413043977):0.0692441796479,(Opossum:0.162863442756,Wallaby:0.0602754327385):0.290901301835):0.137013600716):0.336004523186);
+(Chicken:0.104324232429,(Platypus:0.137213402695,((Wallaby:0.0614342138361,Opossum:0.0244422411605):0.0792684502742,((((((Squirrel:0.0376926006514,Pika:0.0724228300116):0.0111273556304,Guinea_Pig:0.0700409359208):0.0044377528436,((Mouse:0.0410053440177,Rat:0.0346411167284):0.0657063685553,Kangaroo_Rat:0.0694365169392):0.00374741798026):0.0086144813556,(((Macaque:0.00827131994147,(Orangutan:0.00971720338556,(Gorilla:0.00571234729802,(Chimpanzee:9.55765504404e-05,Human:0.0385313025928):0.00138358722077):0.00337975816019):0.00214489027922):0.00956610447913,Marmoset:0.0196255199623):0.0210486212721,Rabbit:0.051343448135):0.000749469572814):0.00199805370369,((((Pig:0.104809891822,(Dolphin:0.0356473311584,(Alpaca:0.0505200018426,Cow:0.0380343419481):0.0469994279678):0.0170875817626):0.0244812014686,(Galagos:0.103144295596,Shrew:0.0570413079674):0.00807866865896):0.0159451114009,((Horse:0.0244457087549,(Dog:0.0226934078171,Cat:0.0314600298536):0.0100194349668):0.00302891876336,((Microbat:0.0780616541179,Megabat:0.0306620966035):0.0151912258727,Hedgehog:0.0738760668789):0.00121858939601):0.002600041344):0.00234807944526,((Lesser_Hedgehog_Tenrec:0.0659368947763,(Elephant:0.0329510947063,Hyrax:0.0524443832021):0.00746939404596):0.0148083947935,(Armadillos:0.0545230250254,Sloth:0.0315622126175):0.0172430463519):0.00869525972047):0.00469746718799):0.0046364345146,(Tree_Shrew:0.0455481524433,(Mouse_Lemur:0.0760184318979,Tarsier:0.0710483629817):0.0185171312643):0.00607026102711):0.0578917840888):0.0829391005524):0.104324232429);
+(Chicken:0.0642007877352,(Platypus:0.159972679665,(((((((Elephant:0.0384998297867,(Hyrax:0.0363004708677,Lesser_Hedgehog_Tenrec:0.0962688389382):0.00457853708284):0.0203263579973,(Sloth:0.0299533599586,Armadillos:0.0314925170465):0.00674019273829):0.00478241965283,((Galagos:0.0948819971909,(Tarsier:0.113995237051,Mouse_Lemur:0.0340548543683):0.011809091982):0.00775758286427,(Marmoset:0.0266264892793,((Human:0.00133563116828,(Chimpanzee:2.41385932334e-06,Gorilla:0.00289764902115):0.00044405719748):0.00138319899246,(Orangutan:0.00799389862062,Macaque:0.117579971563):0.00316148705682):0.00763756821976):0.00886315610157):0.00674352840277):0.00350091831681,(((Guinea_Pig:0.039538348606,(Mouse:0.0235987729903,Rat:0.0200272457586):0.0560340191404):0.00566329177411,(Kangaroo_Rat:0.057697217114,Squirrel:0.0405497701764):0.000421251298653):0.00294312069897,(Rabbit:0.033188296256,Pika:0.0551311803795):0.016375857325):0.00170260712431):2.41385932334e-06,(((Pig:0.0533390655217,(Cow:0.106364990476,Alpaca:0.239906521995):0.0278879201156):0.0257530475438,Dolphin:0.0452595705763):0.0840185700482,(((Horse:0.0269558799203,(Microbat:0.0463907932886,Megabat:0.0276736504466):0.0052803209735):0.00121390310437,(Cat:0.0171903372984,Dog:0.0238860375998):0.0132633832709):0.00230977761022,(Shrew:0.0460632570069,Hedgehog:0.0788143970146):0.00538363055314):0.000758211922025):0.00379055426295):0.00515261710159,Tree_Shrew:0.0463689318976):0.0660950172613,(Opossum:0.0304611707751,Wallaby:0.0270352724324):0.0440178999367):0.0213848383456):0.0642007877352);
+(Chicken:0.0284382950085,(((((Horse:0.00659090014336,((Shrew:0.0602646651112,Microbat:0.0397677076557):1.09771593444e-06,((Pig:0.00628582177599,((Cow:0.027685964838,Alpaca:0.00678978031345):0.00387729958664,Dolphin:0.0228959312882):0.00124793982577):0.00632046033693,(Cat:0.0411145557012,Dog:0.00708136158384):0.0186666431377):0.00271131693755):0.00210622240848):0.00796993114456,(((((Rabbit:0.0111626596768,Tarsier:0.0136688047034):0.00319716746658,(((Macaque:0.00128093371192,(Chimpanzee:1.09771593444e-06,(Orangutan:0.00515281687365,(Gorilla:1.09771593444e-06,Human:0.00850097413848):1.09771593444e-06):1.09771593444e-06):1.09771593444e-06):0.00228241800288,Marmoset:0.0169196727637):0.00686216201882,(Mouse_Lemur:1.09771593444e-06,Galagos:0.0163544171597):0.0125186589848):0.00355320196461):0.00170337516404,((Kangaroo_Rat:0.0278533507461,(Rat:0.0162590068127,Mouse:0.00915272727581):0.0531667190173):0.00330383611251,(Pika:0.0452688713556,Guinea_Pig:0.130785216501):0.00583339805538):0.00267051781722):1.09771593444e-06,(Tree_Shrew:0.0278295360343,Squirrel:1.09771593444e-06):0.0193463458711):0.00127367983462,(Elephant:0.0477092898934,(Megabat:0.0843124199326,((Lesser_Hedgehog_Tenrec:0.0621104996931,Hyrax:0.0799532727173):0.0200765055887,Hedgehog:0.0480478932273):0.0203225242669):0.0180109373799):0.0085756711957):0.00134246750329):0.0109632966005,(Armadillos:0.0152446697013,Sloth:0.0140937505958):0.00330918052129):0.0196392251682,(Wallaby:0.0264575344287,Opossum:0.00780976509204):0.0239606802343):0.0307525868868,Platypus:0.166981076305):0.0284382950085);
+(Chicken:0.376517109246,((((Microbat:0.0588891941167,Megabat:0.0317596830332):0.00830697189321,(((Alpaca:0.0293453860852,(Cow:0.0470637815878,(Dolphin:0.0216471782508,Pig:0.0289493931288):0.00437086936106):0.00537732326987):0.0100613401566,((((Elephant:0.0465785136173,Hyrax:0.0426239603693):0.0192077419967,Lesser_Hedgehog_Tenrec:0.094760997056):0.0264934674931,(Dog:0.0246279972358,Cat:0.0192250024875):0.012980689153):0.00433241682486,Horse:0.0268803210844):0.000419694137004):0.00454221117826,((Shrew:0.108173552196,Hedgehog:0.125070982406):0.0130579941571,(((Tree_Shrew:0.0802436210077,((Tarsier:0.055408092152,(Mouse_Lemur:0.0378380023542,Galagos:0.0618177734228):0.0210656590601):0.00212932887773,(Marmoset:0.0226219727249,(Macaque:0.0355131133038,((Gorilla:0.00484369402048,(Human:0.00158149394293,Chimpanzee:0.010160711692):1.44136953498e-06):0.00102840664735,Orangutan:0.00598219127194):0.00400270119045):0.00953122582436):0.023861589142):0.00332310274221):0.00414820195565,((Pika:0.0616688759859,Rabbit:0.0403312339046):0.0355809224143,((Kangaroo_Rat:0.0790329888645,(Mouse:0.0557839682547,Rat:0.0439517394302):0.0740116851417):0.00860851938252,(Squirrel:0.0435648982844,Guinea_Pig:0.0781102292185):0.00415820924358):0.00915431899741):0.00557448083359):0.00563452557735,(Armadillos:0.0400750721312,Sloth:0.0405568929706):0.031117239881):0.00188996988709):0.00257541849185):0.00450672697475):0.127351206434,(Wallaby:0.0507333358069,Opossum:0.0644645391117):0.100024313001):0.0690857037307,Platypus:0.122702141116):0.376517109246);
+(Chicken:0.659759910861,(Tree_Shrew:0.0648024170583,(Microbat:0.029201223689,((Shrew:0.133401057855,Hedgehog:0.0858271385055):0.0474433099917,(((Dolphin:0.0228261198732,(Alpaca:0.029551440108,Cow:0.0502508815944):0.00525018787937):0.00330349448204,Pig:0.047373998458):0.00936750558489,((Cat:0.0503826430489,Dog:0.0151508241097):0.0229674027909,((Megabat:0.040265238104,Horse:0.0332093093016):0.00151919795792,(((Marmoset:0.0121591668921,(Macaque:0.0128424787686,((Gorilla:1.65486780732e-06,(Human:1.65486780732e-06,Chimpanzee:0.00208791007275):1.36358011817e-05):0.00207348206292,Orangutan:0.00639540875612):0.006803227865):0.0053137885604):0.0106895225082,((((Rabbit:0.0478386894148,Pika:0.0572209364368):0.0268424949626,(Galagos:0.0372328642778,Mouse_Lemur:0.0220513253059):0.00609251668055):0.00550935524378,Tarsier:0.0373997072363):0.00359749024435,(Kangaroo_Rat:0.0663772492833,((Squirrel:0.122733291248,(Rat:0.0240763072905,Mouse:0.0297541275213):0.0627633553409):0.00434086953615,Guinea_Pig:0.0707100378921):0.0040157148637):0.0161998903702):0.00295783920281):0.0110976028838,((Armadillos:0.0526107961426,Sloth:0.0385051813816):0.0326450918617,((Platypus:0.391264978654,(Wallaby:0.0332711947461,Opossum:0.0492650773725):0.0920310934984):0.0548599332222,(Hyrax:0.0471917771644,(Elephant:0.0385184983616,Lesser_Hedgehog_Tenrec:0.146471090842):0.00286498925142):0.0268565446477):0.0024032942336):0.00667824532941):0.00991073234745):0.00972553163167):0.00625255689282):0.0290969641949):0.0202674142842):0.13753098266):0.659759910861);
+(Chicken:0.196148260671,((((Lesser_Hedgehog_Tenrec:0.100531230234,(Hyrax:0.0576482028253,Elephant:0.0471407865686):0.011869681788):0.0161382573739,((Armadillos:0.0298462524287,Sloth:0.038581828279):0.0179340419669,(((((((Macaque:0.0190900539584,(Orangutan:0.00542034465183,(Gorilla:0.0031606019825,(Human:0.00162357565694,Chimpanzee:0.00162735035765):0.0010948235524):0.00335975774137):0.00212244822902):0.00230139292814,Marmoset:0.0230952944057):0.0171943742578,((Mouse_Lemur:0.0296054829254,Galagos:0.0450388238647):0.0118101529041,Tarsier:0.0484896234728):0.0017316806699):0.0053159609416,(Rabbit:0.0283725927067,Pika:0.0820327840327):0.0314174251084):0.000515694557004,(((Mouse:0.0388967590596,Rat:0.0657944408741):0.121377759976,Kangaroo_Rat:0.109332538016):0.00608987668604,(Squirrel:0.0697120355058,Guinea_Pig:0.0843155444143):0.00777692803823):0.00995035696412):0.00161374974854,Tree_Shrew:0.0773587948061):0.00382341092133,(((Megabat:0.0469884955534,Microbat:0.0443455272264):0.00833160504066,((Cow:0.0520124366734,Dolphin:0.0287195118928):0.00945712757439,(Alpaca:0.068608336046,Pig:0.0457464350621):0.00533390173627):0.012382167056):0.00177461771538,(((Shrew:0.273848553575,Hedgehog:0.0871929480383):0.0335868511005,Horse:0.033384814078):0.00297065896019,(Dog:0.0381790097259,Cat:0.0322638371688):0.0192468812228):0.000465451755003):0.011349247402):0.00733006024475):0.00388442194296):0.104255289601,(Wallaby:0.040125727173,Opossum:0.063561092323):0.082704143563):0.0388647844207,Platypus:0.179910487749):0.196148260671);
+(Chicken:0.248735595568,(((Wallaby:0.0523621672678,Opossum:0.120431781796):0.0896450062341,Platypus:0.295162785017):0.114576590097,((((Squirrel:0.117629609099,((Rat:0.0428329033207,Mouse:0.0499348551558):0.117448002431,(Guinea_Pig:0.0861877052584,Kangaroo_Rat:0.115943534734):0.0132208002427):0.00539572001226):0.01366761998,((((Macaque:0.101849198816,(Orangutan:0.0123366300875,(Human:0.00565816600297,(Chimpanzee:0.00167641770578,Gorilla:0.00438834525984):0.00453152362454):0.0068916592288):0.00323934284126):0.0152992045349,Marmoset:0.0421261971571):0.0404582739073,(Tarsier:0.0570120497665,(Galagos:0.0668109380329,Mouse_Lemur:0.0460300088443):0.0377272900123):0.00514481201393):0.0123407582661,((Hyrax:0.0727862334528,(Elephant:0.0445494393221,Lesser_Hedgehog_Tenrec:0.113882462659):0.0124907056717):0.0405417968573,(((Hedgehog:0.068644765564,Shrew:0.0890653885533):0.0600085150833,((Megabat:0.0402155213281,Microbat:0.0878971181088):0.0308937727657,(((Pig:0.0488764918475,(Alpaca:0.031616924915,(Dolphin:0.0500958383181,Cow:0.0495408050926):0.0138539702086):0.00732657924271):0.0132088073054,(Cat:0.0713344215794,Dog:0.0519280343394):0.0493793680912):0.00766931990739,Horse:0.0802645900868):0.00507678579282):0.00967454861299):0.0068947598922,(Armadillos:0.0962595201435,Sloth:0.0589232280555):0.0386363953563):0.0076036725933):0.0161625185238):0.013710141268):0.024796975463,(Pika:0.0959264798222,Rabbit:0.0614754099275):0.0422788525577):0.0403923251277,Tree_Shrew:0.0680966002837):0.152092366436):0.248735595568);
+(Chicken:0.15133541762,(Platypus:0.121568990861,((Wallaby:0.0682866658264,Opossum:0.0659969837522):0.117509273931,((((((Tree_Shrew:0.119262355282,(Rabbit:0.058565128283,Pika:0.115852592997):0.0421925851381):0.0278327742752,((Squirrel:0.0802592062724,Guinea_Pig:0.144777209357):0.00656895654279,(Kangaroo_Rat:0.0948489041365,(Mouse:0.0229644985616,Rat:0.0462119142676):0.0877705117107):0.0192548376187):0.0149638432154):0.0158053975054,((Tarsier:0.0741552991944,(Marmoset:0.0397167881716,((Orangutan:0.00782497396776,(Gorilla:0.00129652753267,(Chimpanzee:0.000626788560542,Human:0.000633170939864):0.00186742410279):0.00449120934013):0.00505246586383,Macaque:0.0190962294667):0.00878596356568):0.0303831428854):0.00156292529277,(Mouse_Lemur:0.0391096180143,Galagos:0.0887398673461):0.0267066380447):0.00792528290884):0.0223829731683,((((Shrew:0.185683737054,Hedgehog:0.145586977137):0.0287231787457,((Pig:0.0732452849108,(Cow:0.0639370239475,Dolphin:0.0447598083531):0.00859350677977):0.018187028384,Alpaca:0.0797210858481):0.0192011259692):0.0282893738263,(Microbat:0.0508448631783,Megabat:0.0505363388116):0.00787307250293):0.00475149898587,(Horse:0.0430499175834,(Dog:0.0506114038884,Cat:0.0383580608872):0.0250538140604):0.00450550456694):0.0186604730799):0.0137885926741,(Lesser_Hedgehog_Tenrec:0.18337196276,(Hyrax:0.0776199513915,Elephant:0.0428703750996):0.0181681789082):0.0373455799996):0.00374696966708,(Armadillos:0.0675354329992,Sloth:0.0512769832745):0.026236348792):0.128640569783):0.0589931351949):0.15133541762);
+(Chicken:0.226282573991,(((Wallaby:0.0955933373619,Opossum:0.0752982810567):0.133445378532,Platypus:0.408056555003):0.0272517531463,(((Lesser_Hedgehog_Tenrec:0.228709816581,(Hyrax:0.144215651798,Elephant:0.0651298969836):0.0269291817315):0.156090584626,(((Shrew:0.252651040657,Hedgehog:0.232292366169):0.053610131296,((((Megabat:0.0871530190063,Microbat:0.142243002918):0.0359368109912,Horse:0.0750173671591):0.00543143856566,(Dog:0.0645128428003,Cat:0.0434638471438):0.0229016480252):0.00454589247615,((Alpaca:0.0821638793269,Pig:0.0814920626808):0.0151501689081,(Dolphin:0.0320530714918,Cow:0.125918825226):0.00704097931807):0.0591048505753):0.00282344042189):0.0275324633923,(Tree_Shrew:0.146019519432,((Rabbit:0.0569900715707,Pika:0.0788787114423):0.0743068571093,((((Rat:0.145914948442,Mouse:0.0447207847645):0.119159000706,Kangaroo_Rat:0.0961420650237):0.0167974451451,(Guinea_Pig:0.133515253058,Squirrel:0.173216889561):0.01059925572):0.0239207185794,(Tarsier:0.110697031009,((((Orangutan:0.0052735086036,(Gorilla:0.00124498164094,(Human:0.00133441329442,Chimpanzee:0.00199876681652):0.00114971799895):0.00160561352881):0.00366381665996,Macaque:0.0136485515398):0.00786900135686,Marmoset:0.0317143032189):0.0363024784225,(Mouse_Lemur:0.0360651529971,Galagos:0.118623129306):0.031018576613):0.00500798363904):0.00992551165234):0.00537761313529):0.00738564839155):0.00926072540207):0.0235482376283):1.74004154081e-06,(Sloth:0.051096814908,Armadillos:0.0746293861715):0.038794795267):0.123365580643):0.226282573991);
+(Chicken:0.206165234065,((Platypus:0.350151891437,(((Armadillos:0.0972747505689,Sloth:0.0695949222701):0.00876496054504,(Lesser_Hedgehog_Tenrec:0.13686300923,(Hyrax:0.129652477288,Elephant:0.0583947898336):0.0250791392624):0.0320171221714):0.00754967671177,((((Cat:0.182686105545,Dog:0.112908484387):0.110983128002,(Hedgehog:0.155140448612,Shrew:0.237078184127):0.0076941764334):0.00689052261448,((Horse:0.114650674744,(Megabat:0.0818693609202,Microbat:0.177180915757):0.0283561023414):0.00812461945194,(Alpaca:0.0450646182952,((Cow:0.0692844824005,Dolphin:0.0372530209894):0.00785159000233,Pig:0.0975999517754):0.00893921970165):0.0115754664911):0.00853621504672):0.0112405948676,(((Mouse_Lemur:0.0741552755367,Galagos:0.0869251905999):0.0145312064518,(Tarsier:0.103682201009,((Macaque:0.166774136854,(Orangutan:0.0101630871556,((Human:0.00142672696882,Chimpanzee:0.00356294425852):0.00207060465395,Gorilla:0.00584231756902):1.52361761728e-06):0.00865265853452):0.00804934594023,Marmoset:0.0487913884631):0.0331268675906):0.00169790113128):0.0120748602574,(Tree_Shrew:0.113452388978,(((Kangaroo_Rat:0.304023304183,(Rat:0.0671645569079,Mouse:0.0550580086135):0.110809918763):0.0630632961049,(Squirrel:0.0859902573273,Guinea_Pig:0.187059661932):0.00908729504287):0.00861381634532,(Rabbit:0.0564719582982,Pika:0.143033128201):0.0643259284911):0.00521374675051):0.00259920886238):0.008662385122):0.0141631172112):0.122251538946):0.0124652241374,(Opossum:0.0829374342853,Wallaby:0.111516364522):0.176974285002):0.206165234065);
+(Chicken:0.16595657416,((Wallaby:0.0573773523468,Opossum:0.036942895959):0.0835766543909,((((Microbat:0.0521121226308,(((Cat:0.0267662033174,Dog:0.0294743875428):0.0113995668078,((Hyrax:0.0714900127682,Elephant:0.0358316183244):0.0142294552919,((Hedgehog:0.148815238719,Shrew:0.106642077054):0.0232123886842,Lesser_Hedgehog_Tenrec:0.153295148509):0.0183643122034):0.00818831875806):1.60219763661e-06,Horse:0.0958296982415):0.00379478880745):0.000900264567959,(Alpaca:0.0533227640022,(Pig:0.0402148703788,(Cow:0.123106774763,Dolphin:0.0194795949738):0.00779715907081):0.00557059126558):0.0124242268585):0.00235836181219,((((Tarsier:0.0669677938992,(Marmoset:0.0198204543331,(Macaque:0.0170238349794,(Orangutan:0.00885185751701,(Chimpanzee:0.00361668483277,(Gorilla:0.00649983598623,Human:0.00124809338105):0.00112932929538):0.00417606448251):0.00403782709625):0.00797104754085):0.0175373018571):1.60219763661e-06,(Galagos:0.0886796110636,Mouse_Lemur:0.0288414350302):0.0115530842864):0.00244118369586,Tree_Shrew:0.0511676087162):0.00530752498303,(Guinea_Pig:0.0678612735234,((Rabbit:0.0397001152948,Pika:0.0591779811021):0.0265026430759,(Squirrel:0.0421081315724,(Platypus:0.24293740184,(Kangaroo_Rat:0.0580968559224,(Rat:0.0369126509854,Mouse:0.0227195880334):0.0681667411192):0.00242534135297):0.00355637216029):0.00287135939882):0.00303579779909):0.0027356260736):0.00872731936731):0.00111839318609,(Megabat:0.0435750703712,(Sloth:0.0529708574886,Armadillos:0.0370147861511):0.0137459156538):0.00341247296411):0.0661317426864):0.16595657416);
+(Chicken:0.286213976575,((((Lesser_Hedgehog_Tenrec:0.122833987249,(Hyrax:0.0728411217909,Elephant:0.0512283444986):0.00908282366248):0.0198230520728,((Sloth:0.0441083223246,Armadillos:0.046947753665):0.0229250096926,((Tree_Shrew:0.102503096112,(((Rabbit:0.0592293057006,Pika:0.101279490658):0.0602408563753,(Guinea_Pig:0.159019893872,(Squirrel:0.0842011404512,(Kangaroo_Rat:0.12429919099,(Rat:0.0559781187798,Mouse:0.0541537188632):0.16040965887):0.00944132488774):0.00084325696688):0.00977635814264):0.00532971107367,((Mouse_Lemur:0.0331677839371,Galagos:0.0670159447275):0.017853364258,(Tarsier:0.0825754573995,(Marmoset:0.0307336593196,(Macaque:0.0140586233931,(Orangutan:0.00945988795805,(Human:0.00365953546282,(Chimpanzee:0.0019398779288,Gorilla:0.00249569331656):0.00136646699262):0.00197942496452):0.00675542472599):0.0060902297818):0.0287938575002):0.0054763288227):0.00779059043314):0.00319365210364):0.00381154217987,((Dog:0.0417107384323,Cat:0.0411827306232):0.0239511226849,((((Cow:0.0802149677905,Dolphin:0.0334336219557):0.00737895673479,(Alpaca:0.0624287784,Pig:0.125170703257):0.0107144834661):0.0130229061133,(Horse:0.0525478639853,(Megabat:0.0904969166363,Microbat:0.0878148298503):0.00732291894191):0.000329446098437):0.00364920253976,(Shrew:0.139856653307,Hedgehog:0.15605177749):0.0178452452274):0.000882268513455):0.00990614239701):0.0101452862631):0.00479889618925):0.151872513909,(Wallaby:0.101030364513,Opossum:0.112917887309):0.157780338052):0.0628777752297,Platypus:0.208848628537):0.286213976575);
+(Chicken:0.108709503732,((((Armadillos:0.0496135028405,Sloth:0.0324160072475):0.0165856405782,((((Alpaca:0.0242808136654,(Dolphin:0.0222324078784,(Cow:0.0397103153983,Pig:0.0368913136838):0.0045547115591):0.00146224791797):0.00678177612484,(((Megabat:0.0314053943901,Microbat:0.0310748116656):0.00625047625948,Horse:0.0268377918709):0.00098039702892,(Dog:0.0381398897256,Cat:0.0286847147404):0.0177202256241):0.00183034012443):0.00361928570471,((Tarsier:0.054983607679,((Galagos:0.0317901762278,Mouse_Lemur:0.0299918512492):0.00666420968651,(Marmoset:0.0266088223591,(Macaque:0.0364837140812,(Orangutan:0.0054672684643,(Gorilla:0.00060187193851,(Human:0.00247038777713,Chimpanzee:0.00200788204678):0.000556176031398):0.00260728567898):0.00304889439611):0.00339628279286):0.0254762031416):0.00331889551979):0.00230056839227,(Tree_Shrew:0.061559949035,((Squirrel:0.0473012704846,((Rat:0.0405745906119,Mouse:0.0398751848991):0.0871470725274,Guinea_Pig:0.0740334247506):0.00425854564093):0.00453710937928,(Kangaroo_Rat:0.0511597941097,(Rabbit:0.0281543575304,Pika:0.0657283658553):0.0251278684491):0.010267679638):0.00398911835046):0.00112008660379):0.00675895789886):0.00343749892845,((Lesser_Hedgehog_Tenrec:0.104208764044,(Hyrax:0.0498764544426,Elephant:0.0408170591439):0.0252376174361):0.0258565413856,(Hedgehog:0.0954084406456,Shrew:0.211334477579):0.0237275363841):0.0113120218764):0.00192050924191):0.0434001268503,Platypus:0.724367425577):0.0267245053508,(Opossum:0.0694745550507,Wallaby:0.0388270856022):0.0692416907795):0.108709503732);
+(Chicken:0.334830010847,(Platypus:0.113996552729,(((Armadillos:0.0423469610259,Sloth:0.0357668082747):0.0141476316178,((((((Dog:0.0248294980762,Cat:0.0266537011374):0.0150772633353,(Shrew:0.106818185235,(((Cow:0.06778714054,Dolphin:0.0255420239501):0.00311385603337,Pig:0.0338432541868):0.00166914621253,Alpaca:0.0314126104962):0.011637300137):0.00104198612862):0.00115769786185,((Microbat:0.0516008471774,Megabat:0.0376688038843):0.00484869243874,Horse:0.0553531415697):0.00149865696025):0.00329737184186,Hedgehog:0.0902217543016):0.00492990743098,((((Pika:0.121613450453,Rabbit:0.0402566052297):0.0271852888998,((Kangaroo_Rat:0.0766668010588,((Mouse:0.0410953463001,Rat:0.0439582313423):0.0803942738151,Guinea_Pig:0.265077833155):0.0129319197397):0.00207860892466,Squirrel:0.0484679111631):0.00699965009658):0.00136657051964,Tree_Shrew:0.0715741390358):0.00135404968043,(Tarsier:0.0442620891052,((Marmoset:0.0227462543296,(Macaque:0.0425585076813,(Orangutan:0.00428797232941,(Gorilla:0.00163211564272,(Human:0.00200527149682,Chimpanzee:0.00100530161801):0.00243393676137):0.00247416978096):0.00368439408421):0.00870344768426):0.0194520452435,(Mouse_Lemur:0.0296426825119,Galagos:0.0655607977713):0.0133411247988):0.00444033822601):0.00577080328151):0.00835023599461):0.0109804202079,(Lesser_Hedgehog_Tenrec:0.0930727630992,(Hyrax:0.0620888050466,Elephant:0.0243737168706):0.0166127218186):0.0127277872234):0.00516790635764):0.0875440013819,(Opossum:0.062064673532,Wallaby:0.101528348631):0.11852448257):0.0831729282176):0.334830010847);
+(Chicken:0.260828264325,((Wallaby:0.0629253130359,Opossum:0.104203168492):0.10558414202,(Platypus:0.299885543097,(((Lesser_Hedgehog_Tenrec:0.179317212826,(Elephant:0.0459461432604,Hyrax:0.0945459254975):0.0129995762482):0.0289727736328,((((Galagos:0.075346185029,Mouse_Lemur:0.0441650487232):0.0267048738369,((Marmoset:0.0308709648168,(Macaque:0.026295505247,((Gorilla:0.00559457457532,(Human:0.00283786645822,Chimpanzee:0.00103913029609):0.00058577299894):0.00300987422233,Orangutan:0.0115166045119):0.00545244223725):0.00894671582666):0.0381503198116,Tarsier:0.0698923989051):0.00667297356492):0.011823624758,((Squirrel:0.081108689574,(Guinea_Pig:0.114058504672,(Kangaroo_Rat:0.104183628956,(Rat:0.056261024486,Mouse:0.0474803658148):0.127458515153):0.0108681059072):0.00672284328065):0.0185369289127,(Tree_Shrew:0.110967349049,(Pika:0.12735613006,Rabbit:0.086945528761):0.0704595110843):0.0107880787026):0.00350021833418):0.014010134596,((Shrew:0.178609849859,Hedgehog:0.116753249458):0.0116109646805,(Horse:0.0687650439423,((Cat:0.0510515504135,Dog:0.0611233420105):0.0285720644597,((Alpaca:0.0713577612228,(Pig:0.0790962168591,(Cow:0.0695012255535,Dolphin:0.0378052037447):0.00543557837193):0.0128209138406):0.020723826167,(Microbat:0.0638568827136,Megabat:0.0573253508305):0.0157086238504):0.00119175728109):0.00176205010327):0.00439319947554):0.00686959658985):0.0157745870492):0.00468218295408,(Armadillos:0.0746361412793,Sloth:0.0519600096264):0.026226537626):0.118625002286):0.0198389672853):0.260828264325);
+(Chicken:0.322043071782,(Platypus:0.214460424556,(((Lesser_Hedgehog_Tenrec:0.172120841892,(Hyrax:0.112964765963,Elephant:0.0624610524554):0.0106613563939):0.028062897178,((((((Galagos:0.0990062367348,Mouse_Lemur:0.0622623235095):0.0209018476591,Tarsier:0.0666605583661):0.0128739497278,(Marmoset:0.0283970565716,(Macaque:0.0249141541221,(Orangutan:0.013789552169,(Gorilla:0.00266457716778,(Human:0.00265570804749,Chimpanzee:0.00265395266348):0.00131538865837):0.00355470608304):0.00148459584381):0.00578745324854):0.0523573442809):0.00938241380278,(((Rabbit:0.0797464437612,Pika:0.141072874312):0.0841828100728,((Kangaroo_Rat:0.132679667022,(Squirrel:0.0851428063678,(Mouse:0.0533339278363,Rat:0.0497202549214):0.152185149788):0.0183070624053):0.00594275477743,Guinea_Pig:0.177909564923):0.00783935106154):0.0137854528463,Tree_Shrew:0.109028024976):0.00243803414097):0.00794566939233,((Horse:0.0820802318288,(((Microbat:0.111805945108,Megabat:0.0496143123165):0.0211601472321,(Shrew:0.164867438662,Hedgehog:0.166234452781):0.0402067728628):0.00392798586807,(Dog:0.0610212432139,Cat:0.0473815139445):0.0203513864833):0.000535962837796):0.0083104572431,(Alpaca:0.0806555287593,(Cow:0.0731892846749,(Dolphin:0.0394314723165,Pig:0.0794054200244):0.00434035369979):0.0130210215351):0.0293045480983):0.0102530115901):0.0103856739099,(Armadillos:0.0553958169499,Sloth:0.0842054854039):0.0287177035904):0.0224386305316):0.174113638194,(Opossum:0.110762289808,Wallaby:0.134468120333):0.172802709313):0.0806286164138):0.322043071782);
+(Chicken:0.278281068315,((Wallaby:0.0632898970225,Opossum:0.0581724515176):0.0804084126447,((((Armadillos:0.0406153618441,Sloth:0.0509646585077):0.00966789631742,(Lesser_Hedgehog_Tenrec:0.0647394442308,(Hyrax:0.038326194247,Elephant:0.0308873891128):0.0144962509317):0.0190730054954):0.00637714813049,(((((((Macaque:0.0271028642114,(Orangutan:0.00228291914661,(Chimpanzee:0.00232012657554,(Human:0.00348778484201,Gorilla:0.00670486896556):1.67008343334e-06):0.00237606163122):0.00212221953678):0.00599917298553,Marmoset:0.0765135843697):0.0164369762587,(Galagos:0.0547714591484,Mouse_Lemur:0.0288782813349):0.00915371140561):0.00617162923981,Tarsier:0.103833164241):0.0047215619031,((Rabbit:0.0367460576225,Pika:0.100608599576):0.0189335971886,((Squirrel:0.0438798517323,(Kangaroo_Rat:0.0561399808578,(Mouse:0.0504282709549,Rat:0.128128245061):0.0662735363141):0.00855847512656):0.00441999693769,Guinea_Pig:0.0619497131408):0.00760949741795):0.000674560605253):0.0011330041236,Tree_Shrew:0.0305213613467):0.00903355677475,((Megabat:0.0271495026068,Microbat:0.0612495476687):0.0135167647844,(((Shrew:0.0873919022934,(Dog:0.0193275256874,Cat:0.0399595998655):0.0112699214696):1.67008343334e-06,((Pig:0.0230425786846,(Dolphin:0.009340798412,(Hedgehog:0.2509825595,Cow:0.0265959111372):0.00857455550408):0.00514701748654):0.00750527647636,Alpaca:0.0338836831525):0.00502162509734):0.00109049483422,Horse:0.0330347899629):0.00364350132587):0.00585618315806):0.00649298551674):0.120843020426,Platypus:0.329003223934):0.0593155659406):0.278281068315);
+(Chicken:0.278400315318,((Platypus:0.3304567573,((Lesser_Hedgehog_Tenrec:0.150313083353,(Hyrax:0.0841397750821,Elephant:0.0519963172977):0.0254710880805):0.0278102015396,((Armadillos:0.0732042334821,Sloth:0.0571452571182):0.0474441334959,((((Guinea_Pig:0.10670595711,Squirrel:0.113900319956):0.0227756345872,((Mouse:0.0362458209539,Rat:0.0482927672578):0.0886764333174,Kangaroo_Rat:0.112644646535):0.0107158348355):0.0246787236178,(Tree_Shrew:0.106958619543,((Rabbit:0.0439397930195,Pika:0.13077322762):0.0652953556628,((Mouse_Lemur:0.107435286602,Galagos:0.0584809283483):0.0377475151629,((Marmoset:0.035195735416,(Macaque:0.0202647299863,(Orangutan:0.011787145734,(Human:0.00679188795761,(Gorilla:0.00339926245045,Chimpanzee:0.00715189910674):1.6920181348e-06):0.00570629291476):0.00448570222967):0.00798348445993):0.0326625938255,Tarsier:0.0698380184054):0.00973751096172):0.00797536208214):0.00540849943779):0.00512974572428):0.00879077641334,((Shrew:0.143265925632,Hedgehog:0.118754511606):0.0206558405385,((Microbat:0.0655839684004,Megabat:0.0413901170824):0.0113587519584,(((Dog:0.0458318244025,Cat:0.0545014457212):0.0276256039795,(Alpaca:0.0574077442177,((Dolphin:0.0459256025228,Cow:0.100836562537):0.0324378929954,Pig:0.111476967057):0.017457402834):0.0430163948095):0.0135628326837,Horse:0.0368076672066):0.00815161467607):0.00322829999098):0.0211878073685):0.0126615922865):0.00681475450509):0.0902388844486):0.0378832553084,(Opossum:0.15949814922,Wallaby:0.0879532548657):0.0657548778174):0.278400315318);
+(Chicken:0.278404575106,((Wallaby:0.0879529162038,Opossum:0.159500269414):0.0657547504605,(Platypus:0.330457216507,(((Sloth:0.0571447907249,Armadillos:0.0732043388482):0.0474442320199,(((Tree_Shrew:0.106958571987,((Pika:0.13077352785,Rabbit:0.0439397485442):0.0652950185677,((Galagos:0.0584808604604,Mouse_Lemur:0.107435369337):0.0377472298616,((((((Gorilla:0.00339924272617,Chimpanzee:0.00715186202766):1.6923658444e-06,Human:0.00679184700872):0.00570627957572,Orangutan:0.011787073216):0.00448567257481,Macaque:0.0202646503305):0.00798345203964,Marmoset:0.0351954919142):0.0326624490368,Tarsier:0.0698378141607):0.00973758709835):0.00797525368665):0.00540846116225):0.00512966873993,((Guinea_Pig:0.106705392402,Squirrel:0.113899812481):0.0227757662654,(Kangaroo_Rat:0.112644271354,(Mouse:0.0362456273343,Rat:0.0482924058422):0.0886758845592):0.0107157640793):0.0246785568031):0.00879075356148,((Shrew:0.143266198889,Hedgehog:0.118754234825):0.0206556955442,((((((Dolphin:0.0459253860726,Cow:0.100836685086):0.0324374601734,Pig:0.111476847087):0.0174573188803,Alpaca:0.0574073578883):0.0430163310219,(Dog:0.0458315264886,Cat:0.0545011879023):0.0276253645216):0.0135628916203,Horse:0.0368075211134):0.00815154617642,(Megabat:0.041389918347,Microbat:0.0655835795548):0.0113586677793):0.00322832384531):0.0211876475464):0.0126613767126):0.00681453451531,((Hyrax:0.0841396755806,Elephant:0.0519960209971):0.0254711639393,Lesser_Hedgehog_Tenrec:0.150313196699):0.0278102812545):0.0902390743836):0.0378834005475):0.278404575106);
+(Chicken:0.309097416173,((Wallaby:0.0745782313054,Opossum:0.103203847249):0.193379573315,(Platypus:0.632766339969,(((Lesser_Hedgehog_Tenrec:0.179928138034,(Hyrax:0.109744575491,Elephant:0.0645978746979):0.014773567839):0.0296705103203,(Sloth:0.0696098839216,Armadillos:0.112667235467):0.0390700930698):0.00145550743491,((((Cat:0.0824857449336,Dog:0.0881356431233):0.0756497092637,(Alpaca:0.0858580224788,(Pig:0.0928646484753,(Cow:0.0753535924835,Dolphin:0.044518150031):0.00813850357581):0.0077449331888):0.0187742037796):0.00298770703617,((Microbat:0.0694596410967,Megabat:0.0934645623682):0.0174149944952,((Hedgehog:0.178132587861,Shrew:0.232250481523):0.0215969373008,Horse:0.0745212558528):0.00168638319757):0.00047822818369):0.017940664159,((Tree_Shrew:0.10596013603,((Pika:0.122169295125,Rabbit:0.0691603489655):0.0740273687124,((Kangaroo_Rat:0.227765135568,(Rat:0.0456575154351,Mouse:0.0469370112816):0.151902213604):0.0185524977833,(Guinea_Pig:0.13446735564,Squirrel:0.110120678229):0.00236035373658):0.0193248879188):0.00815144318995):0.00164526078417,((Tarsier:0.110634744046,((((Gorilla:0.0064223417854,(Human:0.00191635181468,Chimpanzee:0.00276462736747):0.00123669890462):0.00387699230585,Orangutan:0.00959251683652):0.00925166523339,Macaque:0.0146992982389):0.00971790883468,Marmoset:0.0517657394319):0.0362102956071):0.00627737771228,(Galagos:0.122972171205,Mouse_Lemur:0.0599916840141):0.016711159235):0.00773606375349):0.0147735217646):0.011498804935):0.0823859736766):0.0441470864872):0.309097416173);
+(Chicken:0.0935547377453,(Platypus:0.100548270492,((Lesser_Hedgehog_Tenrec:0.0631165247082,(Elephant:0.0163360460346,(((Armadillos:0.0346702496211,Sloth:0.0321995653864):0.0108800106106,(((((Tarsier:0.0447068807045,(((Human:0.000972893908367,(Gorilla:0.00187782210447,Chimpanzee:2.0156564482e-06):2.0156564482e-06):0.00204905690846,(Orangutan:0.00314131238997,(Marmoset:0.0109085400849,Macaque:0.00411727570265):0.00386800872539):0.00213066125197):0.0165483846233,(Galagos:0.0218310168085,Mouse_Lemur:0.0226581829199):0.00287387277216):0.000946402947275):0.0043941523866,((Rabbit:0.0366768433564,Pika:0.0525549047516):0.0194155028396,Guinea_Pig:0.288999141695):0.00164901022923):0.00523626818869,(Kangaroo_Rat:0.0494503471467,((Mouse:0.0527399274595,Rat:0.021082966788):0.0774639025678,Tree_Shrew:0.0323032675359):0.00560665996068):0.00339324319513):0.00207494589658,Squirrel:0.027761760994):0.00477417070646,(((Horse:0.0336973928537,((Alpaca:0.0283575263512,(Dolphin:0.0194534054485,(Cow:0.0389282688549,Pig:0.0457553224446):0.00578295582711):0.000927992705794):0.0102591717208,(Cat:0.0237209236743,Dog:0.0182031601712):0.0109987231954):0.0042528161417):0.000879366568093,(Microbat:0.0326088761592,Megabat:0.0194804524471):0.00347614339401):0.00175410700613,(Shrew:0.0712114541838,Hedgehog:0.0379185805011):0.011969174907):0.00190706351196):0.00674247803859):0.00834476969609,Hyrax:0.0498076078595):0.00414965097248):0.00865116322258):0.0343306111059,(Opossum:0.014284409207,Wallaby:0.0352966131784):0.0629375792832):0.0847446731547):0.0935547377453);
+(Chicken:0.148878132385,(Platypus:0.112263048393,((((Hyrax:0.195264577425,Elephant:0.0478385349632):0.0364219341218,Lesser_Hedgehog_Tenrec:0.0718713650532):0.00844379965934,((Armadillos:0.0311112113448,Sloth:0.0260237080309):0.0260480412602,((Tree_Shrew:0.0521856857046,((Pika:0.0480395966943,Rabbit:0.019997745041):0.0339110408614,(((Galagos:0.0862076941778,Mouse_Lemur:0.0173895782725):0.0115533371601,(Tarsier:0.0287194050427,(Marmoset:0.0251998659278,(Macaque:0.0106286169547,(Orangutan:0.00498392081903,(Gorilla:0.00283605738857,(Chimpanzee:0.00165168414695,Human:0.00220127260897):1.74050692779e-06):0.00333399558685):0.00055308335754):0.00855254016808):0.0252940375121):0.0056960928552):0.00138275206822,((Kangaroo_Rat:0.0844613195092,(Rat:0.0404623889592,Mouse:0.0258723072832):0.0790684214752):0.0145242324609,(Guinea_Pig:0.18245925924,Squirrel:0.0398682800613):0.00608514060341):0.00863403986499):0.00159377959844):0.00191528666111):0.00555064166583,(((Hedgehog:0.0740783248325,(Horse:0.0407098552606,Dog:0.0170132723414):0.00162367431975):0.00765936764401,((Microbat:0.164118111917,Megabat:0.0476862234337):0.04744182519,(Pig:0.0331162675511,((Dolphin:0.0238287225208,Cow:0.0384804126304):0.00476727558672,Alpaca:0.0628649263869):0.000959668924489):0.00680119280648):0.00502982662716):1.74050692779e-06,(Cat:0.0234339245969,Shrew:0.0550293475858):0.00587985046151):0.0032478277356):0.00558650266699):0.00159830385324):0.0860315438434,(Opossum:0.0434440610563,Wallaby:0.0466303830636):0.053313564013):0.0320041486711):0.148878132385);
+(Chicken:0.294733262319,(Platypus:0.521579311021,(((Armadillos:0.0624840449265,Sloth:0.0608840516379):0.0410787316221,((((Hedgehog:0.161726887952,(Shrew:0.353931230862,Tree_Shrew:0.221724316823):0.0600525971919):0.0871432959511,((((Guinea_Pig:0.241717960794,((Rat:0.257685750526,Mouse:0.0797858320302):0.141114816079,Kangaroo_Rat:0.117259194142):0.00974108482188):0.00908491647896,Squirrel:0.113880115098):0.0191355746165,(Rabbit:0.0494523088865,Pika:0.102261681271):0.0652093414634):0.0102374135287,((Galagos:0.0915420773613,Mouse_Lemur:0.107386554158):0.0261670932413,((((((Gorilla:0.000864043244599,Chimpanzee:0.00180829630828):0.00359026332072,Human:0.00607116342036):0.00508191355702,Orangutan:0.00892206932913):0.00826213692815,Macaque:0.0665402016309):0.00942066127223,Marmoset:0.0622994770502):0.0577237080751,Tarsier:0.102311534516):0.00845226098885):0.0198004019238):0.0150793802121):0.00732272026231,((Microbat:0.111190534373,Megabat:0.0909703719307):0.00918375554197,(Horse:0.139212500491,((Cat:0.0649329855077,Dog:0.0896591621307):0.062731158866,(((Cow:0.116377457968,Dolphin:0.0415421369977):0.0176398568062,Pig:0.0804483622656):0.0130883990799,Alpaca:0.0924549952436):0.0295004996177):0.00385399639295):0.00702658701175):0.0105553662648):0.0132357393356,((Hyrax:0.114025709013,Elephant:0.0733400081545):0.018840705146,Lesser_Hedgehog_Tenrec:0.157275815978):0.032923554826):0.00721061245371):0.126035413012,(Opossum:0.138540065948,Wallaby:0.121640091447):0.16144881105):0.0883718760764):0.294733262319);
+(Chicken:0.176040125848,(Platypus:0.145508745183,((Wallaby:0.0386988321235,Opossum:0.0416596746101):0.0791512296374,((((Horse:0.029794314915,((((Cat:0.0277001208119,Dog:0.0252882864464):0.0108925121053,(Megabat:0.0268027777687,Microbat:0.0404947450673):0.00744233523518):0.00214380150435,Shrew:0.108632992494):0.000763019638291,(Hedgehog:0.0899386304641,(Alpaca:0.0392425278032,((Cow:0.03614958608,Dolphin:0.0187812826361):0.0053859544351,Pig:0.033355343527):0.00178199445313):0.007179275112):0.00129005258039):0.00113017478424):0.00387923798392,((Tarsier:0.0569999695361,((Galagos:0.0334137654371,Mouse_Lemur:0.0279013712209):0.0142300587704,((Macaque:0.0155869670073,(((Chimpanzee:0.00229348986063,Human:0.00177611448229):0.00239393032434,Gorilla:0.00382627209409):0.00214381823022,Orangutan:0.00544405135865):0.00623185165185):0.0123449375191,Marmoset:0.0372154826799):0.0180174302595):0.00375281070706):0.00235403417101,(Tree_Shrew:0.0741019554892,((Pika:0.0648998892536,Rabbit:0.0345991497235):0.0290731093891,(Guinea_Pig:0.11972543875,(((Rat:0.0343538945117,Mouse:0.0249732056902):0.0879256195574,Kangaroo_Rat:0.0922624625067):0.0114044920406,Squirrel:0.0489230977483):0.00493563412675):0.0106257347761):0.0110497409106):0.00231927313495):0.00300020039977):0.01115487091,(Lesser_Hedgehog_Tenrec:0.0864228373593,(Hyrax:0.0768331574323,Elephant:0.0355287548783):0.0107193390813):0.00900460788069):0.00999224709401,(Armadillos:0.0829034707953,Sloth:0.070316401779):0.0437032245338):0.0675019042972):0.0411775791503):0.176040125848);
+(Chicken:0.283909014631,(Platypus:0.385689287629,((Wallaby:0.0511290943117,Opossum:0.0702478389705):0.16642625955,((((Hyrax:0.0630996437199,Elephant:0.0341795784421):0.0169571853,Lesser_Hedgehog_Tenrec:0.130380641937):0.0180718529565,(Armadillos:0.0521020717323,Sloth:0.043076955643):0.0230527430182):0.00314211840551,((((Mouse_Lemur:0.0383859554569,Galagos:0.0610272504677):0.0115879246161,(Tarsier:0.0562190961531,(Marmoset:0.0265567515441,(Macaque:0.0229621878279,(Orangutan:0.00874168443633,((Human:0.00223220978709,Chimpanzee:0.00174266181823):0.000163786169214,Gorilla:0.00592764240212):0.00271440228352):0.00420119805487):0.00661274649117):0.0300188523171):0.00334980718913):0.00390181626442,((((Rat:0.0483030230885,Mouse:0.0410072875395):0.113359655506,Kangaroo_Rat:0.112852779253):0.00618922572146,(Squirrel:0.0629810930926,Guinea_Pig:0.118486103184):0.00416857738396):0.0125021717053,(Tree_Shrew:0.07512200712,(Rabbit:0.0422357167509,Pika:0.088225770818):0.0386728225711):0.00156411681025):0.0022262058436):0.011507036608,((((Cat:0.0326905931439,Dog:0.0352844658637):0.0199846357008,Horse:0.0445644208848):0.00104800786508,((Megabat:0.0394530820449,Microbat:0.0588462299795):0.0100982745595,(Alpaca:0.0466560800314,((Dolphin:0.0182495897223,Cow:0.0449379527027):0.00700024906202,Pig:0.0429038462888):0.00429204699833):0.0127249857918):6.1564259621e-05):0.00183530689667,(Hedgehog:0.178952994679,Shrew:0.137902139836):0.0141162911584):0.0123985407188):0.006631156763):0.185483742369):0.0686520379009):0.283909014631);
+(Chicken:0.140334136891,(Platypus:0.164330617922,((Wallaby:0.0519689685085,Opossum:0.118918105451):0.155323751432,(((((Galagos:0.128811018887,Mouse_Lemur:0.0242430895619):0.0134743937694,((Marmoset:0.0349797566843,(Macaque:0.010480935441,(((Gorilla:0.00130910208132,Chimpanzee:0.00212474185747):0.000366135990757,Human:0.00269658411306):0.00164027234689,Orangutan:0.00911510711911):0.00734743694448):0.00916434071337):0.0207458393125,Tarsier:0.0890485105882):0.00225901469638):0.00389528849441,((Squirrel:0.0535296070152,((Kangaroo_Rat:0.169794442737,(Mouse:0.0370542094278,Rat:0.0409310641878):0.0937482079896):0.0309279629903,Guinea_Pig:0.0792645000975):0.00442942126038):0.00760706426731,((Pika:0.0847128611296,Rabbit:0.0412464796213):0.0279744442165,Tree_Shrew:0.134081095264):0.0143083398788):0.00717037696201):0.00610411986873,((Shrew:0.115525269002,Hedgehog:0.210529082911):0.030047783952,((Pig:0.035203915985,((Dolphin:0.0230184830785,Cow:0.0359662751992):0.00716807427889,Alpaca:0.0536276539601):0.00218872863661):0.010939307253,((Horse:0.0449839393783,(Cat:0.0297907771013,Dog:0.0406562040671):0.0180964653555):0.00367308248612,(Microbat:0.05138962442,Megabat:0.0341172140819):0.00726734893526):0.00184117390583):0.00198427282527):0.0105207003129):0.00563207641715,((Sloth:0.0394367744113,Armadillos:0.0356914145387):0.0127400761317,(Lesser_Hedgehog_Tenrec:0.127173361609,(Elephant:0.0466749588367,Hyrax:0.0704999486587):0.00727925158472):0.0183212452168):0.00100346330824):0.107116841362):0.0449313587935):0.140334136891);
+(Chicken:0.129222827503,(Platypus:0.101768536355,(((Sloth:0.039930810925,Armadillos:0.0523101931978):0.0301883676991,(((Elephant:0.0363249619633,Hyrax:0.0506672440396):0.0107902884011,Lesser_Hedgehog_Tenrec:0.118587018229):0.0100079146033,(((((Dog:0.0272170920087,Cat:0.0329854296655):0.0133885080016,((Alpaca:0.0294687577076,(Pig:0.10080207807,(Dolphin:0.0203286031986,Cow:0.036019358911):0.0018754939592):0.00400599364821):0.00825546115342,Horse:0.0353443970692):0.00144644083804):0.00194165696813,(Microbat:0.0592951932335,Megabat:0.0344583256011):0.00949986241408):0.00120274334066,(Hedgehog:0.0980152881517,Shrew:0.0767762205974):0.0067325391532):0.00442118031551,(((((Rat:0.0265228413431,Mouse:0.0188048629113):0.0679499453223,Kangaroo_Rat:0.0725366132011):0.00899919087822,(Guinea_Pig:0.0814097599841,Squirrel:0.0395538361574):0.00230111870605):0.00965787913543,(Rabbit:0.0260374458247,Pika:0.0595254182133):0.0228139775628):0.00572341647758,(Tree_Shrew:0.0673449599027,(((((Gorilla:0.00383057576358,(Human:0.00437621983153,Chimpanzee:0.00680303198907):0.00098438920898):0.00300054406176,Orangutan:0.00844679478458):0.00380810929151,Macaque:0.0125080934435):0.0065708925421,Marmoset:0.0283964304412):0.0184189123396,((Galagos:0.0479926377638,Mouse_Lemur:0.0257743551018):0.00657947977312,Tarsier:0.0400359345457):0.000916048826772):0.00574655365703):0.00062879961952):0.00522399073538):0.00652846749468):0.00667791234986):0.103916451652,(Opossum:0.0611681551732,Wallaby:0.0692812377822):0.0705988090393):0.0498770400018):0.129222827503);
+(Chicken:0.181185848248,((((Lesser_Hedgehog_Tenrec:0.0923109887848,(Hyrax:0.0778329483605,Elephant:0.0265280640495):0.00571538514863):0.0117298940041,((((Squirrel:0.064954495193,Tree_Shrew:0.048698501152):0.00415312687834,((Pika:0.0849173656907,Rabbit:0.0542862071966):0.0285167193916,((Marmoset:0.0523854816523,(Macaque:0.0123017853159,((Gorilla:0.00128347088071,Human:0.0025327204889):2.00391582209e-06,(Orangutan:0.00942688587011,Chimpanzee:0.000843676598877):2.00391582209e-06):0.00413703839449):0.00793638789754):0.0225915328993,(Tarsier:0.055510944342,(Mouse_Lemur:0.0231902132793,Galagos:0.0405726534862):0.0120128595918):0.00157329153423):0.00433284456603):0.00128533124855):0.00761940373995,(Kangaroo_Rat:0.0809866296102,(((Cow:0.0459764173185,Pig:0.0350996481832):0.0164161743714,((Horse:0.0275414715188,(Cat:0.041907405511,Dog:0.0329742562706):0.0161475070062):0.00595916723144,((Mouse:0.0395903417459,Rat:0.0391119684842):0.113730391164,Guinea_Pig:0.0929140141095):0.0164827425033):0.000946860613732):0.0203659605281,(((Microbat:0.0522649192958,Megabat:0.0268893589664):0.0098369981041,(Hedgehog:0.0780072075046,Shrew:0.0802724399487):0.0145569886826):0.00345288428515,(Alpaca:0.0375917192167,Dolphin:0.0340881817513):0.0183603005705):0.000750355517776):0.00771002729985):0.00330214069682):0.00882647096664,(Armadillos:0.047509320176,Sloth:0.0288475844733):0.0293736990106):0.00423794291773):0.0892437692541,(Wallaby:0.0520325370472,Opossum:0.0513524785433):0.117535926066):0.135809667645,Platypus:0.470160024816):0.181185848248);
+(Chicken:0.128114225615,(Platypus:0.110190937525,((Wallaby:0.0789014470136,Opossum:0.0815695032783):0.113109622491,((((((Megabat:0.0964707151657,(Horse:0.0367012499418,((Shrew:0.0947302971397,Hedgehog:0.132046712739):0.0299298741823,(Cat:0.0498721194021,Dog:0.0696195892211):0.0170149268514):0.003743137629):1.67533341452e-06):0.00381174359964,Microbat:0.0625756093271):0.00319048856706,((Pig:0.142496008747,(Dolphin:0.019762907497,Cow:0.0489788789232):0.00378852534579):0.00578676657663,Alpaca:0.0508640376033):0.0131759548309):0.0118200125442,((Marmoset:0.0334333627744,((Orangutan:0.00855310973914,(Gorilla:0.00198962368798,(Human:0.0016806576045,Chimpanzee:0.0025223632122):0.0012527024647):0.00646473217655):0.00227151294696,Macaque:0.0122867241471):0.0126286980568):0.0286791781656,(((((Rat:0.0459787819954,Mouse:0.0295324346745):0.085911539735,((Rabbit:0.0665890974316,Pika:0.0736418103269):0.0293932669888,(Tarsier:0.291792888447,Guinea_Pig:0.0607318616279):0.0870924356568):0.00684790873533):0.00576828818014,(Squirrel:0.0941427552712,Kangaroo_Rat:0.098931443288):0.00376477888338):0.00957397859738,(Mouse_Lemur:0.0395572663608,Galagos:0.0574862730456):0.0191652698556):0.00546264064098,Tree_Shrew:0.0654683465382):0.00285598066748):0.00389211906919):0.0109690281298,(Lesser_Hedgehog_Tenrec:0.104526634124,(Hyrax:0.0486431262176,Elephant:0.0315368499149):0.00667328971051):0.0287557516796):0.0103408716852,(Sloth:0.0388244632208,Armadillos:0.0613841592305):0.0118031337502):0.0916312304568):0.0293446386315):0.128114225615);
+(Chicken:0.238516681183,(Platypus:0.17527709321,(((Sloth:0.0482037012266,Armadillos:0.0370701766439):0.0107061212094,(((((Pika:0.072645269043,Rabbit:0.0441506532198):0.0515171050162,((Squirrel:0.112057469552,Guinea_Pig:0.125517802916):0.00892202670428,(Kangaroo_Rat:0.100277632167,(Mouse:0.0286816898586,Rat:0.0524735782963):0.106150123492):0.020093259154):0.0260677023401):0.00777675524929,((Tree_Shrew:0.267535639651,(Mouse_Lemur:0.0955715722368,Galagos:0.0908713509359):0.0420318870829):0.0263938566052,(Tarsier:0.063815872719,(Marmoset:0.0397274672621,(Macaque:0.0150785569196,(Orangutan:0.0043273203042,(Chimpanzee:0.00547614838487,(Gorilla:0.0030944938948,Human:0.00613129580576):0.00193589019494):0.0042591955601):0.00446049365868):0.00808266186267):0.030744983088):0.00860172380407):0.0181889770224):0.0184295840889,((Dog:0.0491607811691,Cat:0.0432715234546):0.035417390224,(Horse:0.0509329352404,(((Shrew:0.113749118785,Hedgehog:0.174526743696):0.048455625372,(Alpaca:0.128010955841,((Cow:0.100509576234,Dolphin:0.0427769812447):0.0093824953484,Pig:0.069968747196):0.00526072473071):0.0359595657589):0.0141129486163,(Megabat:0.0798852755606,Microbat:0.0900442455644):0.012409751773):0.0187358466366):0.00734496898985):0.0261111992005):0.0473191124852,(Lesser_Hedgehog_Tenrec:0.0969130063049,(Elephant:0.036990425435,Hyrax:0.0547450664732):0.00603876515034):0.0290179928957):0.00636555994885):0.112370190557,(Opossum:0.082560234171,Wallaby:0.0582738220876):0.127204994622):0.0693053054276):0.238516681183);
+(Chicken:0.17480428301,((Wallaby:0.0541959260207,Opossum:0.0651880589823):0.0961771587249,(Platypus:0.313075546669,(((Lesser_Hedgehog_Tenrec:0.107218663237,(Elephant:0.0433202575479,Hyrax:0.0619136511165):0.00384066035376):0.0160716159426,(((Cat:0.041050149273,Dog:0.0401478706157):0.0172533671471,(Horse:0.0892403873757,(((Hedgehog:0.0929737000025,Shrew:0.0859055298297):0.0235999233245,(Pig:0.0541027142878,(Alpaca:0.054090002324,(Cow:0.0638100516067,Dolphin:0.0346437451549):0.0056401700607):0.0021029628465):0.0122717326393):0.00253759926468,(Megabat:0.0396637482084,Microbat:0.055864290181):0.0069290215447):0.0026302909821):0.00143535187245):0.0106419423746,(((Marmoset:0.0561145554181,(Macaque:0.0146634382946,(Orangutan:0.00659488140902,((Human:0.00212241081754,Chimpanzee:0.00256135878501):0.00101210132565,Gorilla:0.00287921713018):0.00316944573501):0.00373010504747):0.00864168007508):0.030504434665,(Tarsier:0.101111961753,(Galagos:0.0475114764277,Mouse_Lemur:0.0502949397553):0.0139846887539):0.00532621495327):0.0113994110706,(((Rabbit:0.0516433722271,Pika:0.0625196077399):0.0360852958841,((Squirrel:0.0696269557513,Guinea_Pig:0.107282863907):0.00613120404129,((Rat:0.0344848797084,Mouse:0.0290066548871):0.0716461322236,Kangaroo_Rat:0.0850320914691):0.010561107288):0.00806040565025):0.00405917202983,Tree_Shrew:0.0884776330754):0.00257163497563):0.00831448480955):0.00664970430673):0.00436135664439,(Sloth:0.0275890239433,Armadillos:0.0544688020445):0.01274258304):0.0864228326619):0.0367413790584):0.17480428301);
+(Chicken:0.17127234469,((((Sloth:0.0353980570971,Armadillos:0.0311382431343):0.012825528818,((Lesser_Hedgehog_Tenrec:0.108096885572,(Elephant:0.0180584493102,Hyrax:0.0452557398671):0.0125035437246):0.0135250235143,((Horse:0.0333733213728,(((Cat:0.0303902973889,Dog:0.0189849117691):0.0161954521698,(((Dolphin:0.0299424296411,Cow:0.0296542081158):0.00792294919847,(Pig:0.0303514057866,Alpaca:0.029936465913):0.00178317898158):0.00784577216684,(Microbat:0.060511858482,Megabat:0.0435552760924):0.0112151117408):0.00128606811515):0.00212399047789,(Hedgehog:0.0735983219071,Shrew:0.0922087065452):0.0118505759135):0.000818552077666):0.00577055702064,(((Mouse_Lemur:0.0323211515278,Galagos:0.0445559992857):0.00966085814389,(((Macaque:0.0412889227638,(((Gorilla:0.00161893516859,Chimpanzee:0.00057457952494):0.00107606820642,Human:0.00244250105309):0.00297139476876,Orangutan:0.00554503468359):0.00229849294839):0.00754577416944,Marmoset:0.018998625505):0.0153395415876,Tarsier:0.0472262551878):0.00309905842235):0.0054268352771,(((Rabbit:0.031181581308,Pika:0.0571904781093):0.0286477614375,(Guinea_Pig:0.0546696063505,(Squirrel:0.0231254953124,((Rat:0.0445696043933,Mouse:0.0455806826211):0.100258473883,Kangaroo_Rat:0.05243561314):0.00455153798607):0.00234105958041):0.00401703386525):0.00780856605987,Tree_Shrew:0.0486490986821):0.00076016461523):0.00491430235047):0.00703868974992):0.00202695628173):0.101717966824,(Wallaby:0.033418836245,Opossum:0.0400643975029):0.0879587640819):0.0401571900718,Platypus:0.116942860874):0.17127234469);
+(Chicken:0.211063265873,(Platypus:0.213673337769,((Wallaby:0.0393899530679,Opossum:0.0490615877509):0.0958774547096,(((Lesser_Hedgehog_Tenrec:0.0792133161756,(Hyrax:0.0563823676606,Elephant:0.0427337386869):0.00628825179758):0.0343748397763,(Sloth:0.048066942936,Armadillos:0.0597236666648):0.0199366635654):0.00670783373714,(((Hedgehog:0.10538113191,Shrew:0.104559212535):0.0138985562884,((Dog:0.0544748903985,Cat:0.0765339673721):0.0189365329124,((Microbat:0.0635136385992,Megabat:0.0563032345594):0.0101072240073,(((Alpaca:0.0875245749376,Pig:0.0782272362126):0.00647959951657,(Cow:0.0891883356345,Dolphin:0.0303757567616):0.0197767947432):0.0477170172466,Horse:0.0320337725611):0.00823571250694):0.00153481708887):0.00573836844518):0.0153154019685,(((Squirrel:0.0491761787997,(Guinea_Pig:0.140783900587,((Mouse:0.0314457570674,Rat:0.0335006981615):0.0866574202865,Kangaroo_Rat:0.0773622609874):0.00533527740482):0.00341150486162):0.0097747824812,(Pika:0.0724777424438,Rabbit:0.0275705357275):0.040315982524):0.00391431955051,(Tree_Shrew:0.0943242888569,((Mouse_Lemur:0.0479910512811,Galagos:0.074218810021):0.00714238518119,(Tarsier:0.0512175164031,(((Orangutan:0.00778187338874,(Gorilla:0.00335359078482,(Human:0.00122477522056,Chimpanzee:0.00162464727864):0.000421083844457):0.00147346828826):0.00279207809161,Macaque:0.0108521343534):0.00804248504688,Marmoset:0.0293347840317):0.0295863846975):0.0055384349451):0.00298245166122):0.00248232840494):0.00923836658193):0.0135895746038):0.07967761958):0.0283295327524):0.211063265873);
+(Chicken:0.122617179554,(Platypus:0.213827152248,((Wallaby:0.0223367088925,Opossum:0.0421456302499):0.0637389475157,(((((Marmoset:0.0154992737739,(Macaque:0.00828014848297,((Chimpanzee:0.000797458132461,Human:0.00204444680434):0.000730559716718,(Orangutan:0.00551247874725,Gorilla:0.00259100854144):0.000440498416996):0.00158227149119):0.00327634213376):0.0160569788057,(Tarsier:0.0477957523565,(Mouse_Lemur:0.021223121712,Galagos:0.0339072399294):0.0131092842882):0.00171882596113):0.00334268778084,(Tree_Shrew:0.0559243551153,((Rabbit:0.0491200161211,Pika:0.0486381485789):0.0178180436693,((Kangaroo_Rat:0.0684780653484,(Rat:0.0202886420776,Mouse:0.0197614433803):0.0678463630924):0.00833558792895,(Guinea_Pig:0.0678261252669,Squirrel:0.0375458494599):0.00653858026635):0.00508893674313):0.0010650490637):0.00245134907562):0.00602018482059,((((Dolphin:0.0207468360935,Cow:0.0423004226288):0.00696618059283,(Alpaca:0.0265769376757,Pig:0.0352294283907):0.00587901672247):0.00864278296412,((Dog:0.0270714517689,Cat:0.0303565983266):0.00828243840613,(Megabat:0.0457520697753,Microbat:0.0429038293477):0.00718152480154):0.00250130409261):0.00211662675746,((Shrew:0.0715239672138,Hedgehog:0.0619965878207):0.0144780019056,Horse:0.0218311035952):0.00199432129991):0.00847508775302):0.00479300660669,((Sloth:0.0224988429475,Armadillos:0.0421822772828):0.014656043609,((Elephant:0.0426327326272,Hyrax:0.0673923835751):0.014206887231,Lesser_Hedgehog_Tenrec:0.117036926794):0.0499709152797):0.00479217855497):0.0954198147366):0.0546189006915):0.122617179554);
+(Chicken:0.183503331789,(Platypus:0.222137441257,((Wallaby:0.0877573393553,Opossum:0.131279712287):0.253413651544,((((((Hedgehog:0.123327355797,Horse:0.0345088726994):0.00293638056149,((Shrew:0.169421729248,(Cat:0.0488772208059,Dog:0.0357839624394):0.0189336682897):0.00370109446639,(Microbat:0.0420046112718,Megabat:0.0414384829478):0.0188657119144):0.000955829710065):0.00043455818043,(Alpaca:0.0400711629469,(Pig:0.0388885228943,(Dolphin:0.0204588604014,Cow:0.042984307493):0.00522733965408):0.00274915094563):0.0167381150669):0.00987493770825,(((Tarsier:0.0537284445084,(((Orangutan:0.00489630922665,(Gorilla:0.00482498944307,(Chimpanzee:0.00240475900906,Human:0.00222111483188):1.96589430911e-06):0.00179785229324):0.00358254119012,Macaque:0.0294569889548):0.00601983366683,Marmoset:0.0209173026562):0.0291441353292):0.00267819513188,(Mouse_Lemur:0.045048344802,Galagos:0.0799725002642):0.0197172216194):0.00628227368697,(Tree_Shrew:0.0964743903564,((Squirrel:0.0728728749582,(Guinea_Pig:0.12448011123,(Kangaroo_Rat:0.138847547107,(Mouse:0.0608674855583,Rat:0.0667063853309):0.116492021224):0.0176354428252):0.00491521738853):0.0105805250079,(Pika:0.0988677181731,Rabbit:0.0355510290455):0.0840161457693):0.00248563313583):0.000852775637858):0.00918635402716):0.00624335291322,(Sloth:0.0383809274632,Armadillos:0.0316068083784):0.0348082681355):0.00201172827913,((Hyrax:0.0950551494416,Elephant:0.0548014891031):0.0145893482579,Lesser_Hedgehog_Tenrec:0.190446329028):0.0445032596718):0.145403180907):0.0858738358923):0.183503331789);
+(Chicken:0.12423225992,(Platypus:0.285741056627,(((Sloth:0.0424891753211,Armadillos:0.0373581820459):0.0153339169689,((Lesser_Hedgehog_Tenrec:0.141594219714,(Hyrax:0.0584776441496,Elephant:0.01975268248):0.0174771777063):0.00771451830206,((Shrew:0.127222395176,((Cat:0.0378533569298,Dog:0.0276249315154):0.0160528162743,(Horse:0.0284764605424,((Alpaca:0.0447317049173,((Cow:0.0408103824441,Dolphin:0.0271277146323):0.00350413587096,Pig:0.0320107287329):0.00385754504035):0.00439706516477,((Microbat:0.0528734307011,Megabat:0.0325600569772):0.011642998118,Hedgehog:0.0867800297399):0.00210983444558):0.00505687200528):0.00218292567758):0.00179469775944):0.00491465612615,((Tree_Shrew:0.0657696341934,((Marmoset:0.0199197117324,(Macaque:0.0142875926133,(Orangutan:0.0028309151809,((Chimpanzee:0.00318327359122,Human:0.00856200934143):0.00159749242015,Gorilla:0.00202420602132):0.00277051033959):0.00239591874042):0.0078901688418):0.0238337724345,((Galagos:0.0571562711454,Mouse_Lemur:0.0271842226915):0.0166635628731,Tarsier:0.0802639985826):0.00141766021343):0.00771275954591):0.00301993231901,(((Rat:0.0611484885386,Mouse:0.0495306330826):0.125558536109,((Pika:0.180069094399,Rabbit:0.0761933118438):0.0512904249561,Guinea_Pig:0.174104474701):0.0192546533772):0.0129172136199,(Squirrel:0.0425676545807,Kangaroo_Rat:0.0707928570674):0.00513451652666):0.00826070090896):0.00384379156407):0.00827466416261):0.00563938494204):0.191168996703,(Opossum:0.170755697046,Wallaby:0.0478142763608):0.271251671107):0.0347394873973):0.12423225992);
+(Chicken:0.110261774041,((((Armadillos:0.0463307527912,Sloth:0.0310747777018):0.0235179934036,((Lesser_Hedgehog_Tenrec:0.118753552657,(Hyrax:0.0580576987,Elephant:0.0292529783686):0.0132376675898):0.01533972691,((Tree_Shrew:0.0475298526518,(((Mouse_Lemur:0.0347765410678,Galagos:0.0550173468106):0.0131672365593,(Tarsier:0.0652910359417,(Marmoset:0.0221699208601,(Macaque:0.0286482101928,(Orangutan:0.00578249688604,(Gorilla:0.00357145741029,(Human:0.00341105981311,Chimpanzee:0.00161881478076):0.00165088562017):0.00204358757049):0.00338581464261):0.00465761511648):0.0271717104801):0.00188440401232):0.00219782912792,((Kangaroo_Rat:0.0689804109679,Squirrel:0.0542048222747):0.00878289174726,((Pika:0.103923397438,Rabbit:0.0506911408528):0.0355995110227,((Rat:0.0441878831831,Mouse:0.0360748966793):0.0818073183841,Guinea_Pig:0.0700637671733):0.00420348118706):0.00414841557052):0.00509945194207):0.00106341925673):0.00366995275925,((Alpaca:0.0470792024265,(Pig:0.0558885815418,(Dolphin:0.0279475713633,Cow:0.033899200085):0.00568970611562):0.00643160295142):0.0122587371792,(Horse:0.053847230068,((Dog:0.0341468463929,Cat:0.0423989150362):0.0185953578779,((Shrew:0.103153770222,Hedgehog:0.0869723118173):0.00918382061044,(Megabat:0.0354986087256,Microbat:0.0542113032463):0.00429458169826):0.00227613635766):0.000264742281892):0.00110859778296):0.00955840706181):0.00365480894048):0.0069358560155):0.0659408855217,(Wallaby:0.0436526356357,Opossum:0.0580682908973):0.0667826662431):0.0586463029372,Platypus:0.271868061327):0.110261774041);
+(Chicken:0.195276806184,(Platypus:0.212134602122,((Wallaby:0.0779725036066,Opossum:0.402415801344):0.11637606372,(((Armadillos:0.0254395377743,Sloth:0.0373233664624):0.0363444824894,((((Tree_Shrew:0.0732540987677,((Mouse_Lemur:0.04651704876,Galagos:0.0465994301231):0.0189239987216,(Tarsier:0.134365829366,(Marmoset:0.0392151630676,((Orangutan:0.00867633534746,(Gorilla:0.00302720062409,(Human:0.0029599942338,Chimpanzee:0.00295859160411):0.00187525796039):0.0065721855036):0.0115158633939,Macaque:0.0190242762706):0.013788738111):0.0240716632479):0.00698456825508):0.00258207916879):0.00327112308126,(Guinea_Pig:0.125468228029,(Squirrel:0.119959866767,((Rat:0.0379287249743,Mouse:0.171889076094):0.0866542607203,Kangaroo_Rat:0.0760509641877):0.0217832870246):0.00746269352765):0.0189567272604):0.00403318886975,(Pika:0.0984926724659,Rabbit:0.0756608963226):0.0642155897024):0.00788987230022,((Shrew:0.163149520529,Hedgehog:0.0813190960214):0.0419208956443,((Microbat:0.0685823515185,(Megabat:0.103192952615,(Alpaca:0.0556567604017,(Pig:0.0625694927043,(Dolphin:0.0491134078045,Cow:0.228103761765):0.0111851768274):0.00561072895528):0.0205322716328):0.00262452362209):0.00647625449263,((Dog:0.0403700440879,Cat:0.049819712416):0.0158517935082,Horse:0.0557142477966):0.0013409930215):0.00543293031655):0.00253447115117):0.01121367387):0.0070777424847,(Lesser_Hedgehog_Tenrec:0.132976709085,(Hyrax:0.080156363488,Elephant:0.064551259777):0.0112644901619):0.0298242354221):0.137394389759):0.0747417402553):0.195276806184);
+(Chicken:0.113032643519,(((((Tree_Shrew:0.0622847311677,(((Rabbit:0.0368910289743,Pika:0.0477152780398):0.0428247814708,(Squirrel:0.0464077260491,(Guinea_Pig:0.0676757509827,(Kangaroo_Rat:0.0590013977283,(Rat:0.05203121159,Mouse:0.0404088767933):0.0823273249384):0.00855670013056):0.00254844055536):0.00825445998304):0.00216385652875,(Tarsier:0.050347154173,((Galagos:0.0361195634051,Mouse_Lemur:0.017843322671):0.0106667065458,(Marmoset:0.0165857902363,(Macaque:0.00482860685856,(Orangutan:0.00473107553355,(Gorilla:0.00103529344331,(Human:0.000937971373275,Chimpanzee:0.00142688150681):0.000606289561229):0.00146891804114):0.00219597470359):0.00408834051102):0.016338744783):0.00131112360042):0.0099707723404):0.00148074142722):0.00702007617994,(Horse:0.0719902370993,((((Microbat:0.0388584985152,Megabat:0.0207608488057):0.00840456941369,(Hedgehog:0.0600399220359,Shrew:0.062194174618):0.00514788784452):0.00231167040878,(Dog:0.0300261344692,Cat:0.0216577349487):0.0129885235026):0.000968969231324,(Alpaca:0.0710886828077,(Pig:0.0245493137092,(Dolphin:0.0154914768781,Cow:0.0298473659232):0.00632644479128):0.00186352261005):0.00929577785686):0.00106435771696):0.0079151809142):0.00291892770801,((Sloth:0.0356851298112,Armadillos:0.0581357487545):0.0236474608354,(Hyrax:0.0547763848385,(Elephant:0.0188187731521,Lesser_Hedgehog_Tenrec:0.077438713019):0.00180465468334):0.0152367515662):0.000871043128189):0.0885776196001,(Wallaby:0.0333009091124,Opossum:0.0215405805182):0.0542370206172):0.0479006711309,Platypus:0.0894434246726):0.113032643519);
+(Chicken:0.272596154523,(Platypus:0.219377347962,((Wallaby:0.0393227684098,Opossum:0.067357793926):0.152720149605,(((Armadillos:0.0492113829257,Sloth:0.0394772458711):0.0163901078351,(Lesser_Hedgehog_Tenrec:0.0836646199005,(Hyrax:0.095297046549,Elephant:0.0409201350591):0.0176704391113):0.014162049689):0.0028048599173,(((Tree_Shrew:0.0643869863796,((Galagos:0.0954776724229,Mouse_Lemur:0.0436729331348):0.0121082749273,(Tarsier:0.0465866262376,(Marmoset:0.0270318780443,(Macaque:0.0134610730309,(Orangutan:0.00704137173154,(Chimpanzee:0.00379186250681,(Human:0.00226715007556,Gorilla:0.0120352795374):0.000389450760378):0.00386635455485):0.00621553828448):0.00902497754931):0.0219833162461):0.00483671969202):0.00417380768793):0.00203640445134,((Pika:0.0904298942864,Rabbit:0.0357518336601):0.0322379225123,((Kangaroo_Rat:0.0899785141688,(Rat:0.0475788676466,Mouse:0.0399115601547):0.117372813184):0.00533371629651,(Guinea_Pig:0.0866570717785,Squirrel:0.051552674226):0.0050390607747):0.00519958523409):0.000732331348122):0.00484555970868,((Horse:0.0537907852657,(((Pig:0.037314018172,Cow:0.0428552237081):0.00850166253858,Dolphin:0.0267490541468):0.00556772889845,Alpaca:0.0363256201304):0.00969425126617):0.00331344983063,(((Shrew:0.126923168365,Hedgehog:0.0998250745833):0.0151141799294,(Dog:0.0404710616316,Cat:0.0423313095208):0.0244249524177):0.00442882845511,(Microbat:0.164123782587,Megabat:0.0515337894903):0.0193198827606):0.000632953149233):0.0128709695758):0.00650335604581):0.111549380745):0.0518671396514):0.272596154523);
+(Chicken:0.238366206324,(Platypus:0.238072298779,(((Armadillos:0.0465771406829,Sloth:0.0345080095823):0.0211722277798,((Lesser_Hedgehog_Tenrec:0.0908112089433,(Hyrax:0.0561526642262,Elephant:0.0275835371559):0.0087209897198):0.014033945386,((((Guinea_Pig:0.0824421610734,(Squirrel:0.0424737781581,(Kangaroo_Rat:0.067270905223,(Mouse:0.0273478285297,Rat:0.0171514801927):0.0815358054676):0.00875456084853):0.00411128663894):0.00715677347324,(Pika:0.0517644446461,Rabbit:0.0324332256733):0.0227068060813):0.002650278087,(Tree_Shrew:0.0552751574114,((Marmoset:0.0210143034808,(Macaque:0.0128196490574,((Gorilla:0.00461895399609,(Human:0.0022358171671,Chimpanzee:0.00279328988709):1.50917114346e-06):0.0033549836735,Orangutan:0.00737807163627):0.00371339366733):0.0061985214548):0.0176554518982,((Mouse_Lemur:0.0363993080996,Galagos:0.0379419389073):0.00628371199617,Tarsier:0.0442135245726):0.00217304892676):0.00589112036748):0.00167849210188):0.00226476751308,(Hedgehog:0.062278924971,(Shrew:0.0824729527279,(((Megabat:0.0468634520366,Microbat:0.0345752464849):0.00302848755714,((Pig:0.0396879751097,(Alpaca:0.0376881393155,(Cow:0.0631394317099,Dolphin:0.0186243834646):0.00658312552811):0.00068943286958):0.00848123362078,(Dog:0.020993141293,Cat:0.0224367971452):0.00997070993924):0.000279261225179):0.000759655571161,Horse:0.0550705358468):0.00118610940547):0.00139209264965):0.0064534092893):0.00576667326203):0.000619651952592):0.107326514691,(Opossum:0.0343234601832,Wallaby:0.0625865663644):0.100527788275):0.111287611725):0.238366206324);
+(Chicken:0.204732571434,((Wallaby:0.0387077687353,Opossum:0.0425698611666):0.097091895369,(((Lesser_Hedgehog_Tenrec:0.0591273660396,(Elephant:0.0203888661904,Hyrax:0.0493962458569):0.00975161370701):0.0115623706176,((Armadillos:0.0418103806328,Sloth:0.0304192667818):0.0149958925602,((((Guinea_Pig:0.0838617354334,(Squirrel:0.0596987865563,(Kangaroo_Rat:0.0657817712513,(Rat:0.0277131676378,Mouse:0.0271342665096):0.055490889538):0.00868578826271):0.00134684931571):0.00845462175705,((Rabbit:0.0388302110555,Pika:0.0576221712196):0.0204495152073,Tarsier:0.106269584383):0.00391253852791):0.00241393009647,(Tree_Shrew:0.056584359304,(((Macaque:0.00758297838286,(Orangutan:0.00541271767803,((Human:0.00198924997036,Chimpanzee:0.00144736152139):0.000693277859623,Gorilla:0.00229312511976):0.00320900824743):0.00417371206976):0.0049096837065,Marmoset:0.0217278978483):0.0199352447706,(Mouse_Lemur:0.0271545952318,Galagos:0.0371767966386):0.0108399175066):0.0021412041162):0.00182710221406):0.00639496444736,((Shrew:0.0906669664894,Hedgehog:0.0715250446289):0.0111692061443,(((Cat:0.024123404831,Dog:0.0237281351466):0.0149557240185,((Alpaca:0.0270962740033,((Dolphin:0.0156598065094,Cow:0.0303948663437):0.00494536576852,Pig:0.0282999882883):0.00149576982426):0.00948200122828,Horse:0.0297516325429):0.00123230456236):0.000848763535183,(Microbat:0.0382224463226,Megabat:0.038562414404):0.00409886950316):0.00120128049138):0.00517733560026):0.00325058527192):0.00198465321279):0.0659780318606,Platypus:0.305890231249):0.0217815073266):0.204732571434);
+(Chicken:0.141368949394,(Platypus:0.359960097956,(((Lesser_Hedgehog_Tenrec:0.149102651834,(Hyrax:0.0816722574623,Elephant:0.0387725615199):0.0179900145163):0.0209806348556,((Armadillos:0.075249601813,Sloth:0.057904241063):0.0271097673288,((((Rabbit:0.0566900043621,Pika:0.136729922881):0.115747820876,(Guinea_Pig:0.151926517682,(Squirrel:0.0767230243932,((Mouse:0.0499693451362,Rat:0.0574025478269):0.18256594311,Kangaroo_Rat:0.113399238782):0.0097782186736):0.00592237273815):0.00753241960142):0.00669736022917,(Tree_Shrew:0.0786764045219,((Galagos:0.0602554783192,Mouse_Lemur:0.0364557808178):0.0230981371322,(Tarsier:0.0734150659611,(Marmoset:0.0287695221854,(Macaque:0.0202302136569,(Orangutan:0.00595080388786,(Chimpanzee:0.00257858872658,(Human:0.00612827014476,Gorilla:0.00462965450956):1.79806524942e-06):0.00494349040767):0.00684485502269):0.00833420281405):0.0251562533306):0.00694339518376):0.013968759115):0.00179777312504):0.0108226116782,(Horse:0.0584023607878,(((Microbat:0.0779712907728,Megabat:0.0783110374589):0.0148577924579,(Shrew:0.158220727544,Hedgehog:0.125707569213):0.0138168888769):0.00270976350634,((Alpaca:0.0792928246407,(Pig:0.0543330748744,(Dolphin:0.03264261771,Cow:0.0814901103074):0.00654153877106):0.00462738036905):0.0239824619823,(Cat:0.105861242385,Dog:0.0379276587644):0.0207485439203):0.00492315146864):0.000147440877324):0.0123600504049):0.00843843968984):0.00357955964822):0.113261740623,(Opossum:0.297132764608,Wallaby:0.225732371822):0.211650433253):0.0559426601682):0.141368949394);
+(Chicken:0.212405156692,(Platypus:0.139550061485,((((Sloth:0.0465522964975,Armadillos:0.048148513658):0.0363354008569,(Hyrax:0.114665195246,(Elephant:0.0458543947376,Lesser_Hedgehog_Tenrec:0.104530656156):0.00420241594117):0.0165357137968):0.00518538086948,((((Hedgehog:0.100912261756,Shrew:0.103755849234):0.00953933639162,(Horse:0.110253508524,((Pig:0.040993168891,(Cow:0.0531327789817,Dolphin:0.0337391396027):0.00827002919023):0.0042086563757,Alpaca:0.0322246518812):0.00929520443041):0.00228378764279):0.00338741288262,((Megabat:0.0371086124596,Microbat:0.0501327969181):0.010043038013,(Cat:0.0519241349996,Dog:0.062141551373):0.0259214214008):0.000958395929546):0.00875677378689,(((Pika:0.0675748543136,Rabbit:0.0400568141044):0.0432843286657,(((Guinea_Pig:0.202869163145,(Mouse:0.0398657702825,Rat:0.0513950558471):0.155475914326):0.022010254589,Kangaroo_Rat:0.0922287640286):0.0101209500657,Squirrel:0.0521823866585):0.00990205760624):0.00705850501635,(((Galagos:0.120393646894,Mouse_Lemur:0.0516788917392):0.0187680454926,Tree_Shrew:0.0734793523591):0.00991062808526,(Tarsier:0.046065394113,(Marmoset:0.0227882675078,(Macaque:0.00989423094606,(((Human:0.0033085423073,Chimpanzee:0.00159736820036):0.00211360132085,Gorilla:0.0018344145753):0.0028861739503,Orangutan:0.0079270564941):0.00324795677831):0.00467245964386):0.0205537830372):0.00412358377842):0.00966354145358):0.0120434960314):0.00504860542285):0.103462376182,(Opossum:0.0581473442332,Wallaby:0.0442584256561):0.11122593195):0.0353959876162):0.212405156692);
+(Chicken:0.111985839458,(((((Armadillos:0.0524169025679,Sloth:0.0322833745027):0.0113208843982,(Elephant:0.0267172042565,(Hyrax:0.0398213201131,Lesser_Hedgehog_Tenrec:0.0586344378593):0.00241941431478):0.0109111753392):0.00140865254151,((((Mouse_Lemur:0.0189173392593,Galagos:0.0364922055267):0.0054661624744,(Tarsier:0.0723409616885,((Macaque:0.0425078638594,(Orangutan:0.00309113041563,(Gorilla:0.0031004311392,(Human:0.00151399318156,Chimpanzee:0.00151539579374):0.000373564124435):0.00110781450547):0.0048565692257):0.0047661685964,Marmoset:0.0157961826483):0.016429712587):0.00188787741901):0.00471109333547,(Tree_Shrew:0.0388439366053,((Rabbit:0.0188522427355,Pika:0.0484906683902):0.0183485317297,((((Mouse:0.0332575984652,Rat:0.0293776489338):0.0485237800471,Kangaroo_Rat:0.0516148898837):0.00507689613302,Guinea_Pig:0.0904447456121):0.00218166049966,Squirrel:0.0392326250603):0.00326206398546):0.00177748296776):0.000640160690678):0.000867443001195,(Shrew:0.0608003510178,((Microbat:0.0244910984925,(Hedgehog:0.0654216701492,Megabat:0.0254603363119):0.00181581568859):0.0028084572716,((Dog:0.0126488217612,Cat:0.0251915822065):0.00831191849974,(Horse:0.0163131543852,(Alpaca:0.0196984086224,(Pig:0.0293648758365,(Cow:0.0217494355183,Dolphin:0.0116994247653):0.00247122801722):0.0010166410513):0.00628288281905):0.000676900372555):0.000661728956954):0.00078746407618):0.000850847059966):0.00411964281544):0.0591141399261,(Wallaby:0.0208351234605,Opossum:0.0342075675402):0.0560273518559):0.0382067851715,Platypus:0.0883768758835):0.111985839458);
+(Chicken:0.297906601044,(Platypus:0.287455026742,(Tarsier:0.0260227859056,(Tree_Shrew:0.0815029524526,(((Galagos:0.0549558016822,Mouse_Lemur:0.0544422239339):0.017618674473,(Marmoset:0.0455119907827,(Macaque:0.0147438824651,(Orangutan:0.00931893095161,(Human:0.000992263057352,(Gorilla:0.00232920729035,Chimpanzee:0.00441839851513):0.00144615955663):0.00511695721797):0.00518740759249):0.010189521614):0.0415311723037):0.00664345676667,((((Guinea_Pig:0.143465013842,Kangaroo_Rat:0.124684229072):0.0135326749092,(Squirrel:0.159700489084,(Rat:0.0562205313944,Mouse:0.0511197579773):0.148627538145):0.00424326675043):0.00900815198713,(Pika:0.0827631645213,Rabbit:0.0779070271871):0.0526107019975):0.00525185328304,(((Shrew:0.185919519869,(Hedgehog:0.0996959288851,Microbat:0.0336830998803):0.00433789794321):0.00873289337132,(((Cat:0.0318855118748,Dog:0.037205079154):0.0253485452059,(Horse:0.0673484028968,(Cow:0.0510175079128,((Pig:0.0362920277819,Alpaca:0.030447964205):0.00264893823334,Dolphin:0.0687378624311):0.00482066582186):0.0188384759064):0.00227648013287):0.00394213079267,Megabat:0.0509517480169):0.00271291926969):0.0155511046637,((Sloth:0.0450630116991,Armadillos:0.0844641861697):0.0193885293179,((Lesser_Hedgehog_Tenrec:0.124343772604,(Hyrax:0.0818357279425,Elephant:0.037208219833):0.0166903481476):0.0155999651324,(Opossum:0.0592577194514,Wallaby:0.0594494775686):0.267841389669):0.00478471798825):0.0106549023919):0.0145690455812):0.00218936644174):0.0114504675493):0.0571996875623):0.251289824604):0.297906601044);
+(Chicken:0.115015539146,(Platypus:0.204526640268,((Wallaby:0.038505860174,Opossum:0.177316486732):0.172689747214,(Tree_Shrew:0.019785763756,((((Mouse:0.0284707093283,Rat:0.0218024107175):0.061301557281,(((((Elephant:0.0388018737607,Hyrax:0.102531011093):0.0200433591742,Lesser_Hedgehog_Tenrec:0.0747806338787):0.0171376047863,((Sloth:0.0487241202266,Armadillos:0.0768232493484):0.0159707229863,(((Shrew:0.0540727352391,Hedgehog:0.0450876698645):0.0118982699728,((Microbat:0.0723667779165,(Alpaca:0.031512056542,((Dolphin:0.0131406399934,Cow:0.0276750749859):0.0045071334773,Pig:0.0151336893382):0.00128244061646):0.00526949788454):0.00528353961336,Megabat:0.0200842395156):0.000660561519051):0.00145647914557,(Horse:0.0248119710481,(Dog:0.0170425483463,Cat:0.0290498647768):0.0073031013424):0.00113472107449):0.00529575814984):1.92410993904e-06):0.00249225630485,Guinea_Pig:0.0288653629579):0.00119216977243,(Tarsier:0.0353150609107,(Squirrel:0.0132893789903,Kangaroo_Rat:0.0615571007693):0.00297763728009):0.00204321405849):0.000959722405188):0.00434740871074,((Galagos:0.0311679721325,Mouse_Lemur:0.0164544218441):0.0159534336141,(Marmoset:0.0202005846171,(Macaque:0.00770520611313,((Gorilla:1.92410993904e-06,(Human:1.92410993904e-06,Chimpanzee:0.00230379326396):1.92410993904e-06):0.00155668105774,Orangutan:0.00778456270559):0.00647963108169):0.000745237668528):0.0088718882032):0.00606662727998):0.00173902884659,(Pika:0.049231749166,Rabbit:0.0219926415957):0.0191804110433):0.0378949826203):0.0465837645516):0.0415339750577):0.115015539146);
+(Chicken:0.2185374421,(Platypus:0.110891886534,((((Sloth:0.0310796800516,Armadillos:0.0525996794989):0.015497374524,((((Pig:0.0856253201962,Hedgehog:0.0612961629194):0.0139041035089,Dog:0.0853965136181):0.00242540443112,(((Cow:0.0533634334909,(Microbat:0.0579185947736,(Shrew:0.0921927908878,((Galagos:0.0807740451622,((Pika:0.0717984054319,Rabbit:0.0556856504882):0.0546140491221,Guinea_Pig:0.115079420752):0.0242685212053):0.0223549941911,Tree_Shrew:0.06388000568):0.00819484122556):0.0185378892979):0.00678527733121):0.0158262670324,(Dolphin:0.0430150281099,Alpaca:0.0414154396132):0.00745597269145):0.00689209485904,(Megabat:0.0342819205331,Horse:0.0405902132494):0.00288374205556):0.00595170731923):0.00615522794665,(Mouse_Lemur:0.0330382119032,((Squirrel:0.053100765615,((Rat:0.0293371191019,Mouse:0.0207327491095):0.0926760057298,Kangaroo_Rat:0.0489869559408):0.0113061186277):0.013159709083,(Cat:0.0763091184663,(Tarsier:0.0600808210739,((Macaque:0.00810056414832,(Orangutan:0.00358278985388,(Human:0.00324765117239,(Chimpanzee:0.000976638221695,Gorilla:0.00109377335688):0.000967876858085):0.000605967257576):0.005228651288):0.0021414411439,Marmoset:0.0238456499384):0.0174812350896):0.00410518482552):0.0025522775845):0.00265963203633):0.00405643367175):0.00800337065835):0.0037501818619,((Lesser_Hedgehog_Tenrec:0.129328468251,Hyrax:0.0404675457014):0.0157775181215,Elephant:0.0210519175064):0.0192226195137):0.198396598628,(Opossum:0.0491870577825,Wallaby:0.0378646105619):0.0664700493023):0.0389476899074):0.2185374421);
+(Chicken:0.179270962141,(Platypus:0.219577316791,(((Armadillos:0.039320427475,Sloth:0.022151876594):0.0285639747578,((Lesser_Hedgehog_Tenrec:0.0884312782233,(Elephant:0.0266575583296,Hyrax:0.0496319205154):0.00741089174079):0.0178581457283,((((Squirrel:0.0617737657278,((Rat:0.0269305562202,Mouse:0.0312888295642):0.0777736018921,Kangaroo_Rat:0.0724691707585):0.00413030714565):0.0047199046118,Guinea_Pig:0.10560276092):0.0109351557966,(((Galagos:0.0476595610448,Mouse_Lemur:0.0374500366854):0.00977717390935,(Tarsier:0.072508200499,((Macaque:0.0119159359086,(Orangutan:0.00636890485715,(Gorilla:0.00178138600997,(Chimpanzee:0.00305079344163,Human:0.00374524388115):0.00105546877715):0.00358318022047):0.00306837978454):0.00690623610557,Marmoset:0.0243619482655):0.026162011117):0.00163573821968):0.00622410325574,(Rabbit:0.0369773166992,Pika:0.0572889645113):0.0295649602518):0.00161850584242):0.00486571802225,(((((Microbat:0.0627322908253,Megabat:0.044716547387):0.00791827859936,((Dog:0.115289557344,Cat:0.0265060149054):0.0406845985942,((Pig:0.11052201525,Alpaca:0.0499728392536):0.00587390434393,(Dolphin:0.0368044576701,Cow:0.0835360650076):0.00734567154708):0.0205284931412):0.00458764564382):0.00102594052311,Horse:0.0302852270278):0.00280693597853,(Hedgehog:0.0968711124165,Shrew:0.0964846385363):0.00511819297765):0.00502258264241,Tree_Shrew:0.0806255232915):0.00215730568555):0.0113854401741):0.00429808942826):0.151285649035,(Opossum:0.0906895486508,Wallaby:0.0696673370126):0.131169208911):0.0902160038211):0.179270962141);
+(Chicken:0.195359828635,(Platypus:0.304382742891,((((Sloth:0.0437372269252,Armadillos:0.0495431762474):0.0233232889844,((Hyrax:0.0556547879552,Elephant:0.0256806163983):0.0100323491888,Lesser_Hedgehog_Tenrec:0.11099473469):0.0170372545642):0.00336163416645,((((Rabbit:0.0628324808689,Pika:0.072033793239):0.0458982615779,(((Kangaroo_Rat:0.075151604175,(Rat:0.0373946670088,Mouse:0.030931410146):0.0796568591288):0.0107465278557,(Guinea_Pig:0.0779694167937,Squirrel:0.0651996251016):0.00457990247687):0.0104447053629,Tree_Shrew:0.108019207769):0.00222715646385):0.00607132711198,((Tarsier:0.0595178477876,(Marmoset:0.0251422732274,(Macaque:0.0158543751301,(Orangutan:0.00985994369134,(Gorilla:0.00328377334344,(Chimpanzee:0.00287717975001,Human:0.00222979060083):0.00124390457484):0.00557121936478):0.00497011661998):0.00862068861605):0.0237846536672):0.0034617496261,(Mouse_Lemur:0.0487052223622,Galagos:0.0621300291505):0.0147186555429):0.00666764009655):0.00633827784018,((((Dog:0.114257107777,Cat:0.0351922481942):0.016383964253,(Megabat:0.0486215249107,Microbat:0.0541873244592):0.00765890677239):0.00336309686857,((Alpaca:0.0700446299363,(Pig:0.0605019282688,(Dolphin:0.0385521679882,Cow:0.061434264033):0.00531114576064):0.00400375805172):0.0134210444965,Horse:0.0577889068772):0.0018129374056):0.00383336217523,(Shrew:0.111891313805,Hedgehog:0.0943745086334):0.00661517705459):0.00727815833302):0.00839377928842):0.141120109402,(Opossum:0.0479817848991,Wallaby:0.0379478421742):0.171092987804):0.109447346532):0.195359828635);
+(Chicken:0.16390292894,((Wallaby:0.0415807668886,Opossum:0.035924575338):0.0615915046039,(((Tree_Shrew:0.110898561292,Platypus:0.567444176768):0.0805804866665,Shrew:0.0605901710356):0.0205033220663,((((Rabbit:0.0185795590907,Pika:0.0531296861655):0.0220733036152,((Kangaroo_Rat:0.0487424842368,Squirrel:0.023286987618):0.00973254723575,Guinea_Pig:0.0850208355862):0.000362052338769):0.000928201337589,((Mouse_Lemur:0.0205057851102,Galagos:0.0266940803016):0.00861472943492,((Mouse:0.0131261180785,Rat:0.0327008066659):0.0613235024629,(((Orangutan:0.00192881466217,(Human:0.000625273361681,(Chimpanzee:0.000569689276825,Gorilla:1.8374255979e-06):0.000759691581826):0.00184635662221):0.00376530940792,(Macaque:0.00485605204745,Marmoset:0.0247434621904):0.00069358425387):0.015340251079,Tarsier:0.0248102563164):1.8374255979e-06):0.0054707080645):0.00155054644093):0.00576635229393,(((Megabat:0.0253160880191,Microbat:0.0164016728378):0.0067006569359,((Alpaca:0.0175819100271,((Cow:0.0229841897285,Dolphin:0.0087598067629):0.00981701171372,Pig:0.0292401358376):0.00150207613927):0.0059591044695,((Hedgehog:0.0526803824115,(Dog:0.0206268930839,Cat:0.0256719929933):0.00825382238128):0.00426166257062,Horse:0.0200065729359):0.000654394233003):0.000757181505242):0.00440178536049,((Armadillos:0.0182759760879,Sloth:0.0236906447826):0.00999814658803,((Elephant:0.020914432455,Hyrax:0.040088408166):0.0027479620071,Lesser_Hedgehog_Tenrec:0.0506135739479):0.012328373261):0.00299402374384):1.8374255979e-06):0.00845483254343):0.0524579440321):0.16390292894);
+(Chicken:0.189644048102,(Platypus:0.475084360268,(((Lesser_Hedgehog_Tenrec:0.130441719698,(Hyrax:0.054064510835,Elephant:0.0392370642036):0.0104478254661):0.0244262725836,(((((((Squirrel:0.0475891538157,Guinea_Pig:0.0778504664842):0.00750164419886,(Kangaroo_Rat:0.0725094039743,(Mouse:0.0322393527632,Rat:0.0289780081821):0.0574313260973):0.0121973285537):0.0106504476211,(Rabbit:0.0285899312329,Pika:0.0500915629865):0.0278106579738):0.00265206849142,(((((((Gorilla:0.00277557585256,Chimpanzee:0.00309478925031):0.00100201547748,Human:0.00328163339061):0.00210499760682,Orangutan:0.00425621067211):0.00618343803306,Macaque:0.0108284944242):0.00607809219778,Marmoset:0.0272129082517):0.0204967099259,Tarsier:0.0419259418544):0.00436936350805,(Tree_Shrew:0.0694240942672,(Galagos:0.0621006343505,Mouse_Lemur:0.0219518036188):0.00772960576162):0.00305205785433):0.00203599081579):0.00425226961552,(((Cat:0.0538470112851,Dog:0.0310885703511):0.0182463331716,(Hedgehog:0.0349148468153,Shrew:0.0476863744218):0.0188371809289):0.00263099300344,(Horse:0.0556587363333,(Alpaca:0.0427800826092,((Cow:0.0520931364347,Dolphin:0.0132515516266):0.00600840460415,Pig:0.0323146077126):0.00356545095691):0.00748341854977):0.00154273551977):0.00241614842488):0.00181664447476,(Microbat:0.0554812625055,Megabat:0.0357509927387):0.0121463635061):0.00333292167141,(Armadillos:0.046168621712,Sloth:0.0212095840827):0.0292515471313):0.000466632018098):0.0637102448481,(Opossum:0.0363609786169,Wallaby:0.0395760243337):0.0870266443749):0.0212404032021):0.189644048102);
+(Chicken:0.313943862755,(Platypus:0.531388563149,((Wallaby:0.0309410513505,Opossum:0.105296182031):0.14664780174,((((((Mouse_Lemur:0.0446462833941,(Marmoset:0.0360857920768,(Macaque:0.0218621280045,(Orangutan:0.0129160517759,(Gorilla:0.00677094430282,(Human:0.00780941082,Chimpanzee:0.00386428305501):0.00112477753463):0.00869324396326):0.00578961177817):0.014866942267):0.0294539629978):0.00477707075877,(Tree_Shrew:0.097703685188,(Galagos:0.0806055284582,((Squirrel:0.0764264676435,(Mouse:0.0346054705766,Rat:0.0379889495606):0.1094918571):0.0115697974268,(Guinea_Pig:0.0907551779218,((Rabbit:0.0413521684838,Pika:0.0596623074084):0.0448833935321,Kangaroo_Rat:0.0962379792402):0.00810668455561):0.00213911504299):0.00794245618078):0.00247408416437):0.00362710590904):0.00346173830632,Tarsier:0.063917786134):0.0084659361173,(Horse:0.052573881606,((Shrew:0.123972816956,Hedgehog:0.169269467149):0.0307668959964,((Microbat:0.0349798577765,Megabat:0.056416078128):0.0119028297634,(((Cow:0.0550211569868,Pig:0.0551508471914):0.00768553731066,(Alpaca:0.0498999074772,Dolphin:0.0222311685761):0.002677367363):0.0188749363124,(Dog:0.0958770567913,Cat:0.0293259762162):0.041893402675):1.94168783614e-06):0.00725279044794):0.00238008789035):0.0158432063413):0.00227195581403,((Lesser_Hedgehog_Tenrec:0.117745452403,Elephant:0.0411944665261):0.0127730597993,Hyrax:0.0759875573055):0.0263392698947):0.00524799836041,(Sloth:0.0380969950136,Armadillos:0.0461507532128):0.0286294066601):0.34390806445):0.19460072192):0.313943862755);
+(Chicken:0.169756255519,(((((Hyrax:0.0489705444136,Elephant:0.0291923825714):0.000230987866427,Lesser_Hedgehog_Tenrec:0.0861638782611):0.0226386467831,((Sloth:0.0263797308803,Armadillos:0.038034224439):0.0157316191856,(((Mouse_Lemur:0.043549173568,Galagos:0.0495601749955):0.0121832965359,(Tree_Shrew:0.0609686372907,((((Kangaroo_Rat:0.0581500056427,(Mouse:0.0183879524134,Rat:0.0363732791202):0.0757858954507):0.0113345103881,(Pika:0.0625074004588,Rabbit:0.0322720569297):0.0235215282735):0.00630429114558,(Guinea_Pig:0.0608480317628,Squirrel:0.0375136138796):0.0052488790311):0.00652341988323,(Tarsier:0.0471850434797,(Marmoset:0.0177920605222,(Macaque:0.0106963964342,(Orangutan:0.00245829875189,(Human:0.00367549862557,(Gorilla:0.00233791391911,Chimpanzee:0.00161098677643):0.000731710648898):0.0017428226521):0.00337003077196):0.00267443202306):0.0187445960594):0.00356958935555):0.00314925666983):7.71343575195e-05):0.00362917890208,((Shrew:0.0836870614675,Hedgehog:0.0406005139845):0.00769442134144,((Horse:0.0328602193851,(Cat:0.0181046718436,Dog:0.0397918461503):0.0131318896385):0.00432882338537,(((Cow:0.0193153430535,Dolphin:0.0170461617999):0.00685877931874,(Pig:0.0537478927739,Alpaca:0.0479098105638):0.00328658060631):0.0133848485804,(Microbat:0.142607681765,Megabat:0.031774986673):0.0197161299184):0.00283999776149):0.00199376758517):0.0076048900325):0.00453727018391):0.00487400637528):0.0611742990487,Platypus:0.268055724867):0.0345531510365,(Opossum:0.0422266379378,Wallaby:0.0260767217435):0.0787666647035):0.169756255519);
+(Chicken:0.157339097799,(Platypus:0.131171271113,((((Lesser_Hedgehog_Tenrec:0.0857320980091,(Elephant:0.0316702928998,Hyrax:0.0468683069502):0.00939244935657):0.0224492578236,(Armadillos:0.0484462058039,Sloth:0.0437520665674):0.0257426118684):0.0047165830534,((((Pika:0.0881386620215,Rabbit:0.0763682224516):0.0289008209915,(((Kangaroo_Rat:0.0829888436947,Guinea_Pig:0.10267836664):0.00910819934111,(Rat:0.0597862343539,Mouse:0.0444470985702):0.108465530416):0.00633913537568,Squirrel:0.0606740252922):0.0089747757836):0.00237289425642,(((((Macaque:0.013310385978,((Chimpanzee:0.00334684430268,(Human:0.0139502664792,Gorilla:0.00299624789979):0.00499934394502):0.003163468393,Orangutan:0.00941014153649):0.00394742043974):0.00686384253622,Marmoset:0.0250111973185):0.0243234277234,Tarsier:0.0563918287133):0.00588829344961,(Galagos:0.0621049952644,Mouse_Lemur:0.0260189274244):0.0149029640935):0.00540113847004,Tree_Shrew:0.0636624581107):0.005543869897):0.00742921272163,(((Shrew:0.0943803740344,Hedgehog:0.0924599376907):0.0125475975948,Horse:0.0620224069838):0.00172583254018,((Cat:0.0455794506101,Dog:0.0326732185953):0.0181198922095,((Microbat:0.0675172835625,Megabat:0.0388815958785):0.00694089609578,(Alpaca:0.0478616607524,(Pig:0.0678943030201,(Dolphin:0.0296731066339,Cow:0.0888790123791):0.00625818127842):0.00152725074068):0.0124833748708):0.00192244163163):0.002546738075):0.00935302620843):0.0036671618285):0.0935442157256,(Opossum:0.0484058596545,Wallaby:0.0508652859274):0.0659394689619):0.0460724397591):0.157339097799);
+(Chicken:0.104138399229,(Platypus:0.257622612441,((((Sloth:0.148757040062,Armadillos:0.10179039592):0.112767747165,(Hyrax:0.0381701988832,(Elephant:0.0266846746174,Lesser_Hedgehog_Tenrec:0.0806989939478):0.00735952243985):0.00854261603731):0.00456764878878,(((((Rabbit:0.0270168175435,Pika:0.0842239439696):0.0172429710866,(((Kangaroo_Rat:0.097542505792,Guinea_Pig:0.0768005556655):0.0100784958513,(Rat:0.0692431533003,Mouse:0.03555020263):0.0628936871195):0.00203793700094,Squirrel:0.041669460124):0.00772703199041):0.00326636257482,(Galagos:0.0499436305017,Tree_Shrew:0.0576737959719):0.00466919772282):0.00206012360548,(Mouse_Lemur:0.033857115533,(((Macaque:0.0169359955539,(Orangutan:0.00761135647771,((Human:0.00196441116418,Chimpanzee:0.00327504134677):0.00102340626944,Gorilla:0.0024419288244):0.00132448269219):0.00465069675135):0.00575256835593,Marmoset:0.0175836301482):0.0252390358129,Tarsier:0.0425020295548):0.00118021853092):0.00322482565032):0.00818905387416,((((Cat:0.0221303899245,Dog:0.0242576687439):0.0129992722003,Horse:0.0485407871377):0.00257454447079,(Microbat:0.0298715826617,Megabat:0.0278416101819):0.00459606999431):0.000148400198676,((((Dolphin:0.0347378903019,Cow:0.0571569290383):0.0236901586569,(Alpaca:0.0668050629779,Pig:0.0538421493751):0.00558400140886):0.0144879756597,Shrew:0.103415093069):0.00877398895548,Hedgehog:0.0788093287158):0.00216958581282):0.00696243253436):0.00871187272677):0.0773483191222,(Opossum:0.037804089844,Wallaby:0.116917014494):0.0419751919439):0.0304544679382):0.104138399229);
+(Chicken:0.0715705417643,(Platypus:0.145125441826,((Mouse_Lemur:0.0248746264631,((((((((((Armadillos:0.0256093902797,Sloth:0.042573369589):0.0174086057123,(Pig:0.0298991285947,Shrew:0.167355367426):0.040537400781):0.010822604879,((Hyrax:0.100539006094,Elephant:0.0473593344382):0.0208237615428,(Tree_Shrew:0.0846615024107,(Lesser_Hedgehog_Tenrec:0.186845117353,Dog:0.103590972132):0.0488519873047):0.0227546335807):0.00668009071776):0.00672397988784,(((Mouse:0.0154697527874,Rat:0.0467219086126):0.0880378087356,Kangaroo_Rat:0.0419320868675):0.0209754717902,(Squirrel:0.024351262523,Guinea_Pig:0.0511537616217):0.00258457023424):0.00812698797437):0.00757735616027,Horse:0.0531250426774):0.00237128651386,(Macaque:0.00199066327749,((Orangutan:0.00610361309619,(Chimpanzee:1.83747791468e-06,(Gorilla:0.00276730252326,Human:0.00195496329689):4.05750581175e-05):1.83747791468e-06):0.00200142277669,Marmoset:0.0273835877811):1.83747791468e-06):0.00819100679184):0.00496095731079,((Dolphin:0.0323068186278,Cow:0.0460342601862):0.0157132744308,((Megabat:0.0575548306167,(Hedgehog:0.0345330600744,Microbat:0.0381027903245):0.0142404136658):0.0146696470214,(Cat:0.0806418539701,Alpaca:0.0284407398938):0.00539522773728):0.0113004309584):0.0129356344901):1.83747791468e-06,(Rabbit:0.076035596821,Pika:0.161519914546):0.0360612548204):0.00238691443421,Galagos:0.0283289057106):0.00209712592186,Tarsier:0.0205862145128):0.00322436867946):0.0829333953488,(Opossum:0.0383404710153,Wallaby:0.0203528977737):0.0483509276652):0.0324021369253):0.0715705417643);
+(Chicken:0.174564212443,(Platypus:0.288323333825,((Wallaby:0.0509599777982,Opossum:0.0679814820189):0.117331705214,(((Lesser_Hedgehog_Tenrec:0.136052145574,(Hyrax:0.081214506309,Elephant:0.0483846936676):0.0101426026144):0.0245711986811,((((Megabat:0.055139607676,Microbat:0.0693593870557):0.00958903326312,((Horse:0.0749355163366,((Cow:0.0489645942678,Dolphin:0.0234180272018):0.00443497505946,(Pig:0.0474708461664,Alpaca:0.107398772032):0.00372395517623):0.0257473024591):0.007365425733,(Dog:0.046572061146,Cat:0.036832191083):0.0177464925998):0.00481708606519):0.0029485794402,(Shrew:0.120172777528,Hedgehog:0.0973272132973):0.0128614468026):0.0107577831935,(((Pika:0.10376758394,Rabbit:0.0753965466896):0.0801998479508,((Squirrel:0.0681394663603,Guinea_Pig:0.0891906565851):0.00741896330164,(Kangaroo_Rat:0.158788870364,(Rat:0.0453596945765,Mouse:0.0495194122123):0.151952149942):0.0124009867464):0.00549029721987):0.0113552072046,((Tarsier:0.0964927242806,((Marmoset:0.0314884214016,(Macaque:0.0177268896517,((Chimpanzee:0.00276390625535,(Gorilla:0.00698866159108,Human:0.00450557160636):0.000884819270155):0.00348287923088,Orangutan:0.0074922334215):0.00713159573085):0.00396189082543):0.0242531884182,(Galagos:0.167568723236,Mouse_Lemur:0.0412842969862):0.0203551361093):0.00227822280589):0.00981411788467,Tree_Shrew:0.0789731125421):0.00304073228129):0.00605906950789):0.0117342022106):0.00176224426456,(Sloth:0.047192954085,Armadillos:0.0581639766762):0.0321806883699):0.16245634691):0.0282128548253):0.174564212443);
+(Chicken:0.138018860592,((Platypus:0.335452633324,(((Shrew:0.0754761181886,(Hedgehog:0.0551614404268,(Horse:0.033271405584,((Megabat:0.0247434569003,Microbat:0.0309012108255):0.0065129739841,((Cat:0.0225382196219,Dog:0.0245309848663):0.0102914574571,(Pig:0.15895897442,((Dolphin:0.0477479313444,Cow:0.0312940946991):0.00982684700117,Alpaca:0.0298251493046):0.00788511350132):0.0135789011893):0.00267349821591):0.00175418069063):0.00144024941317):0.00114156049331):0.00103672531556,((Sloth:0.026009878385,Armadillos:0.0259514944241):0.0149638954943,(Lesser_Hedgehog_Tenrec:0.11312169421,(Hyrax:0.0388047350075,Elephant:0.0163713746265):0.0152115675821):0.0124247238834):0.00358033107396):0.00147366723611,(((Rabbit:0.0218989713723,Pika:0.0897425907382):0.0335796855244,((Kangaroo_Rat:0.0624354553004,(Mouse:0.0217607232622,Rat:0.0152456679247):0.0500886755796):0.0161928171952,(Guinea_Pig:0.0490307696804,Squirrel:0.0390552806128):0.00437949515279):0.00879147382603):0.00588492073957,(Tree_Shrew:0.0648357797535,(Galagos:0.0321507390893,(Mouse_Lemur:0.0229415918687,(Tarsier:0.0302072778958,(Marmoset:0.02659459546,(Macaque:0.0115179412484,((Chimpanzee:0.000977072769954,(Human:0.00195697934751,Gorilla:0.00138757782494):1.51579583605e-06):0.00153648231881,Orangutan:0.00387395960928):0.00186657402252):0.00651026608339):0.0185242169292):0.00269753671228):0.00189049018711):0.00373922770237):0.00163321572031):0.00524383600301):0.0805134103579):0.0218390312289,(Opossum:0.0254250992792,Wallaby:0.0521248769242):0.0816565727889):0.138018860592);
+(Chicken:0.220313991616,(Platypus:0.1014726602,((Wallaby:0.0755349750434,Opossum:0.0296137952949):0.178431641135,((((Shrew:0.138516437837,Hedgehog:0.143933749455):0.015669159869,((Megabat:0.0684424412071,Microbat:0.0976637466541):0.0246861913185,((Horse:0.0504718620903,(Dog:0.0459054692719,Cat:0.0449790206223):0.0362075475829):0.00103692005387,(Alpaca:0.0946821363365,(Pig:0.0722766939043,(Dolphin:0.0627734051808,Cow:0.0744355109165):0.00755737113427):0.00249166032593):0.0147143307741):0.00171698834767):0.00777378637485):0.0109999439878,(Tree_Shrew:0.0731329995931,(((Mouse_Lemur:0.0485262087929,Galagos:0.0588473704756):0.0200675566813,(Tarsier:0.0685964435249,(Marmoset:0.0382789746041,(Macaque:0.0181413673613,((Gorilla:0.00386166925548,(Human:0.0191936813247,Chimpanzee:0.00256851818957):0.000611658581657):0.00385846599087,Orangutan:0.00946864071551):0.00903071780086):0.00471920010064):0.023476121609):0.00901959118871):0.0111953299649,((((Mouse:0.0409817273275,Rat:0.0292358866332):0.153452691296,(Guinea_Pig:0.0956450723851,Kangaroo_Rat:0.100182536995):0.0139615492082):0.00767166133055,Squirrel:0.0860685079084):0.00939260858026,(Pika:0.0873142178293,Rabbit:0.0643157055903):0.0362679775343):0.00871183148376):0.00169368292107):0.00559402190392):0.013928880136,((Lesser_Hedgehog_Tenrec:0.206089369672,(Hyrax:0.0709217040378,Elephant:0.0501867953324):0.0180168675834):0.018850567125,(Armadillos:0.0920155394,Sloth:0.0879538709907):0.0319334814573):0.0082900760226):0.19638662322):0.0674401066259):0.220313991616);
+(Chicken:0.151487843942,((Wallaby:0.0303911378761,Opossum:0.0378513389174):0.0804039175069,(Platypus:0.283209683186,((((Hyrax:0.187190860538,Elephant:0.0318436599624):0.0123462194549,Lesser_Hedgehog_Tenrec:0.0837435936263):0.0210066874998,(Sloth:0.0647710032102,Armadillos:0.0459900712548):0.0201629088278):0.0059942747097,((Horse:0.0375010485406,(((Microbat:0.0781113295203,Megabat:0.0703355017164):0.0125058200105,((Shrew:0.144063302583,Hedgehog:0.1284472322):0.0599043966037,(Alpaca:0.035181547412,((Pig:0.0192549940047,Cow:0.0546894146122):0.00109108236038,Dolphin:0.0307110441858):0.00744503983468):0.00422352608493):0.00466624137142):0.00260755106454,(Dog:0.0272776525465,Cat:0.0389459032461):0.0185250503788):0.00298061522953):0.0239406089733,(((Tree_Shrew:0.0916530390119,(Marmoset:0.0404557453266,(Macaque:0.0115325382841,(Orangutan:0.00686882432133,(Gorilla:0.00311793612843,(Chimpanzee:0.00148924507363,Human:0.00219990367452):1.44576285473e-06):0.00440114980736):0.00550549073629):0.00565027675823):0.056876098808):0.0129502748824,((Mouse_Lemur:0.0375245249128,Galagos:0.0747963335683):0.013190236228,Tarsier:0.0750593034776):0.00748256907601):0.00536620907053,(((Squirrel:0.0814076637372,((Mouse:0.0278701017291,Rat:0.0346339825433):0.0726758504197,Kangaroo_Rat:0.0826226751807):0.00968759745802):0.00193606694199,Guinea_Pig:0.0680226206834):0.0193663089323,(Rabbit:0.052839120077,Pika:0.0941684959212):0.0527070942594):0.0062353579236):0.00924230782012):0.0112472420561):0.112697425797):0.0275313937758):0.151487843942);
+(Chicken:0.284663870856,((((Sloth:0.0486984795373,Armadillos:0.0465811923461):0.0221039149068,(((Hyrax:0.0716534973457,Elephant:0.0433938421699):0.0166993405543,Lesser_Hedgehog_Tenrec:0.120354883463):0.0249925343324,(((((Mouse_Lemur:0.0231227548079,Galagos:0.0923231987383):0.0231080525289,Tarsier:0.0797587181749):0.0101907999789,((Macaque:0.0590753887315,(Orangutan:0.00307983559176,(Gorilla:0.00647049897801,(Human:0.00185821607819,Chimpanzee:0.00435852033332):1.80927206347e-06):0.00335189537484):0.00179483430987):0.017570801204,Marmoset:0.047511242047):0.032614284231):0.0103871962805,(Tree_Shrew:0.130595533962,((Rabbit:0.0583722390603,Pika:0.126133477879):0.0424709954821,((Squirrel:0.0734240737268,Kangaroo_Rat:0.10479917366):0.00598337248623,(Guinea_Pig:0.110483329579,(Mouse:0.0539811809466,Rat:0.042735812398):0.153184580275):1.80927206347e-06):0.0126496171681):0.00511126507929):0.00391239305565):0.00727722087212,((Shrew:0.127069927379,Hedgehog:0.0959775228006):0.0156177094537,((Horse:0.0896501328653,(Alpaca:0.0631327664215,(Pig:0.179159371672,(Cow:0.0756556466737,Dolphin:0.0330461064254):0.0093107594171):0.00472833739045):0.0154901385915):0.00484785449815,((Megabat:0.0630879469331,Microbat:0.112773664339):0.015259682274,(Dog:0.0667299555259,Cat:0.0514560856588):0.039231790776):0.0020109320973):0.00918484497556):0.00918697157008):0.00711296108545):0.00578111681088):0.0846918001312,(Wallaby:0.0902148825471,Opossum:0.10992725425):0.115141878424):0.0588135165557,Platypus:0.487568135884):0.284663870856);
+(Chicken:0.131726791929,((Wallaby:0.143493296202,Opossum:0.143444245639):0.0529076193011,(Platypus:0.30647388002,((((((((Squirrel:0.071456907848,(Mouse:0.0255786168324,Rat:0.0403230201291):0.0932580387933):0.00440943988102,Guinea_Pig:0.0653236343199):0.00804927940225,Tree_Shrew:0.0617427113712):2.16224340343e-06,((Tarsier:0.0602939014339,Galagos:0.048884376849):0.0118831951786,((Kangaroo_Rat:0.161900577075,Pika:0.071297687408):0.0140692713187,(Marmoset:0.0238421770731,((Orangutan:0.00281947934111,((Human:0.00148536254396,Chimpanzee:0.00147867893266):0.00368770794431,Gorilla:0.00288757341295):0.00151181255632):0.00447529305736,Macaque:0.0103498652745):0.00681227515147):0.0197322732006):0.00532146128011):0.00255230974667):0.00299006441302,(Rabbit:0.146740328211,Mouse_Lemur:0.112968336497):0.0558930326007):0.0013355706138,((Cat:0.068387543619,Dog:0.0434314086082):0.0285699340575,((Megabat:0.0675076221922,((Hedgehog:0.121654900015,Shrew:0.108172932699):0.00865610722716,Horse:0.0399428149283):0.00116994271502):0.00707721217755,(Alpaca:0.0534849102922,((Cow:0.0416640475987,Pig:0.0238183718127):0.00256178680181,(Microbat:0.131304078001,Dolphin:0.0218655033733):0.0275341788777):0.00240207326893):0.00469669291012):0.000665841128051):0.0140876905268):0.0073967970276,(Lesser_Hedgehog_Tenrec:0.107078928716,(Hyrax:0.0430935551756,Elephant:0.0241601018384):0.00857072973722):0.0158802846183):0.00932055146568,(Sloth:0.0385570834665,Armadillos:0.0420552567244):0.00945354499375):0.0635725494994):0.0355357249939):0.131726791929);
+(Chicken:0.195225167962,((Platypus:0.161922642878,((Sloth:0.0567798441714,Armadillos:0.0627332220179):0.0126463214087,((((((Dog:0.031603493004,Cat:0.0365501300165):0.0173232321141,(Horse:0.0274879974535,(Pig:0.0719700584576,((Cow:0.0568685539254,Dolphin:0.0318693610359):0.018177033426,Alpaca:0.05923502306):0.00368272173074):0.0178915823503):0.00287172636818):0.00268282253531,(Megabat:0.030086147635,Microbat:0.0509250120012):0.00295739399779):0.00319326937347,(Shrew:0.0870712678685,Hedgehog:0.0649895365662):0.0120227192643):0.00476770499061,(((((Gorilla:0.00199848271691,Human:0.00491745073927):0.00212783781893,((Macaque:0.0136078383005,Orangutan:0.00810715982013):0.00476675099755,Chimpanzee:0.00461495055404):0.0163218100083):0.0106880451059,Marmoset:0.020675720295):0.016472798074,Tarsier:0.0463054722008):0.00711012284957,(((((Mouse:0.0362489106297,Rat:0.0358445233749):0.0728457665064,Kangaroo_Rat:0.0580236309067):0.0110895816086,(Squirrel:0.06780277257,Guinea_Pig:0.091816884713):0.00150661194443):0.0113111689326,((Pika:0.0806641631853,Rabbit:0.0361695352149):0.0318557588782,Tree_Shrew:0.0870334224155):0.0082320472139):0.00310462107087,(Mouse_Lemur:0.063656073711,Galagos:0.0734757899124):0.0290834801079):0.00623010408063):0.00911582218561):0.00449426605576,(Hyrax:0.0579954269675,(Elephant:0.0322609437024,Lesser_Hedgehog_Tenrec:0.0594646678241):0.00225075194329):0.00857905633539):0.00529258632651):0.0675452797153):0.0213832590331,(Opossum:0.158983422962,Wallaby:0.0255034874134):0.0512459631524):0.195225167962);
+(Chicken:0.349948732519,((Platypus:0.310432579979,(Wallaby:0.140463630949,Opossum:0.0913243515797):0.27379734915):0.0842951295247,((Sloth:0.155495431093,Armadillos:0.0583706957529):0.043137638034,(((Elephant:0.0912279665444,Hyrax:0.170114276274):0.0413316346965,Lesser_Hedgehog_Tenrec:0.18265783161):0.0484299288511,((Tree_Shrew:0.117770618176,(((Tarsier:0.14408466037,((Macaque:0.0286108814635,(Orangutan:0.0135401776941,((Gorilla:0.00184658032095,Human:0.00341283610507):0.0358424904863,Chimpanzee:0.000646266571597):0.00648582149302):0.0151215425351):0.0110159407423,Marmoset:0.0919693337174):0.0489448672769):0.0244095780695,(Galagos:0.0826193352986,Mouse_Lemur:0.0554947705565):0.0358423656895):0.0250103785465,((Pika:0.240242025661,Rabbit:0.105145555645):0.044577256333,(((Squirrel:0.0878017691734,Guinea_Pig:0.130971269894):0.0239192033507,Kangaroo_Rat:0.144024475671):0.00867265104823,(Rat:0.0402245315252,Mouse:0.0435064497796):0.118377990038):0.0163064306931):0.00928677125975):0.00116188372894):0.0140184687067,(((Cow:0.0821181027376,(Pig:0.0777605445375,(Dolphin:0.0607991529391,Alpaca:0.101362230836):0.0427239030834):0.00491322345159):0.0320482385765,(Horse:0.0780624986425,((Cat:0.102380412348,Dog:0.106808774):0.0174395982001,(Shrew:0.205405190202,Hedgehog:0.152726675719):0.0329682695643):0.00654574787053):0.00222223534967):0.00529758397389,(Megabat:0.156539849871,Microbat:0.0914788876814):0.0348793488656):0.0200494182155):0.0192152676008):0.0126888788076):0.207698778274):0.349948732519);
+(Chicken:0.152071408131,(Platypus:0.150851550493,(((Armadillos:0.0417159513526,Sloth:0.0329612722762):0.00889492610944,(((((Squirrel:0.0497661107813,((Mouse:0.258582808739,Rat:0.03431301545):0.105288554687,Kangaroo_Rat:0.081187112785):0.0140673434559):0.00537141089347,Guinea_Pig:0.0703523921428):0.00315788886353,((Tree_Shrew:0.0603800052943,((((Macaque:0.102398211427,((Chimpanzee:0.00213499374996,(Human:0.00232330823564,Gorilla:1.78729447476e-06):1.78729447476e-06):0.00413916632176,Orangutan:0.00512974007954):0.000527404712019):0.0112480807841,Marmoset:0.0204014637911):0.0204089655424,Tarsier:0.036561916735):0.00373612877227,(Mouse_Lemur:0.0365824916081,Galagos:0.0516967970542):0.0145868987407):0.00135593730786):0.00212402442199,(Pika:0.0789748010536,Rabbit:0.0277058608892):0.0257282915561):0.00160662655316):0.00727734967976,(Horse:0.0477738595507,(Megabat:0.0484144443661,((((Pig:0.0311345897104,Alpaca:0.0466515653317):0.00618801786492,(Cow:0.0466086558273,Dolphin:0.0237799238304):0.00543428633957):0.0151046560809,(Microbat:0.108503120557,(Dog:0.0313591961784,Cat:0.0273425274271):0.010664660052):0.00976789889388):0.00377833340266,(Shrew:0.103651942461,Hedgehog:0.105394795844):0.0244547320834):0.00212351233232):0.00188042571617):0.00485917242527):0.00588607197969,(Lesser_Hedgehog_Tenrec:0.0764802024051,(Elephant:0.031422199549,Hyrax:0.0553273201408):0.00468675249843):0.0174853046078):0.00753839580512):0.0909895676968,(Opossum:0.062207067995,Wallaby:0.0427369052733):0.0775746291346):0.0825006522756):0.152071408131);
+(Chicken:0.372387299735,(Platypus:0.346185439021,((Wallaby:0.0484606179678,Opossum:0.0462990569708):0.0830738376983,(((Lesser_Hedgehog_Tenrec:0.074605929673,(Hyrax:0.0335828518299,Elephant:0.0324990292728):0.00550799700645):0.0128758390636,(((Hedgehog:0.0735444667866,Shrew:0.0945555394536):0.00833688480334,((Microbat:0.0706832863559,Megabat:0.0348569327621):0.00633314110854,(((Dog:0.112976248949,Cat:0.0257369752372):0.00814066964195,Horse:0.0423076782406):0.00464412299429,(Pig:0.0301192135918,((Dolphin:0.017266737811,Cow:0.0357924460293):0.00478186123105,Alpaca:0.0290474160705):0.000999072746158):0.00656176646065):0.00150431361416):0.00150395308967):0.010140320577,(Tree_Shrew:0.076261119209,(((Pika:0.0635140821671,Rabbit:0.0362414210176):0.0207709788876,((Rat:0.0317508515419,Mouse:0.042735058109):0.0875022580514,((Kangaroo_Rat:0.182833717267,Guinea_Pig:0.0830633611038):0.0163817555162,Squirrel:0.0645945763566):0.000622296983128):0.0090954265424):0.00404616235095,(Tarsier:0.0401798705687,((Mouse_Lemur:0.0315683082041,Galagos:0.0396123482902):0.0075280950197,(Marmoset:0.0233555451294,(Macaque:0.0116143809691,(Orangutan:0.00779284204855,(Human:0.00392719204764,(Chimpanzee:1.38307901169e-06,Gorilla:0.00156303175803):0.00234509710282):0.0020696462275):0.00488080293524):0.00730428683881):0.0195322569365):0.00304532131316):0.0054765652662):0.00141812784328):0.00368054192667):0.0126731245106):0.00860850171363,(Armadillos:0.0467779056167,Sloth:0.0427031148237):0.00292893428923):0.0878258404325):0.063526200349):0.372387299735);
+(Chicken:0.371248182317,(((Wallaby:0.0754574897833,Opossum:0.0943107060901):0.170331049108,Platypus:0.380643297701):0.0769088708111,(((((Dog:0.075191333327,Cat:0.0554929998076):0.0277814612657,((Horse:0.0486495092599,(Alpaca:0.0665723854143,((Dolphin:0.0357426606432,Cow:0.0698780638835):0.01313057058,Pig:0.0728346524191):0.00335505686295):0.0154981983768):0.00472875144396,(Microbat:0.0857204936128,Megabat:0.0643528251173):0.0149799957168):0.00170750712172):0.00319017172168,(Shrew:0.152887044045,Hedgehog:0.176633677642):0.0260619193508):0.01245389001,(((((Macaque:0.0186689342988,((Gorilla:0.00378334686909,(Human:0.00342367050491,Chimpanzee:0.00288791702694):0.00109682497861):0.00441117683458,Orangutan:0.00930768833121):0.00751891605057):0.0113016721332,Marmoset:0.0440580021139):0.0376408197223,Tarsier:0.141684249958):0.00709098998861,(Mouse_Lemur:0.056998047662,Galagos:0.105855667591):0.022680384321):0.00834405610563,((Tree_Shrew:0.116277641608,(Pika:0.180087447962,Rabbit:0.116394226575):0.110158333934):0.00645396165279,(Squirrel:0.114492052666,((Kangaroo_Rat:0.157487155371,(Mouse:0.0411768948898,Rat:0.0767131047005):0.169040500714):0.0146147893168,Guinea_Pig:0.242228086001):0.00417247111958):0.0162853456538):0.00177244279052):0.010950541632):0.0115389088012,((Armadillos:0.0725475287495,Sloth:0.0633637220297):0.0304328412643,((Hyrax:0.111266429063,Elephant:0.0413721790361):0.0167697574405,Lesser_Hedgehog_Tenrec:0.191354006377):0.032985150512):0.00430587693366):0.100653789657):0.371248182317);
+(Chicken:0.275293632849,(((((((Guinea_Pig:0.227016797202,(Rabbit:0.0605112288032,Pika:0.121384326454):0.0369343580334):0.0277109143568,(((Mouse:0.069531965952,Rat:0.0514017614595):0.103816995367,Kangaroo_Rat:0.0935802532225):0.0107960692214,Squirrel:0.0962087504697):0.00845328537863):0.00746807298204,(((Tarsier:0.0614589527586,(Mouse_Lemur:0.0463268540573,Galagos:0.0649487276423):0.0241459701635):0.00533074698674,(Marmoset:0.0343154028323,(Macaque:0.0223856292395,(Orangutan:0.0189656795281,((Human:0.00558267570831,Chimpanzee:0.00650264964132):0.00285894616738,Gorilla:0.00512002288092):0.00999065673181):0.0050042990819):0.0194494384828):0.0317762335698):0.00946110019343,Tree_Shrew:0.126378223441):0.00240020053482):0.00892187721615,(((Alpaca:0.0609172226524,(Pig:0.0594087684123,(Dolphin:0.0369646216677,Cow:0.0643908534362):0.0110281860752):0.00939793879461):0.0295472808289,(Microbat:0.0399951773633,Megabat:0.0616768320592):0.0169231903644):0.00420148286945,((Horse:0.0512672085315,(Hedgehog:0.106884940152,Shrew:0.146599951163):0.0198643096137):0.00688351079358,(Dog:0.0732856135067,Cat:0.0469085244843):0.0308792529266):0.00295183978198):0.0102337833148):0.0116155493821,(((Elephant:0.0450362800944,Hyrax:0.10495383418):0.0271679097697,Lesser_Hedgehog_Tenrec:0.204191932354):0.0174660676437,(Armadillos:0.0585980988444,Sloth:0.0504735580651):0.0263747109013):0.00342834099815):0.0858670775061,Platypus:0.27904362454):0.124813204254,(Opossum:0.438960685652,Wallaby:0.123214902845):0.260509438581):0.275293632849);
+(Chicken:0.0816594247141,(Platypus:0.139252016223,((Wallaby:0.043748427922,Opossum:0.0301448908327):0.0418705895541,(((Sloth:0.0161900300504,Armadillos:0.0135998460035):0.00891999615116,(((((Cat:0.0227851665564,Dog:0.0221240969935):0.00703441133422,Megabat:0.017106360237):0.00135146724963,(((Alpaca:0.0186154876071,Pig:0.0190409778045):0.000947624908247,(Dolphin:0.0121233334154,Cow:0.0257584920266):0.00158715371163):0.00547651644827,(Horse:0.0221575990683,(Shrew:0.0430063150526,Hedgehog:0.10340186232):0.00912839759922):0.00156239969067):0.000382050594628):0.00125022800941,Microbat:0.0246453466862):0.00216841642679,((Tree_Shrew:0.0266230376153,((Rabbit:0.0156935734022,Pika:0.0569668258055):0.0140929964064,((Guinea_Pig:0.0415813392242,(Rat:0.0215873638937,Mouse:0.0195809897132):0.0527014638643):0.0031902180575,(Squirrel:0.026877145521,Kangaroo_Rat:0.0370884496913):0.000676708339909):0.00475415380663):0.00332522137507):0.000531916785319,(((Marmoset:0.011046187776,(Macaque:0.00528135769073,(Orangutan:0.00512065107817,(Gorilla:0.000961296087165,(Chimpanzee:0.00299175318307,Human:0.00104309004934):0.00166274720504):0.00201559417182):0.00257318247379):0.00229085373797):0.0128859637192,Tarsier:0.0228412810628):0.000658946324573,(Galagos:0.0231156302355,Mouse_Lemur:0.0136843552052):0.00515559656961):0.00164962059424):0.00497265526278):0.00393832723524):0.00157998390799,((Hyrax:0.0318980267076,Elephant:0.0252732906877):1.67560833998e-05,Lesser_Hedgehog_Tenrec:0.0512566846049):0.00675794711824):0.0691479588712):0.0429289595895):0.0816594247141);
+(Chicken:0.0971783304828,(Platypus:0.442875759257,((Wallaby:0.0301555098435,Opossum:0.0505859280389):0.0673841157118,((((((Galagos:0.086933135706,Mouse_Lemur:0.0197378976719):0.0112188746838,((Marmoset:0.0354853994156,(Gorilla:0.00412359907676,(Orangutan:0.0197579031181,(Macaque:0.0178089745911,(Human:0.00132112480575,Chimpanzee:0.00131808013709):0.00321542093326):0.00864118889805):0.00931308390577):0.0112397936103):0.0248090153751,Tarsier:0.0329537660111):0.00515582456733):0.00405081612989,(((Squirrel:0.0435684380312,(Mouse:0.0277003781454,Rat:0.0402819614517):0.0715008667106):0.00315617237687,Kangaroo_Rat:0.0675884150438):0.00508234117319,(Rabbit:0.0575299976538,Pika:0.0692321026086):0.0133246861001):0.000555549127938):0.0016659739171,Tree_Shrew:0.0600442445861):0.00555267592761,(((Microbat:0.0504076796466,Megabat:0.0465744133644):0.00853725127278,((Shrew:0.0831000992351,(Armadillos:0.119427178455,Sloth:0.0533710994773):0.147194303565):0.0202140270176,Hedgehog:0.0966976474072):0.0168062544494):0.00351726198982,(((Dog:0.0538111159807,Horse:0.0304157320967):0.00103784426412,Guinea_Pig:0.0803150147907):0.0225143274766,(Cat:0.0963224208948,(Alpaca:0.0469293718971,(Pig:0.0897423127409,(Dolphin:0.0729356143958,Cow:0.0683555781199):0.0108251121398):0.0194735955781):0.0272210119282):0.00395006821329):0.00260302062158):0.014048875002):0.00840742049119,(Lesser_Hedgehog_Tenrec:0.114589263179,(Hyrax:0.0366647227401,Elephant:0.0490782884252):0.0144959825952):0.0148522325912):0.0622929601171):0.0676878371244):0.0971783304828);
+(Chicken:0.0949809042238,((((((Tree_Shrew:0.0858387752746,(Rabbit:0.055538704155,Pika:0.0687391861506):0.03105047828):0.00848349171486,((((Mouse:0.0204461945917,Rat:0.0167477100624):0.0583572771567,Kangaroo_Rat:0.0688825319661):0.00571081991967,(Guinea_Pig:0.0642953527724,Squirrel:0.0552126916696):0.00268983505752):0.0216447805401,((Mouse_Lemur:0.034066305191,Galagos:0.0422446005809):0.0211576774882,(Tarsier:0.0545977653283,(Marmoset:0.0293382176341,(((Gorilla:0.0054646985003,(Chimpanzee:0.00167688706702,Human:0.000881514628992):0.000555748124654):0.00229184732157,Orangutan:0.010372265552):0.0043881756694,Macaque:0.0106144323523):0.00868851505114):0.0275329593851):0.00570224233653):0.00817469155772):0.00187530006816):0.0136273223857,(((Cat:0.0472569975695,Dog:0.0391233653378):0.0225934971464,(((Hedgehog:0.0826165729058,Shrew:0.110171087998):0.0204391087673,(Alpaca:0.0407477945619,((Pig:0.0769481696631,Cow:0.0484846693582):0.00967602174154,Dolphin:0.0292288288261):0.00346506601593):0.0119948985895):0.00438754081488,Horse:0.0350551224132):0.00309486198929):0.00269256443593,(Megabat:0.0342455335072,Microbat:0.0460308608515):0.0173294023211):0.0183636344527):0.0117915926392,((Armadillos:0.040186306994,Sloth:0.0425546083347):0.0246079572759,(Lesser_Hedgehog_Tenrec:0.190454506233,(Hyrax:0.100999024578,Elephant:0.06835975462):0.0108406541691):0.0519506266239):0.00440119693936):0.11144810044,Platypus:0.209639982288):0.0240918480968,(Opossum:0.0336672041745,Wallaby:0.0274866751076):0.0799931893523):0.0949809042238);
+(Chicken:0.113847435402,(Platypus:0.141832728737,((Wallaby:0.0755184587765,Opossum:0.0517563749264):0.0464292233802,(((Horse:0.0327163350043,((Shrew:0.0912905982476,((Megabat:0.0277939532565,((Armadillos:0.0244926038579,Sloth:0.0209642638618):0.0171129368442,Microbat:0.0319486855924):0.000850942354667):0.00262693186241,(Alpaca:0.019550180036,(Pig:0.0179047884391,(Cow:0.0267272097554,Dolphin:0.0143834893301):0.00364352801641):0.0023592782685):0.00605683180897):0.00203446465321):0.000569233504986,(Dog:0.0976054085744,Cat:0.0211326396949):0.0103860787132):0.00168726905248):0.00281381771994,(((((Mouse_Lemur:0.0212612869576,Galagos:0.0314917790465):0.00599588953972,Tarsier:0.0529130016426):0.00231251050902,((Rabbit:0.0414663098046,Pika:0.0452614187947):0.022079674563,((Macaque:0.00849232772006,(Orangutan:0.0032835742179,(Gorilla:0.00253701325672,(Human:0.00117866772214,Chimpanzee:0.00176957930914):0.000803881382369):0.00315103617377):0.00266718148714):0.00759210971534,Marmoset:0.0204213564331):0.0184326075735):0.00154227827095):0.00449219659014,(Tree_Shrew:0.036957152255,((Guinea_Pig:0.058506927955,Squirrel:0.0190040144062):0.00536384779621,(Kangaroo_Rat:0.0496175981383,(Mouse:0.0276444029014,Rat:0.017662695518):0.0771257145528):0.00950410954118):0.00799038291099):0.00108235078303):0.00261429164697,Hedgehog:0.148635664228):0.00117170226953):0.00497641888968,((Hyrax:0.0503478057191,Elephant:0.0316935552145):0.00906267266257,Lesser_Hedgehog_Tenrec:0.0879117886918):0.0119273965785):0.0680168425125):0.031278115248):0.113847435402);
+(Chicken:0.107008971617,(((Wallaby:0.0339217335866,Opossum:0.0762531046601):0.0490159333227,Platypus:0.115449514174):0.0151220331543,(((((Microbat:0.0556944957129,Megabat:0.022822258606):0.0039716020194,((Hedgehog:0.0524656005435,(Horse:0.0366195631499,Shrew:0.0639516659664):0.00238045804639):0.00278325887921,((Cat:0.0651406568248,Dog:0.0195772403657):0.00953449683362,((Alpaca:0.0423477932027,(Dolphin:0.0264641612191,Cow:0.0377509474573):0.011711140903):0.00316536501763,Pig:0.0568797458229):0.0092808678333):0.00151762013336):0.00125854789191):0.00534618633412,((Tree_Shrew:0.0388608991306,((Pika:0.029070177323,Rabbit:0.0380821226302):0.0266307019154,(Squirrel:0.0351031652613,((Rat:0.0299409607241,Mouse:0.0292150653278):0.0903943355521,(Kangaroo_Rat:0.231929673404,Guinea_Pig:0.0408028613224):0.00966816025699):0.00355704130253):0.00608030764212):0.00332585193374):0.00199655661324,((Galagos:0.181579746226,Mouse_Lemur:0.0228658899134):0.0120123175365,(Tarsier:0.0784806841807,(Macaque:0.0078162641322,(((Gorilla:1.41876480627e-06,(Human:0.00361914403824,Chimpanzee:0.000905616639337):0.00046159138214):0.00337129511724,Orangutan:0.00398478294925):0.00412339399395,Marmoset:0.0161397123876):0.000173531560305):0.00789123393484):0.0046562323295):0.00440740835294):0.00373869750884):0.00507290007711,(Armadillos:0.0261087720592,Sloth:0.0300691599167):0.0142769627537):0.00310612985867,((Elephant:0.0155360300313,Hyrax:0.0490162061065):0.00927391634963,Lesser_Hedgehog_Tenrec:0.0712324631028):0.00710012781226):0.0679470982654):0.107008971617);
+(Chicken:0.325082241492,((((Armadillos:0.0742987202856,Sloth:0.0310075998847):0.019595945113,(Lesser_Hedgehog_Tenrec:0.138126131425,(Elephant:0.0499985574831,Hyrax:0.210922156424):0.0364540067359):0.0326817718504):0.001257630684,(((((Kangaroo_Rat:0.103325918767,Guinea_Pig:0.139421382216):0.00760700656842,(Squirrel:0.0917313811416,(Rat:0.0869722591321,Mouse:0.0625589923045):0.173606431137):0.0109245757703):0.0183587068357,(Rabbit:0.0655146539598,Pika:0.0955916844409):0.0535588443209):0.00391959275211,(Tree_Shrew:0.0851363517618,(Tarsier:0.0682336065763,(((Macaque:0.0206385820361,(Orangutan:0.00958447100035,(Gorilla:0.00293759880032,(Chimpanzee:0.00297516205347,Human:0.0355131617486):0.0022996821294):0.00536742805405):0.00575556813384):0.0104267050729,Marmoset:0.0588093356751):0.0453845299454,(Galagos:0.0719954979101,Mouse_Lemur:0.0584371240266):0.0195041462649):0.00492093505624):0.00789782185142):0.000359973192842):0.00371427673679,((((Horse:0.0550111360119,(Megabat:0.0493797689465,Microbat:0.0742614542631):0.00244904029927):0.000712593171556,((Dog:0.078346801158,Cat:0.0701113084001):0.0240558142999,((Pig:0.218535647878,(Dolphin:0.0301459990453,Cow:0.0784011974064):0.00695663507326):0.0155675490774,Alpaca:0.0518093730871):0.0140378602459):0.00127279824051):0.00147315619221,Hedgehog:0.111856524731):0.00224062767484,Shrew:0.0977007154235):0.00843497152919):0.00975844733369):0.114849364443,(Platypus:0.389482260615,(Opossum:0.110343341885,Wallaby:0.0986821339987):0.150134824877):0.0234399944223):0.325082241492);
+(Chicken:0.19709879804,(Platypus:0.17845237944,(((((((Pika:0.0713618248483,Rabbit:0.0461250120721):0.0412970834275,(Squirrel:0.0823192867117,((Kangaroo_Rat:0.110305034307,(Rat:0.0694916594921,Mouse:0.0431436417442):0.138768564005):0.0206902888072,Guinea_Pig:0.100345085135):0.012681686006):0.0130057973065):0.00918276334726,Tree_Shrew:0.0766949467694):0.00407123000283,((Mouse_Lemur:0.0511882004382,Galagos:0.0579776127278):0.0189528674365,(Tarsier:0.053878320424,((Macaque:0.0273343500475,((Gorilla:0.00444481895243,(Human:0.00285114148545,Chimpanzee:0.00257149407079):0.00111466539204):0.00166931964289,Orangutan:0.00687625581216):0.00468312503798):0.00872905893718,Marmoset:0.0271580337159):0.0233967845205):0.00434332154258):0.00567616738075):0.00821711589274,(((((Dolphin:0.0290615381752,Cow:0.139573367151):0.00410475201674,Pig:0.0487401773447):0.00623690476157,Alpaca:0.0496991160186):0.0158027010218,((Horse:0.0488609823145,(Cat:0.04150522334,Dog:0.0449089264788):0.0218623830456):0.00208481910338,(Microbat:0.100792841857,Megabat:0.0389121748616):0.00879384734831):0.00100070727353):0.00316469217443,(Shrew:0.128662683692,Hedgehog:0.0864454418265):0.0176443126456):0.00789350858563):0.00969202530689,((Lesser_Hedgehog_Tenrec:0.13857197494,(Hyrax:0.0646327904992,Elephant:0.0358603905858):0.00923795286859):0.0259374111251,(Sloth:0.036984848379,Armadillos:0.0451784043987):0.0170377124751):0.00261944424029):0.106023006427,(Opossum:0.0718479376447,Wallaby:0.0650888803136):0.0944891138974):0.0598417109464):0.19709879804);
+(Chicken:0.0950583253892,(Platypus:0.166306365174,((Wallaby:0.0235953612358,Opossum:0.0377521694242):0.113440296894,((Shrew:0.086879011323,Hedgehog:0.206392360974):0.00692776029631,((Lesser_Hedgehog_Tenrec:0.0915192462412,(Hyrax:0.0605995817349,Elephant:0.0486607872762):0.00556600535615):0.00801238179809,((((Microbat:0.0417616270962,Megabat:0.034995334568):0.0100892191884,((Horse:0.0389471938509,(Dog:0.0273111716914,Cat:0.0277405616693):0.0121872439609):0.00217745256722,(Alpaca:0.0459718282541,(Pig:0.0333084117979,(Cow:0.0568140420016,Dolphin:0.0151524971599):0.00922288219602):0.00465792155784):0.00948598225835):0.000940525864736):0.00931610849416,(((Tree_Shrew:0.0498408361689,(Squirrel:0.0572774002977,((Guinea_Pig:0.0707843710363,Kangaroo_Rat:0.0797490223205):0.0165773857985,(Rat:0.0348154004846,Mouse:0.0201901730585):0.114169641317):0.00154161920386):0.00804713886676):0.0065482846383,((Marmoset:0.0259686363045,((((Human:0.000502117005196,Chimpanzee:0.00203446026703):0.00154372270071,Gorilla:0.000796064876259):0.00352542460076,Orangutan:0.00676306123906):0.00535014544138,Macaque:0.0108449318925):0.00566108933047):0.0239262355523,((Galagos:0.0606803069544,Mouse_Lemur:0.0326610573956):0.0121191572189,Tarsier:0.0631517611532):0.00244404021762):0.00491948738071):0.00151038867714,(Rabbit:0.0468924988882,Pika:0.068824433124):0.0167459475695):0.00439427337137):0.00730886739211,(Armadillos:0.0451563723377,Sloth:0.04418531183):0.0220398197607):0.00109140772849):0.00880273937039):0.0858054531084):0.0352905915899):0.0950583253892);
+(Chicken:0.101758830823,(((Wallaby:0.0278346076615,Opossum:0.0334883912351):0.0605726901181,Platypus:0.104960513503):0.0168639456555,((((((Cat:0.0393736084663,Dog:0.0536413682996):0.0131748184065,(Horse:0.0517527362135,((Hedgehog:0.157385840534,Shrew:0.0721600062733):0.011840441,((Dolphin:0.0302025300898,Cow:0.0390782171784):0.0138153715193,(Pig:0.120143279832,Alpaca:0.19283086906):0.0240392139548):0.0389819730923):0.00358787243708):0.00257721797744):0.00132925190575,(Microbat:0.0482523920026,Megabat:0.0351498513482):0.0103715972829):0.0101279036357,(((Squirrel:0.0479258128163,(Kangaroo_Rat:0.0910099267446,(Guinea_Pig:0.128686676699,((Rabbit:0.0739211243803,Pika:0.0869735829823):0.174675928725,(Rat:0.0551265673675,Mouse:0.0258193165705):0.100246757402):0.0357962408301):0.0149863562453):0.0135312764194):0.00880972180195,Tree_Shrew:0.144823623741):0.00860043419929,((Mouse_Lemur:0.0405616108077,Galagos:0.0949580579609):0.0141976008661,((((Orangutan:0.00430177990159,((Human:0.00274296805828,Gorilla:0.00129778090585):0.00074796766712,Chimpanzee:0.00443880701601):0.00267106138417):0.00298391763741,Macaque:0.0113332441599):0.00452423229438,Marmoset:0.0220883612131):0.0228998822442,Tarsier:0.0615041627621):0.0037045794817):0.00842038505974):0.00680642174341):0.0121813306313,(Armadillos:0.0385343886841,Sloth:0.0522847956253):0.0217362608278):0.00904609414043,((Hyrax:0.0592067314607,Elephant:0.0388396254912):0.0104853643168,Lesser_Hedgehog_Tenrec:0.0962340734086):0.0179563228665):0.0701132897418):0.101758830823);
+(Chicken:0.222339962631,((Wallaby:0.0656782275968,Opossum:0.0844673203432):0.170897099912,(Platypus:0.585747693611,(((Lesser_Hedgehog_Tenrec:0.191773235559,(Hyrax:0.0959784353373,Elephant:0.043636193368):0.023408609128):0.0412908448266,(Sloth:0.0673445058938,Armadillos:0.0736915590186):0.0382206649937):0.00675338923301,((((Cat:0.0811541571577,Dog:0.0832131011932):0.0373173735022,(Hedgehog:0.189639928136,Shrew:0.242480219692):0.0434026908303):0.00377957503274,(Horse:0.0734173767746,((Microbat:0.0792831721489,Megabat:0.0975545270828):0.0204508752291,(Alpaca:0.0863852750627,(Dolphin:0.0568892988734,(Pig:0.0930123255046,Cow:0.0878609610993):0.00560729035497):0.00638853135971):0.0219002811155):0.00284638278831):0.00136007800123):0.0169996191434,((((Mouse_Lemur:0.0596242050558,Galagos:0.0987042232618):0.0303007128125,(Tarsier:0.0732972981302,(Marmoset:0.0445252345176,(Macaque:0.0217344627106,((Gorilla:0.00793347517518,(Human:0.00416771675337,Chimpanzee:0.00393683113726):0.00103846968412):0.004603095912,Orangutan:0.00977078104473):0.00609000148667):0.0128351523113):0.0410748290833):0.00950964642073):0.0108363226925,Tree_Shrew:0.114963363365):0.0033037186271,((Pika:0.156149792675,Rabbit:0.0741572040553):0.0646426765179,(((Mouse:0.0412485773292,Rat:0.0572094400353):0.152862307588,(Squirrel:0.116183122408,Kangaroo_Rat:0.209102516996):0.00725885184361):0.00750539499952,Guinea_Pig:0.146294941264):0.0131425593405):0.00796839160741):0.0141016613468):0.0178736729254):0.143314299362):0.0418738233927):0.222339962631);
+(Chicken:0.148041700297,(((Lesser_Hedgehog_Tenrec:0.0849247487058,(Elephant:0.0347070239366,Hyrax:0.119130030813):0.00736236710554):0.0234397181198,((((Hedgehog:0.133654788187,Shrew:0.128444923386):0.0289706035299,((Cow:0.0156916722351,Dolphin:0.0243050246785):0.00939648053692,(Pig:0.0796939818409,Alpaca:0.0439582550996):0.00618042878616):0.0109548772976):0.0017374407261,((Cat:0.0647161065822,Dog:0.0298391778242):0.0127425379192,((Microbat:0.0668591869458,Megabat:0.0958830960926):0.0264221505229,Horse:0.0386567883306):0.00955034211436):0.00151793259297):0.0100115854025,((((((Mouse_Lemur:0.029948318935,Galagos:0.0756562490733):0.00882608948912,(((((Gorilla:0.00388623934641,(Human:0.00353991230059,Chimpanzee:0.00177205383496):0.0009529085859):0.000954547628731,Orangutan:0.00346570676184):0.00294331066806,Macaque:0.0094361365845):0.00464088209106,Marmoset:0.0192225754903):0.0187660486912,Tarsier:0.0254225141392):0.00781409082872):0.0026213458328,Tree_Shrew:0.0675046684439):0.00416787291811,Squirrel:0.0467186183519):2.24755247359e-06,((Rabbit:0.0452440166225,Pika:0.0564932539823):0.0198512447782,(Kangaroo_Rat:0.0872672181729,((Mouse:0.0263229695232,Rat:0.0383293599469):0.104724632902,Guinea_Pig:0.143220140359):0.0234343384298):0.0129253759732):0.00894036267757):0.00449813738909,(Armadillos:0.0413642569108,Sloth:0.0471787471266):0.0105297844244):0.00314709927164):0.00764371445244):0.0644061625522,(Platypus:0.102498885984,(Opossum:0.0479742092033,Wallaby:0.0302179813944):0.0582831600807):0.0172905448017):0.148041700297);
+(Chicken:0.111401496708,(Platypus:0.429289503038,(((Armadillos:0.0449999061496,Sloth:0.0491324231216):0.0150316630098,((((Horse:0.0446206494677,((((Cow:0.0756838516841,Dolphin:0.0318234168457):0.0128042293965,(Pig:0.0775405995541,Alpaca:0.0808227334986):0.00713355921132):0.0245455087393,(Dog:0.0438821215477,Cat:0.0436246322547):0.0189982280554):0.00522662562865,(Microbat:0.0887651360283,Megabat:0.0396784398148):0.0119935809069):0.00352454808925):0.00164737824617,(Hedgehog:0.0730541609007,Shrew:0.0677319567259):0.0168217648865):0.0057483489164,(Tree_Shrew:0.0601221794638,(((Pika:0.0945513956738,Rabbit:0.0504075965998):0.0443803865036,((Squirrel:0.069497527655,Guinea_Pig:0.0880791834079):0.008009074902,(Kangaroo_Rat:0.0887896016553,(Rat:0.110292117723,Mouse:0.0406642651533):0.0851382053522):0.0102618638273):0.00892018003191):0.0082145947806,((Galagos:0.0477547905619,Mouse_Lemur:0.0591999352821):0.0127215329752,((Marmoset:0.0218253403376,(Macaque:0.00907700221106,(Orangutan:0.0068887950154,(Gorilla:0.00248381018745,(Human:0.00325024868808,Chimpanzee:0.00218696641473):1.99882699392e-06):0.00351798663525):0.00712685076026):0.00700639298792):0.0194041665449,Tarsier:0.0449425428004):0.00425104657066):0.0102734138219):0.00414305309209):0.00550352386041):0.010673636329,((Hyrax:0.127179037531,Lesser_Hedgehog_Tenrec:0.0789693007211):0.0215390937713,Elephant:0.0567194521867):0.0285985532159):0.00490145572054):0.0931816533047,(Opossum:0.0540461985434,Wallaby:0.0539591750509):0.136767955662):0.0380193449918):0.111401496708);
+(Chicken:0.11611946977,(Platypus:0.282101320228,((Wallaby:0.0308280251954,Opossum:0.0237103771859):0.0645016864752,((((Hyrax:0.178732194153,Elephant:0.037095677113):0.0186354766145,Lesser_Hedgehog_Tenrec:0.0655797158317):0.015572952406,(((Horse:0.0210468741201,(Dog:0.0180203433794,Cat:0.0320565658059):0.015337786126):0.00133113419765,(((Shrew:0.0899700594263,Microbat:0.114355869111):0.0393294654235,(Alpaca:0.0546912404289,((Dolphin:0.0201297318645,(Hedgehog:0.0940626071749,Cow:0.0350800640694):0.00442524034451):0.00234873494151,Pig:0.038488847727):0.00268593569807):0.00340598906128):0.00270150357301,Megabat:0.0341788759001):0.00188791441348):0.0108321754269,(((Rabbit:0.0752264979935,Pika:0.0857986365886):0.0186983003339,((Galagos:0.0482777336671,Mouse_Lemur:0.0195204269303):0.00778114040144,(Tarsier:0.0266792856659,(Marmoset:0.0159088882851,(Macaque:0.00618784475695,((Chimpanzee:0.00119790039569,(Gorilla:0.0023410413779,Human:1.98199239235e-06):0.000388920157349):0.00270281244344,Orangutan:0.00270993494593):0.00410410699758):0.003085293413):0.0143787894732):0.00136475269535):0.0030996120566):0.00124721695051,(Tree_Shrew:0.0605198022696,(Squirrel:0.0961290400124,(Guinea_Pig:0.0540905998005,((Rat:0.0310281730822,Mouse:0.0309399797625):0.0670132322017,Kangaroo_Rat:0.0520056504302):0.0096991375399):0.00478771829991):0.00235444103644):1.98199239235e-06):0.00338505835176):0.00349319397461):0.00490041830731,(Armadillos:0.0250320489755,Sloth:0.0294994275917):0.00766086508673):0.0589757868661):0.0443146580449):0.11611946977);
+(Chicken:0.203939529936,(((((Armadillos:0.0410762624762,Sloth:0.0351791138133):0.0358743159036,(Lesser_Hedgehog_Tenrec:0.176741500391,(Hyrax:0.074050925718,Elephant:0.0477544819874):0.00902995238797):0.0205526311044):0.00704537937963,(((((Rat:0.0400377797697,Mouse:0.0377193880052):0.151960054177,Kangaroo_Rat:0.111880101866):0.0229022954665,(Guinea_Pig:0.13954475003,Squirrel:0.100966428916):0.00211524329057):0.0120998018388,(Tree_Shrew:0.0931699967261,(((Mouse_Lemur:0.0391100170076,Galagos:0.0741524717154):0.0169201853368,(Tarsier:0.0534493040139,(Marmoset:0.0363266328477,(Macaque:0.00979709669248,(Orangutan:0.00994760978672,(Chimpanzee:0.00164699063046,(Human:0.00143531310384,Gorilla:0.00306171573567):1.48239431302e-06):0.00396121372519):0.00443099835501):0.00962151017697):0.0193325266757):0.00837064292501):0.00775547810486,(Rabbit:0.0631440247458,Pika:0.0915444243057):0.0370142189481):0.00103360214246):0.0027164145288):0.0109414519723,((((Cat:0.031425301555,Dog:0.0613878932743):0.0364013408604,(Microbat:0.0702672894485,Megabat:0.0533814939675):0.014020762443):0.00264018921542,(Alpaca:0.0729066486285,((Cow:0.0553469754988,Dolphin:0.0310499483513):0.00803907662672,Pig:0.0866669051835):0.00408925762231):0.0218189476055):0.00349648406186,(Horse:0.0517213276446,(Hedgehog:0.107319436471,Shrew:0.150533096375):0.0309427503381):0.0043161393978):0.00937513071523):0.00381163084643):0.119167915835,(Wallaby:0.0523454743174,Opossum:0.105796498205):0.102027938995):0.0806388449183,Platypus:0.210434307898):0.203939529936);
+(Chicken:0.240647767763,(Platypus:0.201341639547,((Wallaby:0.0615601734607,Opossum:0.0629444629691):0.114608034523,(((((Rabbit:0.0636162636659,Pika:0.0901917421285):0.0507554434129,(((Kangaroo_Rat:0.143976755603,(Rat:0.0476250172838,Mouse:0.042062834974):0.125006232476):0.00896213852605,Squirrel:0.086018736114):0.00340892220027,Guinea_Pig:0.13242099377):0.0133410359737):0.00967270211175,(Tree_Shrew:0.0999744339602,((Tarsier:0.0654395668115,(Marmoset:0.0397788071447,(Macaque:0.0184333578996,(Orangutan:0.0310129101947,(Gorilla:0.0035448921234,(Chimpanzee:0.00430751538023,Human:0.00375504682008):0.000321088209698):0.00473880581691):0.00485861674148):0.00651505190267):0.0387711473867):0.00896754909572,(Mouse_Lemur:0.0566935355191,Galagos:0.0830611752642):0.0317093587446):0.00519591708635):0.0037167620328):0.0143142707975,((Shrew:0.211379161186,Hedgehog:0.150139097302):0.0336015728334,(Horse:0.0608667789918,((Megabat:0.0725141427152,Microbat:0.0774622788031):0.0201885047119,(((Pig:0.0822579085546,Alpaca:0.071967978623):0.00413452971463,(Cow:0.0623401695821,Dolphin:0.0411126967438):0.0133239510234):0.0267145591762,(Dog:0.0592507249554,Cat:0.0554307393844):0.0369570254829):0.00444304111142):0.00189875065029):0.00482289740657):0.0145629604511):0.0111569998509,((Sloth:0.0722016074498,Armadillos:0.08788105451):0.0338815400936,((Elephant:0.0478295302238,Hyrax:0.0897281847791):0.0112614652819,Lesser_Hedgehog_Tenrec:0.155700296684):0.0349706293628):0.0031370847361):0.168662889376):0.0705207127403):0.240647767763);
+(Chicken:0.226343070261,(Platypus:0.337284757089,(((((Horse:0.090866324737,(Alpaca:0.0768889733186,(Pig:0.0569765155199,(Dolphin:0.0284145516552,Cow:0.0467384765651):0.00905297701401):0.00413949081149):0.0286231411218):0.0041577113733,((Megabat:0.0761500281095,(Microbat:0.0963094637758,(Shrew:0.134818479637,Hedgehog:0.106436009528):0.03181795145):0.0124066777907):0.00272578660483,(Cat:0.0480750116851,Dog:0.0493034528067):0.0358689166942):0.00226473092163):0.0100724414991,(((Tarsier:0.0733588185679,(Marmoset:0.0383659722735,(Macaque:0.0161118316652,(Orangutan:0.00422379655483,(Gorilla:0.00641641883437,(Human:0.000905907720118,Chimpanzee:0.00291319298593):0.00216631208508):0.00533591081737):0.0104537731253):0.0138250859097):0.0283095619287):0.0121762828363,(Galagos:0.0581839091482,Mouse_Lemur:0.0398136509428):0.0230235581382):0.00982464768868,(Tree_Shrew:0.12746910752,(((Squirrel:0.077013262971,(Kangaroo_Rat:0.134525558292,Guinea_Pig:0.165992354003):0.00525140477954):0.0104737866163,(Mouse:0.0401792758493,Rat:0.0491798695432):0.138200583678):0.0341360907978,(Pika:0.10726513376,Rabbit:0.0362183473062):0.0573017682925):0.0034201952407):0.00223899775839):0.0111628171148):0.0173961693801,(((Hyrax:0.123082967919,Elephant:0.0378203771805):0.00935010668672,Lesser_Hedgehog_Tenrec:0.134512724572):0.0340986133595,(Sloth:0.0575620842652,Armadillos:0.0534182081775):0.0291880250062):0.00168260441002):0.0557196005964,(Opossum:0.0727432885501,Wallaby:0.0522306169726):0.185175826525):0.0951779823497):0.226343070261);
+(Chicken:0.151526884263,(Platypus:0.227390424544,((Wallaby:0.0449321407259,Opossum:0.0700273685656):0.114678957346,(((Squirrel:0.0578387371029,(Guinea_Pig:0.0754815437986,((Mouse:0.0268990510315,Rat:0.0330224778086):0.0840555116913,((Hedgehog:0.245517294603,Kangaroo_Rat:0.184103961501):0.018484142827,(Pika:0.158728750178,Rabbit:0.0916238189031):0.0358852174142):0.0247892693055):0.0171526895819):0.00348145044898):0.00506178393363,((((((Shrew:0.284098301964,Microbat:0.144394695734):0.0388667393485,Horse:0.0381009187211):0.0280015544876,Megabat:0.0774109047622):0.0106554556724,(Cat:0.0387339591128,Dog:0.0250445347451):0.00764566810498):0.00493654653363,((Cow:0.0620670912417,Dolphin:0.0247796356608):0.00894513969086,(Pig:0.043842005782,Alpaca:0.0357980654407):0.00319700994405):0.00769397904921):0.0182377818809,(((Galagos:0.0658862756192,Mouse_Lemur:0.0338429300038):0.00617284921794,Tarsier:0.041020396034):0.0022910111366,(Tree_Shrew:0.0836366307249,(Marmoset:0.0205818327336,((Orangutan:0.0528230464481,Macaque:0.00284904977309):0.00240528281058,(Human:0.00237050619642,(Gorilla:0.00351003483396,Chimpanzee:0.00234309700318):0.00115141775008):0.00342174066351):0.00480386601034):0.0118744648007):0.00959502718993):0.00340875164705):0.0029628792261):0.0111441426307,((Sloth:0.0303821442542,Armadillos:0.0620242736365):0.0217251241724,(Lesser_Hedgehog_Tenrec:0.142055007838,(Elephant:0.0381564166232,Hyrax:0.100226348693):0.0147133277737):0.0258157696331):0.00612644290314):0.154475218229):0.0287226024275):0.151526884263);
+(Chicken:0.164099890408,(((((((Rabbit:0.0455144084964,Pika:0.0685142900452):0.016241971709,((Rat:0.0213782751241,Mouse:0.0476256801845):0.132821525515,(Kangaroo_Rat:0.0989854403789,Guinea_Pig:0.132383011255):0.0107519247269):0.00898693602889):0.00485653992752,(Squirrel:0.0640871449711,((Tree_Shrew:0.0707516718083,(Mouse_Lemur:0.0457589480221,Galagos:0.0717429741928):2.02311048188e-06):0.00354324059411,((Marmoset:0.0302130853258,(Macaque:0.00949395038158,(((Chimpanzee:0.00156692384116,Human:0.000784678886189):2.02311048188e-06,Gorilla:0.00297087507623):0.000793900529745,Orangutan:0.0080301827274):0.00426148950026):0.00506378589158):0.0203496921079,Tarsier:0.0718769816019):0.00547063572591):0.00272470276925):0.00463916423815):0.00900491824779,(((Cat:0.0310986899349,Dog:0.0645037251733):0.0208855394053,Horse:0.0355179479123):0.00299015557463,(((Microbat:0.274161120092,Megabat:0.0529399333893):0.0247464421379,((Cow:0.053078088049,Dolphin:0.0142330264373):0.00790255465133,(Alpaca:0.0470428458985,Pig:0.0392624264929):0.00285552889276):0.009905947536):0.00322547622398,(Shrew:0.0892234675679,Hedgehog:0.113430858649):0.0129527387083):2.02311048188e-06):0.00756550263565):0.0127314567915,(Sloth:0.038157464592,Armadillos:0.0349509552544):0.0263686387677):0.00441126524775,(Hyrax:0.135085056848,(Elephant:0.0384535196309,Lesser_Hedgehog_Tenrec:0.100133577037):0.0070784401194):0.0214210726369):0.0878412441589,(Platypus:0.532195536728,(Opossum:0.0550517533028,Wallaby:0.104273808506):0.131530914379):0.0197645905813):0.164099890408);
+(Chicken:0.0482920476676,(Platypus:0.0807667859262,((Wallaby:0.0592304108164,Opossum:0.053839394388):0.110605946802,((Lesser_Hedgehog_Tenrec:0.0665987535202,(Hyrax:0.0558996068863,Elephant:0.0236846130759):0.00561195936975):0.0102266411959,((Armadillos:0.022888023828,Sloth:0.0389914177791):0.00930120874868,(((((Rat:0.0176203146403,Mouse:0.0123614911611):0.0330575263672,((Kangaroo_Rat:0.0334715790582,Squirrel:0.040215783333):0.00194894897523,Guinea_Pig:0.0339730896644):0.00183806144038):0.00768468853302,(Pika:0.0443522941599,Rabbit:0.0329569566277):0.0230588594748):0.00297901739771,(Tree_Shrew:0.027121567857,((Mouse_Lemur:0.0164286858896,Galagos:0.0197123683932):0.00587867179547,(Tarsier:0.018212183228,(Marmoset:0.0123099094025,(Macaque:0.00608494408453,((Gorilla:0.00593614612621,(Human:0.000490837254135,Chimpanzee:0.0160711186659):0.000685715077709):0.00181171641882,Orangutan:0.00596033547701):0.00142614220317):0.00310613873805):0.00932598242661):0.00280902993582):0.00180677929958):0.000762597883776):0.00647704862563,(((Horse:0.0112705038728,(Megabat:0.0251842644538,(Cat:0.0130918625484,Dog:0.014565518512):0.00873083830806):0.00124881835144):0.00123997653219,(Alpaca:0.0327102615986,(Cow:0.0308631753493,Dolphin:0.0198047089968):0.00604222883251):0.00457317221617):0.00233965950543,((Hedgehog:0.0347093775547,Microbat:0.0170811083836):0.00244961561033,(Pig:0.126231987066,Shrew:0.103115977643):0.117095650325):0.00205752640538):0.00332750467125):0.00255233158219):0.00193821046279):0.0503342229204):0.0132147142328):0.0482920476676);
+(Chicken:0.254926021372,(((((Armadillos:0.164481607106,Sloth:0.101833606088):0.050647603525,(Elephant:0.0404313443536,(Hyrax:0.0773711667655,Lesser_Hedgehog_Tenrec:0.0931272029742):0.00867221521761):0.0397779276123):0.00915529064443,((((Tree_Shrew:0.0835423768003,(Tarsier:0.0936107895514,((Macaque:0.083430389388,(((Chimpanzee:0.00630668178012,(Gorilla:0.00377248177837,Human:0.00250756314983):1.57941491807e-06):0.00369559406732,Orangutan:0.00921981301816):0.00745862553607,Marmoset:0.0380970681458):1.57941491807e-06):0.0359464684104,(Galagos:0.0667540284806,Mouse_Lemur:0.0692825546059):0.0207003391182):0.00408006405174):0.0109840498312):0.00708750831845,(Squirrel:0.0871130296249,(Guinea_Pig:0.145762167534,(Kangaroo_Rat:0.0961388111267,(Rat:0.0567222469689,Mouse:0.0589588630651):0.0773822135493):0.0187165225664):0.0114178323138):0.0141760745391):0.00152233892053,(Pika:0.154430963602,Rabbit:0.12145087907):0.0675934185354):0.0225069120622,((Hedgehog:0.173399681688,Shrew:0.140409822436):0.0569517348902,((Megabat:0.0585538992251,Microbat:0.119716712235):0.0168582377683,(Horse:0.0603013276437,((Dog:0.0690522860293,Cat:0.0556358052855):0.0548046562028,(Alpaca:0.0522413032309,((Cow:0.104947437512,Dolphin:0.0494360673732):0.0123125062979,Pig:0.0934307513091):0.0138042648762):0.0305429890089):0.00364604047516):0.00367727741514):0.0073281213594):0.0179527316759):0.007663435548):0.0827814820572,Platypus:0.74336975963):0.12262883592,(Opossum:0.130969163259,Wallaby:0.0413898551213):0.134953731173):0.254926021372);
+(Chicken:0.114149928586,(Platypus:0.292388285441,((Wallaby:0.030254715899,Opossum:0.0416766936298):0.0528630325845,((((Hyrax:0.0514207706557,Elephant:0.0296329317866):0.0124682553324,Lesser_Hedgehog_Tenrec:0.0659832743631):0.0125051832696,((((Squirrel:0.0464978021081,(Guinea_Pig:0.0877675910582,((Rat:0.0256859264811,Mouse:0.0245507248497):0.0738883364056,Kangaroo_Rat:0.0559019583592):0.00472043149915):8.77930803066e-05):0.00660564383131,(Pika:0.0563918094754,Rabbit:0.0290250142076):0.031516110805):0.0039528840579,(Tree_Shrew:0.0495966377676,((Tarsier:0.0410098143601,((Macaque:0.0185386515885,(Orangutan:0.00542822260484,(Human:0.00240438475487,(Gorilla:0.00291806842951,Chimpanzee:0.00108229093534):2.61359491228e-06):0.00416860075267):0.00325515796429):0.00597946842243,Marmoset:0.0191971648993):0.0164507737222):0.00226490612892,(Mouse_Lemur:0.0337501430147,Galagos:0.0739633107957):0.0114475400105):0.00293319231295):0.00272783120474):0.00575191716592,(((Megabat:0.0272975945326,Microbat:0.0384137026756):0.00912172204756,((Pig:0.0334393181917,(Cow:0.031547548499,Dolphin:0.0177066904962):0.00157326343283):0.00336668897264,Alpaca:0.0327133118928):0.0100595293285):0.00042112192999,(Horse:0.032274401131,((Hedgehog:0.070693520044,Shrew:0.0773902641729):0.0140399747444,(Dog:0.0436475921681,Cat:0.0209797693624):0.00842072172393):0.000745396085684):0.000895791341658):0.00484624932871):0.00694721474673):0.00375989151273,(Armadillos:0.0455869175293,Sloth:0.0338210390275):0.0201354967082):0.0800720455152):0.0515240027753):0.114149928586);
+(Chicken:0.944495257557,((Microbat:0.113510043698,Megabat:0.0662039644332):0.0132209533585,(((Dolphin:0.0360110975257,Cow:0.070170797249):0.0200649900971,(Pig:0.0350828326721,Alpaca:0.0641847263037):0.00716659586852):0.0224082683524,(Horse:0.069571936683,(((Shrew:0.173401268236,Hedgehog:0.182558848704):0.0337411598524,((Dog:0.0752805002388,(Rat:0.0372833318949,Mouse:0.0554971288993):0.182168006398):0.0839648136089,Cat:0.0494745592337):0.0185143766229):0.00587921985933,((((Galagos:0.0978964419096,Mouse_Lemur:0.0610152398666):0.031918032674,((Macaque:0.0119402310183,(Orangutan:0.00522646351108,(Gorilla:0.00227946667196,(Chimpanzee:0.00389211952545,Human:0.00347895031994):0.000869459851095):0.00330219947433):0.00566880939311):0.0126267028069,Marmoset:0.0310635887432):0.0428731801654):0.0105594621722,(((Squirrel:0.104677779648,(Kangaroo_Rat:0.142256045599,Guinea_Pig:0.189600812201):0.00970530665553):0.0141877653217,(Tarsier:0.222932657943,(Rabbit:0.0612751022494,Pika:0.0878302626038):0.0322278312549):0.0259652949313):0.00433279440954,Tree_Shrew:0.116015132438):0.00247952663177):0.016838654166,(((Wallaby:0.163476743235,Opossum:0.191605647443):0.258692058854,Platypus:0.370312597098):0.233718732285,((Sloth:0.0447998602182,Armadillos:0.0514400543739):0.0406673664082,((Hyrax:0.109916633371,Elephant:0.039455594932):0.0139865430182,Lesser_Hedgehog_Tenrec:0.185909023252):0.0326577602763):0.00425460577259):0.0155181876857):0.01444843268):0.00226688630085):0.00235128599455):0.00306557590058):0.944495257557);
+(Chicken:0.121740781609,((((Lesser_Hedgehog_Tenrec:0.10208206975,(Elephant:0.0241091735607,Hyrax:0.0418740942489):0.00847725109613):0.011388987942,((Sloth:0.0295295036092,Armadillos:0.034857162269):0.0210734216525,(((((Tarsier:0.0440587806924,((Macaque:0.00868418445908,(Orangutan:0.00820710266001,(Chimpanzee:0.00167145756522,(Gorilla:0.000958489099171,Human:0.00295298724928):2.40885789867e-06):0.00203089042014):0.00166242340574):0.00625728696301,Marmoset:0.014744941385):0.0125115578772):0.00378695513412,(Mouse_Lemur:0.0178897829666,Galagos:0.0494810052495):0.0130839601731):0.00505610654412,((Pika:0.0534359174681,Rabbit:0.0357872284207):0.0422555805187,(((Guinea_Pig:0.053294606246,(Mouse:0.0492069854561,Rat:0.0390401673247):0.159719788228):0.00318763540139,Kangaroo_Rat:0.0635032611954):0.00167999068574,Squirrel:0.0599578700875):0.0048840795141):0.00169794673589):0.00211493151094,Tree_Shrew:0.0704760192017):0.00218227845717,((Shrew:0.0773207847629,Hedgehog:0.11466905709):0.0111081513511,((Dog:0.018647399076,Cat:0.0216526386967):0.0205767185463,((Alpaca:0.0365142715774,((Cow:0.0495331154195,Dolphin:0.0226700814056):0.00628278225765,Pig:0.0282572978957):0.0023499009578):0.00813549133807,((Microbat:0.0670960674041,Megabat:0.027468230776):0.0113756594994,Horse:0.030781717926):0.00212314215459):0.00345907218897):0.00123380156427):0.00563966067955):0.00592153707812):0.00348459698895):0.0818254343975,Platypus:0.268882952586):0.0103270305024,(Opossum:0.129471490687,Wallaby:0.0427751632219):0.11794800245):0.121740781609);
+(Chicken:0.0836879668992,(Platypus:0.0754624805833,((Wallaby:0.0323001574618,Opossum:0.0389225169916):0.0247008968106,(((Armadillos:0.0495576826736,Sloth:0.0642705243021):0.0333340144809,(((((((Gorilla:0.00304528899763,(Human:0.00193450801556,Chimpanzee:0.00124139958576):0.000875622732465):0.00384183509331,Orangutan:0.00217031801586):0.00779626610706,Macaque:0.00442498280779):0.00408959648496,Marmoset:0.0240552918861):0.0170996081847,(Tree_Shrew:0.0742572221115,(Galagos:0.0703319672492,Mouse_Lemur:0.0483123796105):0.0168120158695):0.00270675179362):0.00549332008202,(Tarsier:0.0484301215035,(Squirrel:0.114220710409,(Guinea_Pig:0.0842387389176,(((Mouse:0.0541885279832,Rat:0.0332035173347):0.083319061365,(Pika:0.0927399282339,Rabbit:0.0814099010269):0.0932030921968):0.0159135768593,Kangaroo_Rat:0.0832927003159):0.0106811107217):0.00600137623053):0.0086173270886):0.00306640150364):0.0119318944571,((((Dog:0.0365535605337,Cat:0.0455480515243):0.0175791598602,((Pig:0.0895530643978,(Cow:0.0469017420262,Dolphin:0.0534573194703):0.0110100532508):0.0051990404878,Alpaca:0.0597614093252):0.0186652806256):0.00127326437991,(Microbat:0.0459999468168,Megabat:0.031819276907):0.0112074607198):0.00171411766756,(Horse:0.0312585078023,(Hedgehog:0.125146282218,Shrew:0.0990991098033):0.0256698648257):0.00314986514758):0.00756389526287):0.00599449973753):0.00627799413939,(Hyrax:0.0410344068009,(Elephant:0.0294067138786,Lesser_Hedgehog_Tenrec:0.140510044171):0.0131492020858):0.028610272706):0.0588099942549):0.0305308434587):0.0836879668992);
+(Chicken:0.0761158536489,(Platypus:0.0768714665755,((Wallaby:0.0401624259805,Opossum:0.0452048360653):0.0597637092527,(((Armadillos:0.0633957572304,Sloth:0.0181776301886):0.0169628781097,(((Hedgehog:0.087808660832,Shrew:0.0578217008991):0.00450333704871,((Horse:0.0193783904425,(Microbat:0.0355498782571,Megabat:0.0169646721414):0.0043284542055):0.000463822437066,((Dog:0.0137596368058,Cat:0.0114659174848):0.00885504830563,((Pig:0.0280538841327,Alpaca:0.114690269307):0.00801504419628,(Dolphin:0.0150874039139,Cow:0.0581375273211):0.00640992772577):0.0253839045286):0.00169477153236):0.00183547585011):0.00278191807162,(((((((Chimpanzee:0.000650789343832,(Human:0.00493173880696,Gorilla:0.000684627755829):2.40516724631e-06):0.00106765309271,Orangutan:0.00301742323075):0.0024687901349,Macaque:0.0149168798417):0.00680046710571,Marmoset:0.0217191186544):0.0134936722987,(Mouse_Lemur:0.0166871894679,Galagos:0.0195457818344):0.0105087641045):0.00135766963446,((Rabbit:0.0500648553703,Pika:0.0660193009259):0.0209412046694,(Tarsier:0.0418770730362,Tree_Shrew:0.176407929793):0.0466874350936):0.012925807551):0.000849869555916,(Guinea_Pig:0.057639240008,(Squirrel:0.0271262046762,((Mouse:0.0204049513506,Rat:0.0477929410261):0.051987864637,Kangaroo_Rat:0.0538571280458):0.00419498629433):0.00157125061332):0.00591006415102):0.00198794455074):0.0020306883985):0.00241568872085,(Lesser_Hedgehog_Tenrec:0.0555960438012,(Hyrax:0.0680872962753,Elephant:0.0212293119007):0.00965376802175):0.0061232629175):0.0883380050698):0.0185531599126):0.0761158536489);
+(Chicken:0.252647760007,(Platypus:0.2517067074,((Wallaby:0.0429853807874,Opossum:0.0637763793773):0.09814055546,(((((Shrew:0.123518562761,Hedgehog:0.112030595517):0.0191332877712,((Alpaca:0.0518576413187,((Dolphin:0.060627325636,Cow:0.109144724421):0.00871795255362,Pig:0.0875246671608):0.0104095627001):0.0318494050884,((Microbat:0.162095416088,Megabat:0.0709211710249):0.0193496413579,(Horse:0.0573646335671,(Dog:0.0516976524731,Cat:0.0408418044112):0.0300606002042):0.00253497012457):0.00454853364464):0.00606639577992):0.0171718928936,((Tree_Shrew:0.124194297387,((Mouse_Lemur:0.0576004951781,Galagos:0.125682826994):0.0254842230062,(Tarsier:0.0909724808802,(Marmoset:0.0530649521552,(Macaque:0.0179185575901,(((Human:0.00103871792258,Chimpanzee:0.00216457943341):0.001656160163,Gorilla:0.00682267115863):0.00434249083642,Orangutan:0.0104804825067):0.00567372834537):0.0131926687253):0.063185977893):0.00436123028296):0.00933877701406):0.0035260025568,(((Kangaroo_Rat:0.176457952733,(Rat:0.136560394095,Mouse:0.0390907843814):0.138024845431):0.0172441679145,(Squirrel:0.0795529228101,Guinea_Pig:0.182202009208):0.0160127378453):0.00482074050867,(Rabbit:0.062202881551,Pika:0.0883108323422):0.0485838400994):0.00756749236803):0.00655190311281):0.0165376356636,((Hyrax:0.149689620484,Elephant:0.0348830935547):0.0212305801537,Lesser_Hedgehog_Tenrec:0.120506917538):0.0403303356519):0.00679859264047,(Sloth:0.0526433219496,Armadillos:0.0613304863829):0.0266727201218):0.0970837096407):0.0723797695469):0.252647760007);
+(Chicken:0.143568348368,((Platypus:0.420618487219,((Lesser_Hedgehog_Tenrec:0.0911214443755,(Elephant:0.034497896058,Hyrax:0.0762615529724):0.0157675328833):0.0214051579045,((Sloth:0.0546074655851,Armadillos:0.051991377924):0.0210850856876,(((((Megabat:0.0526570335808,Microbat:0.060689604888):0.00755841113558,((Cat:0.0487122068869,Dog:0.0637036167368):0.0214280426883,(Alpaca:0.0482755748106,(Pig:0.0500314093543,(Cow:0.0649544019243,Dolphin:0.0247477943707):0.00589977578005):0.00493238949334):0.0189129577558):0.00421325692944):0.00173912446287,Horse:0.0491822273022):0.00186794110892,(Shrew:0.112373280951,Hedgehog:0.272985100425):0.0129794690356):0.0103824009046,((((Squirrel:0.0538093512829,Kangaroo_Rat:0.102509546194):0.00869944203732,(Guinea_Pig:0.109309200421,(Rat:0.0404941966063,Mouse:0.0313183057199):0.109374408071):0.0104042311075):0.0052759594072,(Pika:0.103311138526,Rabbit:0.0542707975578):0.0269962382473):0.00734979494732,(Tree_Shrew:0.0680861320412,((Marmoset:0.0249474638488,(Macaque:0.0178366036282,((Gorilla:0.00388133628767,(Human:0.00451986465727,Chimpanzee:0.00413709469737):0.0012702866867):0.00318368705778,Orangutan:0.0065295950265):0.00781071924219):0.0088910513668):0.0329278045424,(Tarsier:0.0667008532325,(Galagos:0.0484657371216,Mouse_Lemur:0.0446032409378):0.0143590296481):0.00825437178049):0.00546731458485):0.00124849906647):0.00528311552667):0.0100107034836):0.0028198476482):0.0704000090198):0.0352784976126,(Opossum:0.0537931746988,Wallaby:0.084386560172):0.166394104916):0.143568348368);
+(Chicken:0.236290417341,(((Wallaby:0.0325023782394,Opossum:0.0453174298389):0.122023571063,Platypus:0.355280294231):0.0390453108706,((Lesser_Hedgehog_Tenrec:0.118993246285,(Elephant:0.0329895793877,Hyrax:0.0675623305201):0.0112615241077):0.0150358503757,(((Tree_Shrew:0.0808271271709,(((Galagos:0.0528601456162,Mouse_Lemur:0.0310283317518):0.0145378476902,((Marmoset:0.0247617317598,(Macaque:0.0399268841293,(Orangutan:0.0052469236776,((Human:0.00152220734443,Chimpanzee:0.00116272508737):0.000726270489659,Gorilla:0.00317162659578):0.00292758082955):0.00459531522229):0.00552893220079):0.0231616655722,Tarsier:0.0511972372068):0.00168476713973):0.00757501875348,(((Kangaroo_Rat:0.075036032459,(Mouse:0.0272672814657,Rat:0.0321532334003):0.0799314726695):0.00748510376459,(Squirrel:0.0558517148056,Guinea_Pig:0.0657897797584):0.0043377535499):0.0133542196605,(Rabbit:0.0383263413534,Pika:0.0746898500543):0.0413887985838):0.00576151777506):0.00112517556966):0.00852714260008,(Hedgehog:0.0986665027572,((Microbat:0.053553246397,Megabat:0.0433655018367):0.0112251460677,(Horse:0.0376521309127,((Shrew:0.151978484591,(Alpaca:0.0431824109446,(Pig:0.0525419006649,(Cow:0.0834221209366,Dolphin:0.0289189706438):0.0124820354261):0.00590203943416):0.0274305773223):0.00813263142734,(Cat:0.036088231769,Dog:0.041679870068):0.0247604510069):0.0039932532592):0.00126234419872):0.00399431504883):0.00899952653092):0.00873651108315,(Armadillos:0.0499413651113,Sloth:0.0370069980077):0.0243966320363):0.00271217599945):0.0939824239615):0.236290417341);
+(Chicken:0.129411997093,(Platypus:0.238030277934,(((((((Alpaca:0.0696703520113,(Pig:0.0650033606722,(Cow:0.0645470797726,Dolphin:0.0320091874744):0.00799936342025):0.00794281345979):0.0202136292931,(Dog:0.042637688517,Cat:0.0332714903989):0.0259044647609):0.00572875577758,(Megabat:0.0468999051172,Microbat:0.0990509696882):0.00672109180641):0.00158108608811,Horse:0.0358404851039):0.00489339532251,(Shrew:0.284045897237,Hedgehog:0.104768439279):0.0148546547033):0.00473860006085,(((((Pika:0.116340773657,Rabbit:0.0671968775202):0.0525797916889,((Tree_Shrew:0.118311526467,Mouse_Lemur:0.198157346874):0.0304912127178,Lesser_Hedgehog_Tenrec:0.171993425628):0.0139967249865):0.029522906955,(Squirrel:0.0708093340268,((Mouse:0.0427469169985,Rat:0.0267875787165):0.0812416263932,(Guinea_Pig:0.0858536950624,Kangaroo_Rat:0.107982173584):0.00661271361722):0.00274917351185):0.0176162323439):0.0141783516158,((Tarsier:0.158642556264,((Macaque:0.0115817390237,((Gorilla:0.00651227397391,(Human:0.00381166780346,Chimpanzee:0.00324886271521):1.62364809782e-06):0.0043502140037,Orangutan:0.011730664256):0.00915063348504):0.00737637382145,Marmoset:0.0220543304756):0.0252581336198):1.62364809782e-06,Galagos:0.074025979193):0.0083309016626):0.00911282358574,((Hyrax:0.0709033304494,Elephant:0.0344487949833):0.0294495536804,(Sloth:0.0509292505126,Armadillos:0.0781722226036):0.0228792483546):0.00596855409471):0.00402302727419):0.0867064390924,(Opossum:0.0575096142697,Wallaby:0.0555375799418):0.0839393507334):0.0274889520998):0.129411997093);
+(Chicken:0.193322653917,((((((Horse:0.0336953293309,(Cat:0.0301660690542,Dog:0.0416575895432):0.0177880173893):1.71461344488e-06,((Alpaca:0.0272738972689,(Pig:0.0470708777301,(Dolphin:0.0227998875413,Cow:0.0400869432373):0.00421128840852):0.00326199927067):0.00874315910711,((Shrew:0.0808385840092,Hedgehog:0.0982042303162):0.0143493684351,(Megabat:0.0466015209177,Microbat:0.0459698674506):0.00259159432412):0.000880399411409):0.00199441831526):0.00621636288982,(((Guinea_Pig:0.0675218606808,Squirrel:0.0825580117075):0.0160830204987,(Kangaroo_Rat:0.0770322166736,(Mouse:0.0332930923342,Rat:0.0396907734051):0.0883359677217):0.0101029124582):0.0119354006644,(Tree_Shrew:0.0697150476334,((Pika:0.10029767706,Rabbit:0.140968033777):0.029926134753,((Mouse_Lemur:0.0245619636654,Galagos:0.0475143604162):0.0150408452046,(Tarsier:0.0525949136092,(Marmoset:0.0285299271331,(Macaque:0.0149382973297,(Orangutan:0.0463292892908,(Gorilla:0.00179151515468,(Human:0.00261854688644,Chimpanzee:0.00184800901909):0.00105954832362):0.00505474850703):0.00823608982534):0.00969941751193):0.0223364020248):0.00447892336895):0.00626920551866):0.00322812980427):1.71461344488e-06):0.00448759118074):0.00947230957227,((Elephant:0.0443185755229,(Hyrax:0.0593559933373,Lesser_Hedgehog_Tenrec:0.10269907482):0.00436762918241):0.010860152805,(Armadillos:0.0507532634184,Sloth:0.0399438135468):0.0140626543303):0.0034116062406):0.113616178665,(Wallaby:0.0712748524856,Opossum:0.084593728446):0.110808378531):0.0573257158496,Platypus:0.165815917576):0.193322653917);
+(Chicken:0.323853186822,(Platypus:0.272891064928,((Wallaby:0.0393414925352,Opossum:0.0553062683357):0.211076642706,(((((((Microbat:0.104565773112,Megabat:0.183837674042):0.0621038688874,(Hedgehog:0.140304695993,Shrew:0.184250746375):0.0150628675388):0.0065763510774,(Alpaca:0.079803648404,((Cow:0.104524028067,Dolphin:0.0464886301006):0.0107109410498,Pig:0.0743855368258):0.00550765868975):0.0252213947247):0.00688426987559,(Horse:0.0791073913052,(Dog:0.0588397501183,Cat:0.0522567576446):0.0268798982696):0.00406071551303):0.0145338178377,(((Pika:0.106571183402,Rabbit:0.0760340768718):0.0721550239127,(Squirrel:0.147714204073,((Kangaroo_Rat:0.118690634127,(Mouse:0.0457869063745,Rat:0.0440583293464):0.115799368634):0.00603449544883,Guinea_Pig:0.140561952672):0.00634787606972):0.0165990230786):0.0143642371141,(Tree_Shrew:0.120419319566,((Mouse_Lemur:0.0537853962941,Galagos:0.0552961780171):0.0246063886558,((Marmoset:0.0668456124885,(Macaque:0.0194264081347,(Orangutan:0.00802513822259,(Human:0.00217879412055,(Chimpanzee:0.00341288759745,Gorilla:0.00318111316729):0.000776128275662):0.00562061811771):0.00786720836083):0.00981597905455):0.0292351359677,Tarsier:0.106181712897):0.00312769142445):0.00760560514341):0.00646834901716):0.0106324573852):0.0119528947068,(Armadillos:0.266316003356,Sloth:0.191751470052):0.0641551731593):0.00690843657366,((Elephant:0.040298649557,Hyrax:0.0928710159377):0.0245091265128,Lesser_Hedgehog_Tenrec:0.158873935143):0.0248699242503):0.0940670039117):0.103527766014):0.323853186822);
+(Chicken:0.0727575919726,(Platypus:0.389905029831,((Wallaby:0.0517376569742,Opossum:0.07530700661):0.0477793836784,((((((Guinea_Pig:0.0498252377348,(Squirrel:0.0316951198935,(Kangaroo_Rat:0.0412922750745,(Mouse:0.0172131171625,Rat:0.018620250443):0.042814847561):0.016706515145):0.00207437629209):0.00361733844505,(Rabbit:0.019723821223,Pika:0.0287780344874):0.0150734029176):0.00301492745103,(((Galagos:0.0271453285807,Mouse_Lemur:0.0149352091162):0.00375626273551,((Marmoset:0.0126446400592,(Macaque:0.010151362401,(Orangutan:0.00147714115703,(Gorilla:0.000885206232341,(Human:0.00209514753506,Chimpanzee:0.000522775949254):2.62392555106e-06):0.00273471234559):0.00318742660822):0.00600782137869):0.00883826717314,Tarsier:0.0457602883991):0.00118092959645):0.00142462008851,Tree_Shrew:0.0364259518439):0.00106440273371):0.00530890822246,((Hedgehog:0.0613033692329,Shrew:0.0549456816011):0.00485064991396,((Microbat:0.0318100365875,Megabat:0.0182426771173):0.00641792302584,((Horse:0.0155316939784,(Dog:0.00708540104471,Cat:0.0266042777698):0.00723377505776):0.00170751396924,(Pig:0.0230974472131,(Alpaca:0.0250714305655,(Dolphin:0.0134069641114,Cow:0.0220985293373):0.00293958910934):0.00214989019811):0.00612914589586):0.000427755224747):0.00197594685324):0.00920362160486):0.00530309150757,(Lesser_Hedgehog_Tenrec:0.0589083141289,(Elephant:0.0135816293973,Hyrax:0.0285091754228):0.0065740422823):0.00998104810643):0.00137536571642,(Sloth:0.0188063363558,Armadillos:0.0285435790802):0.00914940854026):0.0623021577741):0.0286394463821):0.0727575919726);
+(Chicken:0.222414487763,((((((Horse:0.034811891357,(Hedgehog:0.0814562687021,Shrew:0.122080563393):0.0260058858885):0.00340489134818,(((Microbat:0.045970535384,Megabat:0.0387090268721):0.00655598645293,(Alpaca:0.0475296851981,(Pig:0.0846178840584,(Dolphin:0.0286908030963,Cow:0.0657928421027):0.00477316689337):0.00169604488945):0.00691822260081):0.00174921678468,(Dog:0.0470260468822,Cat:0.0439538553518):0.0166010799469):0.000779585429836):0.00713157239957,(((Squirrel:0.0660638466555,((Kangaroo_Rat:0.0685910200379,Guinea_Pig:0.141404710218):0.00408457683411,(Mouse:0.0378070028092,Rat:0.0332158005433):0.119699415911):0.00581449409552):0.0113773453606,(Pika:0.0780476238449,Rabbit:0.0370566227404):0.0331043647035):0.00233413775797,(((Mouse_Lemur:0.0277438157155,Galagos:0.0306211961405):0.0116483858248,(((Macaque:0.0118811979915,(Orangutan:0.00594280949462,(Gorilla:0.00151442998598,(Chimpanzee:0.0021547311314,Human:0.000535578906299):0.000897044616114):0.00467960282299):0.0028128140236):0.00510711763321,Marmoset:0.023661002937):0.0270900853657,Tarsier:0.0553016073392):0.00324495301768):0.00465412521938,Tree_Shrew:0.0960844878431):0.00018452126278):0.00780029905601):0.00513338681891,((Sloth:0.0310016823114,Armadillos:0.0333467204389):0.0212501806397,(Lesser_Hedgehog_Tenrec:0.119662112447,(Hyrax:0.0546878333886,Elephant:0.0349951681718):0.0115774091755):0.0139747327636):0.00198357510632):0.100472290133,(Wallaby:0.0376490482812,Opossum:0.0531432535789):0.0914891043841):0.0465024469858,Platypus:0.264434721332):0.222414487763);
+(Chicken:0.147331878961,((Wallaby:0.029160280123,Opossum:0.0832968255495):0.108686587095,(Platypus:0.327449022296,(((((Tarsier:0.0460324783851,((Galagos:0.050616680129,Mouse_Lemur:0.0334128303292):0.0162892948164,(Marmoset:0.0245088928847,(Macaque:0.0141893881809,(Orangutan:0.00517897192407,(Chimpanzee:0.00309644443144,(Human:0.00505469696765,Gorilla:0.00381025816029):1.80558108031e-06):0.00380631559689):0.00416621463824):0.00874833629389):0.0341948302098):0.00334434732881):0.00614266856932,((Tree_Shrew:0.0731554884508,(Squirrel:0.0473669937269,((Rat:0.0315371880072,Mouse:0.0317318735721):0.088605171804,Kangaroo_Rat:0.0685064157744):0.00794321413676):0.0110628276548):0.00117080783891,(Pika:0.0658086057053,Rabbit:0.0391921216169):0.0276214516449):0.00348857629532):0.0109596612222,((Dog:0.106663137546,Cat:0.0275904783858):0.00788102787232,(Horse:0.0479658936699,(((Guinea_Pig:0.286973925803,(Alpaca:0.0934863141751,(Pig:0.0758716013093,(Cow:0.102139923732,Dolphin:0.0368621196206):0.0156176383041):0.0117124631782):0.0191078041007):0.0305066685382,(Shrew:0.106356551967,Hedgehog:0.157809508149):0.0213612095249):0.016128239576,(Microbat:0.052672375056,Megabat:0.0409908274971):0.00514824170073):0.00187294461129):0.00202605749586):0.013816490413):0.0147116432968,(Lesser_Hedgehog_Tenrec:0.108072056041,(Hyrax:0.0666678055808,Elephant:0.0450841073386):0.00587223730688):0.0343148274869):0.00699431304518,(Armadillos:0.0652650233003,Sloth:0.0506903716201):0.0302663557038):0.0809482226906):0.0255251933407):0.147331878961);
+(Chicken:0.183156144696,(((((Sloth:0.0678057650221,Armadillos:0.088815789648):0.0349850455979,(((Tree_Shrew:0.071489465733,((Tarsier:0.0579602304455,(Marmoset:0.0491483930855,((Orangutan:0.00932707948907,(Chimpanzee:0.0048514604227,(Gorilla:0.00386135827108,Human:0.00317311788877):0.000806969756714):0.00886473105684):0.00932887073737,Macaque:0.0166563178971):0.00926446494746):0.039137037863):0.00762800596305,(Galagos:0.0918463648421,Mouse_Lemur:0.0453933860115):0.0179581699789):0.0060595738571):2.17166766745e-06,((Rabbit:0.0437187867959,Pika:0.095459243915):0.0466274738286,((Kangaroo_Rat:0.11728968551,(Mouse:0.026688923818,Rat:0.0337918856336):0.112081473987):0.018033876185,(Guinea_Pig:0.117513632239,Squirrel:0.087071714736):0.0126625192706):0.0095734889622):0.00706457188818):0.0100338249387,((((Pig:0.0583667145112,Alpaca:0.0609387054485):0.00400022062482,(Cow:0.0520169683468,Dolphin:0.0484253529848):0.0172321808408):0.0210848300769,((Shrew:0.163897860064,Hedgehog:0.141447555147):0.0162859386299,(Microbat:0.0911204569733,Megabat:0.122241020662):0.0150055873528):0.0119772700852):0.00729715498695,(Horse:0.0535068477849,(Dog:0.0842084664927,Cat:0.0291115980946):0.0254489842199):0.00363256164065):0.0171091374974):0.0105009741729):0.00651571423966,((Hyrax:0.0727574806117,Elephant:0.044067412886):0.00954891449792,Lesser_Hedgehog_Tenrec:0.118771296525):0.0171292446556):0.213187014561,(Wallaby:0.0577053981835,Opossum:0.0488982029948):0.123478086616):0.0548767170249,Platypus:0.154235123026):0.183156144696);
+(Chicken:0.0960621741336,(Platypus:0.0804608101486,((Wallaby:0.0254321417056,Opossum:0.0312217294432):0.0558814370588,(((((Tree_Shrew:0.0498409925799,((Marmoset:0.0149748037036,(Macaque:0.0102708932186,(((Chimpanzee:0.00257318228237,Human:0.00157223200497):0.00109461481828,Gorilla:0.00237817785798):0.00142361167855,Orangutan:0.00349956181507):0.00467366740252):0.0015799279715):0.0193664045393,((Galagos:0.0523117024362,Mouse_Lemur:0.0226895751479):0.0176673979589,Tarsier:0.0425202218085):0.00107052605892):0.00530858068468):0.00117440693226,(((Squirrel:0.0434811892841,Guinea_Pig:0.056494032421):0.00523365212627,((Mouse:0.0230433286278,Rat:0.0226261045195):0.0616478629405,Kangaroo_Rat:0.0537480862257):0.0111177108279):0.00806825178071,(Pika:0.0616507149082,Rabbit:0.0289341873168):0.0193329871347):0.000153920627734):0.00468285385233,((Microbat:0.0379612048358,Megabat:0.0254803328827):0.00687405197876,(((Hedgehog:0.0575594119795,Shrew:0.0790205798415):0.00651045590067,(((Pig:0.0385364256086,Cow:0.0470655084216):0.00171066563042,Dolphin:0.0290490627062):0.00603548566628,Alpaca:0.0607405859168):0.018445736008):0.0018680150162,((Dog:0.0220087689211,Cat:0.0209399071869):0.0176621485303,Horse:0.0265835811116):0.00203756682802):0.00160455369267):0.0048101991317):0.00647101745253,(Armadillos:0.0736381948494,Sloth:0.0316540330169):0.0232461415196):0.00496884273109,(Lesser_Hedgehog_Tenrec:0.0809676659202,(Hyrax:0.0497922480557,Elephant:0.0269149591992):0.00765630515189):0.0070859102809):0.0773818451788):0.0288817820847):0.0960621741336);
+(Chicken:0.0663941043083,(Platypus:0.513528917691,((Wallaby:0.0540125756278,Opossum:0.0401203836543):0.0481744286126,((((((Rabbit:0.0252382487667,Pika:0.0437525854383):0.0323763631649,(Guinea_Pig:0.130722545014,((Kangaroo_Rat:0.0707002427309,(Rat:0.0273135529187,Mouse:0.0194318769895):0.0860442535456):0.0179065986546,Squirrel:0.0319158578645):0.00159522749883):0.00379794245568):0.0025503680032,(((Marmoset:0.0490244277341,(Macaque:0.011008461814,((Chimpanzee:0.00210829255817,(Human:0.0014019017427,Gorilla:0.00206222764276):1.88612699508e-06):0.00178618684352,Orangutan:0.00422685317864):0.0016801777194):0.00120860962318):0.0175521068942,(Tarsier:0.0330958713699,(Galagos:0.0347625496925,Mouse_Lemur:0.0232467626001):0.00385727641421):0.00240073986126):0.00288079849731,Tree_Shrew:0.0351015109239):1.88612699508e-06):0.00585544358316,((Horse:0.0277973337484,((Microbat:0.0269178103496,Megabat:0.0187501234677):0.00454347203093,(Shrew:0.0900302138518,Hedgehog:0.0766133652886):0.00860829632667):0.00124337347643):0.000533407975942,((Dog:0.0148963134654,Cat:0.0239044028214):0.00981224632343,(((Dolphin:0.0203165578906,Cow:0.0202837420992):0.00579396176845,Pig:0.0212315815928):0.00353245468706,Alpaca:0.0181716060836):0.00232512526076):0.00161636746334):0.00583821748609):0.00482743649365,(Sloth:0.0243356505384,Armadillos:0.0210016073525):0.011719522878):0.00333941017413,((Hyrax:0.205935844807,Elephant:0.0237954074708):0.0387186049729,Lesser_Hedgehog_Tenrec:0.076078999537):0.0142717521009):0.0599733515883):0.0530042641406):0.0663941043083);
+(Chicken:0.372939352641,(((Wallaby:0.128149227827,Opossum:0.089459645364):0.192395694776,Platypus:0.307800462353):0.0640139490862,(((Lesser_Hedgehog_Tenrec:0.154806763438,(Elephant:0.0705426830834,Hyrax:0.132361141274):0.0316168734203):0.0293341867921,((Tree_Shrew:0.130670193478,((Guinea_Pig:0.141573209878,((Rat:0.0481331640357,Mouse:0.0480676426648):0.124031752695,(Squirrel:0.154136589013,Kangaroo_Rat:0.0990290167295):0.00599151938679):0.0166844078626):0.0183414939676,(((Galagos:0.0857464501091,Mouse_Lemur:0.0566566789257):0.020232085584,(Tarsier:0.0950320195602,(Marmoset:0.0450672353149,(Macaque:0.0274576062098,(((Chimpanzee:0.00456540859188,Human:0.00404153836534):0.000499420079693,Gorilla:0.00256387274333):0.00628820517876,Orangutan:0.0164728783182):0.0213078054135):0.0178814079332):0.0293929582824):0.00100178728909):0.0100315552322,(Rabbit:0.0656907384181,Pika:0.11464584397):0.0473041308557):0.00355578705443):0.0097358584397):0.0049709134195,(((Microbat:0.0859002670411,Megabat:0.0440675054877):0.013675821451,(Dog:0.0731959629766,Cat:0.0425677751783):0.033154152443):0.00482508490601,(Horse:0.055085856382,((Pig:0.0640934366379,((Cow:0.0663588690617,Dolphin:0.0442959188117):0.00799161197413,Alpaca:0.0999025909435):0.0048591468958):0.0249160393277,(Shrew:0.153540040281,Hedgehog:0.118443757067):0.0189406622531):0.00620894010477):0.00346034961424):0.0106412762464):0.0107276706862):0.00901700573164,(Sloth:0.0590907810595,Armadillos:0.11051140851):0.0223568696781):0.152580577156):0.372939352641);
+(Chicken:0.344427831632,(Platypus:0.217208777011,(((((Tree_Shrew:0.07533511188,(((Guinea_Pig:0.105121957069,Squirrel:0.0644208459365):0.0069698045588,((Mouse:0.0588242988465,Rat:0.0379431635823):0.0998977620419,Kangaroo_Rat:0.0869408771469):0.0165148186666):0.00657830253354,(Pika:0.116693204663,Rabbit:0.0416933255552):0.076773007232):0.0081085429911):0.00250076295836,((Galagos:0.0469513248209,Mouse_Lemur:0.0308310858953):0.0205891630043,((Marmoset:0.0251227326439,(Macaque:0.00979403283277,((Gorilla:0.00198812941306,(Human:0.00289949217325,Chimpanzee:0.00305633698886):0.000577482249496):0.00669659214603,Orangutan:0.0060925664039):0.00618311346111):0.00613643100906):0.0306748656809,Tarsier:0.0584771096036):0.00287561030723):0.00939742472402):0.0115917914561,(((Shrew:0.137611847148,(Megabat:0.23063036261,Microbat:0.0628251538463):0.0145375147627):0.0171034652578,Horse:0.0431837658553):0.00603298828206,((Hedgehog:0.0890707348256,(Cat:0.040386882316,Dog:0.0464444918198):0.0176916672366):0.00433053920655,(Alpaca:0.0782521085108,((Cow:0.0658413016249,Pig:0.0647211057297):0.00558185074572,Dolphin:0.0370277666765):0.00535038153802):0.0257477675464):0.00207111654525):0.00491397057547):0.00610880165109,((Armadillos:0.0712340654796,Sloth:0.084783218645):0.0479247280125,((Hyrax:0.101253841741,Elephant:0.0445016092058):0.00728081680126,Lesser_Hedgehog_Tenrec:0.132568236792):0.0182435810984):0.00540520417684):0.124537807326,(Opossum:0.098717163278,Wallaby:0.0898684117069):0.0816326229655):0.0668482441657):0.344427831632);
+(Chicken:0.122322576426,((((Sloth:0.0326909720751,Armadillos:0.0324260724596):0.0152177878453,((((Tree_Shrew:0.0509775535446,(Tarsier:0.0402133968402,((Marmoset:0.0201800791848,((Orangutan:0.0046810062782,(Gorilla:0.00141912080331,(Chimpanzee:0.00221970738804,Human:0.00344402540078):0.000405010993132):0.00159088054817):0.00385293267463,Macaque:0.0250850552987):0.00457208078297):0.0202055144898,(Galagos:0.0419140280189,Mouse_Lemur:0.0225964222426):0.00660099479954):0.00164844317942):0.00411256362208):0.00145728233428,((Rabbit:0.0336577657339,Pika:0.0622428927897):0.0343148562044,(Squirrel:0.042974449103,(Guinea_Pig:0.0651671895296,((Rat:0.0298877003546,Mouse:0.0248492511565):0.0764982100766,Kangaroo_Rat:0.0522465199839):0.00697230293322):0.00176986257276):0.00739240057192):0.00204812285583):0.00879459180595,(((Alpaca:0.0271113392269,(Pig:0.0317142088764,(Dolphin:0.0178046904542,Cow:0.0390175826165):0.00437669098749):0.0012101103925):0.00837275840159,(((Microbat:0.0582106403343,Megabat:0.0262979137115):0.0046905068798,Horse:0.0321011437291):0.00163477644879,(Cat:0.0214781507878,Dog:0.0359836567062):0.0154067127525):0.000414551360287):0.00208824386129,(Hedgehog:0.123735022423,Shrew:0.0748667354862):0.00743684818417):0.00750030063597):0.0027267810776,(Lesser_Hedgehog_Tenrec:0.0937007142782,(Hyrax:0.0574080828958,Elephant:0.0221258602591):0.0068710721277):0.00991513419372):0.00131559868627):0.100126844505,(Wallaby:0.0428318829664,Opossum:0.0566427930707):0.0775348934952):0.0480610016025,Platypus:0.12442028198):0.122322576426);
+(Chicken:0.12232349388,(Platypus:0.124421635293,((Wallaby:0.0428326027979,Opossum:0.0566435416307):0.0775359042067,(((Lesser_Hedgehog_Tenrec:0.0937030808387,(Hyrax:0.0574094866146,Elephant:0.0221264558174):0.00687111443204):0.00991534494002,((((Squirrel:0.0429752008141,((Kangaroo_Rat:0.0522475977378,(Rat:0.0298882177045,Mouse:0.0248496904556):0.0764994009494):0.0069723219156,Guinea_Pig:0.0651681402809):0.00176993692568):0.00739248800627,(Rabbit:0.0336582770642,Pika:0.0622437047766):0.0343153381506):0.0020481758045,(Tree_Shrew:0.0509780464961,(Tarsier:0.0402137879961,(((Macaque:0.0250853447115,(Orangutan:0.00468105709106,(Gorilla:0.0014191364692,(Human:0.00344406492845,Chimpanzee:0.00221973220819):0.000405017509849):0.0015909001914):0.00385298368719):0.00457213648164,Marmoset:0.0201802945053):0.0202057658414,(Mouse_Lemur:0.022596606176,Galagos:0.0419144773168):0.00660115582532):0.00164847972904):0.00411258543633):0.00145732938957):0.00879468544853,(((Alpaca:0.0271117421399,(Pig:0.0317146465245,(Dolphin:0.0178049634769,Cow:0.0390181328066):0.00437677865014):0.00121011799312):0.0083728643411,((Horse:0.0321016401501,(Microbat:0.0582115114264,Megabat:0.0262982823245):0.00469058519305):0.00163481209649,(Cat:0.0214784528928,Dog:0.0359842123361):0.0154070341754):0.000414578803286):0.00208830912123,(Shrew:0.0748678958412,Hedgehog:0.123736169119):0.00743713265661):0.00750041005933):0.0027267967015):0.00131566013,(Armadillos:0.0324265803596,Sloth:0.0326914439908):0.0152180152682):0.100127958434):0.0480617504652):0.12232349388);
+(Chicken:0.108575673438,(Platypus:0.0827819387039,((((((Tarsier:0.0671540847,((Mouse_Lemur:0.0307468282619,Galagos:0.0376104918264):0.0193156349217,(Marmoset:0.0265265291353,(Macaque:0.0461337249878,((Human:0.0108851861798,Chimpanzee:0.0027408752725):0.00283322448987,(Gorilla:0.0061953510495,Orangutan:0.0138081914774):0.000557263615958):0.0038248903155):0.00765094909647):0.0233682003072):0.00183713088366):0.00634627819353,(Tree_Shrew:0.0680987101343,(Pika:0.0515204033398,Rabbit:0.0439225688494):0.0545401400236):1.75466266691e-06):0.00319869814426,(Squirrel:0.0574736400745,(((Rat:0.0328602460045,Mouse:0.0494255755165):0.0873414127376,Kangaroo_Rat:0.0696392048872):0.00994992663145,Guinea_Pig:0.0634452398006):0.00186336880781):0.0121137144405):0.0239250640291,((Hedgehog:0.0669504856304,Shrew:0.0920499520569):0.0157866650905,(((Alpaca:0.0490543985357,(Cow:0.0558794832802,Dolphin:0.0209934721404):0.00622970993046):0.00256758639832,Pig:0.0527388116378):0.0252918734337,((Dog:0.0395977497733,Cat:0.0404829080551):0.0216580046658,(Horse:0.0550955898156,(Megabat:0.052863237964,Microbat:0.0681724445172):0.0136481370428):0.00429572910911):0.0020313823702):0.0024424095879):0.00978918331071):0.013322192681,((Armadillos:0.028053271211,Sloth:0.0473372116068):0.0189998137596,(Lesser_Hedgehog_Tenrec:0.142540519324,(Elephant:0.0343535284587,Hyrax:0.0697429331967):0.0134952617583):0.0269026290781):0.00430852345622):0.245211018614,(Opossum:0.0391769950619,Wallaby:0.0413091600858):0.0883290425396):0.0571231006376):0.108575673438);
+(Chicken:0.162051900588,(((((Armadillos:0.0343689777236,Sloth:0.0530075667197):0.00592991472436,((Lesser_Hedgehog_Tenrec:0.144163295776,Hyrax:0.0953634483):0.0139399280167,Elephant:0.0416041116999):0.0169430084353):0.00324590595536,((((Galagos:0.0528947182355,Mouse_Lemur:0.0455419270239):0.0181536490642,(Tarsier:0.045563308521,(Marmoset:0.0140025308131,(Macaque:0.0135705118893,(((Gorilla:0.00247753536103,Human:0.00108236903049):0.000550546253799,Chimpanzee:0.00270005120781):0.00251769904053,Orangutan:0.00406030860805):0.00300680848958):0.00609094341835):0.0250488722933):0.00503841023304):0.00404351500104,((Rabbit:0.0415503331431,Pika:0.143956616647):0.0556487614252,(Squirrel:0.0712476323713,(((Tree_Shrew:0.104919084443,(Mouse:0.033744348242,Rat:0.0335249702315):0.106922410122):0.0207384328445,Kangaroo_Rat:0.0663239402316):0.0114507113754,Guinea_Pig:0.0766048064894):0.00652156990263):0.00469638594289):0.00355982093386):0.00568858841977,((Microbat:0.0552966582292,Megabat:0.0446267549074):0.00551548249,((Horse:0.0332285537093,(Cat:0.0525451118251,Dog:0.0344949754898):0.0226963873015):0.00600440096346,(((Pig:0.051872892127,(Shrew:0.126552076525,Alpaca:0.0403800602184):0.0113210331878):0.00595839637929,(Cow:0.0434312167407,Dolphin:0.00506444300684):0.0126424169951):0.0100856541519,Hedgehog:0.0742074241997):0.000128265286358):0.00176978535603):0.00473420759016):0.00459993079599):0.0732146608142,(Wallaby:0.0253827004555,Opossum:0.0628162670795):0.0951331348523):0.0404395577947,Platypus:0.143143606609):0.162051900588);
+(Chicken:0.0985914258862,((Platypus:0.157683963812,Tree_Shrew:0.188015328059):0.0959317293189,((Lesser_Hedgehog_Tenrec:0.061875938763,((Hyrax:0.123442426311,Elephant:0.0274768612322):0.0205603982606,((((Hedgehog:0.0607467430599,Shrew:0.0701764193561):0.00664019369561,((Microbat:0.0363791332752,Megabat:0.0282074088274):0.00556325888744,((Alpaca:0.0305761333063,(Pig:0.0295344717857,(Dolphin:0.0226082505327,Cow:0.0383161223858):0.00773048724082):0.00194694034268):0.0139875308159,((Dog:0.0220957217079,Cat:0.0361667667995):0.00949508754771,Horse:0.0319313548865):0.00136011487884):0.00127394950734):0.00266858722621):0.00395558165046,(((Pika:0.0665028687432,Rabbit:0.0354925762934):0.0209906637306,(Squirrel:0.034751137907,(Guinea_Pig:0.0606365247355,(Kangaroo_Rat:0.051049843734,(Rat:0.0380039143576,Mouse:0.0285583412185):0.0773963109939):0.00852386993067):0.00270518876647):0.00538572539596):0.00198222648572,(Tarsier:0.0367705426399,((Mouse_Lemur:0.0245911254521,Galagos:0.0561638436307):0.0078085855958,(Marmoset:0.0145889562415,(Macaque:0.00873838663298,((Chimpanzee:0.00293171279301,(Gorilla:0.0034319386643,Human:0.00245453452114):0.000303552701667):0.00253506237194,Orangutan:0.00425312754983):0.00130744182351):0.00860391823894):0.0203305618678):0.000833666943615):0.0013693664396):0.00671062476749):0.0034130044508,(Armadillos:0.0431487054783,Sloth:0.0223963551652):0.0106990406379):0.0114566510232):0.00602481172306):0.0735234881942,(Opossum:0.0418825276693,Wallaby:0.061115035734):0.10694831709):0.0359986567447):0.0985914258862);
+(Chicken:0.0721983288026,(Platypus:0.0989495470564,((((Shrew:0.0472750648497,((((Squirrel:0.0279153953023,Guinea_Pig:0.0370942545994):0.00474201720977,(Kangaroo_Rat:0.0307552868993,(Mouse:0.0154356228378,Rat:0.0276280939145):0.0555237035433):0.00471314583728):0.00411130975825,(Rabbit:0.0197743718438,Pika:0.044968757524):0.0165029700162):0.000541737925641,((Tree_Shrew:0.027134150915,(Tarsier:0.0416345424555,(Marmoset:0.0109200876866,((Orangutan:0.00263292220068,(Gorilla:0.00335966797611,(Chimpanzee:1.93304705406e-06,Human:0.00153160240531):1.93304705406e-06):0.00276088905215):0.0018955495357,Macaque:0.00820624710217):0.00147404510949):0.00976894025807):0.00379348670273):0.00122284680151,(Galagos:0.0183721278127,Mouse_Lemur:0.0177647871232):0.0102002724483):0.00238274590299):0.00333876228641):0.00283551240453,(((Hedgehog:0.0439923369757,(Microbat:0.0285745109861,Cat:0.0297995059741):0.000536879579858):0.00421812912458,((Megabat:0.0901763080981,Alpaca:0.0276627829281):0.0136059559396,(Pig:0.0557464930209,(Dolphin:0.0152386331429,Cow:0.0566718130534):0.00785081504139):0.00337291164822):0.00286099396431):1.93304705406e-06,(Dog:0.024707978503,Horse:0.0187568926358):0.00184909176941):0.00404728247051):0.00606087274728,((Elephant:0.0248605588111,(Lesser_Hedgehog_Tenrec:0.218169177744,Hyrax:0.0754009307791):0.00507389021871):0.0186380703338,(Sloth:0.0246961282905,Armadillos:0.021294216971):0.0124070613249):0.000955387514677):0.047771657887,(Opossum:0.021536556433,Wallaby:0.0183624824162):0.0417009628695):0.0224614064037):0.0721983288026);
+(Chicken:0.209933962311,(Dog:0.142412459471,((Lesser_Hedgehog_Tenrec:0.129931618266,(Rat:0.0155334654728,Mouse:0.057805954115):0.169786533499):0.0279622041172,(Tarsier:0.0310815588259,((((Macaque:0.00838451332958,((Chimpanzee:0.00184851030798,Human:1.26598824534e-06):0.00565246442248,(Marmoset:0.0208600867307,(Gorilla:1.26598824534e-06,Orangutan:0.00390545876425):1.26598824534e-06):0.00206872717987):0.00511596137267):0.0184275174336,((Rabbit:0.0267348438324,Pika:0.061042529163):0.043466209193,Galagos:0.0446693403178):0.0024396634552):0.00764305348096,Mouse_Lemur:0.0219962522772):0.0108128648393,(Tree_Shrew:0.0627262345952,((Kangaroo_Rat:0.0864754427166,(Guinea_Pig:0.0423290345393,Squirrel:0.0474261456331):0.0115419395613):0.00763265963518,((Microbat:0.0590424011617,((Cat:0.0419968489628,Shrew:0.0498740447457):1.26598824534e-06,((Alpaca:0.0725343160363,Pig:0.0287457269964):0.0023693838099,(Dolphin:0.0363633504606,Cow:0.020630240649):0.0157333978509):0.0310400165686):0.00955721855445):0.00270761722405,((Horse:0.0306773399358,Megabat:0.0265900592202):0.00534555868853,((Hedgehog:0.0681154842321,(Hyrax:0.129124451625,Elephant:0.00115117910682):0.0162341433984):0.00754483416958,(Sloth:0.0185315710265,(((Wallaby:0.0415173945155,Opossum:0.0180594214342):0.12799480614,Platypus:0.57929362118):0.0251598536196,Armadillos:0.0161185662478):0.00693469984569):0.0213051660392):0.00919511277726):0.00340844087146):0.0143999613304):1.26598824534e-06):0.0094301662436):0.023905222866):0.0169857974532):0.0343372605187):0.209933962311);
+(Chicken:0.184664054825,(Platypus:0.206979083369,(((Lesser_Hedgehog_Tenrec:0.0921363524966,(Elephant:0.0453261012242,Hyrax:0.131006830009):0.0237394543901):0.0266455216319,((Sloth:0.0363902826429,Armadillos:0.0455822962223):0.0334884046701,(((Tree_Shrew:0.0699787344721,((Squirrel:0.0623019627536,(Kangaroo_Rat:0.10430440621,(Rat:0.138587874206,Mouse:0.0316462379195):0.14524591422):0.0256911674107):0.0137707576336,(Pika:0.0739782147816,Rabbit:0.0384840572394):0.031424645376):0.00313027129162):0.00290633575542,(Tarsier:0.0424450912534,((Mouse_Lemur:0.0496764869705,Galagos:0.05594353144):0.00957777667694,(Marmoset:0.0300271593218,(Macaque:0.027259711469,(Orangutan:0.00874695961753,(Gorilla:0.00296692822874,(Human:0.0042931379469,Chimpanzee:0.00342540895532):0.000592230148301):0.00616690013728):0.00508054999375):0.0124147104093):0.0212742515581):0.00189576889114):0.00968571620914):0.00698473819001,(((Dog:0.0524131862376,Cat:0.0372962034499):0.0303400380307,((Microbat:0.0992818044069,(Guinea_Pig:0.261126168624,Shrew:0.186176844423):0.032715356028):0.0371143160922,Megabat:0.0928381650728):0.0348933963183):0.0110310979502,(Hedgehog:0.127895655725,(((Pig:0.088793050007,Alpaca:0.0441615977234):0.00587505757223,(Cow:0.0485018746558,Dolphin:0.027356493801):0.0106787522094):0.017889588043,Horse:0.0540429787515):0.00123429133274):0.00247027622142):0.011742804237):0.0105560346119):0.00499600165561):0.0753324811758,(Opossum:0.108012361202,Wallaby:0.0979930321856):0.117181517063):0.0348744274066):0.184664054825);
+(Chicken:0.094906505995,(((Lesser_Hedgehog_Tenrec:0.0732660227224,(Hyrax:0.0474292535642,Elephant:0.0320080649327):0.00496633269765):0.00966128776589,(((((Rabbit:0.0415452740199,Pika:0.0816971684062):0.0146062557046,((Guinea_Pig:0.0693715834916,(Mouse:0.0186460065311,Rat:0.0263297324304):0.053401446825):0.00640179496684,(Kangaroo_Rat:0.0428497299631,Squirrel:0.0344853509135):0.00118376046968):0.00357449779928):0.00307360797042,(((Mouse_Lemur:0.0223126771111,Galagos:0.0253975581009):0.0054022856477,((Marmoset:0.0200175307723,(Macaque:0.012054647664,((Gorilla:0.000528541417256,(Chimpanzee:0.00209131286886,Human:0.00147129072311):0.000370863213892):0.00237006082738,Orangutan:0.00475573660195):0.00455455898593):0.00577714973036):0.0123039399254,Tarsier:0.0274605244782):0.00127552813979):0.00204136495496,Tree_Shrew:0.0454870848279):0.000407249866894):0.00556823520787,((Alpaca:0.0205707915565,((Dolphin:0.0110316043485,Cow:0.026210871185):0.00241882615376,Pig:0.0259201475593):0.00128800500358):0.00802189887485,((Horse:0.0224950118508,(Megabat:0.0272576285846,Microbat:0.0262676840156):0.00370820526108):0.00154373688521,((Shrew:0.0884357658349,Hedgehog:0.0554934364473):0.0151655805509,(Cat:0.0197256301903,Dog:0.0196138958279):0.0099362268328):0.00122572005191):0.000688917030005):0.00633925714968):0.00515149839852,(Armadillos:0.032023717279,Sloth:0.0287299393798):0.00907967300718):0.00440141971204):0.0726053183882,(Platypus:0.106442498655,(Opossum:0.0743004020521,Wallaby:0.0519166002484):0.0789529728706):0.0234129159962):0.094906505995);
+(Chicken:0.0769275024642,(Platypus:0.153181880076,((Wallaby:0.0354383528134,Opossum:0.0376887116102):0.0737436075887,(((((Armadillos:0.0244608246716,Sloth:0.021924429445):0.0122415298278,(Lesser_Hedgehog_Tenrec:0.0746204678677,(Hyrax:0.0344612728608,Elephant:0.0282415112733):0.00400804110244):0.0173218398046):0.00509433800393,(Shrew:0.0896624676229,((Cat:0.0241321146973,(Horse:0.0246893467169,((Megabat:0.0263854705849,Microbat:0.0383824166074):0.0102354746929,(Alpaca:0.0301117580448,(Pig:0.0198264351657,(Dolphin:0.0172975521234,Cow:0.0266094936777):0.00416156034395):0.00389045080204):0.00739277786951):0.00131901527841):0.00062282745168):0.00209651368731,(Dog:0.0498610241618,Hedgehog:0.0704837352112):0.0124813043624):0.000711460727229):0.00406127872369):0.00280691553934,((Guinea_Pig:0.0644012436148,((Rat:0.0333587546632,Mouse:0.0258746166134):0.0550128659707,Squirrel:0.0433892029783):0.00494877173539):0.00868962680225,((Mouse_Lemur:0.0251374192489,Galagos:0.0414386811028):0.00633897957017,(Tarsier:0.0391778582583,((Macaque:0.00798554929692,(((Chimpanzee:0.0019313880013,Human:0.000827260146932):0.00028824002885,Gorilla:0.00177856760686):0.00175113205114,Orangutan:0.00211063126249):0.00329234124178):0.00825740485623,Marmoset:0.0144526962599):0.0190699851256):0.00284974500629):0.00569842282188):0.00150094643653):0.018362893174,(Tree_Shrew:0.0751448452816,((Rabbit:0.080400731519,Pika:0.06086186713):0.0456106044124,Kangaroo_Rat:0.116936976603):0.0159891449795):0.0120287774156):0.0898697517486):0.0784781322327):0.0769275024642);
+(Chicken:0.159730381438,((Wallaby:0.0559056535383,Opossum:0.0588578066331):0.116716216056,(Platypus:0.638047886519,((Sloth:0.0507672366458,Armadillos:0.048094523345):0.00972026797802,((Lesser_Hedgehog_Tenrec:0.131543898307,(Elephant:0.0372041664233,Hyrax:0.0678482527302):0.0290969816825):0.0174386549621,((Tree_Shrew:0.0700853139572,((Tarsier:0.0732971656469,(Marmoset:0.0198517292996,(Macaque:0.014420990324,(Orangutan:0.00816015744647,(Chimpanzee:0.00275914987347,(Gorilla:0.00283483285504,Human:0.00415208510346):1.53585514146e-06):0.00256515186206):0.00874637658648):0.00532948614494):0.0191001070425):0.00760643818527,(Galagos:0.0450626122538,Mouse_Lemur:0.0355664924449):0.011556035371):0.00625082371116):0.00406536903301,(((Pika:0.0597218821712,Rabbit:0.0482599019296):0.0268524821111,((Squirrel:0.0616753320302,((Rat:0.0472373353172,Mouse:0.0445605421602):0.078871360028,Kangaroo_Rat:0.0897766509943):0.00824598721458):0.0062993533863,Guinea_Pig:0.0993129217997):0.0153371343591):0.0104367528634,(Hedgehog:0.105746049261,((((Dolphin:0.0542869305037,((Alpaca:0.0530841669793,(Cow:0.0571753877208,(Microbat:0.217337941437,Shrew:0.10258493143):0.0823110044068):0.00788546898929):0.0182146197793,Pig:0.077375385422):0.00968827848908):0.0532424913739,(Cat:0.0447048975448,Dog:0.0371767039303):0.0297872778913):0.00677109421589,Horse:0.0344495438815):0.00484111754423,Megabat:0.0423750313106):0.00307666387693):0.00798733497255):0.00210742785355):0.014139226485):0.00688195389442):0.0635509131154):0.0442388869644):0.159730381438);
+(Chicken:0.113045598222,(((Wallaby:0.0493024502284,Opossum:0.0511656497938):0.108631270944,Platypus:0.192388285785):0.0261928785209,(((Lesser_Hedgehog_Tenrec:0.0931971252116,(Elephant:0.0429493139016,Hyrax:0.053748235104):0.00760408721238):0.0134710649339,(Armadillos:0.0467361034799,Sloth:0.0454454000608):0.0249897693653):0.00157774675492,((((Cat:0.0473480722195,Dog:0.0547437172313):0.0193053308653,(((Pig:0.0559299177521,(Cow:0.04802373609,Dolphin:0.0221299362714):0.00374666355908):0.00290540685926,Alpaca:0.0489454197594):0.016212631591,(Horse:0.0364837616625,(Megabat:0.0411365029801,Microbat:0.0725719267369):0.00745894755196):0.00423268258819):0.00423636454496):0.00296278034854,(Shrew:0.0801121862859,Hedgehog:0.0977212060099):0.0139554285236):0.00910394629549,(((Guinea_Pig:0.0929106344949,(((Rat:0.0418110605023,Mouse:0.0319675196872):0.094469086712,Kangaroo_Rat:0.133811476216):0.0139163818794,Squirrel:0.0699393206922):0.00415207553739):0.011152662597,(Tree_Shrew:0.0805016647709,(Pika:0.0740984513131,Rabbit:0.0639283400223):0.0629722346245):0.00999900155022):0.00496180891729,(((Marmoset:0.026778302529,(Macaque:0.0169667880523,(Orangutan:0.00933159482219,(Chimpanzee:0.00376083613877,(Human:0.00454981067775,Gorilla:0.00342243127814):0.000846960032107):0.0027842316776):0.00305874491587):0.0104371450343):0.0159468178191,Tarsier:0.0451969767347):0.00477107059111,(Mouse_Lemur:0.0576962009895,Galagos:0.0732006704193):0.0220477770991):0.00632088921474):0.00355352881345):0.00685096903554):0.132143075704):0.113045598222);
+(Chicken:0.116651281049,(Platypus:0.156414729411,((Wallaby:0.0580323224814,Opossum:0.0669663203308):0.0649742623191,((((Tree_Shrew:0.0672779578132,(((Mouse_Lemur:0.0202488548623,Galagos:0.0499469322973):0.0125853909253,(Tarsier:0.0391860195288,(Marmoset:0.0195081852747,(Macaque:0.0864321505666,((Gorilla:0.00218262305717,(Chimpanzee:0.00130369592655,Human:0.00162985069054):0.000317417783379):0.00290391968159,Orangutan:0.00733832477492):0.00295384003374):0.00204313254649):0.0154948479019):0.000728756455677):0.00562935260709,((Kangaroo_Rat:0.0650248141933,(Guinea_Pig:0.140076984764,Squirrel:0.039709243467):0.000295231589434):0.00415368166468,((Rat:0.0454321424088,Mouse:0.037646767789):0.0994603661944,(Pika:0.103162349407,Rabbit:0.054471322086):0.061089633512):0.0202015144457):0.00826258860668):0.0017895737958):0.00406323536273,((Cat:0.0241346141809,Dog:0.025338057349):0.0167496681256,(((Alpaca:0.0314708291633,((Dolphin:0.0147410859616,Cow:0.0526709809679):0.00294304023603,Pig:0.0353502677691):0.00230996399935):0.0108914318663,((Hedgehog:0.129991353085,Shrew:0.0922974235631):0.0113607196372,Horse:0.054332753715):0.00480815607482):0.00211588239652,(Microbat:0.0550132874194,Megabat:0.0320154015256):0.00519203435726):0.00189974449129):0.00435847290688):0.00685027659271,(Sloth:0.0328867927937,Armadillos:0.0329758041942):0.0107921307301):0.00288707837175,((Hyrax:0.0599889248836,Elephant:0.037544218687):0.00596787500226,Lesser_Hedgehog_Tenrec:0.111455947418):0.0128670844143):0.0718248176061):0.0225344512637):0.116651281049);
+(Chicken:0.10407904203,(Platypus:0.127576021614,((Wallaby:0.04124442186,Opossum:0.0389571756119):0.0310840452019,((Lesser_Hedgehog_Tenrec:0.0666061880614,(Hyrax:0.0752692558794,Elephant:0.0464596476884):0.0114233808606):0.0266948861085,((Armadillos:0.0237662330001,Sloth:0.0329404800185):0.0330602489811,(((Microbat:0.0594158948455,Megabat:0.0306506487756):0.00900032141914,(Horse:0.0610675010587,((Dog:0.0185071852752,Cat:0.0464475738612):0.0131604300323,(Hedgehog:0.0800969683208,((Cow:0.0470674789369,Dolphin:0.0350208887954):0.00391727861866,(Alpaca:0.0531996626256,(Shrew:0.402914200992,Pig:0.0193768399955):0.0288179590111):0.00915373973417):0.00780898686709):0.0044388322569):0.00347557851116):0.00285970941755):0.00185428016837,((Tree_Shrew:0.0546225689156,((Squirrel:0.0377108732933,((Mouse:0.0469236453429,Rat:0.0233801908184):0.129072627226,(Guinea_Pig:0.0882138889478,Kangaroo_Rat:0.084280161157):0.00347517519359):0.00888820776636):0.013336578795,(Pika:0.143661740468,Rabbit:0.0333266469415):0.0201844313415):0.00628094520511):2.03681424149e-06,((Tarsier:0.0497607406018,(Marmoset:0.0222325283795,(Macaque:0.0121962885368,((Gorilla:0.00768020127039,(Chimpanzee:0.00173513753869,Human:0.00356455624712):2.03681424149e-06):0.0068745956171,Orangutan:0.00932537137662):0.00301109722443):0.00930485230037):0.0232386854626):2.03681424149e-06,(Galagos:0.050023095158,Mouse_Lemur:0.0213502927358):0.0196394422254):0.00153572384058):0.0073776707925):0.00420134349363):0.00435199238715):0.0826504856708):0.040936470116):0.10407904203);
+(Chicken:0.239503947458,(Platypus:0.348341395072,((Wallaby:0.0553061584302,Opossum:0.111016898626):0.132843884338,((((((((Shrew:0.303454604365,Microbat:0.0757102021486):0.0410165369815,((Dolphin:0.04173800897,(Pig:0.0805756819686,Cow:0.11417238966):0.00599841000466):0.00862995203079,Alpaca:0.0740469290612):0.0223737906152):0.0178111308934,Horse:0.0573645116381):0.00197670557881,Megabat:0.0865500345169):0.00205661773413,(Hedgehog:0.184678215551,(Dog:0.0584445597673,Cat:0.0555354192425):0.0317754094485):0.00273085307163):0.0118142725398,(((Squirrel:0.0948257211233,((Kangaroo_Rat:0.112465785052,(Rat:0.0362614323395,Mouse:0.0441033496307):0.135013005929):0.0139784367571,Guinea_Pig:0.124913740977):0.00261841616169):0.0151841663274,(Rabbit:0.0216665491273,Pika:0.116940626381):0.0699772434126):0.00880830578641,(Tree_Shrew:0.0915631202396,((Mouse_Lemur:0.044061272432,Galagos:0.0564370836109):0.0194783573651,(Tarsier:0.174843382153,(Marmoset:0.0406578287944,(Macaque:0.0157115670441,(Orangutan:0.0107864139926,((Human:0.00265379699809,Gorilla:0.00066816404598):0.00357081800537,Chimpanzee:0.00190930349319):0.00525186093658):0.0138152351069):0.00458609401992):0.0304791891336):0.0139188700498):0.0108641666936):0.00448989814996):0.0097540721072):0.00896341468854,(Lesser_Hedgehog_Tenrec:0.198866419983,(Hyrax:0.104552777875,Elephant:0.053282730274):0.0144066778927):0.0483566081257):0.00518519693997,(Armadillos:0.051634221958,Sloth:0.0576084289487):0.0343307968583):0.186822829964):0.0468174684472):0.239503947458);
+(Chicken:0.147198313833,((((((Dog:0.0506426658076,Cat:0.0459954771823):0.0174078670969,(Horse:0.0266565649723,(Shrew:0.130347493756,Hedgehog:0.0994835218053):0.0325283160506):0.00862793654966):0.00420575629987,((Megabat:0.0396598087824,Microbat:0.0455513968167):0.0104516573172,(((Pig:0.0773727191461,Cow:0.0440302719657):0.0370141581033,Dolphin:0.021561276004):0.00283470339708,Alpaca:0.0359968094691):0.0204390877218):0.000861068554865):0.0058939844229,(((Mouse_Lemur:0.0271303278806,Galagos:0.0500806369135):0.00900580936029,(Tarsier:0.0518354681229,(((Orangutan:0.00256204573127,(Human:0.00183147493763,(Gorilla:0.00172227797452,Chimpanzee:0.00243380533488):2.14437193266e-06):0.00172415816916):0.00478476117306,Macaque:0.0984094433617):0.00575752073166,Marmoset:0.0185483180543):0.0226653313731):0.00488062870502):0.00178023495366,(((Squirrel:0.0430506802865,(Tree_Shrew:0.0823852186641,((Rat:0.0326210667111,Mouse:0.0375122485335):0.0832945253851,Kangaroo_Rat:0.0741134033398):0.0047044597461):0.00656094708115):4.14827486364e-05,Guinea_Pig:0.0780494402673):0.00359883745265,(Rabbit:0.0300087353071,Pika:0.103888892808):0.0268968405772):0.00371354896408):0.0101865527437):0.00733628080879,((Sloth:0.0251738821342,Armadillos:0.05729488695):0.0124657416512,(Lesser_Hedgehog_Tenrec:0.163611881501,(Hyrax:0.0657067859701,Elephant:0.0273905465414):0.00420042321854):0.0171057088214):0.00173458369965):0.0867871687693,(Platypus:0.146733880106,(Opossum:0.0357269324499,Wallaby:0.0491569590835):0.0601293422288):0.0123084341611):0.147198313833);
+(Chicken:0.161117431797,(Platypus:0.308995588194,((Wallaby:0.0522127912317,Opossum:0.0494179738391):0.112721682469,(((((Tree_Shrew:0.0731702297561,(Rabbit:0.0543134652854,Pika:0.0952031001127):0.0474072459896):0.01415882118,((Kangaroo_Rat:0.127218110837,((Mouse:0.0496972972627,Rat:0.0410354618792):0.1501294705,(Squirrel:0.124427171072,Guinea_Pig:0.100304825641):0.00313271169242):0.00495131116381):0.00990360378711,((Mouse_Lemur:0.0873712288796,Galagos:0.0517597401199):0.0147807160213,(((Macaque:0.0315864505183,(Gorilla:0.00341331580887,(Orangutan:0.00944146859183,(Chimpanzee:0.00157778574219,Human:0.00156596683354):0.00228293102445):1.86363428112e-06):0.00556583046424):0.0113085503523,Marmoset:0.0273481536728):0.0329800499045,Tarsier:0.0654232111509):0.0017972973517):0.0127012333736):0.00249858560662):0.0140287542202,((Shrew:0.133851292408,(Alpaca:0.0604861566373,((Megabat:0.149333764271,Pig:0.100430453535):0.0162138852271,(Dolphin:0.0575089626368,Cow:0.0923863262246):0.00912118905784):0.006705279105):0.0281090673566):0.0165360928428,((Cat:0.0611998562397,Dog:0.0246861797839):0.029750729919,(Microbat:0.115663580364,Horse:0.0521191134614):0.00187720661571):0.00306471912832):0.00983028800995):0.00521819477663,Hedgehog:0.128306370921):0.00604320784728,((Armadillos:0.0973975316706,Sloth:0.103121717615):0.0360412771957,(Elephant:0.0474622535751,(Hyrax:0.14678965358,Lesser_Hedgehog_Tenrec:0.322504212327):0.0203299661296):0.0403819947168):0.016421576436):0.0763246940248):0.0580487138245):0.161117431797);
+(Chicken:0.205736847561,(Platypus:0.217452642767,((Wallaby:0.0547214240875,Opossum:0.115294123583):0.150482985757,(((Pika:0.068390354665,Rabbit:0.0447157673254):0.0342398504971,(((Kangaroo_Rat:0.0909641117289,Guinea_Pig:0.0891409450408):0.00617159586095,((Tree_Shrew:0.0667844598798,(((Lesser_Hedgehog_Tenrec:0.1037312977,(Elephant:0.0410521409083,Hyrax:0.0666110370716):0.0199667212915):0.0123338306559,(Sloth:0.0434345490683,Armadillos:0.0559042535534):0.024471233003):0.000469341786775,(((Shrew:0.14237058326,Hedgehog:0.0843953893977):0.0125506854775,(Microbat:0.0486407307225,Megabat:0.0360403532526):0.00916979483873):0.00193868278396,((Cat:0.0301330325329,Dog:0.0525359996449):0.0149573046906,(Horse:0.0298457029149,((Dolphin:0.0233907274459,Cow:0.0358641363355):0.00696727897164,(Alpaca:0.0244251701283,Pig:0.0353742380734):0.00258655035476):0.0103235029442):0.00211805022703):0.00124912901697):0.00854856036383):0.00694350967096):0.00370513887792,((Tarsier:0.0372366255936,(Mouse_Lemur:0.0396616628236,Galagos:0.0543472897663):0.00753120643827):0.00102261871042,(Marmoset:0.0358634174997,(Macaque:0.0170731459051,((Gorilla:0.00213060995931,(Chimpanzee:0.000430409536018,Human:0.0017097795492):1.7793741815e-06):0.00270255623472,Orangutan:0.00603652331481):0.00609834278378):0.00909928260579):0.0269706405253):0.00322888299455):0.00915709758586):0.00409355313475,Squirrel:0.072107081494):0.00781878028326):0.018722551016,(Mouse:0.0336893210352,Rat:0.038172782913):0.0939761521794):0.110191945693):0.111814102669):0.205736847561);
+(Chicken:0.12366410228,((((Sloth:0.0563236489273,Armadillos:0.0422490691228):0.0206257149451,(Lesser_Hedgehog_Tenrec:0.109391425574,(Elephant:0.0295841699799,Hyrax:0.0607306646373):0.00977044902972):0.0230522698):0.00381625842253,(((((Galagos:0.054064426777,Mouse_Lemur:0.0337949170256):0.010534165632,((Marmoset:0.0291996049329,(Macaque:0.0471242015406,(Orangutan:0.0080692961598,((Chimpanzee:0.0028433322082,Human:0.00189050247641):0.00099336558573,Gorilla:0.0211659579971):0.00435871163345):0.00437414995342):0.00515225952626):0.0231657982397,Tarsier:0.0982431366473):0.00393946078086):0.0070891703706,Tree_Shrew:0.0684869857332):0.00119306732648,(((Guinea_Pig:0.130657779766,Squirrel:0.0496424506733):0.00734230476987,(Kangaroo_Rat:0.104638350107,(Mouse:0.036878845774,Rat:0.0278563972179):0.0915711006771):0.0104042755595):0.0102744114437,(Pika:0.0950201196321,Rabbit:0.0546686245801):0.0478754660246):0.00623186094668):0.014790480097,((Shrew:0.0918022978042,Hedgehog:0.0828303535708):0.0126355371623,((((Pig:0.0408019600079,(Cow:0.0659726269166,Dolphin:0.0302057039077):0.0063586544815):0.00327861406602,Alpaca:0.0496584405871):0.0094722100624,(Dog:0.0379542005445,Cat:0.0820170946545):0.0156428330493):0.00403096631067,(Horse:0.0396510007253,(Microbat:0.0823470553343,Megabat:0.0462135162775):0.0121822436138):0.000793033213796):0.00395068431443):0.00734757017418):0.00485784346178):0.112776092531,(Platypus:0.511637543168,(Opossum:0.0829632576331,Wallaby:0.0559051594026):0.0849195619967):0.0374422186417):0.12366410228);
+(Chicken:0.0925167211668,(Platypus:0.179363093075,((Wallaby:0.0429796848354,Opossum:0.0750136478265):0.0554631176121,((Lesser_Hedgehog_Tenrec:0.143119142429,(Hyrax:0.0382132334997,Elephant:0.0375565868722):0.00525943004576):0.0103351246038,((Armadillos:0.0309915777645,Sloth:0.0273047257608):0.0179651618959,(((Shrew:0.0536808255929,Hedgehog:0.0657101226366):0.00965120703135,(Horse:0.0279565994942,(((Microbat:0.0577184147247,Megabat:0.0279239026398):0.0195960165391,(Cat:0.0186782550207,Dog:0.0211351429337):0.0116674713673):0.00196525352515,(Pig:0.0402494745032,(Alpaca:0.025772830421,(Dolphin:0.0155692544141,Cow:0.0417567932263):0.00701202547942):0.00145286911061):0.00645363380761):0.00132008169177):0.000539934576813):0.0058542295706,(((((Squirrel:0.0479766231141,Guinea_Pig:0.0501015254191):0.00422923311028,((Mouse:0.0186424920972,Rat:0.0200129866497):0.051578641155,Kangaroo_Rat:0.0479317718446):0.00585314363884):0.00644678022991,(Rabbit:0.0208865505409,Pika:0.0367929520873):0.0189009454469):0.00255554354686,((Galagos:0.0356727590285,Mouse_Lemur:0.0249332083175):0.00864658248462,((Marmoset:0.0141688854268,(Macaque:0.0132919152246,(Orangutan:0.00490207881622,(Gorilla:0.00199904654427,(Human:0.000705566929349,Chimpanzee:0.00250192510114):0.000678802117441):0.00115825370257):0.00200412454008):0.00460566731605):0.014557227257,Tarsier:0.0316289244631):0.00321558701954):0.00543863800114):0.00221953718322,Tree_Shrew:0.057821249629):0.00692730102345):0.00592687784359):0.00357211532812):0.125831542525):0.0303817532357):0.0925167211668);
+(Chicken:0.227730469023,(((Wallaby:0.0476021258395,Opossum:0.0631522289629):0.118481820111,Platypus:0.329529858582):0.0291078644017,((((((Kangaroo_Rat:0.109261840978,(Guinea_Pig:0.0727169462223,(Mouse:0.0326418443309,Rat:0.0308360955886):0.104036985215):0.00762334250552):0.00698041494314,Squirrel:0.0877442154164):0.012056251186,(Pika:0.142200215846,Rabbit:0.078297822391):0.082318265173):0.00730850681319,(Tree_Shrew:0.141915834687,((Mouse_Lemur:0.081169995638,Galagos:0.0596341703087):0.0334209292409,(Tarsier:0.0636680946224,(Marmoset:0.0464714440385,(Macaque:0.0219023452962,(Orangutan:0.00967218940451,(Chimpanzee:0.00521905323579,(Human:0.00414804645094,Gorilla:0.00998637950449):0.00398167923499):0.00513026651528):0.00719764379805):0.00818239394276):0.0307573407937):0.0052565948907):0.00859581264609):2.02319665341e-06):0.0118180759697,((Microbat:0.0496086449644,Megabat:0.0548943359231):0.0272230677585,((((Alpaca:0.077025028988,((Cow:0.0648239511019,Dolphin:0.0487368617852):0.00776044469947,Pig:0.0552878395052):0.00473462253673):0.0199541114598,(Dog:0.0682551083033,Cat:0.0487976069903):0.0245099535254):0.000948924316314,Horse:0.0466211707104):0.00223058500362,(Shrew:0.127483274379,Hedgehog:0.124918434684):0.00763726505019):0.00508735368558):0.0134332292735):0.00742216655018,((Armadillos:0.0785482775677,Sloth:0.0443377054537):0.0167348995066,(Lesser_Hedgehog_Tenrec:0.100464786247,(Elephant:0.0376977595034,Hyrax:0.0800624033464):0.0101294436848):0.0259169606978):0.00352859150353):0.0861663749298):0.227730469023);
+(Chicken:0.268490435265,(Platypus:0.768810092853,((((Hyrax:0.0759034328116,Elephant:0.0466181479474):0.0217136915542,Lesser_Hedgehog_Tenrec:0.200789724739):0.042116895547,((((((Rabbit:0.0634946228871,Pika:0.139250992633):0.0537079326996,Kangaroo_Rat:0.208965030397):0.016640439653,((Mouse:0.0424952139805,Rat:0.0385851861934):0.15235894821,(Squirrel:0.0647443334705,Guinea_Pig:0.10307264503):0.00530105226774):0.00880338732772):0.00525917577101,((Tree_Shrew:0.0922113626939,(Mouse_Lemur:0.048503829431,Galagos:0.103554986863):0.0304440598751):0.00710156436884,(Tarsier:0.0627920584391,((Macaque:0.0218355294752,(Orangutan:0.0143721918307,(Gorilla:0.00151548777375,(Chimpanzee:0.0036022015741,Human:0.00361528470511):0.00169235626517):0.00212085246461):0.0117456922733):0.009318770096,Marmoset:0.0425793499549):0.0251946200831):0.0111515644695):0.00241201448555):0.0189467494924,(Pig:0.0876664716954,(((((Dolphin:0.05783594838,Cow:0.0753376610411):0.012077722869,Alpaca:0.0693802948875):0.0191294076973,Horse:0.0930117753519):0.000184650316319,(Hedgehog:0.148294048005,Shrew:0.0997141273219):0.031371366369):0.00148523561497,((Cat:0.0709972240937,Dog:0.118397401488):0.0205379641511,(Microbat:0.0654087544057,Megabat:0.0291318909448):0.0106437505375):0.00655689777537):0.0108212596885):0.00702349298557):0.0121350793115,(Armadillos:0.0722819310791,Sloth:0.0538481391462):0.0305999371967):0.00338959133314):0.122668096929,(Opossum:0.0651131335491,Wallaby:0.106595760509):0.107170567142):0.221748316691):0.268490435265);
+(Chicken:0.0956505040983,(Platypus:0.229903599504,((Wallaby:0.0435700497296,Opossum:0.127299078332):0.0722925292537,((((Armadillos:0.0282329489696,Sloth:0.0161280980588):0.0158182621274,(Lesser_Hedgehog_Tenrec:0.0915592351559,(Elephant:0.0234840811895,Hyrax:0.0543294254932):0.00674615013503):0.00718573107893):0.00811244609808,((((Kangaroo_Rat:0.0644683095522,((Mouse:0.0307287308824,Rat:0.0317132675724):0.0631967334929,Guinea_Pig:0.136512212622):0.00876381589261):0.00238775554486,Squirrel:0.0431114520001):0.0111719835702,(Tree_Shrew:0.0579474222896,(Pika:0.0630125853458,Rabbit:0.0496308291419):0.0393064265135):0.00636925867656):0.00262024781439,((Marmoset:0.0191995792339,(Macaque:0.0470980355736,(((Human:0.00194170918263,Gorilla:0.00378637553027):0.000466896507494,Chimpanzee:0.002072084386):0.00170246547632,Orangutan:0.00255600558686):0.00362237851844):0.00442171392722):0.0218225037383,((Galagos:0.115413128202,Mouse_Lemur:0.034866071984):0.0194641892276,Tarsier:0.0417248045074):0.00398101731525):0.00649730793197):0.00457438302187):0.00267917590865,((Shrew:0.0798750393706,Hedgehog:0.0657844933382):0.0124980311814,(Horse:0.0292931394868,(((Cat:0.0293827150043,Dog:0.0264348189441):0.00962437868896,(Microbat:0.0794670910776,Megabat:0.0307626894995):0.00380100017438):0.00148552690337,((Cow:0.0349340675627,Dolphin:0.0247086568266):0.00476166605737,(Pig:0.0562590586252,Alpaca:0.0320688311537):0.00611979365055):0.0113736036501):0.00223459696134):0.00154139363934):0.00211888130828):0.0602658592412):0.0382873956505):0.0956505040983);
+(Chicken:0.181346957336,(Platypus:0.374608011559,((Wallaby:0.0518607214409,Opossum:0.0385536843976):0.0908719084056,(((Hyrax:0.0431735227634,Elephant:0.0381681924796):0.00964591857266,Lesser_Hedgehog_Tenrec:0.0701178066576):0.00752283799747,(((((Squirrel:0.0529472189679,((Guinea_Pig:0.0689647002837,Kangaroo_Rat:0.0490219026224):0.0048623379129,(Mouse:0.0167158210558,Rat:0.0273074932395):0.0747239267098):0.000823614986304):0.0100522455299,(Rabbit:0.0412112980517,Pika:0.0499188876663):0.0297425977845):0.00204461117222,(Tree_Shrew:0.0623463211452,((Tarsier:0.0479376152214,((Macaque:0.0104160341777,(Orangutan:0.00446089240965,((Human:0.00282936234848,Chimpanzee:0.00425943590393):0.000354384209951,Gorilla:0.00296498543117):0.00305281532302):0.00531254333111):0.00695208503097,Marmoset:0.0328428215105):0.0149640570866):0.00309500547118,(Galagos:0.0417995697542,Mouse_Lemur:0.0272872045369):0.013731562824):0.00243356209847):0.00113226532065):0.00862474791584,(Shrew:0.207870035704,(((Horse:0.0268411330069,(Dog:0.0455723825209,Cat:0.0347343989802):0.00873035020855):0.00308283242037,((Alpaca:0.0316113829612,((Cow:0.0379203875976,Dolphin:0.0200554454665):0.00402362859673,Pig:0.0384623744247):0.00165697773419):0.00528447393022,Hedgehog:0.0862761822074):0.00145575862471):0.000891830541893,(Microbat:0.0581844116277,Megabat:0.0325510724406):0.00607905276572):0.00277019232605):0.00486558452108):0.00419667118381,(Armadillos:0.116722816525,Sloth:0.0377959921201):0.011877274692):0.00427660157946):0.106097359709):0.051472967084):0.181346957336);
+(Chicken:0.0963215690127,(Platypus:0.146567264362,((Hedgehog:0.0728979571795,(((((((Rat:0.0251056576367,Mouse:0.0412696912327):0.0851558325188,Kangaroo_Rat:0.105405687515):0.00996576344776,Guinea_Pig:0.0581893219851):0.0139830023683,((Pika:0.0548955312372,Rabbit:0.0728217012883):0.00559123117584,Squirrel:0.0592060250897):0.00643028922676):0.00804404664073,(Mouse_Lemur:0.0327111286586,((Tarsier:0.0421232613836,((Macaque:0.0118691548401,((Chimpanzee:0.00479413295061,(Gorilla:0.00872707071945,Human:0.00283916721936):2.10695608655e-06):0.00195130317428,Orangutan:0.00576903890097):0.0037662993549):0.0071264647414,Marmoset:0.0254824349051):0.012786127479):0.00657569020723,(Tree_Shrew:0.0643377371024,Galagos:0.074523234124):0.00936882221996):0.00090401832703):0.00583208790532):0.0109015278218,((Armadillos:0.0386989353865,Sloth:0.0245161798496):0.0156094667523,(Elephant:0.0206462469467,(Lesser_Hedgehog_Tenrec:0.125353456862,Hyrax:0.0352402888999):0.0161021608683):0.0191666416717):0.00546690099829):0.00411352715752,((Horse:0.0352189152999,((Cat:0.0531929809172,Dog:0.0256981358653):0.010065296948,((Dolphin:0.0383048786778,(Pig:0.0453736020991,Cow:0.0562911264833):0.0080019014079):0.0083138345285,Alpaca:0.04144074659):0.00861281328803):0.00347460068759):0.00467137218701,((Shrew:0.149379755352,Microbat:0.0312764797581):0.0127657553286,Megabat:0.0407637374798):0.00752926717304):0.00635230396938):0.0196663014257):0.158650643584,(Opossum:0.114542613372,Wallaby:0.0352033663084):0.114062793967):0.0480477235393):0.0963215690127);
+(Chicken:0.235552268671,(Platypus:0.215393778159,((Wallaby:0.0401856322607,Opossum:0.0545560130248):0.0907671020313,(((((Hedgehog:0.105313719768,Shrew:0.0836707287352):0.0160150652012,((Cat:0.0246060130344,Dog:0.0274649364879):0.0229965536496,(Horse:0.0482662699282,((Microbat:0.0797682823061,Megabat:0.0356022674713):0.00746783895397,(Pig:0.0354473973178,((Cow:0.0426941436141,Dolphin:0.0180394469772):0.00607084037632,Alpaca:0.0480008234885):0.00402468401004):0.00945532171832):0.00216070456922):0.00118115408739):0.00292380848625):0.00849413054399,(((Rabbit:0.0390723653505,Pika:0.0809838651201):0.0295528475383,(Tree_Shrew:0.0549275492345,(((Galagos:0.0495900728448,Mouse_Lemur:0.0288336645422):0.00996735007499,Tarsier:0.0419618826023):0.00557517601797,(Marmoset:0.231138912743,(Macaque:0.0123870542334,(Orangutan:0.150210713917,(Human:0.00413476018248,(Gorilla:0.000466816955265,Chimpanzee:0.0032694212905):0.000719308835703):0.00116045686463):0.00416240416886):0.0056204684139):0.0249153124289):0.00491220011938):0.00231597705285):0.00236548017446,((Squirrel:0.0489913318702,Guinea_Pig:0.172412496085):0.0156077069292,(Kangaroo_Rat:0.0716000415616,(Rat:0.0318675467719,Mouse:0.031196654739):0.0662669763822):0.00771733639041):0.0109470623538):0.0104871252004):0.0057759170317,(Armadillos:0.0511472443898,Sloth:0.0317837271975):0.0150441121684):0.00283514613984,((Elephant:0.0357548869956,Hyrax:0.050740857057):0.00817782801209,Lesser_Hedgehog_Tenrec:0.100683303224):0.0169105466809):0.127943599009):0.0453633744256):0.235552268671);
+(Chicken:0.48520682591,(Platypus:0.277349981547,((Wallaby:0.0262640068204,Opossum:0.0512825005851):0.104913134405,(((Armadillos:0.0355770626507,Sloth:0.0408559134381):0.0129378576242,(((((Shrew:0.149825811297,Hedgehog:0.0908803945887):0.0366739267815,(Microbat:0.0504473125023,Megabat:0.0302346594818):0.00556452986898):0.000304409329334,Horse:0.0280755638965):0.00237104658382,(((Dolphin:0.0294196947421,Cow:0.0481209709077):0.00569313108621,(Pig:0.0676961228963,Alpaca:0.0374182073377):0.00130793309753):0.0112253551144,(Cat:0.0334793281824,Dog:0.0337464087787):0.0123488003019):0.000131724542617):0.0124278600533,(((Pika:0.0762533546825,Rabbit:0.0426115091171):0.034666074448,(Guinea_Pig:0.0957370784982,(Squirrel:0.0571646745583,(Kangaroo_Rat:0.0713396663809,(Mouse:0.0349816106357,Rat:0.0373670534135):0.0584135941151):0.0117192392405):0.00233923334225):0.00541366522328):0.00270405799019,((Tree_Shrew:0.0477824336542,(Mouse_Lemur:0.0249481687121,Galagos:0.0424850897456):0.00955536459769):0.00268107958192,(Tarsier:0.120629721666,(Marmoset:0.0242345791805,(Macaque:0.0261552227758,((Gorilla:0.0011643454065,(Chimpanzee:0.00168213409555,Human:0.00168249888454):0.000418729180342):0.00267357757687,Orangutan:0.00230894255287):0.00773576010794):0.00736902764998):0.0210422776716):0.00816188584259):0.00178364599182):0.00920827021518):0.00618451327655):0.00282207541528,((Elephant:0.0290117821608,Hyrax:0.0442192360325):0.00644788496302,Lesser_Hedgehog_Tenrec:0.0915648236872):0.00781934593179):0.0731281588482):0.0759227739434):0.48520682591);
+(Chicken:0.117532213747,(Platypus:0.0892517173082,((Wallaby:0.0258791382203,Opossum:0.0248818657033):0.0576441668661,((((Megabat:0.0336601486621,(Shrew:0.0542737025391,Microbat:0.0470145127168):0.00567340574098):0.0059080453266,(Horse:0.0143292230281,((Dog:0.0113179861144,Cat:0.00907864720351):0.00772054622294,(Hedgehog:0.0436914033441,(Pig:0.0139269183536,(Alpaca:0.0187805894255,(Dolphin:0.0150110428381,Cow:0.0134282967364):0.00345291254047):0.00143866952209):0.00441390949522):0.00165767860166):0.000343490468721):1.45144985082e-06):0.00206295573106,((Tree_Shrew:0.0465339407832,((Galagos:0.0137053218286,Mouse_Lemur:0.0143009427359):0.0122740716064,(Tarsier:0.0487236203224,(Marmoset:0.00931839259838,(Macaque:0.00657274446811,(Orangutan:0.00272345109117,(Human:0.000876180194829,(Gorilla:0.00303496351018,Chimpanzee:0.00218686128628):1.45144985082e-06):0.00344567774396):0.0020590421516):0.0018044227029):0.0109403495379):0.00186022209471):0.00343206872584):0.0014525457196,((Rabbit:0.0177456676244,Pika:0.031730570875):0.0129783167803,((Squirrel:0.0150366110036,(Kangaroo_Rat:0.130840317826,Guinea_Pig:0.045939523631):0.00342779812727):0.00261286734834,(Mouse:0.0134034366008,Rat:0.00859132631949):0.0381909643743):0.00375866378088):0.00163710050999):0.002081418538):0.00446737234699,((Armadillos:0.0408900779583,Sloth:0.0412940725425):0.0052924222822,((Lesser_Hedgehog_Tenrec:0.0583388654079,Hyrax:0.0227813474707):0.00155845272596,Elephant:0.01485135371):0.01157395639):0.00336252076823):0.10015814881):0.0378988763057):0.117532213747);
+(Chicken:0.137962740933,(Platypus:0.177809513443,(((Sloth:0.0323381470184,Armadillos:0.0865877137279):0.0283762885566,((((Squirrel:0.0704338346596,(((Tree_Shrew:0.230874990073,(Rat:0.039022956563,Mouse:0.0358292422797):0.0803663665511):0.0566163161072,(Kangaroo_Rat:0.0936266109658,Guinea_Pig:0.163195929402):0.0227361154732):0.0182973838314,(Rabbit:0.0584700450863,Pika:0.104463976458):0.0218622852271):0.0184593117161):0.00422402618639,((Galagos:0.0843958434341,Mouse_Lemur:0.0461439744758):0.0125970324997,(Tarsier:0.0496464763473,(Macaque:0.0143561254929,(Marmoset:0.0259411310432,((Chimpanzee:0.0030428987466,(Human:0.00509022913336,Gorilla:0.00301752493918):1.74869770661e-06):0.00194977381956,Orangutan:0.00377973538591):0.00597688951944):1.74869770661e-06):0.0211718893978):0.00369882307243):0.00344791218187):0.00411369564899,((Microbat:0.0957535302149,Megabat:0.0377289273071):0.0148254683741,((Alpaca:0.113156053174,((Dolphin:0.0361817187919,Cow:0.0496853182551):0.0106410404197,Pig:0.0659606929081):0.00900411662441):0.0207054982851,((Hedgehog:0.101476006897,Shrew:0.133708670784):0.0302825973263,(Horse:0.062539068985,(Cat:0.0476100223034,Dog:0.0498227088824):0.0130228898555):0.00278901532217):0.00390182270007):0.00260097646987):0.00963789520957):0.0102220321896,(Lesser_Hedgehog_Tenrec:0.182867653427,(Hyrax:0.0597967575586,Elephant:0.0317940802436):0.00671854440323):0.0220820393433):1.74869770661e-06):0.123742617496,(Opossum:0.101566440874,Wallaby:0.035621423061):0.108356593189):0.0564344412965):0.137962740933);
+(Chicken:0.289023887024,(((Lesser_Hedgehog_Tenrec:0.103531267576,(Hyrax:0.0792624845054,Elephant:0.020035551689):0.00468107876592):0.0115203055775,((Sloth:0.0546908367613,Armadillos:0.0435820460598):0.014936126763,((((Rabbit:0.0611633656291,Pika:0.0883951857937):0.0268930036276,((Guinea_Pig:0.108266959197,Squirrel:0.0580511095049):0.00335118624726,(Kangaroo_Rat:0.0850891887225,(Mouse:0.0458865804504,Rat:0.0418252280081):0.104719034471):0.0104378399677):0.0110759707082):0.00205282141473,(Tree_Shrew:0.0919420463253,((Galagos:0.0514585331292,Mouse_Lemur:0.0376430579639):0.0163821833577,(Tarsier:0.0684952306242,(Marmoset:0.0333490248292,(Macaque:0.0137891148455,(Orangutan:0.00783070385544,(Gorilla:0.00423907029111,(Human:0.00248727616726,Chimpanzee:0.00249326917031):0.00129804031806):0.00342111996439):0.00646601996604):0.0121335869221):0.0239813250219):0.00576175661043):0.004873960298):0.000386603023615):0.00766577100868,(((Cat:0.0509840238334,Dog:0.0448142812541):0.0200313518373,(Hedgehog:0.0931647574269,(Microbat:0.0475885255423,Megabat:0.0471158905292):0.00722244931429):0.00276470180983):0.00155787609823,(Shrew:0.13251091939,(Horse:0.0487172423218,(Alpaca:0.0504046061614,((Dolphin:0.0251958974666,Cow:0.06107331406):0.00922581045341,Pig:0.0647819580094):0.00586466583704):0.0233469767943):0.00164427684472):0.00098198676194):0.00638008103306):0.0130234957148):0.00380224791207):0.0746400406408,(Platypus:0.229085549777,(Opossum:0.063613744113,Wallaby:0.0602515788323):0.110862946673):0.0396644362515):0.289023887024);
Binary file test-data/song_mammals.424genes.bs-trees.zip has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/song_mammals.tre	Wed Apr 13 15:03:31 2022 +0000
@@ -0,0 +1,1 @@
+(Chicken,(Platypus,((Opossum,Wallaby)N0'[pp1=1;pp2=0;pp3=0]':4.04422017503953,(((Sloth,Armadillos)N1'[pp1=1;pp2=0;pp3=0]':3.748755962145693,(Lesser_Hedgehog_Tenrec,(Hyrax,Elephant)N2'[pp1=1;pp2=0;pp3=0]':1.4675747778148045)N3'[pp1=1;pp2=0;pp3=0]':2.8408725661075143)N4'[pp1=1;pp2=0;pp3=0]':0.11272139311072937,(((Shrew,Hedgehog)N5'[pp1=1;pp2=0;pp3=0]':0.9911063406548961,((Microbat,Megabat)N6'[pp1=1;pp2=0;pp3=0]':1.5111714492447694,((Horse,(Dog,Cat)N7'[pp1=1;pp2=0;pp3=0]':2.7358873553893504)N8'[pp1=0.89;pp2=0.06;pp3=0.05]':0.05992302074136598,(Alpaca,(Pig,(Dolphin,Cow)N9'[pp1=1;pp2=0;pp3=0]':1.3217644299037643)N10'[pp1=1;pp2=0;pp3=0]':0.6263941421637529)N11'[pp1=1;pp2=0;pp3=0]':3.259811403201244)N12'[pp1=1;pp2=0;pp3=0]':0.11044150209434113)N13'[pp1=1;pp2=0;pp3=0]':0.42171242314482726)N14'[pp1=1;pp2=0;pp3=0]':1.9051712317138048,((Tree_Shrew,((Rabbit,Pika)N15'[pp1=1;pp2=0;pp3=0]':3.168751437685628,(Squirrel,(Guinea_Pig,(Kangaroo_Rat,(Mouse,Rat)N16'[pp1=1;pp2=0;pp3=0]':4.080152184265601)N17'[pp1=1;pp2=0;pp3=0]':0.6030253811559223)N18'[pp1=1;pp2=0;pp3=0]':0.14397458523452245)N19'[pp1=1;pp2=0;pp3=0]':1.61126493088363)N20'[pp1=1;pp2=0;pp3=0]':0.8259790342993206)N21'[pp1=0.9;pp2=0.01;pp3=0.1]':0.08166400531937129,((Galagos,Mouse_Lemur)N22'[pp1=1;pp2=0;pp3=0]':2.3122034886710434,(Tarsier,(Marmoset,(Macaque,(Orangutan,(Gorilla,(Human,Chimpanzee)N23'[pp1=1;pp2=0;pp3=0]':0.6305518601232605)N24'[pp1=1;pp2=0;pp3=0]':2.2394148609781763)N25'[pp1=1;pp2=0;pp3=0]':2.457113083090445)N26'[pp1=1;pp2=0;pp3=0]':2.550229319109434)N27'[pp1=1;pp2=0;pp3=0]':3.756538102587758)N28'[pp1=1;pp2=0;pp3=0]':0.6381142252128742)N29'[pp1=1;pp2=0;pp3=0]':2.0440320320838024)N30'[pp1=1;pp2=0;pp3=0]':2.239479484018153)N31'[pp1=1;pp2=0;pp3=0]':1.5208686854769229)N32'[pp1=1;pp2=0;pp3=0]':3.0967076693654274)N33'[pp1=1;pp2=0;pp3=0]':0.9068831258917384)N34:0.0)N35; 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/song_primates.424.gene.tre	Wed Apr 13 15:03:31 2022 +0000
@@ -0,0 +1,424 @@
+(((((Marmoset:0.0204923957271,((Orangutan:0.00584046083478,((Human:0.00233080025572,Chimpanzee:0.00254878680241):0.000769089390244,Gorilla:0.00176992228314):0.00288531375061):0.00467903448512,Macaque:0.00908469530327):0.00734594094106):0.0296837843809,(Galago:0.0600055740335,Mouse_Lemur:0.0694590103929):0.0196895108756):0.0085007567437,(Tree_Shrew:0.0534460635684,(Rat:0.143509822215,(Tarsier:0.217182450829,Rabbit:0.0922905090297):0.0339406584933):0.0030207288372):0.00372275015446):0.00872816165234,Horse:0.0707902414053):0.00809030960191,Sloth:0.0607392292943):0.228149398513;
+((Horse:0.0419227508153,((Rabbit:0.0640402054253,Rat:0.158392889104):0.00328679821596,(Tree_Shrew:0.0426560599163,((Tarsier:0.0395620026083,((Macaque:0.00608570187988,(Gorilla:0.00224422775399,(Orangutan:0.00178158136896,(Human:0.00113846667515,Chimpanzee:0.000802993594136):0.000483490555002):2.51049141848e-06):0.00347997654954):0.00821095330186,Marmoset:0.0174481410002):0.0135122407118):0.00305192625139,(Mouse_Lemur:0.0161443473009,Galago:0.0451624040731):0.0145777943743):0.00233717476908):0.00310699260183):0.00188081676512):0.0168460731855,Sloth:0.035166140213):0.232140734031;
+(Sloth:0.0640199232448,(Horse:0.055176899055,((Rat:0.162822506479,Rabbit:0.0693241747787):0.0038912895723,(Tarsier:0.0516873435361,((Marmoset:0.0311370484253,((Orangutan:0.0152083457523,(Gorilla:0.00129651459821,(Human:0.00245267408963,Chimpanzee:0.0030493338097):0.00121090801175):0.00248508181011):0.00382150588066,Macaque:0.0111332008693):0.00577878387711):0.0137031584176,((Galago:0.0612751243277,Mouse_Lemur:0.0229549694479):0.0047800435683,Tree_Shrew:0.183791419534):0.00190591845589):0.00370001159991):0.0016619546699):0.00626408623059):0.00747947925016):0.339265772737;
+(Rat:0.142638795984,((Rabbit:0.0719759891363,(((Tarsier:0.0556802134764,((((Gorilla:1.85580720032e-06,(Chimpanzee:0.00352263735379,Human:0.00210876209409):1.85580720032e-06):0.00195715763511,Orangutan:0.0456676117485):0.00894974100682,Macaque:0.0174908800859):0.00817949575529,Marmoset:0.021105563553):0.0124318568927):0.00509050125734,(Mouse_Lemur:0.0382624798616,Galago:0.0510280610378):0.00679236389045):0.00332142940613,Horse:0.0953601862462):0.00231005504781):0.00188518271632,(Sloth:0.0648346717,Tree_Shrew:0.0606139860793):1.85580720032e-06):0.00486065707291):0.517900137038;
+(Sloth:0.0328088924127,(Horse:0.0337559851297,((Rabbit:0.0424386864614,Rat:0.100689894952):0.000835398494625,((Tree_Shrew:0.0552870969104,(Marmoset:0.0152446328987,(Macaque:0.00417253367676,(Orangutan:0.00199286961427,((Gorilla:0.00198804193292,Chimpanzee:0.000543933950245):0.00200862822564,Human:0.00394477113939):0.00489498205984):0.00274365141538):0.00235501951006):0.00743395447991):0.00516839205442,((Galago:0.0310090103588,Mouse_Lemur:0.0177229801708):0.00580934445442,Tarsier:0.0270569479657):0.00108522165996):0.00230590785071):0.00382110603812):0.00637691037928):0.176580161508;
+(Sloth:0.0328093857642,(((Rabbit:0.0424394070896,Rat:0.100691522196):0.000835422642716,(((Marmoset:0.0152448737567,(Macaque:0.00417259735364,(Orangutan:0.00199289871858,(Human:0.00394484509718,(Gorilla:0.00198807233434,Chimpanzee:0.000543942780207):0.00200862237432):0.00489509096801):0.00274370255366):0.00235505447377):0.00743408515979,Tree_Shrew:0.0552879989092):0.00516849444974,(Tarsier:0.0270573707338,(Galago:0.0310095302094,Mouse_Lemur:0.017723279285):0.00580940192562):0.0010852573422):0.0023059247951):0.00382112890082,Horse:0.0337564792306):0.00637700958682):0.176582913577;
+(Sloth:0.0455883734152,(((Rat:0.155666331417,(Rabbit:0.157433917998,Tree_Shrew:0.103886397388):0.0235443949706):0.00722020890642,(Tarsier:0.0427092341119,((Marmoset:0.0283861371785,(Macaque:0.0102085121417,(Orangutan:0.00575016333401,(Gorilla:0.00143134576028,(Chimpanzee:0.00658928262202,Human:0.00182469940144):0.000171146114819):0.00603167067159):0.00319899297089):0.00809430176493):0.0234798973117,(Mouse_Lemur:0.0266103355474,Galago:0.0456978386923):0.0164229849235):0.00207529168367):0.00654968462797):0.00714769766229,Horse:0.0562904401989):0.0123173852589):0.319272800719;
+(Sloth:0.0424202019356,(((Tree_Shrew:0.0506820568419,((Galago:0.0443624057793,Mouse_Lemur:0.0123110676846):0.0113617905403,(Tarsier:0.0334895625167,(Marmoset:0.0190487929822,(Macaque:0.00926549680305,((Gorilla:0.00206666209068,(Human:0.00473629891953,Chimpanzee:0.00224099711542):0.00069270288697):0.00235139733674,Orangutan:0.0066390788931):0.0026306908598):0.00444484174803):0.0160250964103):0.00295332919304):0.00369348636522):0.00114317695241,(Rat:0.113577839303,Rabbit:0.0659444524295):0.00148040204008):0.00273987639206,Horse:0.0287250430281):0.00418604886634):0.183858377997;
+(Sloth:0.10128433695,((Rabbit:0.146322386361,((((Galago:0.0879337114072,Mouse_Lemur:0.0548214689459):0.0135964151469,(Marmoset:0.0349718629994,(Macaque:0.0134672951683,(Orangutan:0.00326726698019,(Gorilla:0.00684618802512,(Chimpanzee:0.00294919459027,Human:0.00488066360111):0.00103060086267):0.00494195443167):0.00602603844384):0.0111160977497):0.033440776734):0.00692701689399,Tarsier:0.102366917184):0.0156760876188,(Tree_Shrew:0.111443952422,Rat:0.192037218304):1.59629207173e-06):0.00720517873077):0.00807878308857,Horse:0.141434243545):0.0101046253078):0.419904755405;
+((Tarsier:0.0338299154439,Tree_Shrew:0.0668350887298):0.0146442340916,(((Horse:0.168382201136,Marmoset:0.0611474510203):0.0545148690478,(Sloth:0.0253054897841,(((Macaque:0.0105142417943,(Orangutan:0.00132658992773,(Gorilla:0.00921096762721,(Human:0.00343977892986,Chimpanzee:0.00328116592198):0.00154242613997):0.00321327128677):0.00573788783649):0.020027568981,Rat:0.0582459954528):0.00758211323421,(Mouse_Lemur:0.0218261026561,Galago:0.0307123985234):0.00341459971514):0.00188863518615):0.00231423926746):0.00098178405633,Rabbit:0.106164805618):0.00323120027924):0.227461948283;
+(Sloth:0.0472375502262,(Horse:0.0601157573443,((Tree_Shrew:0.0582115897044,((Mouse_Lemur:0.0192499388741,Galago:0.0378396777709):0.00956229171156,(Tarsier:0.0404438996303,((Macaque:0.0099012168913,(Orangutan:0.00535207301023,((Human:0.00116559815967,Chimpanzee:0.00345913093828):0.000365508014314,Gorilla:0.00213051053932):0.00378421377497):0.00282542906258):0.0065511080908,Marmoset:0.0317484272539):0.015628363614):0.00257237532525):0.00479444753759):0.000310501916524,(Rat:0.100068942369,Rabbit:0.0569871028703):0.00375880988861):0.0104804450039):0.0070513719134):0.30545882278;
+(((Horse:0.0384158750454,Rabbit:0.297669740475):0.0144162318874,(Rat:0.146582583478,((Marmoset:0.0191212860098,(Macaque:0.0103879240796,(Orangutan:0.00437617659012,(Human:0.00442145325232,(Chimpanzee:0.00175708745233,Gorilla:0.00362545714968):0.00110118553492):0.00217207022533):0.00225447243588):0.00740193517096):0.035172162693,((Mouse_Lemur:0.0384666679737,(Galago:0.0547965630932,Tree_Shrew:0.074679231078):0.00885060089216):0.00833074046201,Tarsier:0.0353296299907):0.00276277803724):0.00250654984477):0.00391989907067):0.0068880658741,Sloth:0.0518329125816):0.351400658419;
+((Horse:0.0439697971339,((((Mouse_Lemur:0.0309005144091,Galago:0.0379205901305):0.00640653400523,Tarsier:0.0474003058084):0.00229094090182,(Marmoset:0.020544951619,((Orangutan:0.00593194665644,(Gorilla:0.00394173418945,(Chimpanzee:0.00190892861256,Human:0.00324527575369):0.00131510841985):0.00487670280018):0.00584102440482,Macaque:0.0461585307709):0.00758987015781):0.0259952156241):0.00256743335509,((Tree_Shrew:0.0538373568713,Rabbit:0.0872892651271):0.00895049001118,Rat:0.102126878976):0.00449518270061):0.00725625138711):0.00568403936962,Sloth:0.0508069906394):0.281062182291;
+((Horse:0.0461686894856,(Tree_Shrew:0.0658210672012,(((Tarsier:0.0647442306579,(Galago:0.0527127050817,Mouse_Lemur:0.0313252965128):0.0152492008629):0.00275432656611,(Marmoset:0.0806691204671,(Macaque:0.01097456148,(Orangutan:0.00363848150641,(Gorilla:0.00116543254443,(Chimpanzee:0.00166164938519,Human:0.0022221811639):0.00143167933849):0.00194272728902):0.00525893192282):0.00590125272383):0.0237820872076):0.00355228057592,(Rat:0.214479357241,Rabbit:0.0665563554328):0.00375004563859):0.000430996648422):0.00442153136386):0.00971676434622,Sloth:0.043401579966):0.334079451375;
+(Rat:0.118189533301,((Horse:0.0428205599401,Sloth:0.052525558031):0.009309773265,(Tree_Shrew:0.0566036608379,(((Mouse_Lemur:0.022402883029,Galago:0.0409015056315):0.0151986233731,((Marmoset:0.0259910900695,(Macaque:0.030534753775,((Chimpanzee:0.00167711136381,(Human:1.87597354583e-06,Gorilla:1.87597354583e-06):0.000558493232741):0.00213049687207,Orangutan:0.00406469077074):0.00294449096255):0.00353907997891):0.0170565604694,Tarsier:0.0601637098428):0.00324577463959):0.00341843127119,Rabbit:0.0620274227929):0.000302771067914):0.00115564583169):0.064654619243):0.434041188887;
+((Horse:0.113023854745,((((Mouse_Lemur:0.0419466527679,Galago:0.091629502118):0.024769936558,(((Macaque:0.0540864298051,((Chimpanzee:0.00426312915912,(Human:0.00391930633237,Gorilla:0.00410119562655):0.000617775554882):0.00379458425642,Orangutan:0.0049940796871):0.00643776847585):0.013823789846,Marmoset:0.0448072014009):0.035942549122,Tarsier:0.0944567981035):0.00674143735979):0.00654464493509,Tree_Shrew:0.140168565171):0.00431963059585,(Rabbit:0.167729179487,Rat:0.205245306406):0.0109160165023):0.0232520104854):0.0118757357456,Sloth:0.113038218308):0.401909804578;
+(Sloth:0.0646428788395,(((Rabbit:0.0765074892578,Rat:0.126569851454):0.00617499086705,(((Marmoset:0.0293053394594,(Macaque:0.0151740648804,(Orangutan:0.0061550164907,(Gorilla:0.00354285193088,(Chimpanzee:0.00558757000883,Human:0.00493997769978):2.48490723887e-06):0.00251883179544):0.00452101870697):0.00418041985339):0.0205687505927,(Mouse_Lemur:0.0638253054542,(Tarsier:0.098376395202,Galago:0.0456263827918):0.0065600371775):0.00236541553871):0.00470926376016,Tree_Shrew:0.0594594934615):0.000867721390477):0.00529707766122,Horse:0.0482731541958):0.0120581078356):0.267822060697;
+(Sloth:0.0672248671299,(((Tree_Shrew:0.0953793984909,(Rat:0.278836259615,Rabbit:0.104674962834):0.00672769474939):0.00194858255781,((Mouse_Lemur:0.0809281241346,Galago:0.0626772642658):0.019119414406,(Tarsier:0.137653611948,(Marmoset:0.0294463120108,(Macaque:0.0118060029929,(Orangutan:0.00765955330681,(Gorilla:0.00301642829751,(Human:0.00315581522356,Chimpanzee:0.00380069605786):0.00171888148048):0.00300898546314):0.0059415044155):0.0050779712368):0.0266648931781):0.00836722132754):0.00949843348834):0.00855281785326,Horse:0.0610395640123):0.00775566423196):0.425106713891;
+(Sloth:0.0673021963053,(Horse:0.0925821157325,(((Rat:0.32622292116,Rabbit:0.0697716987486):0.0104740711599,((Galago:0.0822936512346,Mouse_Lemur:0.0265028135195):0.02591495693,(Tarsier:0.0659737109658,(Marmoset:0.0316562431824,(Macaque:0.0527039933415,(Orangutan:0.00727685747737,(Gorilla:0.00272704149559,(Chimpanzee:0.00485021306424,Human:0.000803522848304):2.06738142604e-06):0.00248749187953):0.00936711459296):0.00962705820059):0.0334685662986):0.0195798492248):0.00693416824567):0.00528500790665,Tree_Shrew:0.0801576285526):0.00903433744004):0.00750368477559):0.582200775017;
+((Tree_Shrew:0.0711370976005,((Rat:0.109622414465,Rabbit:0.068443203653):0.00265966173514,((Tarsier:0.0560392618913,(Marmoset:0.0240576980434,(Macaque:0.00990406360788,(Orangutan:0.00775892781407,(Gorilla:0.00189117424609,(Chimpanzee:0.00444284906666,Human:0.00258434416461):0.000601260181458):0.00387349725595):0.00394031558934):0.00539227712734):0.0207467233029):0.00517278215203,(Mouse_Lemur:0.0301979892866,Galago:0.0407098620631):0.012919677895):0.00433964678037):0.000350448271004):0.00948766270021,(Sloth:0.0704809653925,Horse:0.0474826227535):0.00791558972782):0.291226235803;
+((((Rabbit:0.250725543027,(Tree_Shrew:0.0933518948147,Rat:0.290811721362):1.60075792712e-06):0.00552497496058,(((Mouse_Lemur:0.0969940808619,Galago:0.0940766969179):0.0356049667729,(Marmoset:0.0444451888935,(Macaque:0.0111754265868,((Gorilla:0.00616596046252,(Chimpanzee:0.00458695390915,Human:0.0035078821932):0.00145299400751):0.00426412220347,Orangutan:0.00810928671233):0.00661725470863):0.00894586585078):0.0349403420252):0.00691801368068,Tarsier:0.0733320535064):0.0137190122676):0.0094022113278,Horse:0.106980697335):0.014488520991,Sloth:0.203528048645):0.413888089825;
+(Sloth:0.0714467687558,(Horse:0.0743072399972,(Rat:0.173364236374,((Tree_Shrew:0.101773169144,Rabbit:0.119002774834):0.00219012958251,((Mouse_Lemur:0.0581888695599,Galago:0.0784671436624):0.0141798538353,(Tarsier:0.0648851239044,(Marmoset:0.0447076032011,(Macaque:0.0578277566846,((Human:0.00433487067454,(Gorilla:0.00753427301169,Chimpanzee:0.00494507850263):0.00048777138289):0.00979860896635,Orangutan:0.00944909379619):0.00371881149633):0.0185779330784):0.0561678643463):0.0156130106866):0.00863180681648):0.00440554180729):0.0116449216449):0.00654164491712):0.520216583241;
+(Sloth:0.0989138156973,(((Tree_Shrew:0.128870264998,((Galago:0.0715447479194,Mouse_Lemur:0.0532528587849):0.0374693918528,(Tarsier:0.0922503033464,(Marmoset:0.0566035622909,(Macaque:0.0135253152607,((Gorilla:0.00692686455473,(Human:0.00323732306104,Chimpanzee:0.00341217289555):0.00148864588332):0.00286581689726,Orangutan:0.00780267968846):0.0110312049627):0.0125944663983):0.0481151067141):0.00723165258848):0.00815703707811):0.00523802489963,(Rat:0.274726154138,Rabbit:0.127489711951):0.00824448913208):0.0109859357145,Horse:0.0928766399435):0.0113842298698):0.626468414296;
+(Sloth:0.0578138890894,(Horse:0.0499321887866,((Rabbit:0.0823723616013,Rat:0.170934347306):0.00354703872561,(Tree_Shrew:0.0756943441971,(Tarsier:0.067765101136,((Marmoset:0.0318593865609,(Macaque:0.0110917468702,(Orangutan:0.00511810533019,((Chimpanzee:0.00237399836566,Human:0.00183655846152):0.00119221271199,Gorilla:0.00263600501914):0.00343684587612):0.00362637045519):0.00830033096281):0.021798594254,(Mouse_Lemur:0.0315520621506,Galago:0.0499606482963):0.00930306733802):0.00164296084253):0.00481448617809):0.000916122511818):0.00653630706366):0.00801309260849):0.307095342345;
+((Horse:0.0296510785591,((Tarsier:0.0318106605332,(((Tree_Shrew:0.0570434800827,Galago:0.0527420980755):0.00158557550844,Mouse_Lemur:0.0221167755405):0.00158143888707,(Marmoset:0.0144121847911,(Macaque:0.00712634188619,(((Orangutan:0.00269440944454,Chimpanzee:0.00370057563083):1.92520094835e-06,Gorilla:0.00643643265257):1.92520094835e-06,Human:0.00106552887448):1.92520094835e-06):0.00247671783024):0.0167590610798):0.000195313602597):0.00308235002973,(Rat:0.101730419154,Rabbit:0.0371038889264):0.00221087597429):0.00592551897383):0.00108664733284,Sloth:0.0844422076862):0.283335166304;
+(Sloth:0.0587106449432,(Horse:0.141279041528,(((Rabbit:0.157726043401,Rat:0.15990978312):0.00400192742177,Tree_Shrew:0.0845632675215):0.0020929563096,((Mouse_Lemur:0.0519720367256,Galago:0.0761726663553):0.021091973199,(((Orangutan:0.00372682084267,((Chimpanzee:0.00480395186911,Human:0.0038516731971):0.00167536676797,Gorilla:0.00248747648806):0.00348478822255):0.00284811844389,(Marmoset:0.0245544967733,Macaque:0.0123772112427):0.00506317623633):0.0318833779813,Tarsier:0.054441229451):0.00579098214405):0.00515453901348):0.011525452706):0.0050473210504):0.276545466754;
+((((((Galago:0.0203796702476,Rabbit:0.0303914673561):2.06963471133e-06,Sloth:0.0290386476033):0.0029648130087,Rat:0.0671870130391):0.00136996148355,(Tarsier:0.019256486649,(Mouse_Lemur:0.0169367756349,(Marmoset:0.0135584191962,((Orangutan:0.0109495202964,(Gorilla:2.06963471133e-06,(Human:0.0015016148211,Chimpanzee:2.06963471133e-06):2.06963471133e-06):0.00152575052799):0.000564751405605,Macaque:0.00777389672066):0.00212145040938):0.00957270480566):0.00445221071481):0.000771773967683):0.00547833132641,Tree_Shrew:0.0273069848595):0.00287427403979,Horse:0.0210651333735):0.173871433235;
+(Sloth:0.0827456030277,(((((Tarsier:0.056331092836,(Marmoset:0.0331516287567,(Macaque:0.0234354777691,(Orangutan:0.00589577415848,(Gorilla:1.62325706612e-06,(Chimpanzee:0.00143893832229,Human:0.00289003100312):0.00143809227076):0.00279406889762):0.00794066900462):0.00856566923787):0.0319730179158):0.0165919130664,Rabbit:0.0846909286809):0.000762034795724,Horse:0.0572872877266):0.00334226855389,(Galago:0.0721043713297,Mouse_Lemur:0.0462622914317):0.0203177969761):0.00434614560776,(Tree_Shrew:0.225789061575,Rat:0.176363981272):0.013786637833):0.000640945686462):0.310719055249;
+(((((Tarsier:0.0592556497173,(Marmoset:0.0251872217862,(Macaque:0.0138179248834,(Orangutan:0.00473423450161,(Human:0.00311793222376,(Chimpanzee:0.0016741369046,Gorilla:0.00201551388788):1.26302221581e-06):0.00353707369011):0.00446915346016):0.00433090114686):0.0246854731196):0.00359893277011,(Galago:0.0467284317496,Mouse_Lemur:0.0248771856857):0.0106610635632):0.00940524875852,((Rabbit:0.155622040919,Rat:0.160545205438):0.00351153829451,Tree_Shrew:0.08853193709):0.0016603980504):0.00703473576491,Horse:0.0463447591503):0.0101570362506,Sloth:0.065995006155):0.422678439906;
+(Sloth:0.112580922229,((Horse:0.0544140092007,Rabbit:0.1762110122):0.0209021717112,(((Galago:0.0459069370738,Mouse_Lemur:0.0296910405716):0.023572844076,(((Macaque:0.00851496389838,(Orangutan:0.00680499565627,(Gorilla:0.000707496693105,(Human:0.00187376955673,Chimpanzee:0.00152972540705):0.000949086378718):0.00270682987467):0.00107712411782):0.00486018209788,Marmoset:0.011575740507):0.0207347483498,Tarsier:0.0365868001664):0.00197573079478):0.00191194081859,(Rat:0.193228955099,Tree_Shrew:0.0407118565127):0.00216952185034):0.00560875276585):0.00714485887533):0.191584506859;
+(Sloth:0.0823496968302,(Horse:0.0593321710615,((Tree_Shrew:0.0944923390815,((Galago:0.0922733665704,Mouse_Lemur:0.0496455741462):0.00914858381673,((Marmoset:0.0226931404394,(Macaque:0.0108180375604,((Gorilla:0.00225802668364,(Human:0.00373550387657,Chimpanzee:0.00106440648038):0.000776577406302):0.00406467900077,Orangutan:0.00686141005878):0.00224942921862):0.00798635051769):0.0310541529856,Tarsier:0.0933221846095):0.00362519642804):0.004843077392):0.00184457516269,(Rabbit:0.132969516546,Rat:0.134601956554):0.00527830744293):0.0142295721036):0.0154909349502):0.340313970442;
+(Sloth:0.087231873458,(Horse:0.0610138625244,(((Marmoset:0.0456594056471,(Orangutan:0.00925071918294,((Gorilla:0.00416587109266,(Chimpanzee:0.00365856504971,Human:0.00227412852925):0.00159699441983):0.00252440366395,Macaque:0.0624861526926):0.00151218672977):0.0141105680105):0.0358602685024,((Galago:0.0671305222021,Mouse_Lemur:0.0388210688737):0.0192972656745,Tarsier:0.0722223139398):0.00305712789913):0.00900602698515,(Rat:0.167427774074,(Rabbit:0.0998160784025,Tree_Shrew:0.109244229757):0.00432748679549):0.00274387021841):0.00852321486645):0.0168121464142):0.556451141849;
+((Horse:0.052993385397,((Tree_Shrew:0.0859129636698,(Rabbit:0.108266779476,Rat:0.159571682026):0.0119440447351):0.00636373014241,((Marmoset:0.0201834424889,(Macaque:0.0167996794457,(Orangutan:0.00636543030135,(Gorilla:1.85344926967e-06,(Human:0.00291251527818,Chimpanzee:0.000968382374929):1.85344926967e-06):0.00311717321382):0.00548125517836):0.0133156943768):0.028312715708,(Tarsier:0.0607989612182,(Mouse_Lemur:0.0384831091577,Galago:0.0544342296214):0.010393608476):0.00267721477323):0.0103304405799):0.00919062993563):0.00447241746804,Sloth:0.0981031696267):0.350802167708;
+((((Tree_Shrew:0.0602178369185,((((Macaque:0.0202437718775,((Gorilla:0.00422149688214,(Chimpanzee:0.00210247619415,Human:0.0186075244426):0.00149833009342):0.00244838925515,Orangutan:0.00823668995329):0.00186230011274):0.00885418998856,Marmoset:0.0302823611747):0.0502988935346,Tarsier:0.0576678891574):0.00702717487643,(Galago:0.0818850166324,Mouse_Lemur:0.0403842264947):0.0173005583087):0.00465052347182):0.00666982365774,(Rabbit:0.116483377049,Rat:0.172755730979):0.00572506600361):0.00549175576088,Horse:0.0977051471674):0.0202380278746,Sloth:0.0446376587205):0.402916878578;
+(Sloth:0.0497938458784,(Horse:0.0498348777852,((Mouse_Lemur:0.034577212237,((Marmoset:0.0186234301595,(Macaque:0.00948007921622,(Orangutan:0.00591052352271,((Chimpanzee:0.00274974779892,Human:0.00274945285707):0.000792412641236,Gorilla:0.0010824613976):0.00295516410894):0.000655609401354):0.00147441442378):0.0122484570928,Tarsier:0.0479949483506):0.00395774298613):0.005665639808,((Rabbit:0.0681854740326,Tree_Shrew:0.0481624899453):0.000268968844912,(Rat:0.145624293596,Galago:0.0499268053375):0.00438690864798):0.00336379439181):0.00537979172238):0.0113987585776):0.231970516999;
+((Horse:0.0993237534145,((Tree_Shrew:0.127042406697,(Rat:0.213186563239,Rabbit:0.155342218398):0.0104240672963):0.00276320568434,((Tarsier:0.088811302429,(Macaque:0.0366841157247,((Marmoset:0.0938061500731,Orangutan:0.0154224658416):0.00633899752071,((Human:0.00318401283285,Chimpanzee:0.00562547030884):0.00114374676795,Gorilla:0.00329766038165):0.00368421616713):0.00556213116537):0.0494134502899):0.00696283405805,(Mouse_Lemur:0.0614941934054,Galago:0.0931607714277):0.022348998265):0.0114050356502):0.0114011095057):0.0196402845116,Sloth:0.071582945105):0.374599126156;
+(((((Galago:0.0997737179597,Mouse_Lemur:0.064236590146):0.0315898802695,(Tarsier:0.0936086686954,(Marmoset:0.0494855627245,((Orangutan:0.00922471606363,(Gorilla:0.0135552701826,(Chimpanzee:0.0036694369417,Human:0.00339813836043):0.0026059260304):0.00551248771905):0.00752689296902,Macaque:0.0262131249787):0.0110290607292):0.0443180082636):0.00757698792516):0.00970688256395,(Tree_Shrew:0.126594395258,(Rat:0.235706533516,Rabbit:0.145227219101):0.00565116609154):0.00144657684652):0.015437374361,Horse:0.0834367231436):0.0204698667175,Sloth:0.112072431771):0.641383735163;
+(Sloth:0.0591922827055,(((((((((Gorilla:0.0030953755767,(Human:0.001030452533,Chimpanzee:0.00532181763679):0.00109207611485):0.00528434416325,Orangutan:0.0128255171084):0.00525692186824,Macaque:0.0216891283133):0.0100124628339,Marmoset:0.0307802674645):0.0173510297901,Tarsier:0.0463336953703):0.00345818121994,(Galago:0.0372092478077,Mouse_Lemur:0.0261394311853):0.0179633799183):0.00208605619127,Tree_Shrew:0.0543870305538):0.00398412900242,(Rat:0.167610629409,Rabbit:0.0633191984222):0.00563083998437):0.00399197472762,Horse:0.0677154467292):0.00982299159364):0.396538857649;
+(Sloth:0.0591975060275,((((Marmoset:0.0204116318563,(Macaque:0.0116151772091,(Orangutan:0.00549690952305,(Gorilla:0.0026308455678,(Chimpanzee:0.00167098913683,Human:0.00286349882907):0.00106707002232):0.00280904935082):0.00443589387869):0.00773245645491):0.0267925778411,((Galago:0.0832026598424,Mouse_Lemur:0.0379392111683):0.0133018330181,Tarsier:0.0913349987688):0.00430222513035):0.00454279521338,(Tree_Shrew:0.0679979555247,(Rabbit:0.0632158031395,Rat:0.133485347866):0.00521672256751):0.00170946742632):0.00613764231294,Horse:0.0700252724187):0.0148438367953):0.325403959942;
+(((((Rat:0.133485321184,Rabbit:0.0632157698911):0.00521672460766,Tree_Shrew:0.0679978686173):0.0017094674234,(((Macaque:0.0116151539943,(Orangutan:0.00549689906678,((Human:0.00286349220683,Chimpanzee:0.00167098611196):0.00106706713722,Gorilla:0.0026308401551):0.00280904479452):0.00443588390095):0.00773242322618,Marmoset:0.0204116019469):0.0267925201339,(Tarsier:0.0913348262268,(Galago:0.0832024220923,Mouse_Lemur:0.037939088588):0.013301857579):0.00430223157275):0.00454278286762):0.00613764156321,Horse:0.0700252521647):0.014843824369,Sloth:0.0591974759098):0.325403551783;
+(Sloth:0.0784348231926,(Horse:0.0788801722273,(((Galago:0.0481773164643,Mouse_Lemur:0.0508042120831):0.0106740598001,((Marmoset:0.0289229187254,(Macaque:0.0424456733223,(Orangutan:0.00681540403442,(Gorilla:0.00443926828664,(Chimpanzee:0.00424269170593,Human:0.000956969908787):0.00138164385227):0.00328123864536):0.00670880050497):0.00384047923589):0.025051459552,Tarsier:0.0440003880345):0.00378634031708):0.00658463944561,(Tree_Shrew:0.0669490760422,(Rabbit:0.139888449751,Rat:0.131802530641):0.0494739283404):0.00639691889929):0.0082394647891):0.00364722578218):0.366120436972;
+((((Rabbit:0.158921258155,Rat:0.24276491668):0.0105481494545,(Tree_Shrew:0.112998925631,((Galago:0.21593832388,Mouse_Lemur:0.049523601247):0.0159515625227,((Marmoset:0.0432870122483,(Macaque:0.0204538581226,((Chimpanzee:0.00313345879009,(Human:0.00375274342141,Gorilla:0.00479111317185):0.000467707889835):0.0028329239961,Orangutan:0.00437831932669):0.00949732731108):0.00977822385312):0.0388640802955,Tarsier:0.15290403593):0.00402370886066):0.00962656149342):0.00118010949093):0.00956101995724,Horse:0.131320289941):0.0101430957945,Sloth:0.0730826461391):0.586047391057;
+(Sloth:0.201888352693,(((Rabbit:0.0909757501146,Rat:0.15478555681):0.00441209098565,(((Tarsier:0.0442772391573,(Marmoset:0.037619483783,(Macaque:0.0190519408022,((Gorilla:0.00811691323667,(Chimpanzee:0.00378506086396,Human:0.00258677775706):0.000677827008169):0.00531679019178,Orangutan:0.0103741092627):0.00418010859389):0.0079159234232):0.0283845501966):0.00586150053514,(Mouse_Lemur:0.0546256690862,Galago:0.0724015519601):0.016744499359):0.00526064456441,Tree_Shrew:0.0867884868923):0.000564020552684):0.0115005194798,Horse:0.0763198063612):0.0204547029693):0.279592962468;
+((((Tree_Shrew:0.0965655256861,(Rat:0.161318454333,Rabbit:0.0657474199631):0.00690044649586):0.00488991206228,((Mouse_Lemur:0.0327846243181,Galago:0.0510599930567):0.0109901079531,((Marmoset:0.0323280559289,(Macaque:0.0131975327203,(Orangutan:0.0486318056382,(Human:0.00187246139746,(Gorilla:0.00241322196996,Chimpanzee:0.00233481732188):0.000732031592534):0.000274318222246):0.00732635544549):0.00814773232807):0.026239820024,Tarsier:0.0510602523773):0.00450272833243):0.0151062670529):0.0161149627345,Horse:0.0804165024727):0.00401340072619,Sloth:0.065180257122):0.309964822752;
+((((Tarsier:0.044434317026,((Macaque:0.00965912024357,(Orangutan:0.0051202575834,((Chimpanzee:0.00202078149298,Human:0.000532674268586):0.00179477996938,Gorilla:0.00198136941508):0.00177442172088):0.00292220167277):0.0108804620552,Marmoset:0.0458363696908):0.0152174364456):0.00195417665619,(Galago:0.0387721033227,Mouse_Lemur:0.0236715190467):0.0103649119994):0.00442057521936,(Tree_Shrew:0.0409156991029,(Rat:0.093987262686,Rabbit:0.0511057235972):0.000915377151476):0.00153414103398):0.00264365525981,(Horse:0.0363328177773,Sloth:0.0629119692885):0.0033106532532):0.363659857046;
+(Sloth:0.0513074600153,((((Mouse_Lemur:0.0188354372247,Galago:0.0279980322798):0.010054728144,(Tarsier:0.0608766554831,(Marmoset:0.0132219358072,(Macaque:0.0101526103675,(Orangutan:0.00284695444321,(Gorilla:0.00317052943977,(Human:0.00176839212085,Chimpanzee:0.0016927797115):0.00136105791294):0.00269453525666):0.00144927504181):0.00569166254083):0.01374500071):0.00392991005591):0.00468775515787,(Tree_Shrew:0.0555647639205,(Rat:0.108905896079,Rabbit:0.0544657306):0.00231245089581):0.00113343496106):0.00587310957461,Horse:0.0319680657963):0.00769072526857):0.482052828165;
+((Horse:0.118062775818,(Tree_Shrew:0.0744420438177,(((Tarsier:0.05586279527,(Marmoset:0.0481395842607,(Macaque:0.0209408763781,(Orangutan:0.00637267201339,(Gorilla:0.00868151581017,(Human:0.00396259142113,Chimpanzee:0.00197023155949):1.89667758877e-06):0.00428565916564):0.0068467221746):0.00501971059051):0.0379505290342):0.00857886037065,(Mouse_Lemur:0.0582345133621,Galago:0.0691659215021):0.0138121223747):0.00681815647819,(Rabbit:0.0946137397993,Rat:0.150759759615):0.00962762549542):0.00395944292863):0.00691740013516):0.0125442036315,Sloth:0.0754276593002):0.364432521069;
+(Sloth:0.0659678227377,((((Rabbit:0.0925359399088,Rat:0.177319265758):0.00760331654384,Tree_Shrew:0.0962627358889):0.00197896964632,((Mouse_Lemur:0.0981860369022,(Marmoset:0.0350052209451,(Macaque:0.0175260469298,(((Chimpanzee:0.00297056726236,Human:0.00486738105074):0.00227962203806,Gorilla:0.00168050755559):0.00345777166935,Orangutan:0.0112879655923):0.00455996653186):0.00980069863746):0.0386690844188):0.0128657220587,(Galago:0.101915706591,Tarsier:0.0773680521836):0.00798144430203):0.0104847396189):0.00957120736886,Horse:0.0686541924015):0.0161497418637):0.504553962542;
+(Sloth:0.0546915351523,(Horse:0.0428904226274,(((Mouse_Lemur:0.0321061938942,Galago:0.0506588793347):0.0147091990748,(((Macaque:0.0130532070637,((Chimpanzee:0.00147703053026,Human:0.00192257042709):0.00184616950587,(Orangutan:0.0110875629092,Gorilla:0.00984466527182):0.0412702804392):0.00768967519577):0.00286456289688,Marmoset:0.0259551582458):0.0164173145163,Tarsier:0.0375274526644):0.00368379390178):0.00457744864351,(Tree_Shrew:0.0520238239838,(Rabbit:0.056046693283,Rat:0.117089065225):0.00453926677455):0.0017471323229):0.0054973993045):0.00970787023629):0.270232114914;
+(Sloth:0.0796289007516,((Tree_Shrew:0.0549649752966,(((Galago:0.0461157612832,Mouse_Lemur:0.0727616942333):0.0215258111582,(Rabbit:0.0965268926276,Rat:0.106012981703):0.0190693588986):0.0173190968772,(Tarsier:0.0447384984793,(Marmoset:0.0232369010408,(Macaque:0.0588750521891,(Orangutan:0.00890977207974,(Gorilla:0.00436140489671,(Chimpanzee:0.00374104948978,Human:0.00260107029853):0.00111092017082):0.0019599485615):0.00466207831516):0.00668485844919):0.0252347485882):0.0057678123084):0.00653096412649):0.009849826669,Horse:0.0610326153498):0.00776362914175):0.214339265977;
+(Sloth:0.080979016319,(Horse:0.0722328562289,(((((Marmoset:0.029460812015,(Macaque:0.014787377885,(Orangutan:0.00665966021473,((Chimpanzee:0.00308586425719,Human:0.00376841952427):0.0011363951087,Gorilla:0.00420142175907):0.00411874951224):0.00378367429982):0.0074644253243):0.0298212905648,Tarsier:0.0560366474281):0.00663973349012,(Mouse_Lemur:0.0378731694255,Galago:0.0558781834407):0.0178599688516):0.00712211271649,Tree_Shrew:0.0705749439972):0.00282482225565,(Rat:0.16982110148,Rabbit:0.0924217590816):0.010013664335):0.00886092507826):0.00853824562416):0.368444514727;
+(((((Mouse_Lemur:0.0336214592547,Galago:0.0432272615148):0.0118885655444,(Marmoset:0.0178299023146,(Macaque:0.00966014574706,(Orangutan:0.00436419493451,(Chimpanzee:0.00178027548834,(Gorilla:0.00236087634514,Human:0.00248948478951):1.92559170855e-06):0.00224344960736):0.00260279594253):0.00616277749031):0.0252759421398):0.00495125733416,((Rat:0.143047759453,(Rabbit:0.0900097247351,Tarsier:0.0814605875935):0.0125800944644):0.0034722684981,Tree_Shrew:0.0528700701828):0.00195659428615):0.00494402192558,Horse:0.0627181176396):0.00268824202505,Sloth:0.101437360624):0.24063106943;
+(Sloth:0.119838157824,(Horse:0.0690492288041,((Tree_Shrew:0.0780247667822,Rabbit:0.112503846629):0.00553906478343,(((((((Chimpanzee:0.00257508819,(Gorilla:0.00289222412377,Human:0.00215640925686):0.000416488476508):0.000358161196174,Orangutan:0.00755101987007):0.00713616262585,Macaque:0.0126578412616):0.00894753903562,Marmoset:0.0163096022055):0.0311066245927,Tarsier:0.103056645809):0.0116455139541,(Mouse_Lemur:0.0429223037044,Galago:0.055411342257):0.0131978515541):0.00747005139522,Rat:0.197716983986):0.0012592189736):0.00917197407162):0.0149250226815):0.257388055897;
+(Sloth:0.105892867915,(((Tree_Shrew:0.0922653135017,(Rabbit:0.106607658287,Rat:0.220425002947):0.00763414126272):0.00241046748193,((Mouse_Lemur:0.0449289998292,Galago:0.0720704642615):0.023528637753,(Tarsier:0.0632626247078,(Marmoset:0.0287126145101,(Macaque:0.0331158886684,(Orangutan:0.0075209339133,(Gorilla:0.00325564216023,(Human:0.00337978735735,Chimpanzee:0.00307690215973):0.000953113047413):0.00365904733272):0.004249774608):0.00771233495506):0.0273734684974):0.00578125842307):0.00912853837692):0.0130486727745,Horse:0.075858279662):0.0106920148265):0.360653243258;
+(Sloth:0.0751126670908,(Horse:0.0892620132431,((Rabbit:0.114484828139,Rat:0.134935838469):0.0054398543155,(Tree_Shrew:0.0596739721301,((Galago:0.073878096025,Mouse_Lemur:0.0284814118933):0.0136804073748,(Tarsier:0.0469133539958,(Marmoset:0.0271398427652,(Macaque:0.0150364470148,(Orangutan:0.00831611272998,(Gorilla:0.00062424408286,(Human:0.00204191559708,Chimpanzee:0.0021030684116):0.00143973528361):0.00452912807336):0.00411763325797):0.0129664756888):0.0180262239585):0.00625817950202):0.00701852193215):0.00351971858723):0.0116678489653):0.00828726126415):0.293019402451;
+((Horse:0.0334491665604,((((((Macaque:0.00807482238904,(Orangutan:0.00416619004305,(Gorilla:0.000985668594045,(Human:0.00160415937568,Chimpanzee:0.00160449548738):2.45259330008e-06):0.00260270628231):0.00467134600774):0.0054418289647,Marmoset:0.0164509416086):0.0194176902986,Tarsier:0.0431973946952):0.00262790341708,(Galago:0.0563798993749,Mouse_Lemur:0.0238057266344):0.00619266748046):0.00488055824798,Tree_Shrew:0.0503454662635):0.00101967633414,(Rat:0.0840338920313,Rabbit:0.0534346262482):0.00095724431007):0.00543833579464):0.00459889971996,Sloth:0.0407130764138):0.211395233126;
+((Rat:0.181983656848,(Tree_Shrew:0.076693245018,(((Mouse_Lemur:0.0623717333254,Galago:0.110307596216):0.0257429970012,(Tarsier:0.19293381441,(Marmoset:0.070532962824,(Macaque:0.0326655675584,(Orangutan:0.0969431251802,(Chimpanzee:0.00546406861607,(Human:0.00367362065503,Gorilla:0.00486562097235):0.000868494471921):0.00582613590946):0.00591105372887):0.00837849173874):0.035053451063):0.0106495439148):0.0081796269331,Rabbit:0.114066191628):0.00941530477859):0.00532087148784):0.00800062490108,(Sloth:0.104989932562,Horse:0.0596435275951):0.0050512376593):0.390473469086;
+((((Rat:0.135539407084,(Rabbit:0.052653729547,Tree_Shrew:0.0747877657892):0.00348843036456):0.00132252348206,((Mouse_Lemur:0.0287423230425,Galago:0.0428519348975):0.0050406723354,((Marmoset:0.0176333325782,(Macaque:0.00999287138137,(Orangutan:0.00337544680686,((Human:0.000937111258391,Chimpanzee:0.000946209876271):0.000707927244653,Gorilla:0.00118668988386):0.00142967512939):0.00345417202018):0.00654501223379):0.0138437723258,Tarsier:0.0884085602598):0.00214798541554):0.0044545095415):0.00521574229361,Horse:0.0398639521258):0.00598217713639,Sloth:0.0464690493806):0.292397488287;
+(Horse:0.0778935065855,(((Mouse_Lemur:0.0275962829825,Galago:0.0405295007747):0.00503961004183,(Marmoset:0.0232768892347,((Orangutan:0.00374621182927,((Human:0.00194673084652,Chimpanzee:0.00146144719948):0.000844272237774,Gorilla:0.00521955032972):0.00378328743558):0.00601894377726,Macaque:0.0162069853543):0.00334769574363):0.0230943347716):0.00660818862659,(Sloth:0.055559903901,(Rabbit:0.0480720122088,(Rat:0.179071761948,(Tarsier:0.0667345574227,Tree_Shrew:0.0750223886719):2.14844396072e-06):0.0217772472319):0.00536668164357):0.00135208755282):0.00624877124947):0.203142669522;
+(Sloth:0.0253982237733,(Horse:0.0433014698416,((Tarsier:0.0222492519427,((Galago:0.0178856625705,Mouse_Lemur:0.0156131620814):0.00174092705075,((Marmoset:0.0105864707961,(Macaque:0.00474494922142,(Orangutan:0.000493420170231,(Gorilla:0.00128277499813,(Chimpanzee:0.00142611981438,Human:0.000467896386672):0.00142570022133):2.04348526238e-06):0.00186820597827):0.00465908669032):0.0108130886894,Tree_Shrew:0.0341477554009):0.00100080587201):8.41859181628e-05):0.00225621321216,(Rabbit:0.0320602420436,Rat:0.0862680194448):0.000387531708251):0.00194080531509):0.00132616248801):0.100046602353;
+(Sloth:0.0398736101311,((((Rabbit:0.047429711959,Tree_Shrew:0.0412907670405):0.00219956299901,Rat:0.121778917826):0.00330802865631,(((Marmoset:0.0258982156105,((Orangutan:0.00635276035351,(Gorilla:0.00304562394238,(Human:0.00196354167071,Chimpanzee:0.000489069722528):1.79460694393e-06):0.00207007226339):0.00346972377253,Macaque:0.0265663146707):0.00211579685265):0.0166869013243,(Galago:0.027938330721,Mouse_Lemur:0.0156741405313):0.00814091826109):0.00152340614105,Tarsier:0.0746541462803):0.00224075111598):0.00411788978977,Horse:0.0239182897052):0.00222766710861):0.376498658638;
+((((Tree_Shrew:0.0796417923251,(Rabbit:0.0757673563332,Rat:0.150162397244):0.00851859319951):2.11135026103e-06,((Mouse_Lemur:0.0553621735989,Galago:0.0626405368327):0.0163360689033,(Tarsier:0.0711652027196,(Marmoset:0.0455217845087,(Macaque:0.0183353830399,((Gorilla:0.00141549470216,(Human:0.00199651660673,Chimpanzee:0.00761559129747):0.00134694145222):0.00270219265536,Orangutan:0.00470963495018):0.0036819290452):0.01243195402):0.0188332410298):0.00476305516942):0.00628295292265):0.00337364868009,Horse:0.0631628067192):0.0103019919762,Sloth:0.0864544688684):0.372349994747;
+(Sloth:0.0845015771822,(((Rabbit:0.103575381466,Rat:0.14968991607):0.0116656700326,(((Galago:0.0640795865823,Mouse_Lemur:0.0674299239945):0.0227842098247,(Tarsier:0.0720412808133,(Marmoset:0.0292735552291,(Macaque:0.0211175644375,(Orangutan:0.0595325457348,(Chimpanzee:0.00245096908207,(Gorilla:0.00266005660217,Human:0.00421096551738):0.000543663847981):0.00634651508864):0.00662583000051):0.0138433046512):0.0338553580966):0.00588297749029):0.0075550533908,Tree_Shrew:0.06873351118):0.00103365547393):0.00595576013334,Horse:0.115280413635):0.0161803460211):0.306816702029;
+(((Sloth:0.0802044217993,Horse:0.0776641559497):0.00165511975743,Rabbit:0.108040949247):0.00247516362632,((((Tarsier:0.0616787854263,(Marmoset:0.0328874837914,(Macaque:0.0179630527446,(Orangutan:0.00784949251261,((Human:1.47961955787e-06,Gorilla:0.00328222354625):0.00174842372576,Chimpanzee:0.000877255886137):0.000980461435054):0.00740388839545):0.0101694449971):0.031482404986):0.00572875009741,(Mouse_Lemur:0.0444005929757,Galago:0.0538217964053):0.0173540038751):0.00281967259129,Tree_Shrew:0.0738046034742):0.00261047424545,Rat:0.200215411769):0.00189948495016):0.397058669895;
+((((((Galago:0.0616905113978,Mouse_Lemur:0.031701194731):0.0163697015343,(Tarsier:0.103539763916,((Macaque:0.0122152613106,(Orangutan:0.00643022552263,((Human:0.00187498026002,Chimpanzee:0.00184730389216):0.00235923093375,Gorilla:0.00215814070792):0.00308266892067):0.00424477557422):0.00927224341163,Marmoset:0.0291675416343):0.0308615324904):0.00227511343511):0.00374810213402,Tree_Shrew:0.0858766816009):0.00226558511557,(Rabbit:0.0673702476474,Rat:0.212784728889):0.00725319001082):0.00836960530854,Horse:0.0599663932132):0.00463808918937,Sloth:0.0592382459855):0.401431686243;
+(Sloth:0.0456213625465,((((Galago:0.0458818300758,Mouse_Lemur:0.0215935590087):0.011757903566,(Tarsier:0.0383516802903,(Marmoset:0.0218299572603,(Macaque:0.0103006581055,(Orangutan:0.00570743288392,(Gorilla:0.00409976816504,(Chimpanzee:0.00156825116768,Human:0.00183185171938):0.000918405874537):0.00245990889276):0.0043330419657):0.00532474714351):0.0175673695544):0.00106460739582):0.00295483082786,((Rabbit:0.0679263458268,Tree_Shrew:0.0833693457011):0.00376677651585,Rat:0.094610291546):0.000596412186934):0.00659324382428,Horse:0.0322276365413):0.00862149450041):0.260398913;
+(Sloth:0.0488165246996,(((Rabbit:0.0585204934154,(Rat:0.124672319772,Tree_Shrew:0.0533920312302):0.00126879846501):0.00125678408614,((Galago:0.0294295886069,Mouse_Lemur:0.0221290137248):0.0125159169396,(((((Gorilla:0.00203611900203,(Chimpanzee:0.00173109436293,Human:0.000864257348922):2.09823963685e-06):0.00481462443629,Orangutan:0.00690725977258):0.00695032902919,Macaque:0.0533485813335):0.00817114940752,Marmoset:0.0223956917546):0.0223779688631,Tarsier:0.0424143762458):0.00372779881917):0.00580092669795):0.00968321758539,Horse:0.0568348724125):0.00323233201149):0.252025460105;
+(((((Tree_Shrew:0.0624195058563,Rabbit:0.0517271985433):0.00388502779873,Rat:0.116588606155):0.00164753215289,((Tarsier:0.051513732819,(Marmoset:0.028468191098,(Macaque:0.0106793135502,(Orangutan:0.0526952992377,(Human:0.0190513583729,(Chimpanzee:0.00315246064572,Gorilla:0.00412747197998):1.70927679111e-06):0.00290989075395):0.00303081128033):0.00455999506907):0.0197348682124):0.00439745661749,(Mouse_Lemur:0.0246704921971,Galago:0.0563071652375):0.0176505061471):0.00449198961429):0.00899553673241,Horse:0.0339459910617):0.00752143827937,Sloth:0.0535227925204):0.337956885089;
+(Rat:0.14831336526,(((Human:1.59095474935e-06,(Chimpanzee:0.00551733761679,Gorilla:1.59095474935e-06):1.59095474935e-06):0.00272916952521,((((((Sloth:0.0971068307891,Horse:0.0367600502321):0.00631730953104,Tree_Shrew:0.0541790394286):0.00187267758801,(Galago:0.0750349420545,Mouse_Lemur:0.0278383637429):0.0110866809461):0.00206724222084,(Rabbit:0.0589097142237,Tarsier:0.0305848823973):0.00693776760781):0.0223754399359,Marmoset:0.019766638061):0.00411629865224,Macaque:0.0175049924824):0.00111171798844):0.0516923375838,Orangutan:0.00130455318534):0.0339758283875):0.251856725129;
+(((((Galago:0.070683118982,Mouse_Lemur:0.0362182266816):0.0262270890155,((Marmoset:0.0301877751947,(Macaque:0.0359872294796,(Orangutan:0.0097858981269,((Gorilla:0.00545246538501,Human:0.00309286856317):0.00060044691483,Chimpanzee:0.00313682696917):0.00452321949716):0.00231332650578):0.00619620799384):0.0242410786429,Tarsier:0.0508265272352):0.00360599535671):0.00941172386498,((Rabbit:0.149705081332,Rat:0.188243905114):0.00968054791532,Tree_Shrew:0.0995562063457):0.00152960733364):0.0104040777819,Horse:0.0663500499454):0.0155793436251,Sloth:0.0632104828947):0.267594812358;
+((Horse:0.0615445969479,(((Rabbit:0.14244500901,Rat:0.239550849633):0.0103763013928,Tree_Shrew:0.141675833445):0.00432863713711,(((Marmoset:0.0371530968873,((((Chimpanzee:0.00382270877215,Human:0.00229084871025):0.00152285528964,Gorilla:0.00796090304253):0.000166867162117,Orangutan:0.0107405495887):0.00394894240626,Macaque:0.054761624466):0.0128151640271):0.0388673117849,Tarsier:0.0606522968312):0.0027280651439,(Galago:0.0654240185909,Mouse_Lemur:0.0589318623362):0.0116891856219):0.00316457546915):0.00778159628489):0.0125047988032,Sloth:0.0845527913941):0.385440230313;
+((Horse:0.0917933094685,(((Tarsier:0.054983432879,(Marmoset:0.0262370002249,(Macaque:0.0147375878478,(Orangutan:0.0088277407895,(Chimpanzee:0.00167468120647,(Gorilla:0.00499699062656,Human:0.00380934516026):1.94212560427e-06):0.00189416676502):0.00805460956952):0.00411448793314):0.024127020107):0.00426723138099,(Mouse_Lemur:0.0338885374268,Galago:0.042440164433):0.0119631993089):0.00777917964435,((Tree_Shrew:0.0876594304678,Rabbit:0.0749252823777):0.00888665792698,Rat:0.133559075464):0.00396469799019):0.00640331062172):0.00273879637845,Sloth:0.0710002536124):0.350429371397;
+(Sloth:0.0557328382364,(((((Galago:0.0820978697115,Mouse_Lemur:0.0687595180199):0.0269399651003,(Marmoset:0.0353472286427,(Macaque:0.0154457822839,((Gorilla:0.00577953014762,(Chimpanzee:0.00245156320483,Human:0.00339249335233):0.00310428549743):0.00458974299124,Orangutan:0.00914416774523):0.00427101026324):0.00719106769549):0.0352554169284):0.00806756976014,(Tarsier:0.148538878335,Tree_Shrew:0.125672190804):0.0134127101684):0.00477918514462,(Rabbit:0.171131297869,Rat:0.22851407122):0.0158326494815):0.0111056748915,Horse:0.0930008086402):0.0280856766398):0.430568394885;
+((Horse:0.0589794787456,((((Tarsier:0.0856086846524,((Macaque:0.108271373821,((Gorilla:0.00325607482759,(Human:0.00262536707543,Chimpanzee:0.00299556102716):0.000913362865167):0.00495629865656,Orangutan:0.00884507903685):0.00479941704662):0.00763019999862,Marmoset:0.0263431142604):0.0281039225759):0.00323937583807,(Mouse_Lemur:0.0430366806216,Galago:0.0498513802434):0.0167534047743):0.0050918159333,(Rabbit:0.0925898339037,Rat:0.167475769338):0.00416406834113):0.00128121245191,Tree_Shrew:0.0810534951379):0.00880974754344):0.0116246787075,Sloth:0.0762934787475):0.350139569654;
+(Sloth:0.0650197814878,(Horse:0.0555970504445,((((Galago:0.0497618532628,Mouse_Lemur:0.0409224950245):0.0117396498345,(Tarsier:0.0747920875504,(Marmoset:0.0296394834921,(Macaque:0.0184777061525,(Orangutan:0.0101806656442,(Human:0.00389814927924,(Chimpanzee:0.00318635219517,Gorilla:0.00294434747978):0.00149717596271):0.00114919432162):0.00488754118681):0.00716792642607):0.0210861466414):0.0014974439507):0.00941109779559,Tree_Shrew:0.0694756346069):0.0032822823036,(Rat:0.127158773695,Rabbit:0.119647491829):0.0119880216358):0.00379793174786):0.0115468887605):0.253059542517;
+(Sloth:0.0365446629814,((((Galago:0.0348013622742,Mouse_Lemur:0.0240937674562):0.00788218766373,(Tarsier:0.0610522333928,(Marmoset:0.0179267128989,(Macaque:0.00603471260821,(Orangutan:0.00587991270269,(Gorilla:0.00224835302909,(Human:0.0017318967927,Chimpanzee:0.00247891810863):0.000183832540308):0.00258691950252):0.00280415731206):0.0051274168736):0.0164898454506):0.00259174523555):0.00414084074745,((Rabbit:0.0505480911505,Rat:0.131770273616):0.00125091133329,Tree_Shrew:0.0717795918027):0.000356544178971):0.00588684130819,Horse:0.0320958558921):0.00467812688965):0.418104079298;
+(((((Rat:0.23183649509,Rabbit:0.109513461565):0.0122411083726,((Mouse_Lemur:0.0531174430596,Galago:0.0743756474536):0.0218024632786,(((Macaque:0.0596363035066,(Orangutan:0.00396404551315,(Gorilla:0.00141749976402,(Human:0.00177772225032,Chimpanzee:0.00146256475918):0.000933888075696):0.003346612242):0.00248981980719):0.00477071847729,Marmoset:0.0201160237364):0.025683934865,Tarsier:0.0512298006987):0.00346105008191):0.012750168861):0.00286690062971,Tree_Shrew:0.13239049568):0.0142727814857,Horse:0.0976149771953):0.0096110601983,Sloth:0.0549643330234):0.315598301421;
+(((((Rabbit:0.103715015981,Rat:0.184713951631):2.16623028543e-06,Tree_Shrew:0.0511505818643):0.00508581174382,((Galago:0.0560488697036,Mouse_Lemur:0.0226153822623):0.011392290346,(Tarsier:0.0408318186402,(Marmoset:0.0195048712881,(((Gorilla:0.00218502298637,(Chimpanzee:0.00232013702917,Human:0.00164567817614):0.0023511048547):0.000728624042813,Orangutan:0.00564753658297):0.00439690638425,Macaque:0.013505045797):0.00588381226541):0.00874224187496):0.00494080382544):0.0024632913972):0.00541141982556,Horse:0.0634186289941):0.00862945135973,Sloth:0.0453272347705):0.241251641769;
+(((Rat:0.169930219128,Rabbit:0.0900356003626):0.00710320657378,(Tree_Shrew:0.0571379911032,(Tarsier:0.0671998154797,((Galago:0.0335462096431,Mouse_Lemur:0.0343739045891):0.0158969248667,(Marmoset:0.0160538905108,(Macaque:0.00591434630639,(Orangutan:0.00295050761906,(Human:0.00131411023699,(Chimpanzee:2.42583203527e-06,Gorilla:0.000547601293863):0.000482233004451):0.00484154004905):0.00616699905172):0.0084930110182):0.0288702163769):0.00067415797827):0.0059817622993):0.00219360359805):0.00431082542325,(Horse:0.0564441834884,Sloth:0.0549957670425):0.003592510174):0.315539521681;
+((Horse:0.0345343593578,((Rat:0.162026322127,Rabbit:0.0603828467137):0.0050784114876,(((Galago:0.0347557205492,Mouse_Lemur:0.0224800128918):0.00797989348097,(Tarsier:0.0250185289387,(Marmoset:0.0162716963622,(Macaque:0.0193269176989,(Orangutan:0.00446011698362,((Gorilla:0.00153041973379,Chimpanzee:0.00193825070496):0.00273273819494,Human:0.00302494339024):0.0041115000375):0.0039750092985):0.00673273674848):0.0190622754471):0.00361619719591):0.00559179498209,Tree_Shrew:0.0434860086122):0.00141178741154):0.00650511664202):0.00417892603779,Sloth:0.0435468236395):0.267397304316;
+(Sloth:0.0827584449358,((Tree_Shrew:0.069456670017,(((Galago:0.0769534850586,Mouse_Lemur:0.0452739104634):0.0129572647371,(Tarsier:0.057056108876,(Marmoset:0.0270109548155,(Orangutan:0.013760297787,((Gorilla:0.00435221708065,(Chimpanzee:0.00402506732134,Human:0.00075709018913):0.00126979529892):0.00848070572866,Macaque:0.0219438646097):0.00251278829003):0.00852740005039):0.0273137589946):0.00617942894304):0.0108690856925,(Rabbit:0.0959466132112,Rat:0.148084828903):0.0119689920388):0.00417417567441):0.00616720247036,Horse:0.116271098247):0.0104677864085):0.458224295271;
+(Sloth:0.0599594976683,(((((Marmoset:0.0215569461578,(Macaque:0.0119608297458,(Orangutan:0.00937952763237,((Gorilla:0.00453791006238,Chimpanzee:0.00266851405512):0.00104165653527,Human:0.00405502208121):0.0037333278776):0.00627301880444):0.00684212638647):0.0285823547487,Tarsier:0.0797277136378):0.00618020242696,(Galago:0.0442238448261,Mouse_Lemur:0.0380961815111):0.020612550531):0.00460495335459,(Tree_Shrew:0.0843245969057,(Rabbit:0.107745587645,Rat:0.153602611254):0.00584162215819):0.00167284206222):0.0101649457211,Horse:0.0825205437087):0.0127446593738):0.347812977399;
+(((((Rabbit:0.139193377914,Rat:0.190957946425):0.0149170183651,Tree_Shrew:0.0543523991915):0.000597406963676,((Tarsier:0.0641569768613,(Galago:0.0594681522368,Mouse_Lemur:0.0402678537713):0.0164941743891):0.00984130128663,(Orangutan:0.00371291524425,((Macaque:0.124101147825,(Human:1.53836964739e-06,(Marmoset:0.0226801557838,Chimpanzee:0.00404117217421):0.00110462888969):0.00338349272192):0.0151960590678,Gorilla:0.00288731486287):0.00417102739257):0.0317097867024):0.0125891545948):0.0105123306455,Horse:0.111114339409):0.010074079706,Sloth:0.106510122009):0.362908703106;
+(Sloth:0.0593393902594,((((Marmoset:0.0231363867947,(Macaque:0.0502841134092,(Orangutan:0.0064969605155,((Human:0.00212678102144,Gorilla:0.000992616413733):0.00118421640317,Chimpanzee:0.00382163077339):0.00302940473278):0.0059695421111):0.00591525818028):0.0222089557299,(Tarsier:0.0552264318011,(Galago:0.0725008686995,Mouse_Lemur:0.0346560800235):0.0069975551953):0.00142972925395):0.00936325974666,(Rat:0.131298810434,Rabbit:0.0713665944824):0.00650631729055):0.0114246400928,(Tree_Shrew:0.191733274073,Horse:0.0397082308575):0.00982002326868):0.0072220998754):0.223610827804;
+((Horse:0.0654823756358,(((Rabbit:0.102289194225,Rat:0.107922003839):0.013201252714,((Mouse_Lemur:0.0335814091851,Galago:0.0388333284293):0.0152330085525,(Tarsier:0.0318361303413,(((Gorilla:0.00112241932717,(Chimpanzee:0.00214321463664,Human:0.00207301029928):0.00067093059268):0.00359105899214,(Macaque:0.141767876455,Orangutan:0.00191969855936):2.49841044494e-06):0.00618834865146,Marmoset:0.0184517329379):0.0162308882337):0.00645347799934):0.00746833898672):0.0074018363705,Tree_Shrew:0.0955582474117):0.011940586448):0.0112894472205,Sloth:0.0935202470889):0.199785310476;
+(Sloth:0.0735032785739,(Horse:0.140275987661,(Tree_Shrew:0.0528390642867,((Rat:0.137817185209,Rabbit:0.111155329458):0.0093895970659,((Galago:0.151612690983,Mouse_Lemur:0.0363744129022):0.0258636634625,((Marmoset:0.0337690884673,(Macaque:0.0157010625393,((Orangutan:0.00338576845298,(Human:0.0024457763511,Chimpanzee:0.00542694344513):0.00514623402425):0.0150600528651,Gorilla:0.0278778291748):0.00554334619167):0.0048090265166):0.0180275878433,Tarsier:0.0819310806895):0.00478625894058):0.00478525458651):0.00125743741937):0.00956273129729):0.0102312239964):0.315311102542;
+(Sloth:0.0679111271329,(((Tree_Shrew:0.131021623578,((Mouse_Lemur:0.0405735257839,Galago:0.0739367576493):0.0177322491986,(Tarsier:0.0850043076456,(Marmoset:0.0412932473981,((Orangutan:0.00763593411096,((Human:0.00401598402768,Chimpanzee:0.00215206193481):0.00188085746,Gorilla:0.00242712618685):0.00249695674699):0.00509314995979,Macaque:0.0216041397492):0.00648260037461):0.0299876023739):0.00480411111401):0.00734465247166):0.00360969684502,(Rat:0.242568267959,Rabbit:0.100983191368):0.0186771714749):0.0103169156619,Horse:0.0588457037114):0.0127596173456):0.524247782405;
+(Sloth:0.0543256129952,((((Tarsier:0.0440919806277,((Marmoset:0.0356754304454,(Macaque:0.018585622173,((Gorilla:0.00124723753494,(Chimpanzee:0.0023339345282,Human:0.00283036743364):0.0012021435709):0.0026128428902,Orangutan:0.00579636753944):0.00404408173857):0.00612281240515):0.0238335069992,(Mouse_Lemur:0.019947288974,Galago:0.0568714939041):0.0161120763577):0.00212276187888):0.00743045342722,(Rabbit:0.0790805645866,Rat:0.19210365903):0.000902528915686):0.000523133862998,Tree_Shrew:0.0812487285066):0.00811342931813,Horse:0.05914413922):0.0120586559609):0.343379605283;
+((Sloth:0.0881446832831,((Tarsier:0.0473801926407,((Galago:0.0689846022811,Mouse_Lemur:0.0253768264137):0.0360065027369,(Marmoset:0.0290693484656,(Macaque:0.0137764939408,((Gorilla:0.00297612406514,(Chimpanzee:0.00286666399533,Human:0.00213981084379):0.00244420697288):0.0101031739663,Orangutan:0.00482657818334):0.00724563050554):0.0107349969217):0.0244973565723):0.00448846484097):0.00958031321266,(Tree_Shrew:0.0582821081826,(Rabbit:0.104772961341,Rat:0.156698109997):0.00715482589107):0.00285972577855):0.0144291892625):0.00837259360475,Horse:0.172171240282):0.460921552311;
+((Horse:0.0567760695273,(((Tree_Shrew:0.0855243437528,((Galago:0.0861144525867,Mouse_Lemur:0.0636759262197):0.020792146749,((((Orangutan:0.00988112184247,((Human:0.00214591932954,Chimpanzee:0.00442320169202):0.00109175835099,Gorilla:0.00523317398003):1.74674190867e-06):0.00472746033221,Macaque:0.0166137793046):0.016370050518,Marmoset:0.0315718358747):0.0308536411681,Tarsier:0.0384108222535):0.00303354682041):0.0030592588151):0.00464217018402,Rabbit:0.108063266467):0.00415978597596,Rat:0.209517840596):0.0109976278471):0.0067437033896,Sloth:0.106044041593):0.472707331088;
+(Sloth:0.120127663567,((Tree_Shrew:0.130065278891,(((Mouse_Lemur:0.0429564404935,Galago:0.0791046409474):0.0332194794997,(((Macaque:0.0173374644187,(Orangutan:0.00877295158685,(Chimpanzee:0.00372360076658,(Gorilla:0.0049646630518,Human:0.00180244332021):0.000444578013787):0.0159023404285):0.0107742996022):0.0146104450866,Marmoset:0.0625883965583):0.0342988347334,Tarsier:0.0653252974101):0.011553599312):0.0124238328373,(Rat:0.233514654814,Rabbit:0.152251223336):0.00821018041569):0.00477128519591):0.0134016736786,Horse:0.104135512061):0.00808789600152):0.596951487403;
+(Sloth:0.0602488318935,(Horse:0.0702415825265,(((Tree_Shrew:0.0514525975948,Rabbit:0.0683493201755):0.00384586826788,Rat:0.110730658803):0.0123495126341,(Tarsier:0.141562066458,((((((Gorilla:0.00561523040769,Human:0.00165788532967):0.000699082058061,Chimpanzee:0.00448398814525):0.0045540574573,Orangutan:0.0128548500546):0.0064565457779,Macaque:0.0133779237556):0.00708579250865,Marmoset:0.0295259139804):0.0229875477961,(Mouse_Lemur:0.0403976481611,Galago:0.0527791390659):0.00523221186742):0.00504877251071):0.00351455159059):0.00674827594145):0.00610103681432):0.330773139812;
+(Sloth:0.0594321736825,((Horse:0.0453882905589,Tree_Shrew:0.356395833848):0.0111942225731,((Rat:0.209326717098,Rabbit:0.0677423887875):0.00365558964046,(((Marmoset:0.0229672530401,(Macaque:0.0260911409797,((Human:0.00279216320783,(Gorilla:0.00343687072755,Chimpanzee:0.00301266548779):0.000191335192659):0.00355194184094,Orangutan:0.00724631516019):0.00441648454748):0.00481018119898):0.0176373203652,Tarsier:0.0487720620379):0.00353999131189,(Galago:0.0760465751666,Mouse_Lemur:0.0327380843869):0.0112686677874):0.00626482893444):0.00741477619925):0.00787353986233):0.352500584606;
+(Sloth:0.0594322009883,((Horse:0.0453883208364,Tree_Shrew:0.356396218909):0.0111942326705,(((Galago:0.0760465629608,Mouse_Lemur:0.0327380797456):0.0112686999502,(Tarsier:0.0487720718081,(Marmoset:0.0229672563244,(Macaque:0.0260911485718,(Orangutan:0.00724631582754,(Human:0.00279216320768,(Gorilla:0.00343687142513,Chimpanzee:0.00301266563583):0.000191336303115):0.00355194418241):0.00441648326883):0.00481018873765):0.0176373244992):0.00353999523203):0.00626482544107,(Rat:0.209326834086,Rabbit:0.0677424529622):0.00365559013291):0.00741478559289):0.00787354899048):0.352500425709;
+(Rabbit:0.07344640263,(Horse:0.0365756641755,((((((Macaque:0.00901665233083,((Gorilla:0.00224796138865,(Human:0.000718082424427,Chimpanzee:0.00236021551511):0.00153474083482):0.00166500447371,Orangutan:0.00330153429674):0.00288073510599):0.00517938800203,Marmoset:0.0183724361343):0.013114192491,Tarsier:0.0428143781452):0.00578947035763,(Mouse_Lemur:0.0259301370952,Galago:0.0320384566995):0.00777707866436):0.00452132231949,(Tree_Shrew:0.0460017137837,Rat:0.0910349602851):0.00382861896444):0.00394768087666,Sloth:0.0543507089882):0.00321003738198):0.0202503539311):0.282034783006;
+(Rabbit:0.0359542576968,(Horse:0.0354918498708,(Sloth:0.0546613905916,((Tree_Shrew:0.0460552953189,Rat:0.0917107558192):0.00399829056858,((Galago:0.0321362348101,Mouse_Lemur:0.0262126018511):0.00780687386959,(Tarsier:0.042977787708,((Macaque:0.00906557533735,(Orangutan:0.00331666167437,(Gorilla:0.00225973738038,(Human:0.000722725284791,Chimpanzee:0.00237222401723):0.0015434206832):0.0016758035704):0.00289500276727):0.00513432175618,Marmoset:0.018551247416):0.0132470402949):0.00570976156263):0.00450666340751):0.00387727243567):0.00417862792812):0.0532098577847):0.27285934756;
+((((Tree_Shrew:0.0938132013146,(Rabbit:0.111591568818,Rat:0.187834098629):0.0044208595129):0.00352441856178,((Tarsier:0.0546815609418,(Marmoset:0.0308034553617,(Macaque:0.0186245662958,(Orangutan:0.00722938032616,(Gorilla:0.00148348124289,(Chimpanzee:0.000288102433369,Human:0.00211644845915):0.000322068587368):0.00187460056863):0.00548620022516):0.00694065228004):0.02544075475):0.00582737663462,(Galago:0.0742832538898,Mouse_Lemur:0.0392679305558):0.019141313601):0.00463876163685):0.00949596147211,Horse:0.0703001191583):0.00934470505588,Sloth:0.0851531010274):0.42919842412;
+((Horse:0.0341587069003,(Tree_Shrew:0.0562009315441,((Rat:0.0816309350667,Rabbit:0.0583350985461):0.00234389268382,((Tarsier:0.0427392075284,(Marmoset:0.031526320862,(Macaque:0.0136259568515,((Gorilla:0.00216265975631,(Human:0.00309962220102,Chimpanzee:0.00439561593823):0.000934775181954):0.0029010934853,Orangutan:0.00647792398004):0.00516753191718):0.00894937842145):0.0187500046169):0.00236017338094,(Mouse_Lemur:0.0289727548644,Galago:0.0327016520544):0.00872053503404):0.00375747388643):0.00130291043624):0.00228231672916):0.00349068472931,Sloth:0.0382897613575):0.212130058291;
+(Sloth:0.0625653893209,(((Rabbit:0.0846454865522,Rat:0.120658798971):0.00688813256342,(Tree_Shrew:0.0779282147444,((Tarsier:0.0633445639064,((Macaque:0.0136886919052,(Orangutan:0.00893558651785,(Gorilla:0.00510050295094,(Chimpanzee:0.00360974823086,Human:0.00184926458108):0.000889278105932):0.00271740462265):0.00476020542966):0.00993970456077,Marmoset:0.0295171116103):0.022653106408):0.00563628420505,(Galago:0.0429378422744,Mouse_Lemur:0.0567402722786):0.0230358871709):0.00587728062451):0.00356838357349):0.0106488178638,Horse:0.0516017397691):0.0132554417994):0.3328995817;
+(Sloth:0.0620371815005,((Tree_Shrew:0.0880437026908,(((Mouse_Lemur:0.0262985977749,Galago:0.0530366356729):0.0183441972516,(Tarsier:0.0492291802957,(Marmoset:0.0256134435936,(Macaque:0.0129753334004,((Gorilla:0.00387680632498,(Chimpanzee:0.00246498550411,Human:0.00456005985937):0.00170989092947):0.00834194701349,Orangutan:0.00736398429658):0.00535240073386):0.0104553400408):0.0208697274143):0.00526163065113):0.0051422720046,(Rabbit:0.0791939714326,Rat:0.217030730223):0.00557785824828):0.00345746726127):0.00144416505935,Horse:0.0472219799062):0.0124537342681):0.409358801619;
+(((Tree_Shrew:0.0630169320995,((Rat:0.143984783084,Rabbit:0.0870057815377):0.00228317601052,(Mouse_Lemur:0.137976190813,((Tarsier:0.0492037770896,Galago:0.0446542354517):0.00273773776657,(Marmoset:0.0189480491349,((((Chimpanzee:0.0036471051509,Gorilla:0.00368620921379):0.000623650074314,Human:0.00204317514458):0.0018415324324,Orangutan:0.0048266795858):0.00204839854332,Macaque:0.201075681971):0.00665127983877):0.0179606159383):0.00352913871405):0.00735398093516):0.00150393471005):0.00647740725631,Horse:0.0763629700882):0.0157653136938,Sloth:0.0588270544294):0.271357363512;
+(Tarsier:0.122123907555,((((Rabbit:0.0619036004434,Rat:0.185485805678):0.0047965078638,Tree_Shrew:0.0456142279226):0.00317734858692,((Mouse_Lemur:0.0405071260932,Galago:0.0329114225142):0.0074270114774,(Marmoset:0.0169403012985,(Macaque:0.00641492475575,(Orangutan:0.00992937947095,(Chimpanzee:0.00519811916952,(Human:0.00172718524264,Gorilla:0.00146106188934):0.000557222881428):0.00123734618488):0.00183120479929):0.00466406434696):0.0172958308309):0.0041903635795):0.00171791705107,(Horse:0.0337220464972,Sloth:0.0287169964642):0.00280378896892):0.0113845948047):0.232467930078;
+(Sloth:0.045943762723,(Horse:0.0451535147585,(((Mouse_Lemur:0.0229699222241,Galago:0.0604480539948):0.00850517115942,(Tarsier:0.0278005089615,(((Orangutan:0.00271545697975,(Chimpanzee:0.00192034942958,(Human:0.00171475383716,Gorilla:0.000559104310111):0.00113950416149):0.0015937386041):0.00412968912719,Macaque:0.00637718976464):0.00472801144833,Marmoset:0.0193584515129):0.0124840664627):0.00379517556524):0.00426786211799,(Tree_Shrew:0.0440029897453,(Rabbit:0.0464275775369,Rat:0.117288799319):0.00123704951478):0.0019040912694):0.00486948057011):0.00306032068954):0.204475345963;
+(Sloth:0.0236702286567,(((Tarsier:0.019897798643,((Tree_Shrew:0.0261975168502,((Macaque:0.00441083538848,(((Chimpanzee:2.04976413106e-06,Human:0.000597613956421):0.000603407525667,Gorilla:0.00276442921222):0.00128306167247,Orangutan:0.00599937729894):0.00303106289422):0.00290060887847,Marmoset:0.00869032937928):0.00615380254993):0.00188452582524,(Mouse_Lemur:0.0142947797958,Galago:0.0180318715862):0.0116087406174):2.04976413106e-06):0.000602247196436,(Rat:0.11334465565,Rabbit:0.047788560245):0.000580135083407):0.00185486110708,Horse:0.0177573999495):0.00461663219409):0.180196260961;
+(Sloth:0.034169613691,(((Rabbit:0.0497444328118,Rat:0.105503392121):0.00217715530391,(((Mouse_Lemur:0.0268108972953,Galago:0.0341223718313):0.0106375492881,((Marmoset:0.0140488459628,(Macaque:0.0169830217654,(((Chimpanzee:0.000781238371626,Human:0.00148174352269):0.000441251755251,Gorilla:0.00185604519215):0.00159441002725,Orangutan:0.00372304484802):0.00347849250878):0.00472100069152):0.0139632558722,Tarsier:0.0320025696092):0.00306136029312):0.00207614835673,Tree_Shrew:0.0537884922689):0.000872683062275):0.00414454356022,Horse:0.0650787734736):0.00142020337438):0.198166498995;
+((Horse:0.0188682299665,(((Tarsier:0.0217844547797,(Marmoset:0.0102472419167,(Macaque:0.0108904213802,(Orangutan:0.0027616964924,(Chimpanzee:0.000545901337151,(Human:0.000815543857505,Gorilla:0.000449277561602):1.30256475699e-06):0.00138607190866):0.00126936131781):0.00250405889009):0.0112085937628):0.00391251858905,(Galago:0.0290187780263,Mouse_Lemur:0.0191179722955):0.00458521578762):0.00154178048411,(Tree_Shrew:0.0299424710213,(Rabbit:0.0330479565458,Rat:0.118940475168):0.000954241985375):0.000521418679124):0.00463224439939):0.0030948868437,Sloth:0.0308318384091):0.200120551686;
+(Rabbit:0.0885507897212,((((Marmoset:0.0375130780437,(Macaque:0.0259224448447,(Orangutan:0.0127973597012,(Gorilla:0.00233495613624,(Chimpanzee:0.00444803307925,Human:0.00347821198971):0.00147117783181):0.00512555809105):0.00819536414009):0.00584129311397):0.0287568366135,(Tarsier:0.0760831651874,(Mouse_Lemur:0.046020940873,Galago:0.0560499616392):0.0121488939732):0.00373255618997):0.00656761179083,((Horse:0.0688371035729,Sloth:0.066974817563):0.00808109914047,Tree_Shrew:0.0897632379458):0.00128633549218):0.00721434034456,Rat:0.157316915692):0.0130551980851):0.473984139442;
+((Horse:0.033226228601,(((Galago:0.0268185690062,Mouse_Lemur:0.0223009428262):0.00588989703715,(Tarsier:0.0202653503091,((Macaque:0.0047658774,(Orangutan:0.0050142156387,(Gorilla:0.00160978266944,(Chimpanzee:0.00111364086053,Human:0.000359953599442):0.000430234452851):0.00293783120574):0.00428905403129):0.00469640189029,Marmoset:0.0231326766966):0.0137995893969):0.00187448921641):0.00246568625353,(Rabbit:0.0452449570201,(Rat:0.155334007209,Tree_Shrew:0.0368373346193):0.00490526936082):0.00126164092559):0.00498370546496):0.00309877900456,Sloth:0.0428434153253):0.2211429889;
+((Horse:0.0633274761662,((Tree_Shrew:0.0785268465609,(Rat:0.191503829104,Rabbit:0.118914451675):0.0210157185449):0.000687353662348,((Tarsier:0.0889726210596,(Marmoset:0.0242321332567,(Macaque:0.0107918710098,(Orangutan:0.00594092948701,(Gorilla:0.00483124655638,(Human:0.00312378283371,Chimpanzee:0.00187166792039):0.000471125499415):0.00271856005982):0.0033803480205):0.00878506391602):0.0206698439816):0.00349056684125,(Galago:0.0705312405981,Mouse_Lemur:0.0312652516701):0.0114099144405):0.00661594236628):0.00600846657785):0.0120040661978,Sloth:0.0730483410338):0.296608290081;
+((Tree_Shrew:0.0700363357036,(Sloth:0.157204646306,Horse:0.0715584873227):0.022240119748):0.00732388512274,(Rat:0.195212062594,(((Galago:0.0718284926708,(Marmoset:0.00912196095198,(Macaque:0.0214985956912,(Orangutan:0.00913570058459,(Gorilla:0.00344644357554,(Human:0.00507414180851,Chimpanzee:0.00507102618719):1.80701547004e-06):0.00512364970087):0.00785713748026):0.00569700968995):0.0448462855431):0.00967166873136,(Tarsier:0.0884430190046,Mouse_Lemur:0.0353655641103):0.0289885509238):0.0093533450779,Rabbit:0.114490752802):0.00589414040247):0.00420068770391):0.3387407566;
+((Horse:0.0312595331717,((Tree_Shrew:0.0433012296825,(Mouse_Lemur:0.0368504176079,Galago:0.0487523096949):0.00426499954065):0.00181561097906,((Tarsier:0.0591557855499,((Marmoset:0.0240829644203,(Macaque:0.0146691952212,(((Chimpanzee:0.00312942488006,Human:0.00156056622857):0.00046649744102,Gorilla:0.0044757331182):0.00145061545069,Orangutan:0.0055156478358):0.00455144853238):0.00535598439024):0.0180479958368,Rabbit:0.0540109182623):0.00385514794261):1.8614671012e-06,Rat:0.104093528482):0.00041813965946):0.00397246077793):0.00817073466193,Sloth:0.0412777117806):0.208275703881;
+((Horse:0.151517677702,((Rabbit:0.151715416318,Rat:0.293053791732):0.00832871576285,(((Tarsier:0.151723156885,(((((Gorilla:0.00321565452303,Chimpanzee:0.00431238731978):1.16472133348e-06,Human:0.00384816493275):0.0039505247228,Orangutan:0.00681116329573):0.0101639210832,Macaque:0.0135893028426):0.00765432028394,Marmoset:0.0353767725225):0.0260001859112):0.010765891721,(Mouse_Lemur:0.323945432657,Galago:0.0518871694496):0.026805755083):0.00997258901491,Tree_Shrew:0.11615792318):0.001732244626):0.0153249512656):0.0181230351698,Sloth:0.101065166688):0.513428596423;
+(Sloth:0.0618848695608,((((Mouse_Lemur:0.0372731317191,Galago:0.093525857112):0.00745295310824,((Marmoset:0.0247428442956,(Macaque:0.0142569248563,(Orangutan:0.00377750896251,(Gorilla:0.00160749605147,(Human:0.00224752318245,Chimpanzee:0.00187408402474):1.67810524005e-06):0.00261625814017):0.00412702725065):0.00634048333547):0.0152241707722,Tarsier:0.0600583791795):0.00560296221698):0.00454250209614,(Rabbit:0.112924735196,(Tree_Shrew:0.0936641968276,Rat:0.255756658811):0.0043068723757):0.000782169955618):0.00814792459378,Horse:0.0539529628324):0.00641793393188):0.466061174246;
+((Horse:0.121255758383,(((Rat:0.161539719453,Rabbit:0.276049756453):0.0446623680152,Tree_Shrew:0.139326574874):0.0126342185407,(((Macaque:0.0167973897108,(Orangutan:0.00734664462028,(Gorilla:0.00396924227015,(Human:0.00176939967687,Chimpanzee:0.00243064240692):0.000207835467691):0.00354360783555):0.00565434101057):0.010778016378,Marmoset:0.0273792148682):0.0312945884476,((Mouse_Lemur:0.050863829587,Galago:0.0622423683152):0.0154394275282,Tarsier:0.0576467792221):0.00178366143267):0.00796150756709):0.0106559305207):0.0154903693481,Sloth:0.139167109905):0.390147481317;
+(Horse:0.0435929702679,(Sloth:0.0779043778715,(((Tarsier:0.086132235619,Rat:0.141865931495):0.00912138855977,((Mouse_Lemur:0.0665275341609,(Rabbit:0.132598200672,((Marmoset:0.0315586417461,((Human:0.00237922591856,(Gorilla:0.00184374589484,Chimpanzee:0.00354904110292):2.02100424346e-06):0.00257770933982,Orangutan:0.00574390474558):0.00510771837125):0.00325723644578,Macaque:0.00741697703068):0.0195706492674):0.00481661637196):0.00412168337035,Galago:0.0609627397191):0.00165130464233):0.00731218218963,Tree_Shrew:0.0655948860518):0.00508906023285):0.00345533954236):0.329975752068;
+((((Rat:0.281814817353,(Tree_Shrew:0.203527366185,Rabbit:0.130264460363):0.00347973729053):0.00507731640375,((Tarsier:0.0686860527844,(Marmoset:0.0427866099771,((((Chimpanzee:0.0146780265875,Human:0.00660647587647):0.00167400980283,Gorilla:0.00526725528255):0.00559956115293,Orangutan:0.0107654131459):0.00905080181946,Macaque:0.0349231739942):0.0153368313894):0.0360878467911):0.0061294972386,(Galago:0.107492072164,Mouse_Lemur:0.0853759382677):0.0229648381157):0.0151339017748):0.0103044493869,Sloth:0.0777584625178):0.0187923048947,Horse:0.180339886594):0.299853601056;
+(Horse:0.0905501842583,(Sloth:0.0777451712414,(((Mouse_Lemur:0.060602467268,Galago:0.0598402744003):0.0198815718899,(Tarsier:0.0821819502112,((Macaque:0.0144848679224,(Orangutan:0.00798357749257,(Gorilla:0.00481620918509,(Human:0.00239794000655,Chimpanzee:0.00237522350057):0.00220444428708):0.00174828325085):0.00561007653354):0.0131378088887,Marmoset:0.0293371410883):0.0355203743293):0.00495359880641):0.0085797006724,(Tree_Shrew:0.103968725186,(Rabbit:0.134719303964,Rat:0.22255400407):0.0210474855228):0.00400396538367):0.00971807669562):0.00364297101363):0.560339052507;
+((((Tree_Shrew:0.0816212045388,(Rat:0.121645307255,((Mouse_Lemur:0.0828340303822,Galago:0.0798662017431):0.0225362684057,((Marmoset:0.022527333,(Macaque:0.0091609578503,(Gorilla:0.00414926136784,((Human:0.00206758113667,Chimpanzee:0.00159487407074):0.00246352404821,Orangutan:0.00988483986396):0.00105033046538):0.00783444380857):0.00530835729814):0.0257153481826,Tarsier:0.0534601810724):0.00876705123451):0.00470386856711):4.25548348214e-05):0.00372536046157,Rabbit:0.0832277873627):0.00625245020193,Horse:0.0438185452878):0.0107903099472,Sloth:0.0888862345242):0.395190912992;
+(Sloth:0.111881060995,(Horse:0.0749697050964,((Tree_Shrew:0.121940007768,((Tarsier:0.166643560434,(Marmoset:0.017561305097,(Macaque:0.0166640087407,(Orangutan:0.00525904504632,((Chimpanzee:0.00316559956443,Human:0.0035182426493):0.000648632060019,Gorilla:0.000702456986966):0.00386635690109):0.00699614463297):0.00697673882139):0.0323160541002):0.0105257559915,(Mouse_Lemur:0.0333499649425,Galago:0.0466559548143):0.0178395877838):0.00559736121093):0.00414473587836,(Rat:0.236192101813,Rabbit:0.0983823544158):0.0184462274116):0.0127359003498):0.00980984261556):0.2830531657;
+(Sloth:0.078468046661,(Horse:0.0623642385416,((Tree_Shrew:0.0972821434561,((Tarsier:0.0856780096915,(Marmoset:0.0300074284641,(Macaque:0.0150474908119,(Orangutan:0.00864276147274,(Gorilla:0.00616484255108,(Chimpanzee:0.0037676053215,Human:0.00411276424295):0.000909257455974):0.00329422657639):0.00672840373964):0.00796709577253):0.0385603808229):0.002811528035,(Galago:0.0671244320211,Mouse_Lemur:0.0364697494947):0.0278331127961):0.00460400719836):0.0017607772116,(Rat:0.198924815723,Rabbit:0.107573797442):0.00358173554047):0.00925785207359):0.0141975434908):0.338719487951;
+(Sloth:0.187566330026,((((Rabbit:0.0623675423926,Rat:0.213682075434):0.0062318822111,((Mouse_Lemur:0.0506131626096,Galago:0.105978569135):0.016079010369,(Tarsier:0.0557586176253,((((Human:0.00265258098876,(Gorilla:0.000855230609335,Chimpanzee:0.0019345230775):2.12548828271e-06):0.00273271371411,Orangutan:0.010635157192):0.00600019463345,Macaque:0.0120636897204):0.00591590698941,Marmoset:0.0394620197425):0.0251039080614):0.003149883905):0.00419535389527):0.00499013700778,Tree_Shrew:0.115273918557):0.0120650015194,Horse:0.102364445479):0.013032518682):0.433959816142;
+((Horse:0.057568921851,(((Mouse_Lemur:0.0243784057854,Galago:0.0599279952657):0.0170457641667,(Tarsier:0.0445584262178,(Marmoset:0.0227565098401,(Macaque:0.0113685636967,((Gorilla:0.00121560562017,(Human:0.00238011682121,Chimpanzee:0.00175143984156):0.00173682712055):0.0028359629243,Orangutan:0.00632874043314):0.00730243263946):0.00633589792148):0.0227030062488):0.004821558916):0.00624048016962,((Rabbit:0.0756256142742,Tree_Shrew:0.0892173219583):0.0091432876565,Rat:0.112380825288):0.00147600345906):0.00992384918094):0.00585528031069,Sloth:0.0760331327695):0.482025117769;
+(((Horse:0.0150632103337,(Galago:0.0389035761452,(Rabbit:0.0634537182343,Rat:0.131550270522):0.0189808704931):0.0080555763788):0.0105593307449,((Mouse_Lemur:0.0210673315025,((Marmoset:0.0082988205167,(Macaque:0.00597905438799,(Orangutan:0.00218505221718,(Gorilla:0.00260269227829,(Human:0.00217386472109,Chimpanzee:0.00110242712469):0.000525970766583):0.00217566915808):0.00115512269147):0.00282072561889):0.0129234859325,Tarsier:0.0237533475452):0.00158440727118):0.00477900044083,Tree_Shrew:0.0330608453592):0.00268845155488):0.00427287922136,Sloth:0.0362614815948):0.12624780185;
+(Sloth:0.0647564118302,(((((Mouse_Lemur:0.0650601565016,Galago:0.0718396338815):0.01482156511,(Tarsier:0.0763589169916,(Marmoset:0.0369756131787,(Macaque:0.0144624426982,(Orangutan:0.00541820905755,(Gorilla:0.00328517675369,(Chimpanzee:0.00223407444627,Human:0.00494965782506):0.001579823638):0.00155462704568):0.00361056651477):0.00518071706422):0.0314758927657):0.00823130730859):0.00825178269012,Tree_Shrew:0.109061276628):0.00324899116014,(Rat:0.259256013216,Rabbit:0.108910543292):0.0084201011438):0.0146796856164,Horse:0.0858787933382):0.0242166008451):0.436167112509;
+(Sloth:0.0642357392748,(((Rat:0.257107193595,Rabbit:0.112333556636):0.00974168574269,(Tree_Shrew:0.123464949143,((Mouse_Lemur:0.0597739922149,Galago:0.0891712675123):0.0167813939958,(Tarsier:0.0711110779314,(Marmoset:0.0633001096833,(Macaque:0.0243581385821,(Orangutan:0.00931180211323,(Gorilla:0.0020313393892,(Chimpanzee:0.00453686788607,Human:0.00285147668765):0.00227592722125):0.00813219952031):0.00587527493391):0.0162585241653):0.0423389110651):0.00574095122848):0.00520338875001):0.00403240508427):0.00953396410346,Horse:0.091443562078):0.0139937713247):0.490822994519;
+((((Rabbit:0.0758988041678,Horse:0.0297228621601):0.00451781422667,(Tree_Shrew:0.0480199100076,(Tarsier:0.063214416558,((Marmoset:0.0276719055387,((Orangutan:1.75087817411e-06,(Human:0.0032651443356,Chimpanzee:0.00214490033727):0.00323835879829):0.00314472046475,(Macaque:0.19184623569,Gorilla:1.75087817411e-06):0.00155011173035):0.0107960145371):0.0103564331852,(Mouse_Lemur:0.0356438562002,Galago:0.0279912598869):0.00737788284164):0.00199122098623):0.00736935125299):0.000884348610498):1.75087817411e-06,Rat:0.183259562361):0.0110993424937,Sloth:0.0347118090913):0.224302050499;
+(Sloth:0.105340874493,(Horse:0.0771079000485,((((Tarsier:0.106676332057,(Mouse_Lemur:0.0621568203452,Galago:0.0844689518373):0.015087630003):0.00831915634743,(Marmoset:0.0451527295306,((Orangutan:0.00948307635226,(Chimpanzee:0.00525286761036,(Gorilla:0.00314646566079,Human:0.00105051655847):1.76822387383e-06):0.00323994784888):0.00629855476115,Macaque:0.0226236700643):0.00731927413389):0.0401843427409):0.00909327385428,(Rabbit:0.113881744214,Tree_Shrew:0.100920036464):1.76822387383e-06):0.00278658360499,Rat:0.293640013234):0.00400541116112):0.0066857780565):0.561321541971;
+(Sloth:0.0527681193008,(Horse:0.0605458371645,(((Tarsier:0.0589425147221,Tree_Shrew:0.0761890254):0.00423396286002,((Marmoset:0.0259533825547,(Macaque:0.0101935520871,(Orangutan:0.00599620821866,(Gorilla:0.0036810817127,(Chimpanzee:0.00305168171979,Human:0.00229225545261):0.00205370339151):0.0066456444958):0.00630116348855):0.0054478211207):0.0321534902047,(Galago:0.039323390307,Mouse_Lemur:0.0530674426419):0.016129046464):0.000259916317304):0.00166074748991,(Rat:0.129290945419,Rabbit:0.071131595925):0.00669159345926):0.00584702996593):0.00850744978593):0.273234122902;
+(Sloth:0.0648009348709,((((Galago:0.0470571011866,Mouse_Lemur:0.0264425489956):0.00664771772965,((Marmoset:0.0165504452904,((Orangutan:0.00257917789059,Macaque:0.0454020229074):0.00185004754829,(Chimpanzee:1.57293175681e-06,(Gorilla:0.00283616573954,Human:1.57293175681e-06):0.000731821946548):0.00207767735065):0.00347069379157):0.0153129787783,Tarsier:0.0802186800975):0.00364527159204):0.00401057359137,((Rat:0.233713503963,Rabbit:0.0640368608052):0.0074827884996,Tree_Shrew:0.0849462092032):0.00112305632431):0.00830931438819,Horse:0.0576938100938):0.00761695975988):0.268053074152;
+((Horse:0.063362095661,((Tree_Shrew:0.0506511194689,(Rat:0.147899590157,Rabbit:0.0708634942964):0.0052741559836):0.003689197962,(((Marmoset:0.0228256420662,(((Gorilla:0.00116647128232,(Chimpanzee:0.000479225329147,Human:1.75880023799e-06):1.75880023799e-06):0.00284894605002,Orangutan:0.0456139094349):0.00351199879004,Macaque:0.00979481797677):0.00474154673663):0.0241902173007,Mouse_Lemur:0.0295005263683):0.00351914882982,(Galago:0.0547568903748,Tarsier:0.0462043263728):0.0079897713829):0.00330016459134):0.0106165543634):0.0086331093599,Sloth:0.0573850664249):0.344990471088;
+(Sloth:0.0710149788198,((((Mouse_Lemur:0.0500393549569,Galago:0.068491498721):0.0267282768445,(Tarsier:0.0651119779284,(Marmoset:0.0327090456112,(Macaque:0.0223232881225,(Orangutan:0.00718888854805,(Gorilla:0.00293631472425,(Chimpanzee:0.000797845803643,Human:0.00244500117618):0.00105395516987):0.00424303225204):0.00532471257994):0.00507478833567):0.0321457301245):0.00850188043197):0.00851953922132,(Tree_Shrew:0.0904556998723,(Rabbit:0.218657866048,Rat:0.271457379373):0.0102983352681):0.00324413799466):0.00761293481983,Horse:0.0831673834704):0.0201889718638):0.570913986632;
+(Sloth:0.0812188490058,((((Mouse_Lemur:0.0223259992167,Galago:0.0507702505126):0.0142677419834,((Marmoset:0.0255194183759,(Macaque:0.0112898113928,(Orangutan:0.00244152423701,(Gorilla:0.00198007532797,(Chimpanzee:0.00164683162876,Human:0.00249314681929):0.00260146394856):1.93144434649e-06):0.00891171463681):0.00406509852473):0.0262565856816,Tarsier:0.0729725051169):0.00136711744373):0.00636648866509,((Rabbit:0.08893282545,Rat:0.158965892205):0.00329202114708,Tree_Shrew:0.0620074919597):0.000377531816505):0.00835630888737,Horse:0.0560644566001):0.0084013014166):0.336124654238;
+((Horse:0.0867432381252,(((Mouse_Lemur:0.0248139925696,Galago:0.0474726352528):0.00472467106883,((Marmoset:0.0256141749208,(Macaque:0.104147273487,((Chimpanzee:0.0027901353812,(Gorilla:0.000879626940615,Human:0.00230535572098):1.3037804586e-06):0.0034593898245,Orangutan:0.00795126135759):0.00329078181531):0.00497393988056):0.0204629461804,Tarsier:0.0532286501511):0.00296529658426):0.00270983744484,(Tree_Shrew:0.0638472361266,(Rat:0.143770871228,Rabbit:0.0675933705161):0.00187602048151):0.00120395992829):0.00577318533071):0.0122710540873,Sloth:0.0561847471589):0.273380809583;
+((Horse:0.109361475816,(Tree_Shrew:0.0873368377747,((Rabbit:0.113407679475,Rat:0.225524488418):0.0141484138755,((Mouse_Lemur:0.0612657329373,Galago:0.10372470845):0.0179203618406,((((Orangutan:0.0124623503694,(Gorilla:0.00551452555945,(Chimpanzee:0.00279582269885,Human:0.0027475029972):0.00157408441926):0.00510444748209):0.0038095359177,Macaque:0.0584819406852):0.0143897202592,Marmoset:0.0562228791788):0.0318446467721,Tarsier:0.102598075818):0.00638779491925):0.0100813656953):0.00113598515203):0.0112354815744):0.0106794245374,Sloth:0.100730009985):0.428492102571;
+(Sloth:0.040820554175,(((Tree_Shrew:0.0420175767901,((Mouse_Lemur:0.014516154148,Galago:0.0352070271745):0.0110588407239,(((Marmoset:0.0103573129761,(Macaque:0.00413027961072,(Orangutan:0.00427604928376,(Gorilla:0.00166652363544,(Human:0.0018580604016,Chimpanzee:0.00185781612591):2.10743751495e-06):0.00119537630718):0.00089165226809):0.00411521059518):0.0105090196853,Rabbit:0.0384895893229):0.00397802540805,Tarsier:0.0368246093882):0.00223800613451):0.00154476286352):0.000825713033764,Rat:0.0974180844095):0.0037134471809,Horse:0.0405045170139):0.0046139456064):0.209581356557;
+((((Tree_Shrew:0.0817720279302,(Rabbit:0.104270399593,Rat:0.15355383262):0.00523338011495):0.0044486386127,((Marmoset:0.0392390187684,(Macaque:0.0261028583196,(Orangutan:0.00536919611603,(Gorilla:0.00233146962121,(Human:0.00129636272051,Chimpanzee:0.00309337908246):0.000825138889469):0.00404592437889):0.00381496124231):0.00501584753014):0.0210517353013,((Galago:0.0444401633723,Mouse_Lemur:0.0318897968625):0.0105501620061,Tarsier:0.0646439288588):0.00206489078634):0.00408059629125):0.00778555802872,Horse:0.0567694466844):0.0120409899818,Sloth:0.0442645715631):0.375981449708;
+(Sloth:0.0676432731777,(Horse:0.0442764660014,(((Rat:0.115420343073,Tree_Shrew:0.0514769149096):0.00276100345175,Rabbit:0.045089383244):0.000872404343753,(Tarsier:0.0367924713658,(((Macaque:0.00545633011914,((Human:0.00204871684808,(Chimpanzee:0.00101789259563,Gorilla:0.00274594466971):1.93093166307e-06):0.00239371707645,Orangutan:0.00379239906918):0.00282644744069):0.00635767922281,Marmoset:0.0172928306831):0.0201345359677,(Galago:0.0543846900479,Mouse_Lemur:0.0300489060218):0.00407353736019):0.000556410968019):0.00361526005086):0.00405126981458):0.00101831363656):0.268254218052;
+((Horse:0.0526665747167,((Tree_Shrew:0.0397938287295,Rabbit:0.158458335872):0.00254383823278,(Rat:0.0980630926716,(((Galago:0.0350359773129,Mouse_Lemur:0.0176645776109):0.0100847189867,Tarsier:0.0347330385696):0.00355243214012,(Marmoset:0.0157286326038,(Macaque:0.0363058030421,(Orangutan:0.00544315366441,(Gorilla:0.00231249052403,(Human:0.00398909148613,Chimpanzee:0.00397609039173):0.000768533497384):0.000911169984258):0.00379234422628):0.00431080152153):0.0144972650806):0.00140294386312):0.00367353963255):0.00783255372751):0.00507461179683,Sloth:0.0591297342249):0.262014897598;
+(Sloth:0.0688243498579,(((Rat:0.138220689793,Rabbit:0.0879575519852):0.00357939516197,(Tree_Shrew:0.096639212524,((Mouse_Lemur:0.0270151814729,Galago:0.0542773259685):0.013288564614,(Tarsier:0.053905491296,(Marmoset:0.0255555864413,(Macaque:0.015110993665,(((Gorilla:0.00196857084556,Human:0.00377292192241):0.00125055912535,Chimpanzee:0.00165361473201):0.00323958789175,Orangutan:0.00892635020415):0.00841373494438):0.00588736936963):0.031266943118):0.00299626334987):0.00463658025954):0.004302685609):0.00403827287591,Horse:0.0737971312583):0.016188252406):0.377772777991;
+(((((Marmoset:0.0351730333891,(((Gorilla:0.00538768759325,(Chimpanzee:0.00209545476769,Human:0.00208230602747):2.97813952683e-06):0.00391968179959,Orangutan:0.00817038449565):0.00492607723161,Macaque:0.0151817018933):0.0105447016517):0.0312602221016,(Tarsier:0.0747362762348,(Galago:0.0567600162798,Mouse_Lemur:0.0223386615745):0.0270597962192):0.0056103829038):0.00834203725367,(Tree_Shrew:0.0980449956558,(Rabbit:0.0867175863696,Rat:0.138180282942):0.00930965487758):0.00826747348336):0.00729665403215,Horse:0.0923459940199):0.0214908242889,Sloth:0.102856996092):0.401668570375;
+(Sloth:0.0650374437572,(Horse:0.0503043341057,((Tree_Shrew:0.0654122602167,(((Marmoset:0.0315428390501,(Macaque:0.0101921921081,(Orangutan:0.00649842037226,(Gorilla:0.00357664228171,(Human:0.00269693190177,Chimpanzee:0.00382456413652):0.00118261375359):0.00427153227878):0.00590335529827):0.00840615294679):0.0239445764979,Tarsier:0.045395760678):0.0027929522233,(Galago:0.0465289554888,Mouse_Lemur:0.0349050000799):0.011082705674):0.0054196285508):0.00147259757039,(Rabbit:0.0605796203055,Rat:0.10843743169):0.00294766795241):0.0103365833054):0.00547333097033):0.474275651929;
+((Sloth:0.051962440384,(Tree_Shrew:0.0512401616523,((((Tarsier:0.0618333892155,(Mouse_Lemur:0.0282062995072,Galago:0.0530045767128):0.00506933685754):0.0022434639401,(Marmoset:0.0202554038267,(Macaque:0.0171277265568,(Orangutan:0.080175774491,(Gorilla:0.00377837442144,(Human:0.00363923026363,Chimpanzee:0.00157486267237):0.000383187720848):0.00237232278485):0.00223616874948):0.00429034677386):0.0286162252757):0.00501110007712,Rat:0.139461882322):0.00196672781288,Rabbit:0.0873329460719):0.000740693931212):0.00467715608102):0.00359481505748,Horse:0.039867207896):0.360770864979;
+(((Tree_Shrew:0.0446283823433,(((Mouse_Lemur:0.0298101176563,Galago:0.0462949729449):0.020356910053,((((Gorilla:0.024601840704,Chimpanzee:0.00323231823916):0.00319677111422,(Orangutan:0.00656486700185,((Rat:0.211691161909,Marmoset:0.0335540706941):0.00694224874845,Macaque:0.0394852956903):0.00130682871775):0.00154983034858):0.0242333037427,Human:0.00110755445991):0.0228368065555,Tarsier:0.0421255327711):0.00807401170566):0.00822463901166,Rabbit:0.093173072231):0.00178054553617):0.0116243337178,Horse:0.0463914362087):0.0043712472379,Sloth:0.120956683558):0.298900531135;
+(((((Mouse_Lemur:0.039335046765,Galago:0.0625193425061):0.018214085321,(Tarsier:0.0583071501155,(Marmoset:0.0370409827973,((Orangutan:0.00877653725393,(Gorilla:0.0039265732989,(Human:0.00255180332426,Chimpanzee:0.00271181748611):0.00103219748612):0.00491350957961):0.00774711700755,Macaque:0.0173817337967):0.00673189871764):0.0413921084806):0.00464640841725):0.00539417402707,((Rat:0.18529768493,Rabbit:0.0971927061373):0.0034353262501,Tree_Shrew:0.0860161113798):0.00270214837722):0.00840995070902,Horse:0.0516846054862):0.00806568753353,Sloth:0.0786574362844):0.343623209474;
+(Sloth:0.0369474988025,(Horse:0.0343844462676,((Rat:0.156396457895,(Tree_Shrew:0.129032417405,Rabbit:0.0767644888149):0.0106469693109):0.00205759000656,((Galago:0.039244045624,Mouse_Lemur:0.0238873257578):0.0116610556614,(Tarsier:0.0401253294454,(Marmoset:0.0180824174273,(Macaque:0.0105262777495,(Orangutan:0.00448255215267,((Human:0.00154749311298,Chimpanzee:0.00190742458027):0.000500044516663,Gorilla:0.00330377510876):0.00258014136697):0.00264775642561):0.00402917173608):0.016855133471):0.00380480591166):0.00289402010955):0.0044147828555):0.0044344771224):0.225336262989;
+(Sloth:0.0660384209327,((((Rabbit:0.0728598095073,Tree_Shrew:0.06996316276):0.00992527153334,((Mouse_Lemur:0.0419352856145,Galago:0.0548901825723):0.0203202754107,((Marmoset:0.113759012952,((Orangutan:0.00612589716222,(Human:0.00197901817463,(Chimpanzee:0.00397801453069,Gorilla:0.00298165864476):0.000996726346204):0.00806059283132):0.0118995604738,Macaque:0.0234274966158):0.00773770558317):0.016375588827,Tarsier:0.0627411559012):0.01139780756):0.00654339298989):9.21545440033e-05,Rat:0.136695266056):0.014082470507,Horse:0.0511856539611):0.0246472377938):0.627873689481;
+(((Tree_Shrew:0.0834999149694,(((Marmoset:0.021350968515,(Macaque:0.0165375688199,(Orangutan:0.00662293980302,((Gorilla:0.00371756867458,Human:0.00161011553828):0.0005267570745,Chimpanzee:0.00123625354867):0.0038140750066):0.00416835648866):0.00640136851424):0.0297343565278,(Galago:0.0517261306743,Mouse_Lemur:0.019487723589):0.00976075480471):0.00392816461646,((Rabbit:0.0740366375422,Tarsier:0.133141298073):0.0162418662405,Rat:0.135131363479):0.00662523966429):0.00225216720051):0.00394198928526,Horse:0.0516906707736):0.00793664484275,Sloth:0.0557722947123):0.270733707207;
+(Sloth:0.0784386337706,(Horse:0.0806205806463,(((Galago:0.0886213126163,Mouse_Lemur:0.0283735850332):0.0207634732592,(Tarsier:0.0513092358792,(Marmoset:0.040351752002,(Macaque:0.0175224038885,(Orangutan:0.00540790349887,(Gorilla:0.00304461623676,(Chimpanzee:0.0015798530981,Human:0.00236913716358):0.0006740263396):0.00477828300632):0.00763005371776):0.0129860008783):0.0290895501026):0.00476887906531):0.0175531694376,(Rabbit:0.0760871436433,(Rat:0.152192534999,Tree_Shrew:0.0822207067445):0.00434003970206):0.00211164157417):0.00696107763315):0.0140936206206):0.288797773043;
+(((Horse:0.0629796171579,Rabbit:0.181812123354):0.00811065064006,(Tree_Shrew:0.0737680073202,(((((((Gorilla:2.20560072599e-06,(Human:0.00360477048764,Chimpanzee:0.00180486745844):2.20560072599e-06):0.00520528204893,Orangutan:0.00753341633725):0.00793011885994,Macaque:0.0142804125874):0.0116802648174,Marmoset:0.0417551621005):0.0187718234052,(Galago:0.0799685112895,Mouse_Lemur:0.0549247284869):0.0117754576185):0.00430846785413,Tarsier:0.03795798085):0.0129434648523,Rat:0.209455170722):0.00176217025202):0.00597130932965):0.0182727236882,Sloth:0.0678560100845):0.343165806748;
+((Horse:0.06488263614,((((Macaque:0.0210070907218,(Orangutan:0.00711705677757,((Gorilla:0.00262220790626,Chimpanzee:0.0019259526704):0.00090584883696,Human:0.00125104234741):0.00445486211498):0.00686797372982):0.00594534850111,Marmoset:0.0360711002321):0.0347397487747,((Galago:0.0607383637606,Mouse_Lemur:0.0772423706592):0.0161698545547,Tarsier:0.139470906475):0.00821698171875):0.0074309787374,(Tree_Shrew:0.0806265765421,(Rat:0.237036393328,Rabbit:0.13986509825):0.00792967456551):0.00166582626042):0.0145908518916):0.0153652409303,Sloth:0.112224427406):0.693938854437;
+(((((Rat:0.237040614096,Rabbit:0.139865692014):0.00792912055487,Tree_Shrew:0.0806268801063):0.00166568043988,((Tarsier:0.13947324074,(Galago:0.0607386935806,Mouse_Lemur:0.0772425261222):0.0161699905328):0.0082164493588,(Marmoset:0.0360708308334,((Orangutan:0.00711696829984,(Human:0.00125102273608,(Gorilla:0.00262217853132,Chimpanzee:0.00192592379818):0.000905834889575):0.0044547902229):0.00686782150472,Macaque:0.0210069298305):0.00594525344984):0.0347396950067):0.00743085736521):0.0145907035706,Horse:0.064881957376):0.0153651090346,Sloth:0.112224082837):0.694002567068;
+(Sloth:0.0431905875929,(Horse:0.0412317386338,(((Tarsier:0.0326722421787,((Mouse_Lemur:0.0209650568311,Galago:0.0423815227787):0.012150015626,(((Orangutan:0.00934762937445,(Gorilla:0.00156080406853,(Chimpanzee:0.00269295287901,Human:0.00120277422026):0.00109112351435):0.00218037861283):0.00310603550161,Macaque:0.0272169168995):0.0051307697568,Marmoset:0.0360280675847):0.02079614195):0.00185848169849):0.00368450290098,(Rat:0.128548756813,Rabbit:0.0633688759769):0.00515543700449):0.000904826538059,Tree_Shrew:0.0585314966731):0.00381013789756):0.00972028804935):0.222307982618;
+(((Rabbit:0.0835377189554,((Rat:0.112414803957,Tree_Shrew:0.0434306031108):0.00413776614853,(((Galago:0.036425541266,Mouse_Lemur:0.0178931603949):0.0151087183945,((Macaque:0.00895175570244,((Gorilla:0.0047100576303,Chimpanzee:0.00167685172248):0.0013150599303,(Human:0.00202148755451,Orangutan:0.00518103105659):0.000924679634132):0.00475551303391):0.00702175153133,Marmoset:0.0180902092935):0.0183591848031):0.00276968810781,Tarsier:0.0492517610746):0.00402017737513):0.0045613171201):0.00418436996171,Horse:0.0534239806536):0.0111199764202,Sloth:0.0381571089028):0.177453870013;
+(((Tree_Shrew:0.0914567807522,((((Macaque:0.0104921038375,(Orangutan:0.00545967708986,((Chimpanzee:0.00178336534373,Human:0.000893446007482):0.0011168010698,Gorilla:0.00118641179658):0.00338680520082):0.00326479260412):0.00464119220762,Marmoset:0.018880072):0.0132189069585,((Mouse_Lemur:0.052958245906,Galago:0.0534605449447):0.0168435837388,Tarsier:0.042159235361):0.0106395403018):0.00673754307933,(Rabbit:0.0426456073207,Rat:0.0964524435643):0.00602661675549):0.00120450322901):0.00348412231732,Horse:0.0358812582998):0.0121010177687,Sloth:0.106292198084):0.234467350154;
+((((Tree_Shrew:0.0904464503917,(Rabbit:0.126421981948,Rat:0.177460670419):0.00296031213475):0.00360635632298,(Tarsier:0.0821804287599,((Marmoset:0.0296831483871,((Orangutan:0.00982848612713,((Gorilla:0.00286207272264,Human:0.00127385322233):0.000768698481993,Chimpanzee:0.00424415833887):0.00482830865413):0.0033766184283,Macaque:0.0150876584806):0.00893141443576):0.0322926411269,(Mouse_Lemur:0.0535936756055,Galago:0.0645889064429):0.0183776466838):0.00250376966304):0.0121525767398):0.0163781922253,Horse:0.0651278684669):0.00858459163315,Sloth:0.0995035304418):0.344234563524;
+((((((Marmoset:0.0285135754729,(Macaque:0.0113683610279,(Orangutan:0.00677800083928,(Gorilla:0.00824744978956,(Chimpanzee:0.00111429373695,Human:0.0033539902473):1.44111883621e-06):0.00224428454725):0.00572914985485):0.0043484002691):0.0212957221286,Tarsier:0.0670874772242):0.005161206598,(Mouse_Lemur:0.0375765824826,Galago:0.0593345803113):0.0111183727265):0.00718944616586,(Tree_Shrew:0.0718223413327,(Rabbit:0.0741768026382,Rat:0.211974777549):0.00507601523279):0.0012146689089):0.00731945791525,Horse:0.05824704716):0.0176443154126,Sloth:0.0574808797465):0.427720571178;
+(Sloth:0.0412445818989,(Horse:0.0320543996226,((Tree_Shrew:0.0456781607513,((Mouse_Lemur:0.034981536032,Galago:0.0451107193746):0.00575046967591,(Tarsier:0.0403118932686,(Marmoset:0.0180382169557,((Orangutan:0.00626068776362,((Human:0.00359497944674,Chimpanzee:0.00166106227763):0.00161278315038,Gorilla:0.00231959398997):0.00214457617293):0.00104148429648,Macaque:0.0142286930442):0.00396605275262):0.0195056291712):0.00420373746319):0.00668069556507):0.00307992625948,(Rabbit:0.0548305178635,Rat:0.118261871586):0.00195099858959):0.00443354400526):0.0034913834324):0.278960453924;
+((Horse:0.0488806219361,(((Galago:0.0400418822927,Mouse_Lemur:0.0416478135559):0.0122226125891,(((Macaque:0.0667266030622,(Orangutan:0.00599512128937,((Human:0.00282672346688,Gorilla:0.001736090563):0.0017154915912,Chimpanzee:0.00327092961518):0.00305278141015):0.00404955081753):0.00636326391223,Marmoset:0.0255749910621):0.0209117721355,Tarsier:0.0474110255291):0.00485661484713):0.00510701455135,((Rat:0.117034039406,Rabbit:0.058415331632):0.00430455544952,Tree_Shrew:0.0677677560733):0.00477663108943):0.00911571198916):0.0127467099082,Sloth:0.0589370930053):0.22907748495;
+(Sloth:0.0758027251151,(Horse:0.0697967046415,((((Galago:0.0759328932367,Mouse_Lemur:0.0420410066261):0.0159931220382,(Marmoset:0.0278378111379,(((Gorilla:0.00331369823551,(Chimpanzee:0.00373210065642,Human:0.0047465960133):0.00322208319382):0.00777867205813,Orangutan:0.00818132586016):0.00614239828042,Macaque:0.0163514363265):0.0101524048482):0.0253887634307):0.00611849213547,(Rat:0.232887566413,Rabbit:0.0990562280128):0.00442529129042):0.00501398654468,(Tree_Shrew:0.0939954845013,Tarsier:0.211664724264):0.0272872632565):0.00726692419843):0.0121100347191):0.42677936849;
+((((Rabbit:0.137157079659,(Tree_Shrew:0.0656156354203,((Mouse_Lemur:0.0306835669833,Galago:0.0575064728566):0.0159427210777,((Marmoset:0.0261729940732,((Orangutan:0.00711591844523,((Chimpanzee:0.00328855888193,Gorilla:0.00407800415582):1.39572450694e-06,Human:0.00493139709167):0.00237977896338):0.00935046759886,Macaque:0.186201521874):0.00551977497907):0.0375270658802,Tarsier:0.053058937481):0.0049263389763):0.00693334910334):0.00224126597701):0.00269887005553,Rat:0.239604944972):0.00639570951252,Horse:0.0668392736096):0.00793395437565,Sloth:0.0591559116022):0.374111388484;
+(Sloth:0.0591552403671,(Horse:0.0668392270285,(Rat:0.239606457339,((((Mouse_Lemur:0.0306835167535,Galago:0.0575066314276):0.0159428211399,((Marmoset:0.0261732426255,((Orangutan:0.00711588574084,(Human:0.00493138779561,(Gorilla:0.00407799187195,Chimpanzee:0.00328855352852):1.39655184297e-06):0.00237979926202):0.00935220497041,Macaque:0.186202199957):0.00551741773033):0.0375271801939,Tarsier:0.0530588819581):0.00492645452832):0.00693317634947,Tree_Shrew:0.0656156927674):0.00224108299118,Rabbit:0.137157824515):0.00269909332549):0.00639562486182):0.00793478841882):0.374119042208;
+(Sloth:0.0615323732278,(Horse:0.0491303277829,((((Galago:0.0628753287538,Mouse_Lemur:0.0313085046453):0.023882752507,(Tarsier:0.0404297101916,((Macaque:0.0160268908545,(Orangutan:0.0110370539369,(Chimpanzee:0.002829626592,(Human:0.00138936285803,Gorilla:0.00509298172277):1.4085980272e-06):0.00168754768659):0.00252640895114):0.00650150263931,Marmoset:0.10717605076):0.0310603956058):0.00714323848857):0.00164314249617,Tree_Shrew:0.150173428113):0.00149956397302,(Rat:0.17312072267,Rabbit:0.102580826838):0.0103258065568):0.00564752617267):0.00721163411792):0.305394357852;
+(Sloth:0.0815916021837,((Tree_Shrew:0.0444238926372,(((Tarsier:0.0814388366574,(Galago:0.0419721406455,Mouse_Lemur:0.0344122652095):0.0129872580413):0.00437172379899,((Macaque:0.00796964499596,(Orangutan:0.00778322825242,(Gorilla:0.00280650666329,(Human:0.00248552222355,Chimpanzee:0.00124533555176):1.40638583909e-06):0.000483489307857):0.00299603899195):0.00692243205414,Marmoset:0.0173119314711):0.026721729218):0.00786971650162,(Rabbit:0.0698199971014,Rat:0.15188424458):0.00716872302497):0.00113169405943):0.0090435743844,Horse:0.0403557944463):0.00603815618379):0.395443979001;
+(Sloth:0.0783654873374,((Tree_Shrew:0.122345195226,((Rabbit:0.075663721592,Rat:0.179375351995):0.0137448632805,((Galago:0.0613559130727,Mouse_Lemur:0.0357744518034):0.0217384902137,(Tarsier:0.0511284894951,(Marmoset:0.0810269287683,(Macaque:0.0110544741876,((Gorilla:0.000735142243993,(Chimpanzee:0.00193270449447,Human:0.000837345104331):0.00322171293795):0.00284821137315,Orangutan:0.00789360892251):0.00620688673867):0.00568069606058):0.0215319914579):0.0032728286966):0.0056215944254):0.00538800479981):0.0111713584973,Horse:0.0548943133078):0.0221494860595):0.291247027935;
+(((((Galago:0.0673548061892,Mouse_Lemur:0.0472901376082):0.0243552145688,(Tarsier:0.0455430821896,(Marmoset:0.0263418383517,(Macaque:0.0165181328807,((Gorilla:0.00404797526743,(Human:0.00243980154803,Chimpanzee:0.00217865955109):0.000927705286107):0.00235807126476,Orangutan:0.00714151868619):0.00532164800393):0.00806837864773):0.0268320789364):0.00762573703899):0.00814882193607,(Tree_Shrew:0.0854715667057,(Rabbit:0.0866240331775,Rat:0.125723200634):0.00067528883947):0.00205615020586):0.0131855857752,Horse:0.0508113067826):0.00830305103373,Sloth:0.059458005893):0.34170994443;
+((Horse:0.0622502104544,((((((((Human:0.00165668205884,Chimpanzee:0.000826345522456):0.00107957265276,Gorilla:0.00308529004434):0.00215421241319,(Macaque:0.0172757988807,Orangutan:0.0324675268833):0.00536997281232):0.00966124637971,Marmoset:0.032965942582):0.0217182302504,Tarsier:0.0470774259188):0.00657789362613,(Galago:0.0417569822245,Mouse_Lemur:0.0684920497885):0.0195133505111):0.00575295087943,(Rabbit:0.166150873563,Rat:0.206094375632):0.00551928662358):1.72363278632e-06,Tree_Shrew:0.108197357136):0.00598179219749):0.00764024758558,Sloth:0.0696625967478):0.501331924728;
+(((Rabbit:0.165219964522,Horse:0.0428258551675):0.00683001549814,((Rat:0.149479394493,((Tarsier:0.0657839245358,(Marmoset:0.0276474220265,(Macaque:0.0535414883165,(Orangutan:0.0018599349645,(Gorilla:0.0253658683084,(Chimpanzee:0.00290019407966,Human:0.00436887559167):0.000738097781641):0.00224822078466):0.0037909897834):0.00432909387495):0.0305874245694):0.00420112078068,(Mouse_Lemur:0.025979560138,Galago:0.0412983712856):0.0151667045751):0.00256898060785):0.00215922382963,Tree_Shrew:0.10471326178):0.0114431606309):0.0164777988974,Sloth:0.0837186467833):0.274731300656;
+((Horse:0.0719171671439,((Tree_Shrew:0.0564010759841,Rat:0.119636675441):0.00281662485931,((Mouse_Lemur:0.0403719253095,Galago:0.040136456473):0.0109782479256,((Marmoset:0.0136923253951,(Orangutan:0.00753305991347,((Macaque:0.114792977949,Gorilla:1.50957804329e-06):0.0185489877251,(Human:1.50957804329e-06,Chimpanzee:0.00171352312421):1.50957804329e-06):0.00166811093878):0.00726797297867):0.0134045665504,(Tarsier:0.060532431758,Rabbit:0.0694736243476):0.0170279608739):0.00211506672439):0.00768580085494):0.0158752963019):0.0197936439509,Sloth:0.077532285424):0.173207564888;
+(((Sloth:0.0672150539293,Horse:0.0610194289735):0.00493355955818,(Tree_Shrew:0.0571835908922,((Tarsier:0.0517686455657,(Galago:0.0594892466772,Mouse_Lemur:0.0396718296941):0.0124890587732):0.00419235753444,(Marmoset:0.0557127080213,((Gorilla:0.000120885804114,((Orangutan:0.00868481481034,Human:1.58684657363e-06):0.00316327070839,Chimpanzee:0.00108683686087):0.00167112140615):0.00824135244158,(Rabbit:0.19867587929,Macaque:0.0323103573416):0.0866929677056):0.00766461684585):0.0131615921117):0.00769348227901):0.0038233737761):0.00772629027528,Rat:0.13515461537):0.266665638249;
+((Horse:0.0603710085247,((Rabbit:0.0924824587253,(Tree_Shrew:0.0650712194583,Rat:0.246428738455):0.00434020624085):0.00171453279939,((Mouse_Lemur:0.0458634830334,Galago:0.0799805289709):0.0104014129432,(Tarsier:0.0656695671518,(((Orangutan:0.00598685956037,(Gorilla:0.0027902421179,(Human:0.00137450286701,Chimpanzee:0.00185690282694):0.00190245810859):0.00175961642634):0.00432319872477,Macaque:0.0124277911406):0.00953049452307,Marmoset:0.026517273667):0.0266416109998):0.00646584179347):0.00794435964186):0.00700911742258):0.00299809075276,Sloth:0.068915487391):0.433762411128;
+(Sloth:0.0602176973186,(Horse:0.0584292205408,((Tree_Shrew:0.111739938027,((Galago:0.107039715618,Mouse_Lemur:0.0683623357861):0.0227109548193,((((Orangutan:0.00699647117691,((Human:1.68017081234e-06,Chimpanzee:1.68017081234e-06):1.68017081234e-06,Gorilla:0.00266919608975):0.00606367601552):0.00824375202568,Macaque:0.0192078272285):0.00661463952369,Marmoset:0.0353396633933):0.0319602633181,Tarsier:0.0588882830513):0.0105288344745):0.00111010697609):0.00271835758223,(Rabbit:0.101750654366,Rat:0.222031550065):0.00242074126866):0.00988973493173):0.010759510605):0.448580630482;
+(Sloth:0.0710471159549,(Horse:0.116298231463,((Tree_Shrew:0.0713569248092,(Rat:0.169506818761,Rabbit:0.134042986461):0.00813042535235):0.00316216293293,(((Marmoset:0.0305274078383,(Macaque:0.0127846843423,(Orangutan:0.00964198079931,(Chimpanzee:0.00334590555455,(Human:0.00159741540393,Gorilla:0.00943709482674):0.00412214407256):0.00438365404233):0.00600888698792):0.00758464219778):0.0302297969453,Tarsier:0.0553657807714):0.00412479025888,(Galago:0.055338454947,Mouse_Lemur:0.0321349373817):0.0209662376426):0.00934507980215):0.0120203159267):0.00598624908482):0.356470278146;
+((Horse:0.0471520695186,((Tree_Shrew:0.0716154245638,Rabbit:0.0701401613576):0.0118784614381,((Tarsier:0.0522717982144,(Marmoset:0.020507474024,(Macaque:0.0049301828021,(Orangutan:0.0045034689692,(Chimpanzee:0.00621498965205,(Human:0.00151005581083,Gorilla:0.00209535648086):1.97353329641e-06):0.00169970310065):0.00239170802638):0.01027540476):0.0197983628918):0.0047880868619,((Rat:0.192967941752,Galago:0.0799968955064):0.0162854115661,Mouse_Lemur:0.0290435775944):0.017186411099):1.97353329641e-06):0.00397952670224):0.00822423451505,Sloth:0.0660089327917):0.35121091592;
+((((Tree_Shrew:0.0665375418326,(Rabbit:0.0818257105489,Rat:0.134273932817):0.00235425010187):0.00138374868426,((((Macaque:0.0226131921016,((Gorilla:0.00252288173871,(Chimpanzee:0.00190000449017,Human:0.00285295490258):0.000481566522743):0.00302672744334,Orangutan:0.0101353800734):0.0124009120586):0.00907514283344,Marmoset:0.0351483809164):0.0263730002253,Tarsier:0.0423374389064):0.00622062875987,(Mouse_Lemur:0.0393867971948,Galago:0.0358965754161):0.00865696538223):0.00370625978291):0.00703706486189,Horse:0.0458955159579):0.00930249579776,Sloth:0.0461730918636):0.328078407324;
+(Sloth:0.0471087877769,(Horse:0.0584113209371,((((Mouse_Lemur:0.0390039139658,Galago:0.0474881525642):0.013869759805,(Tarsier:0.049350671062,(Marmoset:0.056424941533,(Macaque:0.0106598815071,(Orangutan:0.0172518830335,((Human:0.005743940248,Gorilla:0.000641323572643):0.000642192569157,Chimpanzee:0.00578050993671):0.00404502933401):0.00111476424423):0.0088347476789):0.0276141068038):0.00485283542707):0.00228292677796,Tree_Shrew:0.0728313185033):0.00164708140966,(Rabbit:0.103462113614,Rat:0.139830027911):0.00768553298472):0.012874271378):0.0100840339806):0.240802472866;
+(((Tree_Shrew:0.043115066704,((Rabbit:0.0897523852377,Rat:0.11336865298):0.00632918745504,(Tarsier:0.0507730348023,((Mouse_Lemur:0.0402313925655,Galago:0.0339194920682):0.011913455594,(((Gorilla:0.00160005767747,((Macaque:0.0091363562954,Human:0.00151556234957):0.000452563926248,Chimpanzee:0.00225771283505):0.000954010665373):0.00165178972712,Orangutan:0.00675595538158):0.00396743724801,Marmoset:0.0174740369062):0.0134775886591):0.00021525176265):0.00476258291023):0.000669752854447):0.00632457778927,Horse:0.0312916708243):0.00614475432296,Sloth:0.0351078557429):0.245146183937;
+(Sloth:0.0488332155251,(((Rabbit:0.0398793350161,Rat:0.098658454224):0.00556832131034,((Mouse_Lemur:0.0158882218674,Galago:0.0846122397473):0.00920109958378,((Tree_Shrew:0.107663104452,Tarsier:0.0226656786482):1.49689980183e-06,(Marmoset:0.0228797091776,(Macaque:0.0499954093043,((Human:0.00131153050858,Chimpanzee:0.000651718544236):0.0020016891996,(Gorilla:0.00883498858018,Orangutan:0.00443106634706):0.000623354721528):0.00494766030229):0.00444678935592):0.0151238547709):0.00165931173272):0.00213505763067):0.00439210356568,Horse:0.0342127495052):0.00322884079837):0.232400087786;
+(((Horse:0.0458984561682,Sloth:0.0428684033677):0.00919689737179,((((Marmoset:0.0212461104532,((Gorilla:0.00274583373511,(Chimpanzee:2.39845321644e-06,Human:2.39845321644e-06):2.39845321644e-06):0.00459597973052,(Macaque:0.00530758859792,Orangutan:2.39845321644e-06):0.00472373699709):0.0131777204114):0.0132349305401,(Tarsier:0.0373395761889,Rat:0.0656393876264):0.00488702588614):0.00192899678065,(Mouse_Lemur:0.0105508903652,Galago:0.0592839919143):0.0169148764452):0.00150072944912,Tree_Shrew:0.0593421980887):0.00325456480866):0.00454610132566,Rabbit:0.0393335319526):0.148628501125;
+((Horse:0.0516381235084,((Rabbit:0.0702628540561,Rat:0.130770897378):0.00735573330746,(Tree_Shrew:0.0759292973779,((Galago:0.0302483091426,Mouse_Lemur:0.0247520995668):0.00930138340368,(Tarsier:0.0621328239959,(Marmoset:0.0230471982149,(Macaque:0.00750428994124,(Orangutan:0.0061534667464,(Gorilla:0.00194333585497,(Chimpanzee:0.00373640302678,Human:0.00149748849821):0.000782330382472):0.00764561121602):0.00611108747992):0.0113812497584):0.0178508340933):0.005107544725):0.00345155971336):1.48992483666e-06):0.00703347546192):0.00388846469648,Sloth:0.0680658674048):0.326155229262;
+((Horse:0.0679833373925,((Tree_Shrew:0.0612602064776,((Tarsier:0.0569000543291,(Galago:0.0634205507116,Mouse_Lemur:0.0278396567897):0.00615309187398):0.00271222127766,((Orangutan:0.00653302956169,(Marmoset:0.0517540907327,(Gorilla:0.00184842707029,(Chimpanzee:0.00163761442285,Human:0.00208407237519):2.01265337994e-06):0.00611351657645):0.00167726732466):0.00403508335274,Macaque:0.0337873760213):0.0278457938841):0.00210057448638):0.00207678953839,(Rabbit:0.0541935460978,Rat:0.201346648001):0.00515591297567):0.00806426009557):0.00314670990109,Sloth:0.0820781269715):0.415354295001;
+((((Rat:0.155283915898,Tree_Shrew:0.0728944538925):0.00331901788528,(Rabbit:0.0892438704631,((Galago:0.0616866108905,Mouse_Lemur:0.0213619989001):0.0190518474853,(((((Gorilla:0.00359457508217,(Chimpanzee:0.00372086302961,Human:0.00298179880742):0.000430213380178):0.00305789641347,Orangutan:0.00855275533622):0.00762151322682,Macaque:0.0130575613566):0.00560046675503,Marmoset:0.0291734948749):0.0330499484079,Tarsier:0.0510146434465):0.00156453596044):0.00626246093673):0.00231517407807):0.00626571374842,Horse:0.0581046312661):0.00654496203501,Sloth:0.0842888313585):0.31446467203;
+(Rat:0.13841377161,((((((Tarsier:0.119275469849,Marmoset:0.0341765260793):0.0111163700303,(Macaque:0.0462658346847,Gorilla:0.00495900011133):0.00106134966115):0.0370535873444,(Orangutan:0.0193151614856,(Human:0.00274199752606,Chimpanzee:0.00751173261276):0.00293259949877):0.00447720944626):0.0405817969205,(Galago:0.0518884076597,Mouse_Lemur:0.0440934741587):0.0156677509873):0.0133501525739,(Horse:0.0611716727527,Sloth:0.124784964326):0.00945648932163):0.0075008706091,(Rabbit:0.107577653655,Tree_Shrew:0.102349637989):0.00816478073696):0.00787723861592):0.338621497363;
+((Horse:0.0490454050449,((Tree_Shrew:0.12008260771,(((Galago:0.0588870734465,Mouse_Lemur:0.0349103890843):0.0129410301713,(Marmoset:0.0244116350476,((Human:0.000958593045753,(Gorilla:0.000968376793858,Chimpanzee:0.000633121888252):1.78987812123e-06):0.00412472509885,(Orangutan:0.00620851089674,Macaque:0.0334804312643):0.000984673774905):0.00819502470381):0.0262122934246):0.00256929220489,Tarsier:0.0677398553507):0.00511015988005):0.00138186862514,(Rat:0.179869783819,Rabbit:0.0944214835636):0.0025485640893):0.00962422055168):0.00486492826126,Sloth:0.048194319752):0.493541661572;
+(Sloth:0.0793367051242,(Horse:0.0734948673997,((Galago:0.0751680638313,Mouse_Lemur:0.0376186651712):0.0227387597881,((Tree_Shrew:0.0613744875141,((Marmoset:0.0309696628354,(Macaque:0.0144287006507,(Orangutan:0.00841292182409,(Gorilla:0.00132597396314,(Chimpanzee:0.00255664045861,Human:0.00189876488986):0.00120933609581):0.0079138433383):0.00769220696343):0.00419926406645):0.0274612491796,Tarsier:0.0826760384522):0.00666094092795):0.00729291406435,(Rat:0.156049490956,Rabbit:0.0915739886243):0.00722751026736):0.0016895632731):0.0115224251165):0.00611244440624):0.350401986009;
+((((Rat:0.0994315077825,(Marmoset:0.0101428929087,(Macaque:0.00788524504704,((Gorilla:2.25128995601e-06,(Human:2.25128995601e-06,Chimpanzee:2.25128995601e-06):0.00290880035163):0.00147346019718,Orangutan:0.00549667144765):0.00331172342889):0.00350902550021):0.0102835097101):0.00109922258882,((Mouse_Lemur:0.011976245825,Galago:0.0274866223031):0.0145478819186,(Tree_Shrew:0.0237312061639,(Tarsier:0.0358562803495,Rabbit:0.153840574953):0.00103640798079):0.00228220981241):0.00155399055066):0.0044233201234,Horse:0.0493615959714):0.00238262731625,Sloth:0.0385865859749):0.174437217242;
+(Sloth:0.0433555071385,(Horse:0.0373842236014,((Tree_Shrew:0.0551111631142,(Galago:0.0213838635929,Mouse_Lemur:0.0122953703191):0.0063628727955):1.62443849032e-06,(Rabbit:0.0459505462065,(Rat:0.12804208153,((Marmoset:0.0147840171797,(Gorilla:1.62443849032e-06,(Macaque:0.0504741359538,((Orangutan:0.00851669948364,Human:1.62443849032e-06):0.000595020976053,Chimpanzee:0.00257002401957):0.00118465538532):1.62443849032e-06):0.00256567265808):0.0111420696561,Tarsier:0.0303624804917):0.00342914143385):0.00106300747794):0.00302137085617):0.00339679819589):0.00294263594965):0.202989853638;
+((((Sloth:0.179662367594,Rat:0.133981652736):0.01326118887,(Horse:0.0508799739518,Rabbit:0.220863226091):0.0202641296602):0.0115891168298,Tree_Shrew:0.0550618396365):0.00739002831752,((Galago:0.0441889714636,Mouse_Lemur:0.0502973125291):0.00929034917976,(Tarsier:0.0411328954811,(Marmoset:0.0298945639321,(((Human:0.00538795851625,(Gorilla:0.00540128643316,Chimpanzee:0.00380560491345):2.35117859796e-06):0.00156908205952,Orangutan:0.00516648760175):0.00553426234299,Macaque:0.0158469626739):0.012609257595):0.0271655162994):0.0222337549191):0.0074600155465):0.251543614819;
+((Horse:0.100666526285,(Tree_Shrew:0.0543102686205,(Rat:0.169079596814,((Rabbit:0.108123255419,(Galago:0.0408108503774,Mouse_Lemur:0.0246331577451):0.0112091479814):0.0036720688852,(Tarsier:0.0460921194046,(Marmoset:0.0216036102569,((((Chimpanzee:0.00156478713496,Human:0.00208256485759):0.00152629062614,Gorilla:0.00439877751867):0.000145827259046,Orangutan:0.0040909778415):0.00481304551375,Macaque:0.0115578160186):0.00397453590825):0.0233619275067):0.00426305463036):0.00451712321913):0.00279908660707):0.00525215555945):0.00608423047014,Sloth:0.0841853893762):0.2168801203;
+((((Rabbit:0.107754725914,Rat:0.15146970167):0.00818002768252,(Tree_Shrew:0.116784322565,((Tarsier:0.096180907031,(Marmoset:0.0333481778151,(Macaque:0.0176890735173,(Orangutan:0.00970111185038,(Human:0.0033301196712,(Gorilla:0.00347072127674,Chimpanzee:0.00388210135906):0.000395660474901):0.00447901944732):0.00668227474443):0.00850913023793):0.0332189621129):0.0104581766004,(Galago:0.0668971311925,Mouse_Lemur:0.045760872247):0.0195214858593):0.00739552140835):0.0040497558297):0.00721213621905,Horse:0.0747687452555):0.0077229975375,Sloth:0.0743564240139):0.401097443202;
+(Sloth:0.0872505421922,((Tree_Shrew:0.0943474244927,(((Galago:0.0795984784919,Mouse_Lemur:0.0693169995761):0.0556999054365,(Tarsier:0.0943800908835,(Marmoset:0.0419128720624,(Macaque:0.0227507394801,(Orangutan:0.0132963636021,(Human:0.00324260832123,(Gorilla:0.0039017385357,Chimpanzee:0.0016223706931):1.84564458718e-06):0.00319012519365):0.0151429893245):0.0126123208095):0.0320580257617):0.0102648712357):0.0126989889974,(Rabbit:0.123040617399,Rat:0.147992285777):0.00306609783714):0.00407611564149):0.00789304361237,Horse:0.0965893514159):0.0172331451082):0.493531365919;
+((((Rabbit:0.08325592447,Rat:0.153241848334):0.00544472926834,((Mouse_Lemur:0.0377360657201,(Marmoset:0.0254965218557,(Macaque:0.0126733177519,(Orangutan:0.00483242494896,(Gorilla:0.0013718411845,(Chimpanzee:0.00074014758994,Human:0.00116166171212):0.00313827861823):0.00387091788408):0.00518862438816):0.00797598103138):0.0121145561989):0.00488041268574,((Galago:0.150340725579,Tarsier:0.0367743516549):0.00648486498142,Tree_Shrew:0.0623274311254):0.00911539749568):0.00160821145237):0.00461558693415,Horse:0.0607154522126):0.00188744227658,Sloth:0.088006109725):0.243585750027;
+((((Rabbit:0.0582257314255,(Tree_Shrew:0.0537659598297,Rat:0.212663186751):0.00710688892262):0.0122956649243,((Galago:0.0443682816968,Mouse_Lemur:0.0287762335767):0.00898546377376,(Tarsier:0.0379686180497,((Orangutan:0.00572818631447,((Human:0.00183803014926,Chimpanzee:0.00264693162842):0.000749671639363,Gorilla:0.00193662837017):0.00160271312624):0.0038751552122,(Macaque:0.0259983542478,Marmoset:0.0262169016354):0.008050275279):0.0186255439061):0.00387841935436):0.00213053729916):0.00487007825514,Horse:0.0680577446075):0.00854247154214,Sloth:0.0404116075268):0.191285861567;
+(Sloth:0.0380161018913,(((Tree_Shrew:0.0603581384872,(Rabbit:0.0577806628468,Rat:0.129674810861):0.00368386490533):0.000665374331348,(((Galago:0.030379739264,Mouse_Lemur:0.0198697080104):0.00579534708807,Tarsier:0.0274974429448):0.00224014740979,(Marmoset:0.0143077778471,(Macaque:0.00798073134749,(((Gorilla:0.00108029202323,Orangutan:0.0041883236324):0.00019164131083,Chimpanzee:0.000867363431277):0.0025875940608,Human:0.001854498338):0.00546018617688):0.00248089236584):0.0144360773712):0.00249952904909):0.00429583369076,Horse:0.0294259031287):0.00444559060695):0.24852257559;
+(((Tree_Shrew:0.0663957312502,(((Tarsier:0.0840211398898,(Marmoset:0.0251281662424,(Macaque:0.021298776065,(((Human:0.00154173041935,Gorilla:0.00410778438567):0.000246685880288,Chimpanzee:0.00233385213069):0.00380882640957,Orangutan:0.00593901339586):0.00373791701041):0.00661726080626):0.0227182469152):0.00394226746366,(Mouse_Lemur:0.0319140852454,Galago:0.0662405989595):0.00900011718939):0.00545362418476,(Rabbit:0.0746890133329,Rat:0.177987611784):0.00541319801345):0.000562290645301):0.00718365222859,Horse:0.0680048601992):0.00467334584294,Sloth:0.067497779007):0.328899554234;
+((((((Marmoset:0.0321147648049,(Macaque:0.0174634572628,(Orangutan:0.00892603737891,(Gorilla:0.00196782034228,(Chimpanzee:0.0020399969354,Human:0.00121812037757):0.000475320533509):0.00212763742451):0.00385202170445):0.0103254627036):0.0287709742845,((Galago:0.0891756095313,Mouse_Lemur:0.0571755017367):0.00944103181671,Tarsier:0.0554807798899):0.00144779135113):0.00526244084329,(Rat:0.121686719776,Rabbit:0.0912963325858):0.00664823140998):0.00585828495872,Tree_Shrew:0.0776454950271):0.0145731460579,Horse:0.0683522197767):0.0211593668468,Sloth:0.125782594072):0.25907816305;
+(((Tree_Shrew:0.0705542682704,((Rabbit:0.118665771263,Rat:0.242967607071):0.00897398635499,((Galago:0.0405847013643,Mouse_Lemur:0.0322084158468):0.0192197121974,(Tarsier:0.0493618905191,(Marmoset:0.0369647981252,(Macaque:0.103754768191,(Orangutan:0.00759552465216,((Chimpanzee:0.000813449759372,Human:0.00163622677278):0.00186522631442,Gorilla:1.95582736125e-06):0.007185734979):0.00255632719094):0.0079444467284):0.0269695212587):0.00460349889242):0.00191552045205):0.00234037635982):0.00369225058176,Sloth:0.0556097344672):0.012717765269,Horse:0.0328499430657):0.294837660013;
+(Sloth:0.11126398381,(((Tarsier:0.0854006537759,((Galago:0.0612222807682,Mouse_Lemur:0.0581473323783):0.009624653721,(Marmoset:0.0398094117828,(Macaque:0.0119173069834,((Gorilla:0.00343368254955,(Human:0.00283965669146,Chimpanzee:0.00275746744514):0.00139588427188):0.00372380402067,Orangutan:0.00886931427277):0.00677153599779):0.0105900342356):0.0399549043271):0.00599518140559):0.0100610042942,(Tree_Shrew:0.217612935655,(Rabbit:0.152766997419,Rat:0.176624413131):0.00972360248138):0.0149579018486):0.0221485064857,Horse:0.0983447358683):0.0339802350583):0.309007187256;
+(Sloth:0.0401863433933,(Horse:0.039211967484,((Rabbit:0.0317669411697,Rat:0.134144261858):0.00522955639229,(Tree_Shrew:0.0353150025504,(((Marmoset:0.0196467707768,(Macaque:0.00503471929011,((Orangutan:0.0055336629784,(Human:0.00164042610333,Gorilla:1.80186061121e-06):1.80186061121e-06):0.0010422042594,Chimpanzee:0.00173661587177):0.00350247198578):0.0052847963287):0.0145306334637,Tarsier:0.0299490971307):0.00401196464756,(Galago:0.0448037011649,Mouse_Lemur:0.0208296547745):0.00925970740297):0.00365183513676):0.00153228378178):0.00261813230345):0.0101233723542):0.121449711491;
+(((((Tarsier:0.0450147060165,(Marmoset:0.0388747889391,(Macaque:0.0151899580859,(Orangutan:0.00849565689511,((Chimpanzee:0.00215699772145,Gorilla:0.00254146052078):0.000722997211822,Human:0.00390480206556):0.00518387728785):0.00956142245843):0.00602125875907):0.0259295693667):0.00374492591438,(Galago:0.0543435924473,Mouse_Lemur:0.0585045759391):0.0146271171084):0.00539972080385,(Tree_Shrew:0.0625802263271,(Rabbit:0.0751732054727,Rat:0.121848543717):0.0045095641675):0.00132179058337):0.0102913724791,Horse:0.0585940799488):0.00599295902636,Sloth:0.082889334967):0.338442345478;
+(Sloth:0.075040899267,(Horse:0.158427893341,((Rabbit:0.0968836630312,(Tree_Shrew:0.327885740876,Rat:0.180036431796):0.00834592162031):0.00741384754356,((Galago:0.0510671812265,Mouse_Lemur:0.0460553358286):0.013009534981,(Tarsier:0.0714193211704,(Marmoset:0.0357555142497,(Macaque:0.0221198360368,(Orangutan:0.0150401866729,((Human:0.00331463555004,Chimpanzee:0.0037917673871):0.00100439873018,Gorilla:0.00638952361461):0.0062935114657):0.00325668091769):0.00727764952297):0.0265584910298):0.00732009817474):0.00615437200768):0.00350902777563):0.0172049816232):0.544014823044;
+(Sloth:0.0345045852704,(((((Galago:0.0312844009865,Mouse_Lemur:0.0193500247368):0.00892921324723,((Marmoset:0.0227372370587,(Macaque:0.0114912859419,((Gorilla:0.00152939043062,(Chimpanzee:0.000428612696506,Human:0.00123243188551):0.000532945268267):0.00249003252453,Orangutan:0.00311695475975):0.00222082956883):0.00388304857999):0.0127095741771,Tarsier:0.0278066014026):0.00386006984146):0.00334357110338,(Rat:0.0758204355853,Rabbit:0.0420939711009):0.000227446308631):0.00132679257899,Tree_Shrew:0.044328448592):0.00291488928133,Horse:0.0216878991632):0.00689245997999):0.186532187905;
+((Horse:0.0498988029094,(((Rabbit:0.0870117593611,Rat:0.146849698774):0.00369791618916,((Mouse_Lemur:0.0313182352597,Galago:0.0497484958431):0.0137047302442,(((Macaque:0.0106175806056,((Gorilla:0.00229460909421,(Human:0.00169183294483,Chimpanzee:0.00331867589395):0.000519836018709):0.0042704092211,Orangutan:0.00581941971541):0.00513684067926):0.0047193801531,Marmoset:0.0533066057102):0.0255568928185,Tarsier:0.0451904889032):0.00553613103456):0.00556578014248):0.000991848010045,Tree_Shrew:0.101269439248):0.00742402897931):0.00599070755829,Sloth:0.0792998325408):0.419306002556;
+(Horse:0.0468085560295,(Sloth:0.0336408739148,((Rabbit:0.0587990816053,Rat:0.124673990173):0.00189220486511,(((Galago:0.0312751814488,Mouse_Lemur:0.0322708561019):0.00536521871127,Tree_Shrew:0.0422328582546):0.00128689323511,(Tarsier:0.0299270429799,((Macaque:0.012564852159,(((Chimpanzee:0.00344122142977,Human:0.00169567666179):0.000907194571001,Gorilla:0.00227620577736):0.00306572543049,Orangutan:0.00348474874945):0.00193892475146):0.00524748977277,Marmoset:0.0136994894749):0.00899374888598):0.00318988844312):0.00179904319262):0.00501262564117):0.00186426786524):0.250873709265;
+((((Rat:0.119325479859,Rabbit:0.0497786700714):0.0016308124634,(((Mouse_Lemur:0.0267337581503,Galago:0.058222220725):0.00717000109107,((Macaque:0.0134733992799,(Orangutan:0.0118311023715,(Gorilla:2.22482828347e-06,(Human:0.00108719071479,Chimpanzee:2.22482828347e-06):2.22482828347e-06):0.00109026981645):0.000564665254929):0.00207259181207,Marmoset:0.0137477014665):0.0100796162117):0.00279024667784,Tree_Shrew:0.040405678457):0.00200376063668):0.00746914844229,(Horse:0.0482561845681,Tarsier:0.206594856567):0.00308571907916):0.0055943387949,Sloth:0.0487694419961):0.230410065421;
+(Sloth:0.0747813886986,(((((Tarsier:0.0596139418052,(Marmoset:0.0651414410063,((Orangutan:0.0161919216062,(Gorilla:0.00710746523964,(Human:0.00489402937771,Chimpanzee:0.00622895452733):0.00330506933099):0.00664184921038):0.0132742513206,Macaque:0.0375005673878):0.0243332989329):0.0437174541388):0.00526004478987,(Mouse_Lemur:0.0465578026182,Galago:0.0528925478542):0.0193570348816):0.0056488127095,Tree_Shrew:0.151707286512):0.00173953199838,(Rabbit:0.160682424916,Rat:0.182313470131):0.00760738267475):0.0147499322019,Horse:0.0808072397985):0.0107069241844):0.574368170592;
+(Sloth:0.0460368954774,(Horse:0.0658376672011,(((Tarsier:0.0594893427938,(Marmoset:0.0516536218633,(Macaque:0.0146218676154,(Orangutan:0.00920281206067,(Human:0.00391335982062,(Gorilla:0.00593875207886,Chimpanzee:0.00308840610717):0.000390998409276):0.00370632378728):0.00517038546558):0.00458203273591):0.0251075418858):0.00561670819645,(Mouse_Lemur:0.0269206633832,Galago:0.0758737152803):0.0205923657873):0.00791444749331,(Rat:0.21463904291,(Tree_Shrew:0.16976444818,Rabbit:0.0834737935744):0.00573162557886):0.00222013137562):0.00664463129006):0.00539644489654):0.413493300975;
+(Sloth:0.0417695843587,((Horse:0.0416654642369,((Mouse_Lemur:0.0183516161312,Galago:0.023880523025):0.00684065672615,(Tarsier:0.0523997382832,(Marmoset:0.0136082213568,(Macaque:0.0124195723733,(Orangutan:0.00720758256698,(Gorilla:0.00268772084023,(Human:0.00107579646516,Chimpanzee:0.00107723287143):0.000927727830782):0.00162415414462):0.00218706605028):0.00306032514207):0.0139208684217):0.00160714609974):0.00463303204524):0.000568635677217,((Rat:0.123182001905,Rabbit:0.0503245197187):0.0017014640472,Tree_Shrew:0.0601292049505):0.00145125525849):0.00487622771634):0.395053066916;
+(Sloth:0.051248396699,(Horse:0.0631809414587,(((Tree_Shrew:0.0747860690912,Rabbit:0.0760921321):0.00950421191306,Rat:0.126000851889):0.00697014907825,((Galago:0.0670434984792,Mouse_Lemur:0.035795559285):0.0123350955532,(Tarsier:0.0618604125362,(Marmoset:0.0202887164681,(Macaque:0.0189591144542,(Orangutan:0.00638025760631,(Chimpanzee:0.00375417652746,(Gorilla:0.00286618074226,Human:0.00217109773211):0.00216589829409):0.0032623502772):0.00605901392904):0.0095851191321):0.03311196761):0.00547364501653):0.00718264414615):0.00376352348737):0.00968645606399):0.459922469937;
+(((((Rabbit:0.0756846913404,Rat:0.0876170729294):0.00671085810787,Tree_Shrew:0.0598575312324):0.00542747786882,((Mouse_Lemur:0.0242233538904,Galago:0.0386128444993):0.0129057695137,(Tarsier:0.0387232280614,(Marmoset:0.024117632083,(Macaque:0.0486550156751,(Orangutan:0.00501948818834,((Chimpanzee:0.00266731713736,Human:0.00265332952855):0.000638678715668,Gorilla:0.00429116583433):0.00250000309341):0.00316024933678):0.00578273187543):0.0172582129867):0.0055182131228):0.009420754264):0.00832659909551,Horse:0.0494640867916):0.0064569690508,Sloth:0.113780437089):0.245591141183;
+((Horse:0.0643656225089,(((Tarsier:0.0364724955204,((Mouse_Lemur:0.0513554653529,Galago:0.0559417743609):0.0138059330232,(Marmoset:0.0560258742911,(Orangutan:0.00750051436725,(Chimpanzee:0.00183481532038,(Gorilla:0.00541763106129,(Human:0.0042687973269,Macaque:0.0213357800525):0.000426260334891):0.00951377055402):0.00255570265003):0.0186178881849):0.0140612613107):0.000749904601847):0.00726181743265,(Rat:0.15454723037,Tree_Shrew:0.0651074961198):0.0012625713526):0.00450638609772,Rabbit:0.0796245385567):0.0066770505493):0.00520570827287,Sloth:0.0546887253472):0.352801153872;
+((Horse:0.135445646641,(((Rat:0.28951989011,Rabbit:0.096496839644):0.0116285183425,(Galago:0.118053185057,((Tarsier:0.0852246325137,(Marmoset:0.0397890421162,(Macaque:0.0229098227361,(Orangutan:0.00510930937887,(Human:0.00209491994642,(Chimpanzee:1.91598385784e-06,Gorilla:0.00236901012089):0.00210139766047):0.00994216204412):0.00784110925655):0.012713649855):0.0221434897309):0.00950472883739,Mouse_Lemur:0.0351482716434):0.0118853807646):0.0131953179339):0.00391716791233,Tree_Shrew:0.211123721899):0.00708190145794):0.0991247072275,Sloth:0.0634186653484):0.537689525923;
+((Horse:0.143156628724,Sloth:0.257369120272):0.00284360492895,(((Rat:0.247242964111,Rabbit:0.142322104948):0.0101182465009,Tree_Shrew:0.110572821002):0.00612534050718,((Mouse_Lemur:0.0765103702656,Galago:0.117537656046):0.0372515641553,(Tarsier:0.0734057495573,(Marmoset:0.0383851151496,((Orangutan:0.0152741529139,((Gorilla:0.00889414045064,Human:0.00283456719218):0.00122062295056,Chimpanzee:0.00429058762223):0.00550469771256):0.00505115382516,Macaque:0.0249652010447):0.00932141134445):0.0442904018165):0.00263224821291):0.0106900557385):0.00978389084985):0.432521148864;
+(Sloth:0.053002236954,((Tree_Shrew:0.0646267663361,((Rabbit:0.0584002161489,Rat:0.180655742003):0.00275337109878,((Marmoset:0.0353342974491,(Macaque:0.0100437915894,(Orangutan:0.00606883200448,(Gorilla:0.000607068533704,(Chimpanzee:0.0015500609144,Human:0.00300531924181):0.000644989814345):0.00321942942297):0.00721785199562):0.00925532147429):0.0229611758092,((Galago:0.0625746837246,Mouse_Lemur:0.0318305678284):0.0110762147692,Tarsier:0.0475647694987):0.00170600752467):0.00518600043822):2.32707428774e-06):0.00583877229522,Horse:0.0486277780231):0.0085977432647):0.365005063841;
+(Horse:0.0924548982261,((Rabbit:0.0373365289485,(Rat:0.130589322754,Tree_Shrew:0.0359091208342):0.0097598904617):0.00104652191955,((Marmoset:0.0152021007293,((Orangutan:0.00695571179286,((Chimpanzee:0.00181179623111,((Sloth:0.0994837239758,Tarsier:0.0281014186775):0.0174187125089,Gorilla:0.00117572326493):2.18289604967e-06):0.020580706339,Human:0.00263155118222):0.00176193407683):0.00105807108903,Macaque:0.0141044672503):0.00513259829113):0.0142700055231,(Galago:0.0496188788079,Mouse_Lemur:0.013550909778):0.00927706703878):0.00812449942901):0.00602434663416):0.108185188521;
+((Horse:0.0377429546532,((Marmoset:0.01644637169,((Orangutan:0.00213028975158,(Chimpanzee:0.00134983443387,(Human:0.00128146401836,Gorilla:0.0022058291814):2.61077519183e-06):0.00322529912773):0.00520639031147,Macaque:0.0434189728083):0.00252217473876):0.0157522352464,((Tree_Shrew:0.0548280466157,Rat:0.129836240153):0.0043814863147,((Rabbit:0.0521895380393,(Mouse_Lemur:0.017671956861,Galago:0.0252517181996):0.00197269332161):0.00258517759284,Tarsier:0.0345534300297):0.00172654684695):0.000847398270777):0.00303266003369):0.000692419061243,Sloth:0.0234896951103):0.196383272994;
+(((Rabbit:0.0515956742768,(Tree_Shrew:0.0583004345673,(Rat:0.163989512687,((Marmoset:0.0327169933081,(Macaque:0.0160070093157,(Orangutan:0.00981394736693,((Human:0.00522091818047,Chimpanzee:0.00249710237787):0.000520944344383,Gorilla:0.00128236495019):0.00450540386111):0.00663763844814):0.00519910280536):0.0238964245861,(Tarsier:0.0442431152149,(Galago:0.0792219614958,Mouse_Lemur:0.019842276452):0.00970942874609):0.00293024741089):0.00666331940986):0.000827172376451):0.000846528948152):0.0054958952796,Horse:0.0542924374373):0.0110266353105,Sloth:0.0531464991928):0.421074247835;
+((((Rabbit:0.130942085219,Rat:0.122723469951):0.00754625698046,Tree_Shrew:0.117993725598):0.00870589172277,(((((((Gorilla:0.00183311920634,Human:0.00272902822026):1.83708643056e-06,Chimpanzee:0.00108262322046):0.00273736598846,Orangutan:0.0066188384577):0.0057430591292,Macaque:0.0746062360785):0.0174278209025,Marmoset:0.0299850215628):0.0224472203916,Tarsier:0.0529903125229):0.00760071503943,(Galago:0.0498458256024,Mouse_Lemur:0.0280633141187):0.0217891920904):0.00540482522919):0.00658557008928,(Sloth:0.0970375995454,Horse:0.0419615430148):0.00462972756669):0.329722069558;
+(Sloth:0.0647579561111,(Horse:0.0340216018145,(Tree_Shrew:0.0545698707158,((Rabbit:0.0363029643318,Rat:0.103835489295):0.00293628805479,((Tarsier:0.0451280954093,(Marmoset:0.036193902806,(Macaque:0.0102233817851,(Orangutan:0.00404110202097,((Gorilla:0.00622156436904,Human:0.000359277323711):0.000363095484246,Chimpanzee:0.00195249269376):0.0027680138122):0.00356550336167):0.00364202315143):0.0199240507376):0.002328274385,(Mouse_Lemur:0.0166681075904,Galago:0.0383989322328):0.00897607548755):0.00210756434736):0.000124465872789):0.0064177851878):0.00580579105554):0.234134030981;
+((Tree_Shrew:0.0757405206501,(((Rat:0.131760333563,(Rabbit:0.1156743617,Mouse_Lemur:0.027099700389):0.0104485772604):0.0170699107614,Horse:0.0851723964354):0.0146133312797,(Galago:0.0427551431883,(Tarsier:0.0450259230665,(Marmoset:0.0311692498801,(Macaque:0.0181608000455,(Orangutan:0.00942226559764,(Human:0.0044647501977,(Gorilla:0.00112068606826,Chimpanzee:0.00333839874075):3.0571212968e-06):0.00232203379177):0.00744111962991):0.00372289201109):0.0209945022704):0.0105399428726):0.0144938470496):0.00405129313245):0.0115954496532,Sloth:0.075059268541):0.293044194053;
+((((Tree_Shrew:0.0928091946106,(Rabbit:0.121753693986,Rat:0.168264196935):0.00528415583777):0.00480347762058,((Tarsier:0.0589488064131,(Marmoset:0.0670563318375,(Macaque:0.037854516961,((Gorilla:0.00433791559984,(Chimpanzee:0.0025787650682,Human:0.00501726240713):0.00166051603563):0.00250668514208,Orangutan:0.00644503773832):0.00185603275294):0.0067888452195):0.0368164730755):0.00517273662069,(Mouse_Lemur:0.0515142913068,Galago:0.0688729138536):0.0218901680521):0.00414306099051):0.0127504597287,Horse:0.0668436315131):0.00752743947974,Sloth:0.208016953123):0.324478714284;
+((((Tarsier:0.111117363738,((((((Chimpanzee:0.00118211511788,Human:0.00359233938987):0.000398240583182,Gorilla:0.00921338842758):0.00682100741159,Orangutan:0.0111338103772):0.00399927572958,Macaque:0.0199260426786):0.00989492076382,Marmoset:0.0366547722248):0.0409550034242,(Galago:0.0539250834999,Mouse_Lemur:0.045859882383):0.0141158413576):0.00714990441069):0.00473218585382,(Tree_Shrew:0.100490611236,(Rat:0.248732654763,Rabbit:0.125683401236):0.0149004963132):0.00726029150216):0.0161520694551,Horse:0.148905204192):0.00517121334334,Sloth:0.0899835870761):0.496352850417;
+(((((Mouse_Lemur:0.0348614539227,Galago:0.066119821646):0.018542305915,(Tarsier:0.0580197386201,(Marmoset:0.036059272135,(Macaque:0.01842767593,(((Human:0.00182479014521,Gorilla:0.00289201112145):0.000402516622718,Chimpanzee:0.00356492678639):0.00433270668116,Orangutan:0.00755227760785):0.00523969127191):0.00545949670191):0.0201434820781):0.00296695815854):0.00748825113335,((Rabbit:0.075339138816,Rat:0.161736586531):0.00327093945578,Tree_Shrew:0.0595912661719):0.00177398242764):0.00820954821111,Horse:0.0775696982068):0.00717590584023,Sloth:0.0728859112899):0.495105978039;
+((Horse:0.0443633526095,(Tree_Shrew:0.0363800884085,(((Galago:0.0372891404852,Mouse_Lemur:0.0550322337677):0.0118611470595,(Tarsier:0.0285703181668,(Macaque:0.00654975362655,(((Chimpanzee:0.00180711076984,(Orangutan:0.0138532753538,Human:0.00335814332565):0.00377051725068):0.00233276599817,Gorilla:0.00192543847548):0.00420055450549,Marmoset:0.0208594480927):0.00248689865322):0.0131451748629):0.00356585049798):0.00827509678054,(Rat:0.104123617331,Rabbit:0.0737047048643):0.00332903952471):0.00297117696371):0.00646009884441):0.00677741477384,Sloth:0.0548885355044):0.224078291357;
+(((((Marmoset:0.0432747965288,(Macaque:0.0445936939222,((Gorilla:0.00598338700954,(Human:0.00261479411508,Chimpanzee:0.00206989678301):0.00102440327666):0.00312648617919,Orangutan:0.0110285413612):0.00737298676921):0.0055994194135):0.0316529113617,(Tarsier:0.0678634908865,(Mouse_Lemur:0.0588025840707,Galago:0.0683721934743):0.0199159833832):0.0030869159061):0.011905790319,((Rabbit:0.0994150580685,Rat:0.14631250756):0.00972648595459,Tree_Shrew:0.080200989339):0.00556549542052):0.0107278548331,Horse:0.0812302166868):0.0180928035756,Sloth:0.0738759039243):0.393336020997;
+(Sloth:0.0496891113198,(((Rat:0.162262427336,Rabbit:0.077153413904):0.00462443380302,(((Mouse_Lemur:0.0394949211691,Galago:0.0617521791025):0.0165565403256,(Tarsier:0.044173448289,(Marmoset:0.0486047963401,(Macaque:0.0210762649147,(Orangutan:0.00827095905376,(Gorilla:0.00634299624692,(Chimpanzee:0.0019375164907,Human:0.00480998407453):0.000452010906799):0.00645631799712):0.00394626000999):0.0090812325883):0.0307552853215):0.00636094365552):0.00734992448943,Tree_Shrew:0.110437381639):0.00356084315068):0.0154345874412,Horse:0.0535566006584):0.0112809234762):0.279366814386;
+((Horse:0.0578972085657,((Tarsier:0.0388841337736,(Marmoset:0.036514285811,((Orangutan:0.00519851631773,(Chimpanzee:0.00326847013408,(Gorilla:0.00306407130706,Human:0.00260455516105):0.00151856970002):0.00239662815661):0.00318205642074,Macaque:0.0142158422866):0.0061516475756):0.0264770432066):0.00587298146637,(((Tree_Shrew:0.0756151713148,Rabbit:0.213594020869):0.0402128256806,(Galago:0.0714335979847,Mouse_Lemur:0.0458227405602):0.0171158956965):0.00819799969858,Rat:0.162171943729):0.00569407447107):0.0101242247703):0.0134855956558,Sloth:0.0706263564362):0.287598225243;
+(Sloth:0.113528067672,(Horse:0.0867294416564,((((Galago:0.0824151306261,Mouse_Lemur:0.047985097443):0.0230696063163,(Tarsier:0.0845999096462,(Marmoset:0.0454345997057,(Macaque:0.0279276034914,(Orangutan:0.0105350869792,(Gorilla:0.000585916722283,(Human:0.00352633750778,Chimpanzee:0.00403976380708):0.00214642903018):0.00361218788022):0.0170471123209):0.0133436505166):0.0444145295854):0.00864582784402):0.00630157286526,(Rabbit:0.17633494032,Rat:0.22447347009):0.00882017356962):0.00679027706799,Tree_Shrew:0.161813724582):0.015806169591):0.0176650945862):0.568745318348;
+(Sloth:0.0731181027843,(Horse:0.0416379743533,((((Galago:0.059414433983,Mouse_Lemur:0.0207040610147):0.0195927112262,(Tarsier:0.0449804218756,(Marmoset:0.0196029300213,(Macaque:0.067660148658,(Orangutan:0.00695103227862,(Chimpanzee:0.00172310767563,(Gorilla:0.00196683896924,Human:0.000474055532753):0.000657139583849):0.0040716185166):0.00221139028284):0.00414582551046):0.0271945105482):0.00331797193714):0.00472704174411,Tree_Shrew:0.0665182685027):0.0021979338126,(Rat:0.119016710704,Rabbit:0.0646657262175):0.0152381275306):0.00945661404364):0.0168792415628):0.219911096705;
+((((((((Gorilla:2.01391781197e-06,(Human:2.01391781197e-06,Chimpanzee:2.01391781197e-06):0.00175448057021):2.01391781197e-06,Orangutan:0.00580016383059):0.00633690918148,Macaque:0.00535797533468):0.00585907337002,Marmoset:0.0151700831857):0.0253512884816,(Tarsier:0.110299211902,(Mouse_Lemur:0.0312919366588,Galago:0.097132661087):0.0141579529014):0.0107204609265):0.012750622611,((Rat:0.105039518572,Rabbit:0.0636376545528):0.00338252232026,Tree_Shrew:0.082417493028):0.0015845673594):0.019866477329,Horse:0.060180556753):0.0203772223018,Sloth:0.0378646032477):0.184898558092;
+(Sloth:0.076367327556,(Horse:0.0638234570989,((Rat:0.136904854581,(((Tree_Shrew:0.0472494206504,(Galago:0.0509077033049,Mouse_Lemur:0.0420571956624):0.0151223961122):0.00442424882146,(((Gorilla:0.00293491550931,((Chimpanzee:0.0012983112634,Human:0.00390040553):0.00265291698069,Orangutan:0.0105393546068):0.00449131179554):0.0127098384005,Macaque:0.20195656688):0.00841634625254,Marmoset:0.0518942466936):0.0311405128873):1.77468050763e-06,Tarsier:0.0627439710971):0.00293189358526):0.00440350463641,Rabbit:0.0782773992549):0.00539781082959):0.00261572621854):0.263409935173;
+(Sloth:0.0752424449689,(((Tree_Shrew:0.0805106048529,(Rabbit:0.0666560788851,Rat:0.126234051234):0.0058825995935):0.00282170312981,((((((Gorilla:0.00238987429808,(Chimpanzee:0.000696464502613,Human:0.000931034557524):0.00223013424033):0.00341817336164,Orangutan:0.00487076993801):0.00327605309318,Macaque:0.0114930466726):0.0053945862918,Marmoset:0.0221637231431):0.0225191784818,Tarsier:0.0567035130925):0.00371301071675,(Mouse_Lemur:0.0438125043492,Galago:0.0522125716569):0.0170736678817):0.00760480512551):0.0102645431452,Horse:0.0700053827497):0.0164187289689):0.36245632422;
+(Sloth:0.0834744931794,(((Tree_Shrew:0.0725643050641,((Galago:0.0596084288658,Mouse_Lemur:0.0341057966552):0.0139643104149,(Tarsier:0.0503656576615,(Marmoset:0.0310622470739,(Macaque:0.0229568233948,(Chimpanzee:0.00232637260984,((Orangutan:0.0104738510576,Human:0.00278835208097):0.00539570090781,Gorilla:0.00198361159713):0.000584053876513):0.00936500446717):0.00338476289921):0.0266042691095):0.00691023734162):0.00777364554972):0.0023250036356,(Rabbit:0.0856221465182,Rat:0.158683289787):0.00452898070774):0.00526917479395,Horse:0.0656518694221):0.00614676297851):0.330758626369;
+(Rabbit:0.0576402907496,((Tarsier:0.0589299223487,(Macaque:0.0120276182186,((Orangutan:0.00820776560002,(Chimpanzee:0.00259052689592,(Gorilla:0.00433606909619,Human:0.00259571029265):1.51967184419e-06):0.00359119974195):0.00390620176752,Marmoset:0.0290336113864):0.000958922791399):0.0340730826321):0.0145577480664,((Galago:0.0502250314382,Mouse_Lemur:0.0319680582772):0.0138803186834,((Sloth:0.0465204015695,Horse:0.0677281508007):0.0166435828628,(Tree_Shrew:0.147344968951,Rat:0.123178360842):0.00417200751321):1.51967184419e-06):0.00336027950463):0.0111705956304):0.327052760388;
+(Tree_Shrew:0.0455540557057,((((Sloth:0.0615661343397,Horse:0.0342701291314):0.00144133767664,Rat:0.213767538619):0.000763605695709,(((((Orangutan:0.00498241536306,(Gorilla:0.00197393333297,(Human:0.00299640209422,Chimpanzee:0.00192284617789):0.00104433506692):0.00196156202781):0.00513369120593,Macaque:0.0261851913309):0.00698717187037,Marmoset:0.0219410130485):0.0199879536358,Tarsier:0.0358425133633):0.00332196014031,(Mouse_Lemur:0.0270012224268,Galago:0.0457986868574):0.0168422146686):0.00517700094319):0.00532072131149,Rabbit:0.0681732627424):0.00824086720313):0.184349378007;
+(((((Tree_Shrew:0.0508109805548,(Marmoset:0.0109124191952,(Macaque:0.00896964786785,((Chimpanzee:0.00118082349497,(Gorilla:1.6236668872e-06,Human:0.000476906530421):0.000111375979424):0.000589699564684,Orangutan:0.00295931837542):1.6236668872e-06):0.00233836640946):0.00509065850671):0.00497382886546,((Galago:0.019569640303,Mouse_Lemur:0.0162024429267):0.00345022005407,Tarsier:0.0239353744779):0.00079372160683):0.00150497730496,(Rabbit:0.0455635388448,Rat:0.12384843081):0.00162493766979):0.000701279627142,Horse:0.0173137070613):0.00133018054002,Sloth:0.0301160535667):0.134744172214;
+(Sloth:0.0553475051912,(Horse:0.0623933248828,(Tree_Shrew:0.0681485723595,((Rabbit:0.0736736850377,Rat:0.190355061111):0.0018090950551,(((Marmoset:0.0268138712495,(Macaque:0.0240326903757,(Orangutan:0.00546232725205,(Gorilla:0.00280946671206,(Human:0.00199968299961,Chimpanzee:0.000825960344022):0.00114443930066):0.00181355865632):0.00485788898994):0.00602632134373):0.0216122428328,Tarsier:0.0999143863405):0.00325790788879,(Mouse_Lemur:0.0294660967727,Galago:0.0616146847658):0.00925544968086):0.00615775417715):4.78858497512e-05):0.00744785926802):0.00628984047701):0.401643363951;
+(((Tree_Shrew:0.0908093190168,((Rabbit:0.0783122182502,((Galago:0.0458939010188,Mouse_Lemur:0.0316707212276):0.0115050386309,((Marmoset:0.0199677294878,(Macaque:0.0125835948349,(Orangutan:0.00384702095141,((Gorilla:0.00184396265315,Chimpanzee:0.00144316088422):0.000482630701284,Human:0.00241502535046):0.00407405602984):0.00378921775015):0.00414659527302):0.0230596324701,Tarsier:0.0581709929501):0.0058695847525):0.00229321309498):0.00187325599495,Rat:0.168330611354):0.00304631679577):0.00607442252182,Horse:0.0536942468669):0.00437661184462,Sloth:0.0525090325754):0.373956875791;
+((Horse:0.0707946331899,((((Macaque:0.01218384483,(Orangutan:0.00809129390388,(Gorilla:0.00542617233653,(Human:0.00224719289558,Chimpanzee:0.00112968226317):0.00209562596554):0.00460242612132):0.00492456985677):0.00635194140232,Marmoset:0.0358957148477):0.0186166940248,((Rat:0.158934513017,Galago:0.0759794578235):0.00684424529237,Tarsier:0.0271796452074):0.00376647788253):0.00408508527341,((Mouse_Lemur:0.164111813563,Tree_Shrew:0.0888256693542):0.0103502501399,Rabbit:0.193726652111):0.00192225299149):0.00873960072638):0.00756614084163,Sloth:0.0596818128845):0.30128026484;
+(Sloth:0.0608588678158,(Horse:0.0604500117396,(((Mouse_Lemur:0.0482566020419,Galago:0.111033216354):0.028734726029,(Tarsier:0.122519459115,(Marmoset:0.0389450123742,(Macaque:0.0166165941193,((Gorilla:0.00185970791251,(Human:0.00296544740076,Chimpanzee:0.00248234599531):1.36862941938e-06):0.00381904063444,Orangutan:0.00398408726351):0.0058340987899):0.00644489829125):0.0356989354533):0.00585501499135):0.00589579308897,((Rat:0.278529847999,Rabbit:0.0764159185142):0.00309858337946,Tree_Shrew:0.0910100340027):0.00118706215276):0.0130820885901):0.0171728636088):0.442852342606;
+(Sloth:0.0663390655574,(((Horse:0.0519989936199,((Mouse_Lemur:0.091547633246,Rabbit:0.126739621699):0.0233693098051,Rat:0.169495908116):0.021115321201):0.0081531010668,(Tarsier:0.0619043585556,(Galago:0.0627670721797,(Marmoset:0.0272582475427,(Macaque:0.0256118248301,(Orangutan:0.00234914589328,(Gorilla:0.00657935419553,(Human:1.90782822048e-06,Chimpanzee:1.90782822048e-06):1.90782822048e-06):0.00405000679114):0.00201766567816):0.00330215687584):0.0163214798936):0.00923855338575):0.00337837172126):0.00227813389499,Tree_Shrew:0.0737626930593):0.0084892372892):0.359025450547;
+(Sloth:0.0353909984328,(Horse:0.0295070812222,((((((((Chimpanzee:0.00200635337855,Human:0.00225300411052):2.61037318208e-06,Gorilla:0.00267879040605):0.00138105182632,Orangutan:0.0047084402581):0.00391009651399,Macaque:0.0218200106796):0.00692930588303,Marmoset:0.0134564816569):0.0156020413674,Tarsier:0.0277368480851):0.00316018148112,(Galago:0.0276931351872,Mouse_Lemur:0.0228419403374):0.00506282085655):0.00237110114907,((Tree_Shrew:0.0754948705413,Rabbit:0.0626653191959):0.00438702457145,Rat:0.0852977849275):0.00280360017002):0.00353544900533):0.00492006681393):0.239537061773;
+(((Rat:0.173659002642,((Marmoset:0.059056779816,(Macaque:0.0126037676697,(Orangutan:0.0053659841284,(Gorilla:0.00221917774097,(Human:0.00331197738303,Chimpanzee:0.00148608138053):0.00132225731154):0.00154175027694):0.00356912592972):0.00753551469035):0.0332083335026,(Mouse_Lemur:0.126713884804,(((Tarsier:0.123095059677,Rabbit:0.136295307826):0.0712458100047,Tree_Shrew:0.118391254368):0.0117517635383,Galago:0.0778770170059):0.0118796867974):0.0157992878414):0.00156480885448):0.00943963547509,Horse:0.0529195808668):0.00658410475177,Sloth:0.0780256306266):0.319272297361;
+((Horse:0.0879239110479,((Tarsier:0.0525607307608,(((Macaque:0.00988407283459,((Human:0.00337974765172,(Gorilla:0.0017363271931,Chimpanzee:0.00361803468234):2.79907730732e-06):0.00523408236318,Orangutan:0.0091459446181):0.00819647299022):0.0155887030386,Marmoset:0.0261681060681):0.0244571182012,(Mouse_Lemur:0.0335477065709,Galago:0.0640671846292):0.0235575322975):0.00139744962245):0.00529489687366,(Rat:0.180424066021,(Rabbit:0.107192411044,Tree_Shrew:0.0867247870932):0.0127007411827):0.00445282930308):0.0103324448751):0.0172003647767,Sloth:0.100660560416):0.280706102977;
+(((((Tarsier:0.0672236424431,(Marmoset:0.0364232132056,(Macaque:0.0339080366617,((Human:0.00456633939382,(Gorilla:0.00605701154901,Chimpanzee:0.00241925708894):0.000498616344795):0.00401186924852,Orangutan:0.00748130514436):0.00643878441077):0.0157559046652):0.0239129488224):0.0150887245343,(Mouse_Lemur:0.0494846030095,Galago:0.0673693545144):0.0260257776785):0.0163412024513,(Tree_Shrew:0.134454253593,(Rabbit:0.228894914088,Rat:0.255577780498):0.00605342919939):0.0107903242559):0.0204791625153,Horse:0.0932746713172):0.00878534171694,Sloth:0.0860274254802):0.626790648607;
+((Horse:0.0512950239861,(((Mouse_Lemur:0.0441443862177,Galago:0.0638146411782):0.0177179625763,((Marmoset:0.11471223864,(Macaque:0.0233342584576,(Orangutan:0.016237962137,(Human:0.00506409134925,(Chimpanzee:0.0112829731417,Gorilla:0.00526647929756):0.0018346932467):0.00875223190506):0.0121058103993):0.0144766181771):0.0864132465154,Tarsier:0.0861561114389):0.00754103458479):0.00760435428953,((Tree_Shrew:0.129949514494,Rabbit:0.146026289471):0.020049246801,Rat:0.176379056118):0.0127053350843):0.0160837437536):0.0210429184155,Sloth:0.0725565648441):0.459997559388;
+(Sloth:0.0654711162206,(((Rat:0.136241694921,Rabbit:0.129330285925):0.00291879769125,(Tree_Shrew:0.0683048409289,((Tarsier:0.0513475333299,(Marmoset:0.0237472801416,((Orangutan:0.00729069722212,(Gorilla:0.00413957266892,(Human:0.00469583085145,Chimpanzee:0.00294996881173):0.00129274199103):0.00243322309264):0.00400826391621,Macaque:0.0110479988245):0.00953126981744):0.0188352520935):0.00439914746685,(Mouse_Lemur:0.0239450946004,Galago:0.0478245734538):0.0174335110085):0.00725259989244):0.00294681467584):0.00825063130037,Horse:0.0860918839181):0.00841971169245):0.319714786493;
+(Sloth:0.0302446525244,((((Rat:0.135564781963,Rabbit:0.0582430362715):0.00342682665188,(Tarsier:0.0491634522398,((((Orangutan:0.00903417247614,(Chimpanzee:0.00159198653927,(Gorilla:0.00121622617102,Human:0.0019049419786):1.64566016738e-06):0.00261191088453):0.00523585044665,Macaque:0.036837576377):0.00660807338552,Marmoset:0.0195445185694):0.0209193703853,(Galago:0.0386604606345,Mouse_Lemur:0.0188002648665):0.00645997722966):0.00171905413704):0.00252663730612):0.000747781831762,Tree_Shrew:0.0633730245212):0.00387657019787,Horse:0.0451258569274):0.0158830634993):0.45684561211;
+(Sloth:0.0353123060474,(Horse:0.0472100403063,(((Galago:0.117608988573,Mouse_Lemur:0.0215358817467):0.0141213558587,((Marmoset:0.0192084878653,(Orangutan:0.00668501447661,(Human:0.00298661473742,(Gorilla:0.00529077387909,(Macaque:0.018450247394,Chimpanzee:0.00346059556811):0.0374174454505):1.62263812295e-06):0.00303853399522):0.00819608135282):0.0192132166513,Tarsier:0.0551310641286):0.00525819501956):0.00918531960779,(Tree_Shrew:0.0627095982788,(Rat:0.31575717655,Rabbit:0.063632543353):0.00641379046604):0.000688751155695):0.0040046257344):0.00679824497816):0.330893654449;
+(((((Tarsier:0.124413469769,(Galago:0.072448665238,Mouse_Lemur:0.048114739667):0.0143580360718):0.00472806158251,((Macaque:0.00906303714545,((Chimpanzee:0.0037405078925,(Gorilla:0.00208402259675,Human:0.00148471637716):1.91980571402e-06):0.0075466933409,Orangutan:0.00457475999234):0.00319049682624):0.00969292441744,Marmoset:0.0177254422152):0.0258302075185):0.00739590684655,((Rabbit:0.120075140157,Rat:0.157380838529):0.00517020772006,Tree_Shrew:0.100738221482):0.00460618304659):0.0134705396985,Horse:0.0822219459827):0.018461638407,Sloth:0.129388557202):0.489113840794;
+((((((Macaque:0.0521953743339,(Marmoset:0.0379881574253,(Orangutan:0.0121005749655,(Gorilla:0.00131981978367,(Chimpanzee:0.00421903174221,Human:0.00104868638608):1.78797600908e-06):0.00289377276379):0.00689076608239):0.00354391212107):0.0326634147604,Tarsier:0.0694360169443):1.78797600908e-06,(Galago:0.048682767065,Mouse_Lemur:0.0293933754461):0.0138047671139):0.00162497763108,(Rat:0.13002232878,(Tree_Shrew:0.05461205822,Rabbit:0.0607352802536):0.0036625345821):0.00124186032743):0.00327669969647,Sloth:0.0704432210657):0.00755906771895,Horse:0.0481113753738):0.365417116186;
+(Sloth:0.131415876241,(((Tree_Shrew:0.129119441065,(((Galago:0.0484349085882,Mouse_Lemur:0.05508544497):0.0152860945821,((Marmoset:0.0259749144509,(Macaque:0.0148751602879,((Gorilla:0.00677601275853,(Human:0.00482279454715,Chimpanzee:0.00342266806124):0.000763095257831):0.0020357177452,Orangutan:0.00699773613457):0.0032513980036):0.00249772765016):0.0426996019562,Tarsier:0.12106004978):0.00786934430924):0.00727682978537,Rabbit:0.124510326797):0.00775572919444):0.00266557285465,Rat:0.22219606144):0.00965261874991,Horse:0.0740120856159):0.00424192717809):0.425518565061;
+(((Tarsier:0.0400574488469,(((Horse:0.0489399508782,Sloth:0.0292507728091):0.00318121054761,(((Macaque:0.00935614382515,(Orangutan:0.00323240886999,(Gorilla:0.00179648751852,(Chimpanzee:0.00177057060833,Human:0.00204989664275):0.00128060540411):2.93366044515e-06):0.00319368376015):0.00472323803653,Marmoset:0.0179620736907):0.0160541645034,(Galago:0.060990145892,Tree_Shrew:0.0611200971483):0.00418406537373):0.00115675191901):0.00197642484323,Rabbit:0.0458343738783):0.0127075220911):0.0103044527245,Mouse_Lemur:0.0698473529117):0.0208041583036,Rat:0.191026102157):0.203408749273;
+(Sloth:0.0758342917181,(Horse:0.0506818716155,(Tree_Shrew:0.101682571688,((Rabbit:0.156458629661,Rat:0.197973289019):0.0195686074668,((Marmoset:0.0251063946242,(Macaque:0.0160470758222,(Orangutan:0.00839042230766,(Gorilla:2.06373832704e-06,(Chimpanzee:0.00370101884298,Human:0.00377264356386):0.00121767982214):0.00542918242511):0.00501640733179):0.00946256700888):0.0298733958709,(Tarsier:0.0533173723204,(Mouse_Lemur:0.0383547047683,Galago:0.0512514113201):0.0178439553227):0.00021888643015):0.00538880455726):0.00310166955809):0.0303213735714):0.0159402188411):0.455335023371;
+((Horse:0.0826332919538,((Rat:0.286071018079,Rabbit:0.132096388944):0.00373522632594,(Tree_Shrew:0.162366896988,((Galago:0.103567634427,Mouse_Lemur:0.0530338090377):0.0283718531928,(Tarsier:0.0974647598658,(Marmoset:0.0521609481392,(Macaque:0.0231949680166,(Orangutan:0.0123513892357,(Chimpanzee:0.00510811719153,(Gorilla:0.00294414303242,Human:0.00299077213886):1.36654080629e-06):0.00461215758094):0.00471791357817):0.0099727176131):0.0445083535766):0.00629134163793):0.00809559861582):1.36654080629e-06):0.015874147881):0.01092969808,Sloth:0.107619090667):0.429008792293;
+(((((Galago:0.0721301072316,Mouse_Lemur:0.0546538927219):0.00555557455261,Tree_Shrew:0.0737604313983):0.00576260174188,(Rat:0.20545747395,(Tarsier:0.0593104480632,(Marmoset:0.020343892138,(Macaque:0.0184397827658,(Orangutan:0.00449498174722,(Gorilla:0.000804095615502,(Human:0.00394467331284,Chimpanzee:0.00369168984491):1.91788425865e-06):0.00164207682752):0.00605634053846):0.00531029872617):0.0177287344834):0.00457316742547):0.00391766541934):0.012294641073,(Sloth:0.0955262989805,Rabbit:0.168250772805):0.00675746126451):0.00323997866752,Horse:0.0686256495295):0.362826788159;
+(((((Mouse_Lemur:0.0234686055286,Galago:0.0492675465961):0.0118647123027,(Tarsier:0.0385856591172,(Marmoset:0.0301347830738,(Macaque:0.0074866401352,(Gorilla:0.0027011375162,((Chimpanzee:0.00249386584061,Human:0.00455152221775):0.00201881547533,Orangutan:0.00658867250915):0.0009669166932):0.00450668681341):0.00600139643019):0.0251462392753):0.00595452230964):0.00222382551494,(Rabbit:0.0496968890652,Rat:0.116043432338):0.0146950919291):0.00437240845654,(Horse:0.0616211053273,Tree_Shrew:0.0583771360586):0.00203480423389):0.00654819255393,Sloth:0.0561596417145):0.587329920706;
+(((((Rabbit:0.0465522528647,Tree_Shrew:0.0933155159953):0.0117493578739,Rat:0.107702303405):0.00176420926377,((Galago:0.038318457665,Mouse_Lemur:0.0208993153706):0.00792667353232,((Marmoset:0.0103299936595,(Macaque:0.0270066264259,(Orangutan:0.00346342313215,(Gorilla:0.00203361905977,(Human:0.00125147479589,Chimpanzee:0.00249481580076):0.000307131705909):0.00439698387533):0.0036081999805):0.00583972940657):0.0200425173531,Tarsier:0.0652176057856):0.00328449259779):0.00437409303852):0.00364185354019,Horse:0.0366836720783):0.00907419342032,Sloth:0.0464339587599):0.169429240337;
+(Sloth:0.0470083810142,(Horse:0.0350042520766,(((Galago:0.031838440126,Mouse_Lemur:0.0116305332221):0.00823235239604,(Tarsier:0.0276646478331,((Macaque:0.00653758897389,(Orangutan:0.00230952715707,(Gorilla:0.00139961902533,(Chimpanzee:0.00152516101947,Human:0.00061859491576):0.00121840139578):0.00135350803477):0.0036197970918):0.00252744502117,Marmoset:0.0117612759268):0.0109042501069):0.0012356240482):0.00329868235847,(Tree_Shrew:0.0419770903654,(Rat:0.0750788207535,Rabbit:0.073067360874):0.00823442438257):2.16126031795e-06):0.00296810226985):0.00151028219855):0.17832112325;
+(((Rabbit:0.116629272163,((Tree_Shrew:0.0746107306364,((Tarsier:0.0966898477404,((Marmoset:0.0516269709921,(Macaque:0.0167724828077,(Orangutan:0.00905243819723,(Gorilla:0.00299199759563,(Human:0.00758981629925,Chimpanzee:0.00759470572856):0.00291147310236):0.00451913298245):0.00319035851053):0.00706633219572):0.0137761696503,Mouse_Lemur:0.0506204480332):0.000644109915124):0.0117116778774,Galago:0.110830783585):1.29438452535e-06):0.00849648662884,Rat:0.218569941851):1.29438452535e-06):0.0247664417869,Horse:0.0860169948263):0.044595336784,Sloth:0.0467355178432):0.293525932901;
+(Sloth:0.0542631060064,(Horse:0.0311018033194,(((Rabbit:0.0426717045954,Rat:0.128062639063):0.00397473149819,((Mouse_Lemur:0.0181088860777,Galago:0.0236604407231):0.0111436401137,((Marmoset:0.0181429623454,((Orangutan:0.00863237675034,(Gorilla:0.00425420608162,(Human:0.000314960814917,Chimpanzee:0.00329178654925):0.00055337171965):0.00140943793666):0.00281754578124,Macaque:0.0587451367726):0.00462735443142):0.0121466922575,Tarsier:0.0349196426946):0.00154447942636):0.00319262710041):0.000640388308969,Tree_Shrew:0.0399216652115):0.00536338256557):0.00371321719189):0.196070170842;
+(((((Mouse_Lemur:0.0349425773632,Galago:0.0489654766135):0.0199229591537,(Tarsier:0.0738490564386,(Marmoset:0.0205042984441,(Macaque:0.0132884129958,(Orangutan:0.00426489800931,((Chimpanzee:0.00207283074747,Human:0.00230004243147):0.000769410003423,Gorilla:0.00275509148518):0.00382114502603):0.00531465774866):0.00900108072046):0.0240194609683):0.00554237901372):0.00606556641397,(Tree_Shrew:0.0798096960966,(Rabbit:0.120249197352,Rat:0.110017811055):0.0158187429831):0.00427292032156):0.00909929756458,Horse:0.0573964944699):0.0127521789037,Sloth:0.0524445634175):0.236835047991;
+(Sloth:0.109977991,(Horse:0.0710791341944,(((Tarsier:0.12680279273,((((Macaque:0.0337467032311,(Human:0.00177738641966,Chimpanzee:0.00551078709478):1.76796487508e-06):0.00893304769551,Gorilla:0.00203391144125):0.00466030544519,Orangutan:0.00754031447043):0.0153048245407,Marmoset:0.0272978131587):0.0380046867651):0.00549969629685,(Galago:0.0693350023626,Mouse_Lemur:0.0546482752413):0.027745834771):0.0112229353638,(Rat:0.199988410184,(Rabbit:0.094946415951,Tree_Shrew:0.193257167279):0.0171860272771):0.00437906880462):0.00932475542124):0.0216683309548):0.622625554337;
+((Horse:0.0425019764677,((Tree_Shrew:0.0934490534249,Rabbit:0.0599160742449):0.0109514067451,(Rat:0.120709265568,(((((Gorilla:0.0042569608029,(Chimpanzee:0.00123573585099,Human:0.000939428390682):0.00135367639631):0.00179568778802,Orangutan:0.00955092383042):0.00356271912465,Macaque:0.0175057505633):0.0112106657575,Marmoset:0.0163546474065):0.0163402444759,(Tarsier:0.0270048452835,(Mouse_Lemur:0.0435632255969,Galago:0.0315250752923):0.00927060865969):0.0027507859477):0.00967284556567):0.00231869661114):0.0150460091438):0.0077334431108,Sloth:0.0424423340698):0.327526544152;
+(Sloth:0.0521820788675,(Horse:0.0704715941856,(Tree_Shrew:0.0669431739878,(Rat:0.226834291723,((Rabbit:0.152605465593,(Marmoset:0.0302328956115,(Macaque:0.00972899219192,(Orangutan:0.00735452604487,(Human:0.00212397194676,(Chimpanzee:0.00389740907938,Gorilla:0.00350428261336):0.00184169085582):0.00398902938744):0.00690850086384):0.00687625421766):0.0216894952753):0.00564887999139,(Tarsier:0.0545923043928,(Galago:0.0742341797757,Mouse_Lemur:0.036270280571):0.0108068180634):0.00231968707632):0.00202945364389):0.0027059770516):0.00488911905147):0.00476241096736):0.380588525003;
+(Horse:0.0483782830031,(Sloth:0.0506988312335,(((Tarsier:0.0498876966422,((Marmoset:0.0260667707531,(Macaque:0.00537219396311,(((Chimpanzee:0.00359414852976,Human:0.000992463022616):0.00148708285497,Gorilla:1.92179626094e-06):0.0014583914168,Orangutan:0.00497905315069):0.00564108465145):0.00390312242522):0.0154456899227,(Mouse_Lemur:0.0200186511129,Galago:0.040168882682):0.0114167220636):0.00328138789192):0.00586353607085,(Tree_Shrew:0.0465480701766,Rat:0.110420151779):0.00532693517805):0.00245536447354,Rabbit:0.0497768287905):0.0029029143483):0.00338732330005):0.338324792471;
+((Horse:0.0340929558878,(Rat:0.0841201330211,(Rabbit:0.0403533820942,((Tree_Shrew:0.0476954964904,(Galago:0.0332057742084,Mouse_Lemur:0.0220542882729):0.00411858127994):0.000744890771199,((Marmoset:0.0214966229665,(Macaque:0.0051521580986,((Human:0.000862738016202,(Chimpanzee:0.00129126997261,Gorilla:0.00435797403711):2.07245140107e-06):0.00141088772552,Orangutan:0.00511628437861):0.00420157951287):0.00493223131723):0.0165376201925,Tarsier:0.0319829377206):0.00431774659762):0.00182624092183):2.07245140107e-06):0.00363317769157):0.00499644096695,Sloth:0.0303832098533):0.25889692624;
+(Horse:0.039044717261,(Sloth:0.0477524460515,(((Tree_Shrew:0.0798798159699,Rabbit:0.0475710437129):0.00274474577762,Rat:0.158803637565):0.001926710301,((Tarsier:0.0396613720057,(Marmoset:0.0328015171712,(Macaque:0.0190722699948,(Orangutan:0.00733590492309,(Gorilla:0.00298148241831,(Human:0.0317996359856,Chimpanzee:0.00233114740423):0.000323651226906):0.00256085577998):0.0028231579384):0.0170539465947):0.0233441279791):0.00468910426879,(Galago:0.037687945888,Mouse_Lemur:0.0339632859024):0.00845124055224):0.00324212162351):0.0115857852136):0.00437552722352):0.397182749545;
+((Horse:0.0481878180436,((((Tarsier:0.0533906212528,(Galago:0.0756333830828,Mouse_Lemur:0.0569611191602):0.00327055369988):0.00588183806087,((((Gorilla:0.00440353333314,(Human:0.00320749293167,Chimpanzee:0.00147376397558):0.00221370597495):0.00205655503875,Orangutan:0.0115321865072):0.00770334475615,Macaque:0.0187530181976):0.00892125920655,Marmoset:0.0260602907361):0.0368402380632):0.00259568902688,Tree_Shrew:0.0725957339624):0.004425910576,Rabbit:0.075582833168):0.00400112015627):0.0048689107817,(Rat:0.130062553103,Sloth:0.134801739253):0.00705326166403):0.227530801212;
+(Sloth:0.0860243124351,(((Rabbit:0.118405539165,Rat:0.197924125585):0.00762059064078,((Mouse_Lemur:0.0707300554574,Galago:0.0745596386256):0.0241050131855,(((((Chimpanzee:0.00611733125672,(Gorilla:0.00463202612516,Human:0.00326890537255):1.26087736341e-06):0.00719323414348,Orangutan:0.00886657431557):0.00805904740673,Macaque:0.0158143383031):0.0113275950666,Marmoset:0.0365514330571):0.042459086114,(Tarsier:0.190488537278,Tree_Shrew:0.262738801029):0.118552127892):0.00508000118439):0.0100016245183):0.017171959216,Horse:0.119515723789):0.0127711339066):0.495759197172;
+(Sloth:0.0428592588499,(((Rat:0.12754514671,Rabbit:0.0667530966107):0.033949031512,(Tarsier:0.039227717887,((Mouse_Lemur:0.0410691758536,Galago:0.0571021154961):0.0116562701245,(Marmoset:0.0186516336377,(Macaque:0.00661776526617,(Orangutan:0.00409170251014,(Human:0.00157205148379,(Chimpanzee:2.17578947781e-06,Gorilla:2.17578947781e-06):0.000787547042436):0.0051421347528):0.0033168089233):0.00296544940172):0.0143673904713):0.00166072246079):0.00188341897345):0.00532447386173,(Tree_Shrew:0.281369829881,Horse:0.0550669005349):0.00338926915897):0.00423142868442):0.211221367256;
+(((Rat:0.161545509524,Rabbit:0.13068053394):0.0151535055693,(Tree_Shrew:0.090385455869,(((((((Chimpanzee:0.00310401604417,Human:0.00153436531775):0.000524387280656,Gorilla:0.00357758008957):0.0041286020999,Orangutan:0.0145476114004):0.00419982065536,Macaque:0.0524303483966):0.00957538302391,Marmoset:0.0277047847893):0.0223600728122,Tarsier:0.0769523012639):0.00760999191226,(Galago:0.0654624331209,Mouse_Lemur:0.0382404944951):0.0141158718099):0.00449076396384):0.000291833025198):0.0083099993105,(Horse:0.0748720768637,Sloth:0.0857363214634):0.00543122824785):0.393716390717;
+((((Tree_Shrew:0.0850507521545,(Rabbit:0.0770695107881,((Marmoset:0.0407688905834,(Macaque:0.0832660038865,(Orangutan:0.0103677620033,((Human:0.00324761401461,Chimpanzee:0.00624971891028):0.000527761107288,Gorilla:0.0113894990855):0.00350918972044):0.00897834505113):0.0147857356295):0.0264179580821,(Tarsier:0.0541621347629,(Mouse_Lemur:0.0389032743456,Galago:0.0581188885603):0.0238563241786):0.00293342487131):0.00490824654943):0.00264333007612):0.00112607368777,Rat:0.186983219306):0.0119781793588,Horse:0.0753910137716):0.0120094633298,Sloth:0.10233308791):0.349768211555;
+((((Tree_Shrew:0.0551789681383,(Rabbit:0.0695826635786,Rat:0.0820999330598):0.00573889938813):0.00234059961654,((Tarsier:0.0284546092485,(Marmoset:0.0206318139395,(Macaque:0.0548216932165,(Orangutan:0.00417441328378,(Gorilla:0.00376662688246,(Chimpanzee:0.00258345052378,Human:2.06844671381e-06):2.06844671381e-06):0.00622383333222):0.00355463932508):0.00223902247381):0.0186033753254):0.00671824549319,(Mouse_Lemur:0.0475266309761,Galago:0.0395964111192):0.0135776665134):0.00368204674614):0.00498996717191,Horse:0.0318941117676):0.00356930536471,Sloth:0.0655673260669):0.38509472247;
+(Sloth:0.0712030126022,((Tree_Shrew:0.0723351157672,((Rabbit:0.109211398281,Rat:0.189315710767):0.0135295532347,((Tarsier:0.0412963539788,(Marmoset:0.0194447227105,(Macaque:0.0112630586756,(Orangutan:0.00923296616753,((Human:0.00358686407318,Chimpanzee:0.000889317904474):0.000857905812574,Gorilla:0.00285350062802):0.00166389944554):0.0041330728038):0.00515313011747):0.0241669616296):0.00624455822535,(Galago:0.0641521573974,Mouse_Lemur:0.0390144402578):0.0101665526114):0.00850711357314):0.00294055684167):0.00493474779376,Horse:0.0627319686363):0.0107055994078):0.369069788191;
+(Sloth:0.0608256263708,(((Rabbit:0.162203660798,(Tree_Shrew:0.214672125476,Rat:0.25888333575):0.0181506221885):0.00699519054814,(Tarsier:0.213106541098,((Mouse_Lemur:0.03879625455,Galago:0.0659507992323):0.0185931882218,(Marmoset:0.0254170973798,(Macaque:0.0169453573662,(((Human:0.00267956009003,Chimpanzee:0.00374348486429):0.00137762923452,Gorilla:0.00445345093679):0.00888872515237,Orangutan:0.01183232596):0.00242728237736):0.00701782267761):0.0338241149683):0.00140227214613):0.00662771208298):0.0128861058992,Horse:0.0712468667011):0.0238086053816):0.346344161263;
+(Sloth:0.0834007437999,((((Tarsier:0.0695220943601,(Marmoset:0.040164386012,(Macaque:0.0158956548354,(Orangutan:0.011392513914,(Gorilla:0.00457244956919,(Chimpanzee:0.0040889185911,Human:0.00143865398753):0.00150587875709):0.00717510965542):0.00549974974722):0.0087368340032):0.0251159846792):0.00752423950523,(Galago:0.0590244371373,Mouse_Lemur:0.0466847900428):0.0230610686867):0.00885828471717,(Tree_Shrew:0.0896180766805,(Rat:0.157449966194,Rabbit:0.122884573506):0.00982669066965):0.00196939913673):0.00854941794683,Horse:0.0643995641813):0.026516057932):0.303953845582;
+(Rat:0.0835320600385,(((Rabbit:0.0354571661164,((Galago:0.0283150292117,Mouse_Lemur:0.0108390001299):0.00801364477573,(Marmoset:0.0143981851918,(Macaque:0.00502485968471,(((Orangutan:0.00674505356349,Human:0.00336990466461):1.29563832285e-06,Chimpanzee:1.29563832285e-06):1.29563832285e-06,Gorilla:0.00336217073514):0.0017325377564):0.00262519993407):0.0126357544443):0.00564679323997):1.29563832285e-06,(Tarsier:0.0461657090749,(Sloth:0.0337065244559,Horse:0.0219511668683):1.29563832285e-06):0.00678750558658):0.00206813660696,Tree_Shrew:0.053757005995):0.00666071717416):0.0984529573052;
+((Sloth:0.056390912931,Horse:0.0528415630453):0.00322725901737,((Tree_Shrew:0.0423253063398,Tarsier:0.0306651439108):0.00398949137048,((Marmoset:0.0228434434371,(Macaque:0.0188482318741,(Orangutan:0.00323651509233,(Gorilla:0.00447517690969,(Chimpanzee:0.00105623196561,Human:0.00211754881693):1.96447590468e-06):0.00316113778731):0.00574750063826):0.00732502989067):0.0202079525006,((Galago:0.0418659168861,Mouse_Lemur:0.0272533522487):0.0140588980852,(Rat:0.0883066020803,Rabbit:0.0559487437446):0.007494462046):0.00169713428775):0.00150380061896):0.00140084638523):0.230932448346;
+(Sloth:0.0812098945335,(Horse:0.0907155499462,(((Rabbit:0.116946999464,Rat:0.208333763227):0.0168968314904,((Galago:0.0751870287443,Mouse_Lemur:0.135585591187):0.023534253928,(Tarsier:0.0823817776886,(Marmoset:0.0465659709841,(Macaque:0.0181051310708,(Orangutan:0.0144437250863,(Gorilla:0.00477708277655,(Human:0.00302003938051,Chimpanzee:0.00669778574039):0.00248127805803):0.00517410242918):0.00430011344414):0.0235145248296):0.0334676709767):0.00950221950884):0.011218735024):0.00486704344204,Tree_Shrew:0.0766882015608):0.00613033240264):0.0123265152456):0.658129810161;
+((Horse:0.0514611817015,(((Tarsier:0.0577730821906,(Marmoset:0.0385658593522,((Orangutan:0.00337317392719,((Chimpanzee:0.00279450126998,Human:0.00166234403836):1.97658884694e-06,Gorilla:0.00174455459301):0.00220416292644):0.003465337111,Macaque:0.00785516528556):0.0015869935647):0.0127694912658):0.00485665927809,(Mouse_Lemur:0.0165942587854,Galago:0.0412749799357):0.00716070262539):0.00319672918506,(Tree_Shrew:0.0347962405663,(Rabbit:0.0679053197412,Rat:0.18525247025):0.00476500659134):0.00186678569076):0.00831056940106):0.00692593077403,Sloth:0.0488870057865):0.217953404173;
+(Sloth:0.0939182008021,(Horse:0.0950757328773,(Tree_Shrew:0.0939576490346,(((Tarsier:0.0721922392928,(Marmoset:0.041655273225,(Macaque:0.0184226363887,(((Chimpanzee:0.00463785175085,Gorilla:0.00509268321417):0.001148741697,Human:0.00360104049565):0.00221769293663,Orangutan:0.0113886140752):0.0128024224557):0.00736393331038):0.0298666766606):0.00669647406627,(Galago:0.0674192772472,Mouse_Lemur:0.0483993758984):0.0179280303229):0.00974492138433,(Rabbit:0.111231353744,Rat:0.245199518309):0.00715071707613):0.00124710924005):0.00723448336117):0.0115183413647):0.448774728517;
+((Horse:0.0722507879002,((Tree_Shrew:0.0916878553623,((Tarsier:0.0641905861875,((Macaque:0.0251803985424,(Human:0.00686301068088,(Orangutan:0.0124178409558,(Chimpanzee:0.00325378749483,Gorilla:0.0060463075552):0.000403987174929):0.00499983850658):0.00799098432317):0.0108655171382,Marmoset:0.03025371497):0.03750843327):0.00235096149701,(Galago:0.0707330461264,Mouse_Lemur:0.0544652652167):0.0190315003614):0.00476756959092):0.00485087570102,(Rat:0.204061184032,Rabbit:0.139913967928):0.00434095070305):0.0117494226454):0.0143490127156,Sloth:0.0842545075583):0.445456692215;
+(Sloth:0.0475883073907,(((Tarsier:0.0616165619208,(Marmoset:0.0171433898277,(Macaque:0.0132232500826,(Orangutan:0.00527324100687,(Chimpanzee:0.000574199299253,(Gorilla:0.00312812491334,Human:0.00141821373901):0.00041450451203):0.0015462581668):0.00274694740687):0.00569231475033):0.0140478535808):0.00372751777835,((Tree_Shrew:0.0626840773044,(Rat:0.0815632256511,Rabbit:0.0604305340497):0.0022763547759):0.000992876959108,(Galago:0.0382801028194,Mouse_Lemur:0.0286852632211):0.00799108417281):2.20634100006e-06):0.00710704375711,Horse:0.0395375829573):0.00981855980108):0.261684679349;
+((Horse:0.0267298862342,((Rat:0.0971643472138,Rabbit:0.0514140642264):0.00387937829716,((Galago:0.0288200347285,Mouse_Lemur:0.0169676107551):0.00844030648731,((Tarsier:0.0448842661659,(Marmoset:0.0140749748393,(Macaque:0.00628815325139,(((Human:0.00297071000556,Chimpanzee:0.00177537164836):0.00200605592282,Gorilla:0.00808312829344):0.0030512305921,Orangutan:0.000809156729621):0.00442671546681):0.00660712852944):0.0128649359613):0.000665700478358,Tree_Shrew:0.0595785598718):0.000754734825434):0.00205118770136):0.0042818043706):0.00704136064019,Sloth:0.0403623447326):0.478440910716;
+(((((Marmoset:0.0228792693456,(((Human:0.0191435846016,Orangutan:0.0325548142321):0.0189682663612,(Gorilla:0.00189667135181,Chimpanzee:0.00168916662951):0.00230689498943):0.00416251818743,Macaque:0.0137031689176):0.0045124285217):0.0218649991218,(Tarsier:0.0537151002067,(Mouse_Lemur:0.0354106191948,(Galago:0.0714737776838,Tree_Shrew:0.066648755612):0.0364985164005):0.00397720086877):0.00985969800109):0.00506986799995,(Rabbit:0.0510755448403,Rat:0.134184750754):0.00658790813105):0.00808655850359,Horse:0.0674980541245):0.0105499460988,Sloth:0.0885498488129):0.257253432966;
+(Tarsier:0.117977037442,((((((Mouse_Lemur:0.065174738734,Galago:0.134653942425):0.0291808003542,((Macaque:0.284393220811,(Human:0.0375094994727,(Gorilla:0.0252362283464,(Orangutan:0.0160414701561,Chimpanzee:0.00632741017436):1.48406780615e-06):0.0210441831065):0.0298961275808):0.0148209405442,Marmoset:0.0755234560502):0.0818290755548):0.0241768606461,Tree_Shrew:0.142248380484):0.0126040202485,(Horse:0.102516510708,Sloth:0.139686127657):0.0170450346602):0.038158421742,Rat:0.233440103275):0.0207430666791,Rabbit:0.230194149054):0.0301398408418):0.553303607948;
+(((Rat:0.11270938462,(((Macaque:0.00827131994147,(Orangutan:0.00971720338556,(Gorilla:0.00571234729802,(Chimpanzee:9.55765504404e-05,Human:0.0385313025928):0.00138358722077):0.00337975816019):0.00214489027922):0.00956610447913,Marmoset:0.0196255199623):0.0210486212721,Rabbit:0.051343448135):0.000749469572814):0.00199805370369,((Galago:0.127168075656,Horse:0.0300746688623):0.00234807944526,Sloth:0.0575005186899):0.00469746718799):0.0046364345146,(Tree_Shrew:0.0455481524433,(Mouse_Lemur:0.0760184318979,Tarsier:0.0710483629817):0.0185171312643):0.00607026102711):0.24515511707;
+((((Sloth:0.0414759723497,((Galago:0.0948819971909,(Tarsier:0.113995237051,Mouse_Lemur:0.0340548543683):0.011809091982):0.00775758286427,(Marmoset:0.0266264892793,((Human:0.00133563116828,(Chimpanzee:2.41385932334e-06,Gorilla:0.00289764902115):0.00044405719748):0.00138319899246,(Orangutan:0.00799389862062,Macaque:0.117579971563):0.00316148705682):0.00763756821976):0.00886315610157):0.00674352840277):0.00350091831681,(Rat:0.0846676773721,Rabbit:0.049564153581):0.00170260712431):2.41385932334e-06,Horse:0.0350283268199):0.00515261710159,Tree_Shrew:0.0463689318976):0.151680643342;
+((Horse:0.0145608312879,((((Rabbit:0.0111626596768,Tarsier:0.0136688047034):0.00319716746658,(((Macaque:0.00128093371192,(Chimpanzee:1.09771593444e-06,(Orangutan:0.00515281687365,(Gorilla:1.09771593444e-06,Human:0.00850097413848):1.09771593444e-06):1.09771593444e-06):1.09771593444e-06):0.00228241800288,Marmoset:0.0169196727637):0.00686216201882,(Mouse_Lemur:1.09771593444e-06,Galago:0.0163544171597):0.0125186589848):0.00355320196461):0.00170337516404,Rat:0.0754000797597):1.09771593444e-06,Tree_Shrew:0.0471758819054):0.00261614733791):0.0109632966005,Sloth:0.0174029311171):0.0788301070635;
+(Horse:0.0318422263997,(((Tree_Shrew:0.0802436210077,((Tarsier:0.055408092152,(Mouse_Lemur:0.0378380023542,Galago:0.0618177734228):0.0210656590601):0.00212932887773,(Marmoset:0.0226219727249,(Macaque:0.0355131133038,((Gorilla:0.00484369402048,(Human:0.00158149394293,Chimpanzee:0.010160711692):1.44136953498e-06):0.00102840664735,Orangutan:0.00598219127194):0.00400270119045):0.00953122582436):0.023861589142):0.00332310274221):0.00414820195565,(Rabbit:0.0759121563189,Rat:0.135726262952):0.00557448083359):0.00563452557735,Sloth:0.0716741328516):0.00446538837894):0.577460746385;
+(Tree_Shrew:0.0648024170583,(Horse:0.0347285072595,(((Marmoset:0.0121591668921,(Macaque:0.0128424787686,((Gorilla:1.65486780732e-06,(Human:1.65486780732e-06,Chimpanzee:0.00208791007275):1.36358011817e-05):0.00207348206292,Orangutan:0.00639540875612):0.006803227865):0.0053137885604):0.0106895225082,(((Rabbit:0.0746811843774,(Galago:0.0372328642778,Mouse_Lemur:0.0220513253059):0.00609251668055):0.00550935524378,Tarsier:0.0373997072363):0.00359749024435,Rat:0.111396137401):0.00295783920281):0.0110976028838,Sloth:0.0778285185727):0.00991073234745):0.202873449664):0.659759910861;
+(Sloth:0.0565158702459,(((((((Macaque:0.0190900539584,(Orangutan:0.00542034465183,(Gorilla:0.0031606019825,(Human:0.00162357565694,Chimpanzee:0.00162735035765):0.0010948235524):0.00335975774137):0.00212244822902):0.00230139292814,Marmoset:0.0230952944057):0.0171943742578,((Mouse_Lemur:0.0296054829254,Galago:0.0450388238647):0.0118101529041,Tarsier:0.0484896234728):0.0017316806699):0.0053159609416,Rabbit:0.0597900178151):0.000515694557004,Rat:0.2032124345):0.00161374974854,Tree_Shrew:0.0773587948061):0.00382341092133,Horse:0.0481701721952):0.00733006024475):0.343152756636;
+(((Rat:0.179344245744,((((Macaque:0.101849198816,(Orangutan:0.0123366300875,(Human:0.00565816600297,(Chimpanzee:0.00167641770578,Gorilla:0.00438834525984):0.00453152362454):0.0068916592288):0.00323934284126):0.0152992045349,Marmoset:0.0421261971571):0.0404582739073,(Tarsier:0.0570120497665,(Galago:0.0668109380329,Mouse_Lemur:0.0460300088443):0.0377272900123):0.00514481201393):0.0123407582661,(Horse:0.101910684385,Sloth:0.0975596234118):0.0237661911171):0.013710141268):0.024796975463,Rabbit:0.103754262485):0.0403923251277,Tree_Shrew:0.0680966002837):0.400827962004;
+(((((Tree_Shrew:0.119262355282,Rabbit:0.100757713421):0.0278327742752,Rat:0.168201106812):0.0158053975054,((Tarsier:0.0741552991944,(Marmoset:0.0397167881716,((Orangutan:0.00782497396776,(Gorilla:0.00129652753267,(Chimpanzee:0.000626788560542,Human:0.000633170939864):0.00186742410279):0.00449120934013):0.00505246586383,Macaque:0.0190962294667):0.00878596356568):0.0303831428854):0.00156292529277,(Mouse_Lemur:0.0391096180143,Galago:0.0887398673461):0.0267066380447):0.00792528290884):0.0223829731683,Horse:0.0662158952302):0.0175355623412,Sloth:0.0775133320665):0.338969122598;
+((Horse:0.115350602015,(Tree_Shrew:0.146019519432,(Rabbit:0.13129692868,(Rat:0.305792112872,(Tarsier:0.110697031009,((((Orangutan:0.0052735086036,(Gorilla:0.00124498164094,(Human:0.00133441329442,Chimpanzee:0.00199876681652):0.00114971799895):0.00160561352881):0.00366381665996,Macaque:0.0136485515398):0.00786900135686,Marmoset:0.0317143032189):0.0363024784225,(Mouse_Lemur:0.0360651529971,Galago:0.118623129306):0.031018576613):0.00500798363904):0.00992551165234):0.00537761313529):0.00738564839155):0.00926072540207):0.0235499776698,Sloth:0.089891610175):0.349648154634;
+(Sloth:0.0859095595269,(Horse:0.14255210411,(((Mouse_Lemur:0.0741552755367,Galago:0.0869251905999):0.0145312064518,(Tarsier:0.103682201009,((Macaque:0.166774136854,(Orangutan:0.0101630871556,((Human:0.00142672696882,Chimpanzee:0.00356294425852):0.00207060465395,Gorilla:0.00584231756902):1.52361761728e-06):0.00865265853452):0.00804934594023,Marmoset:0.0487913884631):0.0331268675906):0.00169790113128):0.0120748602574,(Tree_Shrew:0.113452388978,(Rat:0.249651588121,Rabbit:0.120797886789):0.00521374675051):0.00259920886238):0.008662385122):0.0141631172112):0.340881997148;
+((Horse:0.102883113429,((((Tarsier:0.0669677938992,(Marmoset:0.0198204543331,(Macaque:0.0170238349794,(Orangutan:0.00885185751701,(Chimpanzee:0.00361668483277,(Gorilla:0.00649983598623,Human:0.00124809338105):0.00112932929538):0.00417606448251):0.00403782709625):0.00797104754085):0.0175373018571):1.60219763661e-06,(Galago:0.0886796110636,Mouse_Lemur:0.0288414350302):0.0115530842864):0.00244118369586,Tree_Shrew:0.0511676087162):0.00530752498303,(Rabbit:0.0662027583707,Rat:0.113932465017):0.00577142387269):0.00872731936731):0.00111839318609,Sloth:0.0701292461065):0.232088316846;
+(Sloth:0.0670333320172,((Tree_Shrew:0.102503096112,((Rabbit:0.119470162076,Rat:0.236448717647):0.00532971107367,((Mouse_Lemur:0.0331677839371,Galago:0.0670159447275):0.017853364258,(Tarsier:0.0825754573995,(Marmoset:0.0307336593196,(Macaque:0.0140586233931,(Orangutan:0.00945988795805,(Human:0.00365953546282,(Chimpanzee:0.0019398779288,Gorilla:0.00249569331656):0.00136646699262):0.00197942496452):0.00675542472599):0.0060902297818):0.0287938575002):0.0054763288227):0.00779059043314):0.00319365210364):0.00381154217987,Horse:0.067314923534):0.0101452862631):0.505763161903;
+(Sloth:0.0490016478257,(Horse:0.033267814729,((Tarsier:0.054983607679,((Galago:0.0317901762278,Mouse_Lemur:0.0299918512492):0.00666420968651,(Marmoset:0.0266088223591,(Macaque:0.0364837140812,(Orangutan:0.0054672684643,(Gorilla:0.00060187193851,(Human:0.00247038777713,Chimpanzee:0.00200788204678):0.000556176031398):0.00260728567898):0.00304889439611):0.00339628279286):0.0254762031416):0.00331889551979):0.00230056839227,(Tree_Shrew:0.061559949035,(Rat:0.13651731816,Rabbit:0.0635499056175):0.00398911835046):0.00112008660379):0.00675895789886):0.00535800817036):0.178834135933;
+(Sloth:0.0499144398925,(Horse:0.0650790778028,(((Rabbit:0.0674418941295,Rat:0.146362683918):0.00136657051964,Tree_Shrew:0.0715741390358):0.00135404968043,(Tarsier:0.0442620891052,((Marmoset:0.0227462543296,(Macaque:0.0425585076813,(Orangutan:0.00428797232941,(Gorilla:0.00163211564272,(Human:0.00200527149682,Chimpanzee:0.00100530161801):0.00243393676137):0.00247416978096):0.00368439408421):0.00870344768426):0.0194520452435,(Mouse_Lemur:0.0296426825119,Galago:0.0655607977713):0.0133411247988):0.00444033822601):0.00577080328151):0.00835023599461):0.0161483265655):0.505546940446;
+(((((Galago:0.075346185029,Mouse_Lemur:0.0441650487232):0.0267048738369,((Marmoset:0.0308709648168,(Macaque:0.026295505247,((Gorilla:0.00559457457532,(Human:0.00283786645822,Chimpanzee:0.00103913029609):0.00058577299894):0.00300987422233,Orangutan:0.0115166045119):0.00545244223725):0.00894671582666):0.0381503198116,Tarsier:0.0698923989051):0.00667297356492):0.011823624758,(Rat:0.21984741774,(Tree_Shrew:0.110967349049,Rabbit:0.157405039845):0.0107880787026):0.00350021833418):0.014010134596,Horse:0.0800278400077):0.0204567700033,Sloth:0.0781865472524):0.399292233896;
+((((((Galago:0.0990062367348,Mouse_Lemur:0.0622623235095):0.0209018476591,Tarsier:0.0666605583661):0.0128739497278,(Marmoset:0.0283970565716,(Macaque:0.0249141541221,(Orangutan:0.013789552169,(Gorilla:0.00266457716778,(Human:0.00265570804749,Chimpanzee:0.00265395266348):0.00131538865837):0.00355470608304):0.00148459584381):0.00578745324854):0.0523573442809):0.00938241380278,((Rabbit:0.163929253834,Rat:0.233994572954):0.0137854528463,Tree_Shrew:0.109028024976):0.00243803414097):0.00794566939233,Horse:0.100643700662):0.0103856739099,Sloth:0.112923188994):0.599223956921;
+(Sloth:0.0670097029556,(((((((Macaque:0.0271028642114,(Orangutan:0.00228291914661,(Chimpanzee:0.00232012657554,(Human:0.00348778484201,Gorilla:0.00670486896556):1.67008343334e-06):0.00237606163122):0.00212221953678):0.00599917298553,Marmoset:0.0765135843697):0.0164369762587,(Galago:0.0547714591484,Mouse_Lemur:0.0288782813349):0.00915371140561):0.00617162923981,Tarsier:0.103833164241):0.0047215619031,(Rabbit:0.0556796548111,Rat:0.214989750857):0.000674560605253):0.0011330041236,Tree_Shrew:0.0305213613467):0.00903355677475,Horse:0.0425344744468):0.00649298551674):0.458439654682;
+(Sloth:0.104589390614,((Rat:0.172363759028,(Tree_Shrew:0.106958619543,(Rabbit:0.109235148682,((Mouse_Lemur:0.107435286602,Galago:0.0584809283483):0.0377475151629,((Marmoset:0.035195735416,(Macaque:0.0202647299863,(Orangutan:0.011787145734,(Human:0.00679188795761,(Gorilla:0.00339926245045,Chimpanzee:0.00715189910674):1.6920181348e-06):0.00570629291476):0.00448570222967):0.00798348445993):0.0326625938255,Tarsier:0.0698380184054):0.00973751096172):0.00797536208214):0.00540849943779):0.00512974572428):0.00879077641334,Horse:0.0693753892422):0.0126615922865):0.41333720958;
+(Sloth:0.104589022745,(((Tree_Shrew:0.106958571987,(Rabbit:0.109234767112,((Galago:0.0584808604604,Mouse_Lemur:0.107435369337):0.0377472298616,((((((Gorilla:0.00339924272617,Chimpanzee:0.00715186202766):1.6923658444e-06,Human:0.00679184700872):0.00570627957572,Orangutan:0.011787073216):0.00448567257481,Macaque:0.0202646503305):0.00798345203964,Marmoset:0.0351954919142):0.0326624490368,Tarsier:0.0698378141607):0.00973758709835):0.00797525368665):0.00540846116225):0.00512966873993,Rat:0.172362611284):0.00879075356148,Horse:0.0693750386815):0.0126613767126):0.413341584552;
+(Sloth:0.110135484426,(Horse:0.0946265313931,((Tree_Shrew:0.10596013603,(Rabbit:0.143187717678,Rat:0.235437114741):0.00815144318995):0.00164526078417,((Tarsier:0.110634744046,((((Gorilla:0.0064223417854,(Human:0.00191635181468,Chimpanzee:0.00276462736747):0.00123669890462):0.00387699230585,Orangutan:0.00959251683652):0.00925166523339,Macaque:0.0146992982389):0.00971790883468,Marmoset:0.0517657394319):0.0362102956071):0.00627737771228,(Galago:0.122972171205,Mouse_Lemur:0.0599916840141):0.016711159235):0.00773606375349):0.0147735217646):0.011498804935):0.435630476337;
+(Sloth:0.043079575997,((((Tarsier:0.0447068807045,(((Human:0.000972893908367,(Gorilla:0.00187782210447,Chimpanzee:2.0156564482e-06):2.0156564482e-06):0.00204905690846,(Orangutan:0.00314131238997,(Marmoset:0.0109085400849,Macaque:0.00411727570265):0.00386800872539):0.00213066125197):0.0165483846233,(Galago:0.0218310168085,Mouse_Lemur:0.0226581829199):0.00287387277216):0.000946402947275):0.0043941523866,Rabbit:0.0577413564252):0.00523626818869,(Rat:0.0985468693558,Tree_Shrew:0.0323032675359):0.00899990315581):0.00684911660304,Horse:0.0382379299399):0.00674247803859):0.233775605897;
+(Sloth:0.0520717492911,((Tree_Shrew:0.0521856857046,(Rabbit:0.0539087859024,(((Galago:0.0862076941778,Mouse_Lemur:0.0173895782725):0.0115533371601,(Tarsier:0.0287194050427,(Marmoset:0.0251998659278,(Macaque:0.0106286169547,(Orangutan:0.00498392081903,(Gorilla:0.00283605738857,(Chimpanzee:0.00165168414695,Human:0.00220127260897):1.74050692779e-06):0.00333399558685):0.00055308335754):0.00855254016808):0.0252940375121):0.0056960928552):0.00138275206822,Rat:0.14268908276):0.00159377959844):0.00191528666111):0.00555064166583,Horse:0.0532424654669):0.00558650266699):0.268512128753;
+(Sloth:0.10196278326,((Tree_Shrew:0.368920209966,((Rat:0.436762142522,Rabbit:0.11466165035):0.0102374135287,((Galago:0.0915420773613,Mouse_Lemur:0.107386554158):0.0261670932413,((((((Gorilla:0.000864043244599,Chimpanzee:0.00180829630828):0.00359026332072,Human:0.00607116342036):0.00508191355702,Orangutan:0.00892206932913):0.00826213692815,Macaque:0.0665402016309):0.00942066127223,Marmoset:0.0622994770502):0.0577237080751,Tarsier:0.102311534516):0.00845226098885):0.0198004019238):0.0150793802121):0.00732272026231,Horse:0.156794453768):0.0204463517893):0.509140551407;
+((Horse:0.0336735528989,((Tarsier:0.0569999695361,((Galago:0.0334137654371,Mouse_Lemur:0.0279013712209):0.0142300587704,((Macaque:0.0155869670073,(((Chimpanzee:0.00229348986063,Human:0.00177611448229):0.00239393032434,Gorilla:0.00382627209409):0.00214381823022,Orangutan:0.00544405135865):0.00623185165185):0.0123449375191,Marmoset:0.0372154826799):0.0180174302595):0.00375281070706):0.00235403417101,(Tree_Shrew:0.0741019554892,(Rabbit:0.0636722591126,Rat:0.149245375013):0.0110497409106):0.00231927313495):0.00300020039977):0.021147118004,Sloth:0.114019626313):0.284719609295;
+(Sloth:0.0692718170667,((((Mouse_Lemur:0.0383859554569,Galago:0.0610272504677):0.0115879246161,(Tarsier:0.0562190961531,(Marmoset:0.0265567515441,(Macaque:0.0229621878279,(Orangutan:0.00874168443633,((Human:0.00223220978709,Chimpanzee:0.00174266181823):0.000163786169214,Gorilla:0.00592764240212):0.00271440228352):0.00420119805487):0.00661274649117):0.0300188523171):0.00334980718913):0.00390181626442,(Rat:0.180354076021,(Tree_Shrew:0.07512200712,Rabbit:0.080908539322):0.00156411681025):0.0022262058436):0.011507036608,Horse:0.0598462763653):0.006631156763):0.538044794901;
+(((((Galago:0.128811018887,Mouse_Lemur:0.0242430895619):0.0134743937694,((Marmoset:0.0349797566843,(Macaque:0.010480935441,(((Gorilla:0.00130910208132,Chimpanzee:0.00212474185747):0.000366135990757,Human:0.00269658411306):0.00164027234689,Orangutan:0.00911510711911):0.00734743694448):0.00916434071337):0.0207458393125,Tarsier:0.0890485105882):0.00225901469638):0.00389528849441,(Rat:0.177643720695,(Rabbit:0.0692209238378,Tree_Shrew:0.134081095264):0.0143083398788):0.00717037696201):0.00610411986873,Horse:0.0630031689084):0.00563207641715,Sloth:0.0531803138512):0.292382337046;
+(Sloth:0.0701191786241,(Horse:0.0443564185315,((Rat:0.113129856679,Rabbit:0.0488514233875):0.00572341647758,(Tree_Shrew:0.0673449599027,(((((Gorilla:0.00383057576358,(Human:0.00437621983153,Chimpanzee:0.00680303198907):0.00098438920898):0.00300054406176,Orangutan:0.00844679478458):0.00380810929151,Macaque:0.0125080934435):0.0065708925421,Marmoset:0.0283964304412):0.0184189123396,((Galago:0.0479926377638,Mouse_Lemur:0.0257743551018):0.00657947977312,Tarsier:0.0400359345457):0.000916048826772):0.00574655365703):0.00062879961952):0.00522399073538):0.0132063798445):0.283016319157;
+(((Tree_Shrew:0.0528516280303,(Rabbit:0.0828029265882,((Marmoset:0.0523854816523,(Macaque:0.0123017853159,((Gorilla:0.00128347088071,Human:0.0025327204889):2.00391582209e-06,(Orangutan:0.00942688587011,Chimpanzee:0.000843676598877):2.00391582209e-06):0.00413703839449):0.00793638789754):0.0225915328993,(Tarsier:0.055510944342,(Mouse_Lemur:0.0231902132793,Galago:0.0405726534862):0.0120128595918):0.00157329153423):0.00433284456603):0.00128533124855):0.00761940373995,(Horse:0.0335006387502,Rat:0.169325102152):0.0323249891385):0.00882647096664,Sloth:0.0582212834839):0.410477228065;
+((Horse:0.0555251699861,((Marmoset:0.0334333627744,((Orangutan:0.00855310973914,(Gorilla:0.00198962368798,(Human:0.0016806576045,Chimpanzee:0.0025223632122):0.0012527024647):0.00646473217655):0.00227151294696,Macaque:0.0122867241471):0.0126286980568):0.0286791781656,(((Rat:0.13189032173,(Rabbit:0.0959823644204,Tarsier:0.378885324104):0.00684790873533):0.0153422667775,(Mouse_Lemur:0.0395572663608,Galago:0.0574862730456):0.0191652698556):0.00546264064098,Tree_Shrew:0.0654683465382):0.00285598066748):0.00389211906919):0.021309899815,Sloth:0.050627596971):0.249090094703;
+(Sloth:0.058909822436,(((Rabbit:0.095667758236,Rat:0.204784663282):0.00777675524929,((Tree_Shrew:0.267535639651,(Mouse_Lemur:0.0955715722368,Galago:0.0908713509359):0.0420318870829):0.0263938566052,(Tarsier:0.063815872719,(Marmoset:0.0397274672621,(Macaque:0.0150785569196,(Orangutan:0.0043273203042,(Chimpanzee:0.00547614838487,(Gorilla:0.0030944938948,Human:0.00613129580576):0.00193589019494):0.0042591955601):0.00446049365868):0.00808266186267):0.030744983088):0.00860172380407):0.0181889770224):0.0184295840889,Horse:0.0843891034307):0.0536846724341):0.420192177168;
+((Horse:0.101317681623,(((Marmoset:0.0561145554181,(Macaque:0.0146634382946,(Orangutan:0.00659488140902,((Human:0.00212241081754,Chimpanzee:0.00256135878501):0.00101210132565,Gorilla:0.00287921713018):0.00316944573501):0.00373010504747):0.00864168007508):0.030504434665,(Tarsier:0.101111961753,(Galago:0.0475114764277,Mouse_Lemur:0.0502949397553):0.0139846887539):0.00532621495327):0.0113994110706,((Rabbit:0.0877286681112,Rat:0.12475252487):0.00405917202983,Tree_Shrew:0.0884776330754):0.00257163497563):0.00831448480955):0.0110110609511,Sloth:0.0403316069833):0.29796849473;
+(Sloth:0.0482235859151,(Horse:0.0391438783934,(((Mouse_Lemur:0.0323211515278,Galago:0.0445559992857):0.00966085814389,(((Macaque:0.0412889227638,(((Gorilla:0.00161893516859,Chimpanzee:0.00057457952494):0.00107606820642,Human:0.00244250105309):0.00297139476876,Orangutan:0.00554503468359):0.00229849294839):0.00754577416944,Marmoset:0.018998625505):0.0153395415876,Tarsier:0.0472262551878):0.00309905842235):0.0054268352771,((Rabbit:0.0598293427455,Rat:0.155737709708):0.00780856605987,Tree_Shrew:0.0486490986821):0.00076016461523):0.00491430235047):0.00906564603165):0.313147501586;
+(Sloth:0.0747114402385,(Horse:0.0628580725706,((Rat:0.138679683196,Rabbit:0.0678865182515):0.00391431955051,(Tree_Shrew:0.0943242888569,((Mouse_Lemur:0.0479910512811,Galago:0.074218810021):0.00714238518119,(Tarsier:0.0512175164031,(((Orangutan:0.00778187338874,(Gorilla:0.00335359078482,(Human:0.00122477522056,Chimpanzee:0.00162464727864):0.000421083844457):0.00147346828826):0.00279207809161,Macaque:0.0108521343534):0.00804248504688,Marmoset:0.0293347840317):0.0295863846975):0.0055384349451):0.00298245166122):0.00248232840494):0.00923836658193):0.0135895746038):0.319070418205;
+(((((Marmoset:0.0154992737739,(Macaque:0.00828014848297,((Chimpanzee:0.000797458132461,Human:0.00204444680434):0.000730559716718,(Orangutan:0.00551247874725,Gorilla:0.00259100854144):0.000440498416996):0.00158227149119):0.00327634213376):0.0160569788057,(Tarsier:0.0477957523565,(Mouse_Lemur:0.021223121712,Galago:0.0339072399294):0.0131092842882):0.00171882596113):0.00334268778084,(Tree_Shrew:0.0559243551153,(Rabbit:0.0669380597904,Rat:0.101559529842):0.0010650490637):0.00245134907562):0.00602018482059,Horse:0.0323005126481):0.00479300660669,Sloth:0.0419470651115):0.272655894982;
+((Horse:0.0477547491496,(((Tarsier:0.0537284445084,(((Orangutan:0.00489630922665,(Gorilla:0.00482498944307,(Chimpanzee:0.00240475900906,Human:0.00222111483188):1.96589430911e-06):0.00179785229324):0.00358254119012,Macaque:0.0294569889548):0.00601983366683,Marmoset:0.0209173026562):0.0291441353292):0.00267819513188,(Mouse_Lemur:0.045048344802,Galago:0.0799725002642):0.0197172216194):0.00628227368697,(Tree_Shrew:0.0964743903564,(Rat:0.216329591777,Rabbit:0.119567174815):0.00248563313583):0.000852775637858):0.00918635402716):0.00624335291322,Sloth:0.0731891955987):0.416792076867;
+(Sloth:0.05782309229,(Horse:0.0373687401056,((Tree_Shrew:0.0657696341934,((Marmoset:0.0199197117324,(Macaque:0.0142875926133,(Orangutan:0.0028309151809,((Chimpanzee:0.00318327359122,Human:0.00856200934143):0.00159749242015,Gorilla:0.00202420602132):0.00277051033959):0.00239591874042):0.0078901688418):0.0238337724345,((Galago:0.0571562711454,Mouse_Lemur:0.0271842226915):0.0166635628731,Tarsier:0.0802639985826):0.00141766021343):0.00771275954591):0.00301993231901,(Rat:0.186707024648,Rabbit:0.146738390177):0.0211779145289):0.00384379156407):0.0139140491046):0.35014074402;
+(Sloth:0.0545927711054,((Tree_Shrew:0.0475298526518,(((Mouse_Lemur:0.0347765410678,Galago:0.0550173468106):0.0131672365593,(Tarsier:0.0652910359417,(Marmoset:0.0221699208601,(Macaque:0.0286482101928,(Orangutan:0.00578249688604,(Gorilla:0.00357145741029,(Human:0.00341105981311,Chimpanzee:0.00161881478076):0.00165088562017):0.00204358757049):0.00338581464261):0.00465761511648):0.0271717104801):0.00188440401232):0.00219782912792,(Rabbit:0.0862906518755,Rat:0.130198682754):0.00924786751259):0.00106341925673):0.00366995275925,Horse:0.0645142349128):0.010590664956):0.2348489625;
+(Sloth:0.0736678489518,((((Tree_Shrew:0.0732540987677,((Mouse_Lemur:0.04651704876,Galago:0.0465994301231):0.0189239987216,(Tarsier:0.134365829366,(Marmoset:0.0392151630676,((Orangutan:0.00867633534746,(Gorilla:0.00302720062409,(Human:0.0029599942338,Chimpanzee:0.00295859160411):0.00187525796039):0.0065721855036):0.0115158633939,Macaque:0.0190242762706):0.013788738111):0.0240716632479):0.00698456825508):0.00258207916879):0.00327112308126,Rat:0.172785693507):0.00403318886975,Rabbit:0.139876486025):0.00788987230022,Horse:0.0650226422858):0.01121367387):0.414490678683;
+(((Tree_Shrew:0.0622847311677,((Rabbit:0.0797158104451,Rat:0.153718137197):0.00216385652875,(Tarsier:0.050347154173,((Galago:0.0361195634051,Mouse_Lemur:0.017843322671):0.0106667065458,(Marmoset:0.0165857902363,(Macaque:0.00482860685856,(Orangutan:0.00473107553355,(Gorilla:0.00103529344331,(Human:0.000937971373275,Chimpanzee:0.00142688150681):0.000606289561229):0.00146891804114):0.00219597470359):0.00408834051102):0.016338744783):0.00131112360042):0.0099707723404):0.00148074142722):0.00702007617994,Horse:0.0799054180135):0.00291892770801,Sloth:0.0602036337748):0.24951093425;
+(Sloth:0.0586722136235,(((Tree_Shrew:0.0643869863796,((Galago:0.0954776724229,Mouse_Lemur:0.0436729331348):0.0121082749273,(Tarsier:0.0465866262376,(Marmoset:0.0270318780443,(Macaque:0.0134610730309,(Orangutan:0.00704137173154,(Chimpanzee:0.00379186250681,(Human:0.00226715007556,Gorilla:0.0120352795374):0.000389450760378):0.00386635455485):0.00621553828448):0.00902497754931):0.0219833162461):0.00483671969202):0.00417380768793):0.00203640445134,(Rabbit:0.0679897561724,Rat:0.175484982361):0.000732331348122):0.00484555970868,Horse:0.0699752046721):0.00650335604581):0.436012674919;
+(Sloth:0.0556802373621,(((Rat:0.118709906621,Rabbit:0.0551400317546):0.002650278087,(Tree_Shrew:0.0552751574114,((Marmoset:0.0210143034808,(Macaque:0.0128196490574,((Gorilla:0.00461895399609,(Human:0.0022358171671,Chimpanzee:0.00279328988709):1.50917114346e-06):0.0033549836735,Orangutan:0.00737807163627):0.00371339366733):0.0061985214548):0.0176554518982,((Mouse_Lemur:0.0363993080996,Galago:0.0379419389073):0.00628371199617,Tarsier:0.0442135245726):0.00217304892676):0.00589112036748):0.00167849210188):0.00226476751308,Horse:0.0641021471912):0.00638632521462):0.45698033274;
+(Sloth:0.045415159342,(((Rat:0.101691316511,(Rabbit:0.0592797262628,Tarsier:0.106269584383):0.00391253852791):0.00241393009647,(Tree_Shrew:0.056584359304,(((Macaque:0.00758297838286,(Orangutan:0.00541271767803,((Human:0.00198924997036,Chimpanzee:0.00144736152139):0.000693277859623,Gorilla:0.00229312511976):0.00320900824743):0.00417371206976):0.0049096837065,Marmoset:0.0217278978483):0.0199352447706,(Mouse_Lemur:0.0271545952318,Galago:0.0371767966386):0.0108399175066):0.0021412041162):0.00182710221406):0.00639496444736,Horse:0.0382113167321):0.00325058527192):0.294476763834;
+(Sloth:0.0850140083918,(((Rabbit:0.172437825238,Rat:0.26320150195):0.00669736022917,(Tree_Shrew:0.0786764045219,((Galago:0.0602554783192,Mouse_Lemur:0.0364557808178):0.0230981371322,(Tarsier:0.0734150659611,(Marmoset:0.0287695221854,(Macaque:0.0202302136569,(Orangutan:0.00595080388786,(Chimpanzee:0.00257858872658,(Human:0.00612827014476,Gorilla:0.00462965450956):1.79806524942e-06):0.00494349040767):0.00684485502269):0.00833420281405):0.0251562533306):0.00694339518376):0.013968759115):0.00179777312504):0.0108226116782,Horse:0.0707624111927):0.00843843968984):0.314152909833;
+(Sloth:0.0880730782239,(Horse:0.124681482836,((Rabbit:0.0833411427701,Rat:0.248904232434):0.00705850501635,(((Galago:0.120393646894,Mouse_Lemur:0.0516788917392):0.0187680454926,Tree_Shrew:0.0734793523591):0.00991062808526,(Tarsier:0.046065394113,(Marmoset:0.0227882675078,(Macaque:0.00989423094606,(((Human:0.0033085423073,Chimpanzee:0.00159736820036):0.00211360132085,Gorilla:0.0018344145753):0.0028861739503,Orangutan:0.0079270564941):0.00324795677831):0.00467245964386):0.0205537830372):0.00412358377842):0.00966354145358):0.0120434960314):0.00504860542285):0.35126352049;
+(Sloth:0.0450129114424,((((Mouse_Lemur:0.0189173392593,Galago:0.0364922055267):0.0054661624744,(Tarsier:0.0723409616885,((Macaque:0.0425078638594,(Orangutan:0.00309113041563,(Gorilla:0.0031004311392,(Human:0.00151399318156,Chimpanzee:0.00151539579374):0.000373564124435):0.00110781450547):0.0048565692257):0.0047661685964,Marmoset:0.0157961826483):0.016429712587):0.00188787741901):0.00471109333547,(Tree_Shrew:0.0388439366053,(Rabbit:0.0372007744652,Rat:0.088422049599):0.00177748296776):0.000640160690678):0.000867443001195,Horse:0.0192900948509):0.00411964281544):0.209306764556;
+(Tarsier:0.0260227859056,(Tree_Shrew:0.0815029524526,(((Galago:0.0549558016822,Mouse_Lemur:0.0544422239339):0.017618674473,(Marmoset:0.0455119907827,(Macaque:0.0147438824651,(Orangutan:0.00931893095161,(Human:0.000992263057352,(Gorilla:0.00232920729035,Chimpanzee:0.00441839851513):0.00144615955663):0.00511695721797):0.00518740759249):0.010189521614):0.0415311723037):0.00664345676667,((Rat:0.218099488277,Rabbit:0.130517729185):0.00525185328304,(Horse:0.0918310377557,Sloth:0.0751064434089):0.0145690455812):0.00218936644174):0.0114504675493):0.0571996875623):0.549196425648;
+(Tree_Shrew:0.019785763756,(((Rat:0.0831039679985,((Sloth:0.0646948432129,Horse:0.0312424502724):0.00368635018722,Tarsier:0.0373582749692):0.000959722405188):0.00434740871074,((Galago:0.0311679721325,Mouse_Lemur:0.0164544218441):0.0159534336141,(Marmoset:0.0202005846171,(Macaque:0.00770520611313,((Gorilla:1.92410993904e-06,(Human:1.92410993904e-06,Chimpanzee:0.00230379326396):1.92410993904e-06):0.00155668105774,Orangutan:0.00778456270559):0.00647963108169):0.000745237668528):0.0088718882032):0.00606662727998):0.00173902884659,Rabbit:0.041173052639):0.0378949826203):0.203133278755;
+(Sloth:0.0465770545756,((((Galago:0.0807740451622,Rabbit:0.134568220816):0.0223549941911,Tree_Shrew:0.06388000568):0.0562363697461,Horse:0.043473955305):0.0121069352659,(Mouse_Lemur:0.0330382119032,(Rat:0.146478952542,(Tarsier:0.0600808210739,((Macaque:0.00810056414832,(Orangutan:0.00358278985388,(Human:0.00324765117239,(Chimpanzee:0.000976638221695,Gorilla:0.00109377335688):0.000967876858085):0.000605967257576):0.005228651288):0.0021414411439,Marmoset:0.0238456499384):0.0174812350896):0.00665746241002):0.00265963203633):0.00405643367175):0.00800337065835):0.459631912497;
+(Sloth:0.0507158513518,((Rat:0.124489525666,(((Galago:0.0476595610448,Mouse_Lemur:0.0374500366854):0.00977717390935,(Tarsier:0.072508200499,((Macaque:0.0119159359086,(Orangutan:0.00636890485715,(Gorilla:0.00178138600997,(Chimpanzee:0.00305079344163,Human:0.00374524388115):0.00105546877715):0.00358318022047):0.00306837978454):0.00690623610557,Marmoset:0.0243619482655):0.026162011117):0.00163573821968):0.00622410325574,Rabbit:0.066542276951):0.00161850584242):0.00486571802225,(Horse:0.0381147456487,Tree_Shrew:0.0806255232915):0.00215730568555):0.0156835296024):0.420772614997;
+(Sloth:0.070422150076,(((Rabbit:0.108730742447,(Rat:0.138242759356,Tree_Shrew:0.108019207769):0.00222715646385):0.00607132711198,((Tarsier:0.0595178477876,(Marmoset:0.0251422732274,(Macaque:0.0158543751301,(Orangutan:0.00985994369134,(Gorilla:0.00328377334344,(Chimpanzee:0.00287717975001,Human:0.00222979060083):0.00124390457484):0.00557121936478):0.00497011661998):0.00862068861605):0.0237846536672):0.0034617496261,(Mouse_Lemur:0.0487052223622,Galago:0.0621300291505):0.0147186555429):0.00666764009655):0.00633827784018,Horse:0.0707133647911):0.00839377928842):0.445927284569;
+(Tree_Shrew:0.211982370025,((Rabbit:0.0415810640435,((Mouse_Lemur:0.0205057851102,Galago:0.0266940803016):0.00861472943492,(Rat:0.0940243091288,(((Orangutan:0.00192881466217,(Human:0.000625273361681,(Chimpanzee:0.000569689276825,Gorilla:1.8374255979e-06):0.000759691581826):0.00184635662221):0.00376530940792,(Macaque:0.00485605204745,Marmoset:0.0247434621904):0.00069358425387):0.015340251079,Tarsier:0.0248102563164):1.8374255979e-06):0.0054707080645):0.00155054644093):0.00576635229393,(Horse:0.0258199340346,Sloth:0.0366828151145):1.8374255979e-06):0.00845483254343):0.216360872972;
+((((Rat:0.109257110454,Rabbit:0.0564005892067):0.00265206849142,(((((((Gorilla:0.00277557585256,Chimpanzee:0.00309478925031):0.00100201547748,Human:0.00328163339061):0.00210499760682,Orangutan:0.00425621067211):0.00618343803306,Macaque:0.0108284944242):0.00607809219778,Marmoset:0.0272129082517):0.0204967099259,Tarsier:0.0419259418544):0.00436936350805,(Tree_Shrew:0.0694240942672,(Galago:0.0621006343505,Mouse_Lemur:0.0219518036188):0.00772960576162):0.00305205785433):0.00203599081579):0.00425226961552,Horse:0.0596176202779):0.00514956614617,Sloth:0.050461131214):0.27506132817;
+(((((Mouse_Lemur:0.0446462833941,(Marmoset:0.0360857920768,(Macaque:0.0218621280045,(Orangutan:0.0129160517759,(Gorilla:0.00677094430282,(Human:0.00780941082,Chimpanzee:0.00386428305501):0.00112477753463):0.00869324396326):0.00578961177817):0.014866942267):0.0294539629978):0.00477707075877,(Tree_Shrew:0.097703685188,(Galago:0.0806055284582,(Rat:0.159050604087,Rabbit:0.0964813616145):0.00794245618078):0.00247408416437):0.00362710590904):0.00346173830632,Tarsier:0.063917786134):0.0084659361173,Horse:0.0684170879473):0.00751995417444,Sloth:0.0667264016737):0.852452649125;
+(Sloth:0.0421113500659,(((Mouse_Lemur:0.043549173568,Galago:0.0495601749955):0.0121832965359,(Tree_Shrew:0.0609686372907,((Rat:0.123493684959,Rabbit:0.0557935852032):0.0128277110288,(Tarsier:0.0471850434797,(Marmoset:0.0177920605222,(Macaque:0.0106963964342,(Orangutan:0.00245829875189,(Human:0.00367549862557,(Gorilla:0.00233791391911,Chimpanzee:0.00161098677643):0.000731710648898):0.0017428226521):0.00337003077196):0.00267443202306):0.0187445960594):0.00356958935555):0.00314925666983):7.71343575195e-05):0.00362917890208,Horse:0.0467877003881):0.00453727018391):0.270357711979;
+(Sloth:0.0742112614892,(((Rabbit:0.105269043443,Rat:0.183565675929):0.00237289425642,(((((Macaque:0.013310385978,((Chimpanzee:0.00334684430268,(Human:0.0139502664792,Gorilla:0.00299624789979):0.00499934394502):0.003163468393,Orangutan:0.00941014153649):0.00394742043974):0.00686384253622,Marmoset:0.0250111973185):0.0243234277234,Tarsier:0.0563918287133):0.00588829344961,(Galago:0.0621049952644,Mouse_Lemur:0.0260189274244):0.0149029640935):0.00540113847004,Tree_Shrew:0.0636624581107):0.005543869897):0.00742921272163,Horse:0.0731012657324):0.0036671618285):0.296955753284;
+(Sloth:0.266092436016,((((Rabbit:0.0442597886301,Rat:0.141901809411):0.00326636257482,(Galago:0.0499436305017,Tree_Shrew:0.0576737959719):0.00466919772282):0.00206012360548,(Mouse_Lemur:0.033857115533,(((Macaque:0.0169359955539,(Orangutan:0.00761135647771,((Human:0.00196441116418,Chimpanzee:0.00327504134677):0.00102340626944,Gorilla:0.0024419288244):0.00132448269219):0.00465069675135):0.00575256835593,Marmoset:0.0175836301482):0.0252390358129,Tarsier:0.0425020295548):0.00118021853092):0.00322482565032):0.00818905387416,Horse:0.0582261643415):0.00871187272677):0.211941186289;
+(Mouse_Lemur:0.0248746264631,(((((((Sloth:0.0708045801803,Tree_Shrew:0.114096226709):0.00672397988784,Rat:0.163862177113):0.00757735616027,Horse:0.0531250426774):0.00237128651386,(Macaque:0.00199066327749,((Orangutan:0.00610361309619,(Chimpanzee:1.83747791468e-06,(Gorilla:0.00276730252326,Human:0.00195496329689):4.05750581175e-05):1.83747791468e-06):0.00200142277669,Marmoset:0.0273835877811):1.83747791468e-06):0.00819100679184):0.0049627947887,Rabbit:0.112096851641):0.00238691443421,Galago:0.0283289057106):0.00209712592186,Tarsier:0.0205862145128):0.00322436867946):0.186906074038;
+((Horse:0.100824390768,((Rabbit:0.15559639464,Rat:0.215203128485):0.0113552072046,((Tarsier:0.0964927242806,((Marmoset:0.0314884214016,(Macaque:0.0177268896517,((Chimpanzee:0.00276390625535,(Gorilla:0.00698866159108,Human:0.00450557160636):0.000884819270155):0.00348287923088,Orangutan:0.0074922334215):0.00713159573085):0.00396189082543):0.0242531884182,(Galago:0.167568723236,Mouse_Lemur:0.0412842969862):0.0203551361093):0.00227822280589):0.00981411788467,Tree_Shrew:0.0789731125421):0.00304073228129):0.00605906950789):0.0134964464752,Sloth:0.0793736424549):0.365233414178;
+((Horse:0.036889940806,Sloth:0.0445541049533):0.00147366723611,((Rabbit:0.0554786568967,Rat:0.0903186345255):0.00588492073957,(Tree_Shrew:0.0648357797535,(Galago:0.0321507390893,(Mouse_Lemur:0.0229415918687,(Tarsier:0.0302072778958,(Marmoset:0.02659459546,(Macaque:0.0115179412484,((Chimpanzee:0.000977072769954,(Human:0.00195697934751,Gorilla:0.00138757782494):1.51579583605e-06):0.00153648231881,Orangutan:0.00387395960928):0.00186657402252):0.00651026608339):0.0185242169292):0.00269753671228):0.00189049018711):0.00373922770237):0.00163321572031):0.00524383600301):0.240371302179;
+((Horse:0.0719995008545,(Tree_Shrew:0.0731329995931,(((Mouse_Lemur:0.0485262087929,Galago:0.0588473704756):0.0200675566813,(Tarsier:0.0685964435249,(Marmoset:0.0382789746041,(Macaque:0.0181413673613,((Gorilla:0.00386166925548,(Human:0.0191936813247,Chimpanzee:0.00256851818957):0.000611658581657):0.00385846599087,Orangutan:0.00946864071551):0.00903071780086):0.00471920010064):0.023476121609):0.00901959118871):0.0111953299649,(Rat:0.19975284784,Rabbit:0.100583683125):0.00871183148376):0.00169368292107):0.00559402190392):0.013928880136,Sloth:0.128177428471):0.484140721462;
+(Sloth:0.0909281867477,(Horse:0.0614416575139,(((Tree_Shrew:0.0916530390119,(Marmoset:0.0404557453266,(Macaque:0.0115325382841,(Orangutan:0.00686882432133,(Gorilla:0.00311793612843,(Chimpanzee:0.00148924507363,Human:0.00219990367452):1.44576285473e-06):0.00440114980736):0.00550549073629):0.00565027675823):0.056876098808):0.0129502748824,((Mouse_Lemur:0.0375245249128,Galago:0.0747963335683):0.013190236228,Tarsier:0.0750593034776):0.00748256907601):0.00536620907053,(Rat:0.138299806295,Rabbit:0.105546214336):0.0062353579236):0.00924230782012):0.0112472420561):0.291716663515;
+(Sloth:0.0708023944441,(((((Mouse_Lemur:0.0231227548079,Galago:0.0923231987383):0.0231080525289,Tarsier:0.0797587181749):0.0101907999789,((Macaque:0.0590753887315,(Orangutan:0.00307983559176,(Gorilla:0.00647049897801,(Human:0.00185821607819,Chimpanzee:0.00435852033332):1.80927206347e-06):0.00335189537484):0.00179483430987):0.017570801204,Marmoset:0.047511242047):0.032614284231):0.0103871962805,(Tree_Shrew:0.130595533962,(Rabbit:0.100843234542,Rat:0.208571819113):0.00511126507929):0.00391239305565):0.00727722087212,Horse:0.112869803909):0.0128940778963):0.428169187543;
+(((((Rat:0.146039778206,Tree_Shrew:0.0617427113712):2.16224340343e-06,((Tarsier:0.0602939014339,Galago:0.048884376849):0.0118831951786,(Marmoset:0.0238421770731,((Orangutan:0.00281947934111,((Human:0.00148536254396,Chimpanzee:0.00147867893266):0.00368770794431,Gorilla:0.00288757341295):0.00151181255632):0.00447529305736,Macaque:0.0103498652745):0.00681227515147):0.0250537344807):0.00255230974667):0.00299006441302,(Rabbit:0.146740328211,Mouse_Lemur:0.112968336497):0.0558930326007):0.0013355706138,Horse:0.0629435014757):0.0167173484933,Sloth:0.0480106284602):0.230835066422;
+(Sloth:0.0694261655801,(Horse:0.0410035207211,(((((Gorilla:0.00199848271691,Human:0.00491745073927):0.00212783781893,((Macaque:0.0136078383005,Orangutan:0.00810715982013):0.00476675099755,Chimpanzee:0.00461495055404):0.0163218100083):0.0106880451059,Marmoset:0.020675720295):0.016472798074,Tarsier:0.0463054722008):0.00711012284957,((Rat:0.131091040422,(Rabbit:0.0680252940931,Tree_Shrew:0.0870334224155):0.0082320472139):0.00310462107087,(Mouse_Lemur:0.063656073711,Galago:0.0734757899124):0.0290834801079):0.00623010408063):0.00911582218561):0.00978685238227):0.28415370671;
+(Sloth:0.198633069127,((Tree_Shrew:0.117770618176,(((Tarsier:0.14408466037,((Macaque:0.0286108814635,(Orangutan:0.0135401776941,((Gorilla:0.00184658032095,Human:0.00341283610507):0.0358424904863,Chimpanzee:0.000646266571597):0.00648582149302):0.0151215425351):0.0110159407423,Marmoset:0.0919693337174):0.0489448672769):0.0244095780695,(Galago:0.0826193352986,Mouse_Lemur:0.0554947705565):0.0358423656895):0.0250103785465,(Rabbit:0.149722811978,Rat:0.174908952256):0.00928677125975):0.00116188372894):0.0140184687067,Horse:0.105631736182):0.0319041464084):0.557647510793;
+(Sloth:0.0418561983856,((Rat:0.16219821335,((Tree_Shrew:0.0603800052943,((((Macaque:0.102398211427,((Chimpanzee:0.00213499374996,(Human:0.00232330823564,Gorilla:1.78729447476e-06):1.78729447476e-06):0.00413916632176,Orangutan:0.00512974007954):0.000527404712019):0.0112480807841,Marmoset:0.0204014637911):0.0204089655424,Tarsier:0.036561916735):0.00373612877227,(Mouse_Lemur:0.0365824916081,Galago:0.0516967970542):0.0145868987407):0.00135593730786):0.00212402442199,Rabbit:0.0534341524453):0.00160662655316):0.00727734967976,Horse:0.052633031976):0.0134244677848):0.325561628103;
+((Horse:0.0601003885157,(Tree_Shrew:0.076261119209,((Rabbit:0.0570123999052,Rat:0.128348536136):0.00404616235095,(Tarsier:0.0401798705687,((Mouse_Lemur:0.0315683082041,Galago:0.0396123482902):0.0075280950197,(Marmoset:0.0233555451294,(Macaque:0.0116143809691,(Orangutan:0.00779284204855,(Human:0.00392719204764,(Chimpanzee:1.38307901169e-06,Gorilla:0.00156303175803):0.00234509710282):0.0020696462275):0.00488080293524):0.00730428683881):0.0195322569365):0.00304532131316):0.0054765652662):0.00141812784328):0.00368054192667):0.0212816262242,Sloth:0.0456320491129):0.523739340517;
+((Horse:0.0707298295573,(((((Macaque:0.0186689342988,((Gorilla:0.00378334686909,(Human:0.00342367050491,Chimpanzee:0.00288791702694):0.00109682497861):0.00441117683458,Orangutan:0.00930768833121):0.00751891605057):0.0113016721332,Marmoset:0.0440580021139):0.0376408197223,Tarsier:0.141684249958):0.00709098998861,(Mouse_Lemur:0.056998047662,Galago:0.105855667591):0.022680384321):0.00834405610563,((Tree_Shrew:0.116277641608,Rabbit:0.226552560509):0.00645396165279,Rat:0.280826211505):0.00177244279052):0.010950541632):0.0115389088012,Sloth:0.0981024402277):0.471901971974;
+((((Rabbit:0.125156501193,Rat:0.174468111427):0.00746807298204,(((Tarsier:0.0614589527586,(Mouse_Lemur:0.0463268540573,Galago:0.0649487276423):0.0241459701635):0.00533074698674,(Marmoset:0.0343154028323,(Macaque:0.0223856292395,(Orangutan:0.0189656795281,((Human:0.00558267570831,Chimpanzee:0.00650264964132):0.00285894616738,Gorilla:0.00512002288092):0.00999065673181):0.0050042990819):0.0194494384828):0.0317762335698):0.00946110019343,Tree_Shrew:0.126378223441):0.00240020053482):0.00892187721615,Horse:0.0713363424219):0.0116155493821,Sloth:0.0802766099645):0.485973914609;
+(Sloth:0.0251100262016,(Horse:0.0275206937898,((Tree_Shrew:0.0266230376153,(Rabbit:0.0297865698086,Rat:0.0822331996221):0.00332522137507):0.000531916785319,(((Marmoset:0.011046187776,(Macaque:0.00528135769073,(Orangutan:0.00512065107817,(Gorilla:0.000961296087165,(Chimpanzee:0.00299175318307,Human:0.00104309004934):0.00166274720504):0.00201559417182):0.00257318247379):0.00229085373797):0.0128859637192,Tarsier:0.0228412810628):0.000658946324573,(Galago:0.0231156302355,Mouse_Lemur:0.0136843552052):0.00515559656961):0.00164962059424):0.00497265526278):0.00393832723524):0.195316327083;
+(((((Galago:0.086933135706,Mouse_Lemur:0.0197378976719):0.0112188746838,((Marmoset:0.0354853994156,(Gorilla:0.00412359907676,(Orangutan:0.0197579031181,(Macaque:0.0178089745911,(Human:0.00132112480575,Chimpanzee:0.00131808013709):0.00321542093326):0.00864118889805):0.00931308390577):0.0112397936103):0.0248090153751,Tarsier:0.0329537660111):0.00515582456733):0.00405081612989,(Rat:0.120021341712,Rabbit:0.0708546837539):0.000555549127938):0.0016659739171,Tree_Shrew:0.0600442445861):0.00555267592761,(Sloth:0.241102946499,Horse:0.056570924459):0.014048875002):0.235566548215;
+((((Tree_Shrew:0.0858387752746,Rabbit:0.086589182435):0.00848349171486,(Rat:0.102460587679,((Mouse_Lemur:0.034066305191,Galago:0.0422446005809):0.0211576774882,(Tarsier:0.0545977653283,(Marmoset:0.0293382176341,(((Gorilla:0.0054646985003,(Chimpanzee:0.00167688706702,Human:0.000881514628992):0.000555748124654):0.00229184732157,Orangutan:0.010372265552):0.0043881756694,Macaque:0.0106144323523):0.00868851505114):0.0275329593851):0.00570224233653):0.00817469155772):0.00187530006816):0.0136273223857,Horse:0.0592061832911):0.0117915926392,Sloth:0.07156376255):0.230520852761;
+((Horse:0.0327163350043,Sloth:0.0458460421338):0.00281381771994,((((Mouse_Lemur:0.0212612869576,Galago:0.0314917790465):0.00599588953972,Tarsier:0.0529130016426):0.00231251050902,(Rabbit:0.0635459843676,((Macaque:0.00849232772006,(Orangutan:0.0032835742179,(Gorilla:0.00253701325672,(Human:0.00117866772214,Chimpanzee:0.00176957930914):0.000803881382369):0.00315103617377):0.00266718148714):0.00759210971534,Marmoset:0.0204213564331):0.0184326075735):0.00154227827095):0.00449219659014,(Tree_Shrew:0.036957152255,Rat:0.112282902523):0.00108235078303):0.0037859939165):0.218118812052;
+((Horse:0.0483880143015,((Tree_Shrew:0.0388608991306,(Rabbit:0.0647128245456,Rat:0.129972645221):0.00332585193374):0.00199655661324,((Galago:0.181579746226,Mouse_Lemur:0.0228658899134):0.0120123175365,(Tarsier:0.0784806841807,(Macaque:0.0078162641322,(((Gorilla:1.41876480627e-06,(Human:0.00361914403824,Chimpanzee:0.000905616639337):0.00046159138214):0.00337129511724,Orangutan:0.00398478294925):0.00412339399395,Marmoset:0.0161397123876):0.000173531560305):0.00789123393484):0.0046562323295):0.00440740835294):0.00373869750884):0.00507290007711,Sloth:0.0443461226704):0.178062199741;
+(Sloth:0.0518611756817,(((Rat:0.289861972875,Rabbit:0.119073498281):0.00391959275211,(Tree_Shrew:0.0851363517618,(Tarsier:0.0682336065763,(((Macaque:0.0206385820361,(Orangutan:0.00958447100035,(Gorilla:0.00293759880032,(Chimpanzee:0.00297516205347,Human:0.0355131617486):0.0022996821294):0.00536742805405):0.00575556813384):0.0104267050729,Marmoset:0.0588093356751):0.0453845299454,(Galago:0.0719954979101,Mouse_Lemur:0.0584371240266):0.0195041462649):0.00492093505624):0.00789782185142):0.000359973192842):0.00371427673679,Horse:0.0678724845797):0.00975844733369):0.439931605935;
+(((((Rabbit:0.0874220954996,Rat:0.254637995617):0.00918276334726,Tree_Shrew:0.0766949467694):0.00407123000283,((Mouse_Lemur:0.0511882004382,Galago:0.0579776127278):0.0189528674365,(Tarsier:0.053878320424,((Macaque:0.0273343500475,((Gorilla:0.00444481895243,(Human:0.00285114148545,Chimpanzee:0.00257149407079):0.00111466539204):0.00166931964289,Orangutan:0.00687625581216):0.00468312503798):0.00872905893718,Marmoset:0.0271580337159):0.0233967845205):0.00434332154258):0.00567616738075):0.00821711589274,Horse:0.0630047094515):0.00969202530689,Sloth:0.0566420050944):0.362963515413;
+((Horse:0.051381280777,(((Tree_Shrew:0.0498408361689,Rat:0.158573799872):0.0065482846383,((Marmoset:0.0259686363045,((((Human:0.000502117005196,Chimpanzee:0.00203446026703):0.00154372270071,Gorilla:0.000796064876259):0.00352542460076,Orangutan:0.00676306123906):0.00535014544138,Macaque:0.0108449318925):0.00566108933047):0.0239262355523,((Galago:0.0606803069544,Mouse_Lemur:0.0326610573956):0.0121191572189,Tarsier:0.0631517611532):0.00244404021762):0.00491948738071):0.00151038867714,Rabbit:0.0636384464577):0.00439427337137):0.00730886739211,Sloth:0.0662251315907):0.226048517186;
+((Horse:0.0657871097324,(((Rabbit:0.248597053105,Rat:0.155373324769):0.0731235952967,Tree_Shrew:0.144823623741):0.00860043419929,((Mouse_Lemur:0.0405616108077,Galago:0.0949580579609):0.0141976008661,((((Orangutan:0.00430177990159,((Human:0.00274296805828,Gorilla:0.00129778090585):0.00074796766712,Chimpanzee:0.00443880701601):0.00267106138417):0.00298391763741,Macaque:0.0113332441599):0.00452423229438,Marmoset:0.0220883612131):0.0228998822442,Tarsier:0.0615041627621):0.0037045794817):0.00842038505974):0.00680642174341):0.0121813306313,Sloth:0.0740210564531):0.180918214705;
+(Sloth:0.112318560121,(Horse:0.0917770739192,((((Mouse_Lemur:0.0596242050558,Galago:0.0987042232618):0.0303007128125,(Tarsier:0.0732972981302,(Marmoset:0.0445252345176,(Macaque:0.0217344627106,((Gorilla:0.00793347517518,(Human:0.00416771675337,Chimpanzee:0.00393683113726):0.00103846968412):0.004603095912,Orangutan:0.00977078104473):0.00609000148667):0.0128351523113):0.0410748290833):0.00950964642073):0.0108363226925,Tree_Shrew:0.114963363365):0.0033037186271,(Rabbit:0.138799880573,Rat:0.230719701963):0.00796839160741):0.0141016613468):0.0178736729254):0.407528085386;
+(Horse:0.0597366484404,(((((Mouse_Lemur:0.029948318935,Galago:0.0756562490733):0.00882608948912,(((((Gorilla:0.00388623934641,(Human:0.00353991230059,Chimpanzee:0.00177205383496):0.0009529085859):0.000954547628731,Orangutan:0.00346570676184):0.00294331066806,Macaque:0.0094361365845):0.00464088209106,Marmoset:0.0192225754903):0.0187660486912,Tarsier:0.0254225141392):0.00781409082872):0.0026213458328,Tree_Shrew:0.0675046684439):0.00417012047058,(Rabbit:0.0650952614007,Rat:0.179413707252):0.00894036267757):0.00449813738909,Sloth:0.057708531551):0.00314709927164):0.220091577302;
+(Sloth:0.0641640861314,(Horse:0.0520163766303,(Tree_Shrew:0.0601221794638,((Rabbit:0.0947879831034,Rat:0.214612366934):0.0082145947806,((Galago:0.0477547905619,Mouse_Lemur:0.0591999352821):0.0127215329752,((Marmoset:0.0218253403376,(Macaque:0.00907700221106,(Orangutan:0.0068887950154,(Gorilla:0.00248381018745,(Human:0.00325024868808,Chimpanzee:0.00218696641473):1.99882699392e-06):0.00351798663525):0.00712685076026):0.00700639298792):0.0194041665449,Tarsier:0.0449425428004):0.00425104657066):0.0102734138219):0.00414305309209):0.00550352386041):0.0155750920495):0.242602495004;
+((Horse:0.0332101837446,((Rabbit:0.0939247983274,((Galago:0.0482777336671,Mouse_Lemur:0.0195204269303):0.00778114040144,(Tarsier:0.0266792856659,(Marmoset:0.0159088882851,(Macaque:0.00618784475695,((Chimpanzee:0.00119790039569,(Gorilla:0.0023410413779,Human:1.98199239235e-06):0.000388920157349):0.00270281244344,Orangutan:0.00270993494593):0.00410410699758):0.003085293413):0.0143787894732):0.00136475269535):0.0030996120566):0.00124721695051,(Tree_Shrew:0.0605198022696,Rat:0.11488270216):1.98199239235e-06):0.00338505835176):0.00839361228192,Sloth:0.0371602926784):0.219409914681;
+(Sloth:0.0780988090965,((Rat:0.226999931252,(Tree_Shrew:0.0931699967261,(((Mouse_Lemur:0.0391100170076,Galago:0.0741524717154):0.0169201853368,(Tarsier:0.0534493040139,(Marmoset:0.0363266328477,(Macaque:0.00979709669248,(Orangutan:0.00994760978672,(Chimpanzee:0.00164699063046,(Human:0.00143531310384,Gorilla:0.00306171573567):1.48239431302e-06):0.00396121372519):0.00443099835501):0.00962151017697):0.0193325266757):0.00837064292501):0.00775547810486,Rabbit:0.100158243694):0.00103360214246):0.0027164145288):0.0109414519723,Horse:0.0654125977576):0.00381163084643):0.403746290689;
+((((Rabbit:0.114371707079,Rat:0.19834334646):0.00967270211175,(Tree_Shrew:0.0999744339602,((Tarsier:0.0654395668115,(Marmoset:0.0397788071447,(Macaque:0.0184333578996,(Orangutan:0.0310129101947,(Gorilla:0.0035448921234,(Chimpanzee:0.00430751538023,Human:0.00375504682008):0.000321088209698):0.00473880581691):0.00485861674148):0.00651505190267):0.0387711473867):0.00896754909572,(Mouse_Lemur:0.0566935355191,Galago:0.0830611752642):0.0317093587446):0.00519591708635):0.0037167620328):0.0143142707975,Horse:0.0802526368495):0.0111569998509,Sloth:0.10922023228):0.479831369879;
+((Horse:0.105096477609,(((Tarsier:0.0733588185679,(Marmoset:0.0383659722735,(Macaque:0.0161118316652,(Orangutan:0.00422379655483,(Gorilla:0.00641641883437,(Human:0.000905907720118,Chimpanzee:0.00291319298593):0.00216631208508):0.00533591081737):0.0104537731253):0.0138250859097):0.0283095619287):0.0121762828363,(Galago:0.0581839091482,Mouse_Lemur:0.0398136509428):0.0230235581382):0.00982464768868,(Tree_Shrew:0.12746910752,(Rat:0.221516544019,Rabbit:0.0935201155987):0.0034201952407):0.00223899775839):0.0111628171148):0.0173961693801,Sloth:0.0884327136814):0.377240653207;
+(((Rat:0.1170779895,Rabbit:0.152298305623):0.0256959239645,(Horse:0.0999322572956,(((Galago:0.0658862756192,Mouse_Lemur:0.0338429300038):0.00617284921794,Tarsier:0.041020396034):0.0022910111366,(Tree_Shrew:0.0836366307249,(Marmoset:0.0205818327336,((Orangutan:0.0528230464481,Macaque:0.00284904977309):0.00240528281058,(Human:0.00237050619642,(Gorilla:0.00351003483396,Chimpanzee:0.00234309700318):0.00115141775008):0.00342174066351):0.00480386601034):0.0118744648007):0.00959502718993):0.00340875164705):0.0029628792261):0.0111441426307,Sloth:0.0582337113297):0.33472470492;
+((((Rabbit:0.0617563802054,Rat:0.163186736668):0.00485653992752,((Tree_Shrew:0.0707516718083,(Mouse_Lemur:0.0457589480221,Galago:0.0717429741928):2.02311048188e-06):0.00354324059411,((Marmoset:0.0302130853258,(Macaque:0.00949395038158,(((Chimpanzee:0.00156692384116,Human:0.000784678886189):2.02311048188e-06,Gorilla:0.00297087507623):0.000793900529745,Orangutan:0.0080301827274):0.00426148950026):0.00506378589158):0.0203496921079,Tarsier:0.0718769816019):0.00547063572591):0.0073638670074):0.00900491824779,Horse:0.0460736061226):0.0127314567915,Sloth:0.0645261033597):0.256352399815;
+(Sloth:0.0482926265278,(((Rat:0.0583625295405,Rabbit:0.0560158161025):0.00297901739771,(Tree_Shrew:0.027121567857,((Mouse_Lemur:0.0164286858896,Galago:0.0197123683932):0.00587867179547,(Tarsier:0.018212183228,(Marmoset:0.0123099094025,(Macaque:0.00608494408453,((Gorilla:0.00593614612621,(Human:0.000490837254135,Chimpanzee:0.0160711186659):0.000685715077709):0.00181171641882,Orangutan:0.00596033547701):0.00142614220317):0.00310613873805):0.00932598242661):0.00280902993582):0.00180677929958):0.000762597883776):0.00647704862563,Horse:0.0181776445817):0.00255233158219):0.113779195284;
+(Sloth:0.161636500257,((((Tree_Shrew:0.0835423768003,(Tarsier:0.0936107895514,((Macaque:0.083430389388,(((Chimpanzee:0.00630668178012,(Gorilla:0.00377248177837,Human:0.00250756314983):1.57941491807e-06):0.00369559406732,Orangutan:0.00921981301816):0.00745862553607,Marmoset:0.0380970681458):1.57941491807e-06):0.0359464684104,(Galago:0.0667540284806,Mouse_Lemur:0.0692825546059):0.0207003391182):0.00408006405174):0.0109840498312):0.00708750831845,Rat:0.178414889937):0.00152233892053,Rabbit:0.189044297605):0.0225069120622,Horse:0.0892594580941):0.007663435548):0.460336339349;
+((((Rat:0.110988131297,Rabbit:0.0605411250126):0.0039528840579,(Tree_Shrew:0.0495966377676,((Tarsier:0.0410098143601,((Macaque:0.0185386515885,(Orangutan:0.00542822260484,(Human:0.00240438475487,(Gorilla:0.00291806842951,Chimpanzee:0.00108229093534):2.61359491228e-06):0.00416860075267):0.00325515796429):0.00597946842243,Marmoset:0.0191971648993):0.0164507737222):0.00226490612892,(Mouse_Lemur:0.0337501430147,Galago:0.0739633107957):0.0114475400105):0.00293319231295):0.00272783120474):0.00575191716592,Horse:0.0380164418014):0.0107071062595,Sloth:0.0539565357357):0.245745976877;
+(Horse:0.069571936683,(Rat:0.327809748384,((((Galago:0.0978964419096,Mouse_Lemur:0.0610152398666):0.031918032674,((Macaque:0.0119402310183,(Orangutan:0.00522646351108,(Gorilla:0.00227946667196,(Chimpanzee:0.00389211952545,Human:0.00347895031994):0.000869459851095):0.00330219947433):0.00566880939311):0.0126267028069,Marmoset:0.0310635887432):0.0428731801654):0.0105594621722,((Tarsier:0.222932657943,Rabbit:0.0935029335043):0.0302980893408,Tree_Shrew:0.116015132438):0.00247952663177):0.016838654166,Sloth:0.105240020085):0.01444843268):0.00226688630085):0.949912119452;
+(Sloth:0.0506029252617,(((((Tarsier:0.0440587806924,((Macaque:0.00868418445908,(Orangutan:0.00820710266001,(Chimpanzee:0.00167145756522,(Gorilla:0.000958489099171,Human:0.00295298724928):2.40885789867e-06):0.00203089042014):0.00166242340574):0.00625728696301,Marmoset:0.014744941385):0.0125115578772):0.00378695513412,(Mouse_Lemur:0.0178897829666,Galago:0.0494810052495):0.0130839601731):0.00505610654412,(Rabbit:0.0780428089394,Rat:0.208511661154):0.00169794673589):0.00211493151094,Tree_Shrew:0.0704760192017):0.00218227845717,Horse:0.0432373945134):0.00592153707812):0.217377843498;
+(Sloth:0.097604538783,(((((((Gorilla:0.00304528899763,(Human:0.00193450801556,Chimpanzee:0.00124139958576):0.000875622732465):0.00384183509331,Orangutan:0.00217031801586):0.00779626610706,Macaque:0.00442498280779):0.00408959648496,Marmoset:0.0240552918861):0.0170996081847,(Tree_Shrew:0.0742572221115,(Galago:0.0703319672492,Mouse_Lemur:0.0483123796105):0.0168120158695):0.00270675179362):0.00549332008202,(Tarsier:0.0484301215035,(Rat:0.1165225787,Rabbit:0.174612993224):0.0412133909001):0.00306640150364):0.0119318944571,Horse:0.0419722682127):0.00599449973753):0.179306798752;
+(Sloth:0.0351405082983,(Horse:0.0244596068013,(((((((Chimpanzee:0.000650789343832,(Human:0.00493173880696,Gorilla:0.000684627755829):2.40516724631e-06):0.00106765309271,Orangutan:0.00301742323075):0.0024687901349,Macaque:0.0149168798417):0.00680046710571,Marmoset:0.0217191186544):0.0134936722987,(Mouse_Lemur:0.0166871894679,Galago:0.0195457818344):0.0105087641045):0.00135766963446,(Rabbit:0.0710060600397,(Tarsier:0.0418770730362,Tree_Shrew:0.176407929793):0.0466874350936):0.012925807551):0.000849869555916,Rat:0.111457106722):0.00198794455074):0.0020306883985):0.185422707352;
+((Horse:0.0876864260098,((Tree_Shrew:0.124194297387,((Mouse_Lemur:0.0576004951781,Galago:0.125682826994):0.0254842230062,(Tarsier:0.0909724808802,(Marmoset:0.0530649521552,(Macaque:0.0179185575901,(((Human:0.00103871792258,Chimpanzee:0.00216457943341):0.001656160163,Gorilla:0.00682267115863):0.00434249083642,Orangutan:0.0104804825067):0.00567372834537):0.0131926687253):0.063185977893):0.00436123028296):0.00933877701406):0.0035260025568,(Rat:0.296650147949,Rabbit:0.11078672165):0.00756749236803):0.00655190311281):0.0233362283041,Sloth:0.0793160420714):0.422111239195;
+(Sloth:0.0756925512727,(Horse:0.0614325693157,((Rat:0.165548795192,Rabbit:0.0812670358051):0.00734979494732,(Tree_Shrew:0.0680861320412,((Marmoset:0.0249474638488,(Macaque:0.0178366036282,((Gorilla:0.00388133628767,(Human:0.00451986465727,Chimpanzee:0.00413709469737):0.0012702866867):0.00318368705778,Orangutan:0.0065295950265):0.00781071924219):0.0088910513668):0.0329278045424,(Tarsier:0.0667008532325,(Galago:0.0484657371216,Mouse_Lemur:0.0446032409378):0.0143590296481):0.00825437178049):0.00546731458485):0.00124849906647):0.00528311552667):0.0100107034836):0.252066702649;
+(((Tree_Shrew:0.0808271271709,(((Galago:0.0528601456162,Mouse_Lemur:0.0310283317518):0.0145378476902,((Marmoset:0.0247617317598,(Macaque:0.0399268841293,(Orangutan:0.0052469236776,((Human:0.00152220734443,Chimpanzee:0.00116272508737):0.000726270489659,Gorilla:0.00317162659578):0.00292758082955):0.00459531522229):0.00552893220079):0.0231616655722,Tarsier:0.0511972372068):0.00168476713973):0.00757501875348,(Rat:0.132924029495,Rabbit:0.0797151399372):0.00576151777506):0.00112517556966):0.00852714260008,Horse:0.0519083166912):0.00873651108315,Sloth:0.061403630044):0.332985017302;
+(Horse:0.0454724804873,((((Rabbit:0.119776669209,(Tree_Shrew:0.118311526467,Mouse_Lemur:0.198157346874):0.0444879377043):0.029522906955,Rat:0.128394610965):0.0141783516158,((Tarsier:0.158642556264,((Macaque:0.0115817390237,((Gorilla:0.00651227397391,(Human:0.00381166780346,Chimpanzee:0.00324886271521):1.62364809782e-06):0.0043502140037,Orangutan:0.011730664256):0.00915063348504):0.00737637382145,Marmoset:0.0220543304756):0.0252581336198):1.62364809782e-06,Galago:0.074025979193):0.0083309016626):0.00911282358574,Sloth:0.0797770529619):0.00402302727419):0.243607388285;
+((Horse:0.0399134068342,(Rat:0.150065054249,(Tree_Shrew:0.0697150476334,(Rabbit:0.17089416853,((Mouse_Lemur:0.0245619636654,Galago:0.0475143604162):0.0150408452046,(Tarsier:0.0525949136092,(Marmoset:0.0285299271331,(Macaque:0.0149382973297,(Orangutan:0.0463292892908,(Gorilla:0.00179151515468,(Human:0.00261854688644,Chimpanzee:0.00184800901909):0.00105954832362):0.00505474850703):0.00823608982534):0.00969941751193):0.0223364020248):0.00447892336895):0.00626920551866):0.00322812980427):1.71461344488e-06):0.00448759118074):0.00947230957227,Sloth:0.0574180741177):0.364264548432;
+((Horse:0.0977019246559,((Rabbit:0.148189100784,Rat:0.188839092578):0.0143642371141,(Tree_Shrew:0.120419319566,((Mouse_Lemur:0.0537853962941,Galago:0.0552961780171):0.0246063886558,((Marmoset:0.0668456124885,(Macaque:0.0194264081347,(Orangutan:0.00802513822259,(Human:0.00217879412055,(Chimpanzee:0.00341288759745,Gorilla:0.00318111316729):0.000776128275662):0.00562061811771):0.00786720836083):0.00981597905455):0.0292351359677,Tarsier:0.106181712897):0.00312769142445):0.00760560514341):0.00646834901716):0.0106324573852):0.0119528947068,Sloth:0.255906643211):0.528356393321;
+((((Rat:0.0838333278861,Rabbit:0.0347972241406):0.00301492745103,(((Galago:0.0271453285807,Mouse_Lemur:0.0149352091162):0.00375626273551,((Marmoset:0.0126446400592,(Macaque:0.010151362401,(Orangutan:0.00147714115703,(Gorilla:0.000885206232341,(Human:0.00209514753506,Chimpanzee:0.000522775949254):2.62392555106e-06):0.00273471234559):0.00318742660822):0.00600782137869):0.00883826717314,Tarsier:0.0457602883991):0.00118092959645):0.00142462008851,Tree_Shrew:0.0364259518439):0.00106440273371):0.00530890822246,Horse:0.0288465316305):0.00667845722399,Sloth:0.0279557448961):0.163699196129;
+((Horse:0.0453483551047,((Rat:0.17010705591,Rabbit:0.0701609874439):0.00233413775797,(((Mouse_Lemur:0.0277438157155,Galago:0.0306211961405):0.0116483858248,(((Macaque:0.0118811979915,(Orangutan:0.00594280949462,(Gorilla:0.00151442998598,(Chimpanzee:0.0021547311314,Human:0.000535578906299):0.000897044616114):0.00467960282299):0.0028128140236):0.00510711763321,Marmoset:0.023661002937):0.0270900853657,Tarsier:0.0553016073392):0.00324495301768):0.00465412521938,Tree_Shrew:0.0960844878431):0.00018452126278):0.00780029905601):0.00513338681891,Sloth:0.0542354380574):0.369389224882;
+((((Tarsier:0.0460324783851,((Galago:0.050616680129,Mouse_Lemur:0.0334128303292):0.0162892948164,(Marmoset:0.0245088928847,(Macaque:0.0141893881809,(Orangutan:0.00517897192407,(Chimpanzee:0.00309644443144,(Human:0.00505469696765,Gorilla:0.00381025816029):1.80558108031e-06):0.00380631559689):0.00416621463824):0.00874833629389):0.0341948302098):0.00334434732881):0.00614266856932,((Tree_Shrew:0.0731554884508,Rat:0.139148401603):0.00117080783891,Rabbit:0.0668135732618):0.00348857629532):0.0109596612222,Horse:0.0638084415788):0.021705956342,Sloth:0.0809567273239):0.253805294992;
+(Sloth:0.10279081062,(((Tree_Shrew:0.071489465733,((Tarsier:0.0579602304455,(Marmoset:0.0491483930855,((Orangutan:0.00932707948907,(Chimpanzee:0.0048514604227,(Gorilla:0.00386135827108,Human:0.00317311788877):0.000806969756714):0.00886473105684):0.00932887073737,Macaque:0.0166563178971):0.00926446494746):0.039137037863):0.00762800596305,(Galago:0.0918463648421,Mouse_Lemur:0.0453933860115):0.0179581699789):0.0060595738571):2.17166766745e-06,(Rabbit:0.0903462606245,Rat:0.173480724768):0.00706457188818):0.0100338249387,Horse:0.0742485469229):0.0105009741729):0.457735590522;
+((((Tree_Shrew:0.0498409925799,((Marmoset:0.0149748037036,(Macaque:0.0102708932186,(((Chimpanzee:0.00257318228237,Human:0.00157223200497):0.00109461481828,Gorilla:0.00237817785798):0.00142361167855,Orangutan:0.00349956181507):0.00467366740252):0.0015799279715):0.0193664045393,((Galago:0.0523117024362,Mouse_Lemur:0.0226895751479):0.0176673979589,Tarsier:0.0425202218085):0.00107052605892):0.00530858068468):0.00117440693226,(Rat:0.103459930069,Rabbit:0.0482671744515):0.000153920627734):0.00468285385233,Horse:0.035035900764):0.00647101745253,Sloth:0.0549001745365):0.207294644128;
+((((Rabbit:0.0576146119316,Rat:0.136657575073):0.0025503680032,(((Marmoset:0.0490244277341,(Macaque:0.011008461814,((Chimpanzee:0.00210829255817,(Human:0.0014019017427,Gorilla:0.00206222764276):1.88612699508e-06):0.00178618684352,Orangutan:0.00422685317864):0.0016801777194):0.00120860962318):0.0175521068942,(Tarsier:0.0330958713699,(Galago:0.0347625496925,Mouse_Lemur:0.0232467626001):0.00385727641421):0.00240073986126):0.00288079849731,Tree_Shrew:0.0351015109239):1.88612699508e-06):0.00585544358316,Horse:0.0341689592104):0.00482743649365,Sloth:0.0360551734164):0.182711130211;
+(((Tree_Shrew:0.130670193478,(Rat:0.207190818561,(((Galago:0.0857464501091,Mouse_Lemur:0.0566566789257):0.020232085584,(Tarsier:0.0950320195602,(Marmoset:0.0450672353149,(Macaque:0.0274576062098,(((Chimpanzee:0.00456540859188,Human:0.00404153836534):0.000499420079693,Gorilla:0.00256387274333):0.00628820517876,Orangutan:0.0164728783182):0.0213078054135):0.0178814079332):0.0293929582824):0.00100178728909):0.0100315552322,Rabbit:0.112994869274):0.00355578705443):0.0097358584397):0.0049709134195,Horse:0.0691874822426):0.0197446764178,Sloth:0.0814476507376):0.525519929797;
+((((Tree_Shrew:0.07533511188,(Rat:0.160934046824,Rabbit:0.118466332787):0.0081085429911):0.00250076295836,((Galago:0.0469513248209,Mouse_Lemur:0.0308310858953):0.0205891630043,((Marmoset:0.0251227326439,(Macaque:0.00979403283277,((Gorilla:0.00198812941306,(Human:0.00289949217325,Chimpanzee:0.00305633698886):0.000577482249496):0.00669659214603,Orangutan:0.0060925664039):0.00618311346111):0.00613643100906):0.0306748656809,Tarsier:0.0584771096036):0.00287561030723):0.00939742472402):0.0115917914561,Horse:0.0541307247128):0.00610880165109,Sloth:0.138113150834):0.535813883124;
+(Sloth:0.0479087599204,(((Tree_Shrew:0.0509775535446,(Tarsier:0.0402133968402,((Marmoset:0.0201800791848,((Orangutan:0.0046810062782,(Gorilla:0.00141912080331,(Chimpanzee:0.00221970738804,Human:0.00344402540078):0.000405010993132):0.00159088054817):0.00385293267463,Macaque:0.0250850552987):0.00457208078297):0.0202055144898,(Galago:0.0419140280189,Mouse_Lemur:0.0225964222426):0.00660099479954):0.00164844317942):0.00411256362208):0.00145728233428,(Rabbit:0.0679726219383,Rat:0.122520476509):0.00204812285583):0.00879459180595,Horse:0.0437390160354):0.00404237976387):0.270510422533;
+((((Rat:0.122522365501,Rabbit:0.0679736152148):0.0020481758045,(Tree_Shrew:0.0509780464961,(Tarsier:0.0402137879961,(((Macaque:0.0250853447115,(Orangutan:0.00468105709106,(Gorilla:0.0014191364692,(Human:0.00344406492845,Chimpanzee:0.00221973220819):0.000405017509849):0.0015909001914):0.00385298368719):0.00457213648164,Marmoset:0.0201802945053):0.0202057658414,(Mouse_Lemur:0.022596606176,Galago:0.0419144773168):0.00660115582532):0.00164847972904):0.00411258543633):0.00145732938957):0.00879468544853,Horse:0.0437397502304):0.0040424568315,Sloth:0.047909459259):0.270513202779;
+(((((Tarsier:0.0671540847,((Mouse_Lemur:0.0307468282619,Galago:0.0376104918264):0.0193156349217,(Marmoset:0.0265265291353,(Macaque:0.0461337249878,((Human:0.0108851861798,Chimpanzee:0.0027408752725):0.00283322448987,(Gorilla:0.0061953510495,Orangutan:0.0138081914774):0.000557263615958):0.0038248903155):0.00765094909647):0.0233682003072):0.00183713088366):0.00634627819353,(Tree_Shrew:0.0680987101343,Rabbit:0.098462708873):1.75466266691e-06):0.00319869814426,Rat:0.144128668622):0.0239250640291,Horse:0.0736542941935):0.013322192681,Sloth:0.0706455488226):0.41090979269;
+(Sloth:0.0621833873994,((((Galago:0.0528947182355,Mouse_Lemur:0.0455419270239):0.0181536490642,(Tarsier:0.045563308521,(Marmoset:0.0140025308131,(Macaque:0.0135705118893,(((Gorilla:0.00247753536103,Human:0.00108236903049):0.000550546253799,Chimpanzee:0.00270005120781):0.00251769904053,Orangutan:0.00406030860805):0.00300680848958):0.00609094341835):0.0250488722933):0.00503841023304):0.00404351500104,(Rabbit:0.0971990945683,(Tree_Shrew:0.104919084443,Rat:0.140447380354):0.0434071000654):0.00355982093386):0.00568858841977,Horse:0.045736947619):0.00459993079599):0.275706119197;
+(Tree_Shrew:0.283947057378,((Horse:0.0411895881494,((Rabbit:0.056483240024,Rat:0.132015009445):0.00198222648572,(Tarsier:0.0367705426399,((Mouse_Lemur:0.0245911254521,Galago:0.0561638436307):0.0078085855958,(Marmoset:0.0145889562415,(Macaque:0.00873838663298,((Chimpanzee:0.00293171279301,(Gorilla:0.0034319386643,Human:0.00245453452114):0.000303552701667):0.00253506237194,Orangutan:0.00425312754983):0.00130744182351):0.00860391823894):0.0203305618678):0.000833666943615):0.0013693664396):0.00671062476749):0.0034130044508,Sloth:0.0330953958031):0.127003607685):0.0985914258862;
+((((Rat:0.0919762530533,Rabbit:0.03627734186):0.000541737925641,((Tree_Shrew:0.027134150915,(Tarsier:0.0416345424555,(Marmoset:0.0109200876866,((Orangutan:0.00263292220068,(Gorilla:0.00335966797611,(Chimpanzee:1.93304705406e-06,Human:0.00153160240531):1.93304705406e-06):0.00276088905215):0.0018955495357,Macaque:0.00820624710217):0.00147404510949):0.00976894025807):0.00379348670273):0.00122284680151,(Galago:0.0183721278127,Mouse_Lemur:0.0177647871232):0.0102002724483):0.00238274590299):0.00617427469094,Horse:0.0246532668757):0.00606087274728,Sloth:0.0380585771301):0.142431393093;
+(Rat:0.213282203089,(Tarsier:0.0310815588259,((((Macaque:0.00838451332958,((Chimpanzee:0.00184851030798,Human:1.26598824534e-06):0.00565246442248,(Marmoset:0.0208600867307,(Gorilla:1.26598824534e-06,Orangutan:0.00390545876425):1.26598824534e-06):0.00206872717987):0.00511596137267):0.0184275174336,(Rabbit:0.0702010530254,Galago:0.0446693403178):0.0024396634552):0.00764305348096,Mouse_Lemur:0.0219962522772):0.0108128648393,(Tree_Shrew:0.0627262345952,(Horse:0.0360228986243,Sloth:0.049031849843):0.0178096681901):0.0094301662436):0.023905222866):0.0169857974532):0.24427122283;
+(Sloth:0.069878687313,(((Tree_Shrew:0.0699787344721,(Rat:0.32329571347,Rabbit:0.0699087026154):0.00313027129162):0.00290633575542,(Tarsier:0.0424450912534,((Mouse_Lemur:0.0496764869705,Galago:0.05594353144):0.00957777667694,(Marmoset:0.0300271593218,(Macaque:0.027259711469,(Orangutan:0.00874695961753,(Gorilla:0.00296692822874,(Human:0.0042931379469,Chimpanzee:0.00342540895532):0.000592230148301):0.00616690013728):0.00508054999375):0.0124147104093):0.0212742515581):0.00189576889114):0.00968571620914):0.00698473819001,Horse:0.0694903505427):0.0105560346119):0.299866965063;
+((((Rabbit:0.0561515297245,Rat:0.0897074720215):0.00307360797042,(((Mouse_Lemur:0.0223126771111,Galago:0.0253975581009):0.0054022856477,((Marmoset:0.0200175307723,(Macaque:0.012054647664,((Gorilla:0.000528541417256,(Chimpanzee:0.00209131286886,Human:0.00147129072311):0.000370863213892):0.00237006082738,Orangutan:0.00475573660195):0.00455455898593):0.00577714973036):0.0123039399254,Tarsier:0.0274605244782):0.00127552813979):0.00204136495496,Tree_Shrew:0.0454870848279):0.000407249866894):0.00556823520787,Horse:0.0310669229157):0.00515149839852,Sloth:0.037809612387):0.171913244095;
+(((Sloth:0.0392602972767,Horse:0.0321814273068):0.00280691553934,(Rat:0.102010019172,((Mouse_Lemur:0.0251374192489,Galago:0.0414386811028):0.00633897957017,(Tarsier:0.0391778582583,((Macaque:0.00798554929692,(((Chimpanzee:0.0019313880013,Human:0.000827260146932):0.00028824002885,Gorilla:0.00177856760686):0.00175113205114,Orangutan:0.00211063126249):0.00329234124178):0.00825740485623,Marmoset:0.0144526962599):0.0190699851256):0.00284974500629):0.00569842282188):0.00150094643653):0.018362893174,(Tree_Shrew:0.0751448452816,Rabbit:0.142000480911):0.0120287774156):0.245275386446;
+(Sloth:0.0604875046238,((Tree_Shrew:0.0700853139572,((Tarsier:0.0732971656469,(Marmoset:0.0198517292996,(Macaque:0.014420990324,(Orangutan:0.00816015744647,(Chimpanzee:0.00275914987347,(Gorilla:0.00283483285504,Human:0.00415208510346):1.53585514146e-06):0.00256515186206):0.00874637658648):0.00532948614494):0.0191001070425):0.00760643818527,(Galago:0.0450626122538,Mouse_Lemur:0.0355664924449):0.011556035371):0.00625082371116):0.00406536903301,((Rabbit:0.0751123840407,Rat:0.155991170305):0.0104367528634,Horse:0.0503546602752):0.00210742785355):0.0210211803794):0.267520181518;
+(Sloth:0.072012916181,(Horse:0.0570195354397,((Rat:0.165501267228,(Tree_Shrew:0.0805016647709,Rabbit:0.126900574647):0.00999900155022):0.00496180891729,(((Marmoset:0.026778302529,(Macaque:0.0169667880523,(Orangutan:0.00933159482219,(Chimpanzee:0.00376083613877,(Human:0.00454981067775,Gorilla:0.00342243127814):0.000846960032107):0.0027842316776):0.00305874491587):0.0104371450343):0.0159468178191,Tarsier:0.0451969767347):0.00477107059111,(Mouse_Lemur:0.0576962009895,Galago:0.0732006704193):0.0220477770991):0.00632088921474):0.00355352881345):0.00685096903554):0.245188673926;
+(((Tree_Shrew:0.0672779578132,(((Mouse_Lemur:0.0202488548623,Galago:0.0499469322973):0.0125853909253,(Tarsier:0.0391860195288,(Marmoset:0.0195081852747,(Macaque:0.0864321505666,((Gorilla:0.00218262305717,(Chimpanzee:0.00130369592655,Human:0.00162985069054):0.000317417783379):0.00290391968159,Orangutan:0.00733832477492):0.00295384003374):0.00204313254649):0.0154948479019):0.000728756455677):0.00562935260709,(Rat:0.144892508603,Rabbit:0.115560955598):0.0284641030524):0.0017895737958):0.00406323536273,Horse:0.0675150095845):0.00685027659271,Sloth:0.0436789235238):0.213897628291;
+(Sloth:0.0660007289996,(Horse:0.0657814906446,((Tree_Shrew:0.0546225689156,(Rat:0.174677604606,Rabbit:0.053511078283):0.00628094520511):2.03681424149e-06,((Tarsier:0.0497607406018,(Marmoset:0.0222325283795,(Macaque:0.0121962885368,((Gorilla:0.00768020127039,(Chimpanzee:0.00173513753869,Human:0.00356455624712):2.03681424149e-06):0.0068745956171,Orangutan:0.00932537137662):0.00301109722443):0.00930485230037):0.0232386854626):2.03681424149e-06,(Galago:0.050023095158,Mouse_Lemur:0.0213502927358):0.0196394422254):0.00153572384058):0.0073776707925):0.00420134349363):0.232017990204;
+((Horse:0.0732121074908,((Rat:0.203055457515,Rabbit:0.0916437925399):0.00880830578641,(Tree_Shrew:0.0915631202396,((Mouse_Lemur:0.044061272432,Galago:0.0564370836109):0.0194783573651,(Tarsier:0.174843382153,(Marmoset:0.0406578287944,(Macaque:0.0157115670441,(Orangutan:0.0107864139926,((Human:0.00265379699809,Gorilla:0.00066816404598):0.00357081800537,Chimpanzee:0.00190930349319):0.00525186093658):0.0138152351069):0.00458609401992):0.0304791891336):0.0139188700498):0.0108641666936):0.00448989814996):0.0097540721072):0.0141486116285,Sloth:0.091939225807):0.473144245869;
+((Horse:0.0453842422447,(((Mouse_Lemur:0.0271303278806,Galago:0.0500806369135):0.00900580936029,(Tarsier:0.0518354681229,(((Orangutan:0.00256204573127,(Human:0.00183147493763,(Gorilla:0.00172227797452,Chimpanzee:0.00243380533488):2.14437193266e-06):0.00172415816916):0.00478476117306,Macaque:0.0984094433617):0.00575752073166,Marmoset:0.0185483180543):0.0226653313731):0.00488062870502):0.00178023495366,((Tree_Shrew:0.0823852186641,Rat:0.120620051842):0.0102012672824,Rabbit:0.0569055758843):0.00371354896408):0.0101865527437):0.00733628080879,Sloth:0.0393742074851):0.233985482602;
+((((Tree_Shrew:0.0731702297561,Rabbit:0.101720711275):0.01415882118,(Rat:0.20601984733,((Mouse_Lemur:0.0873712288796,Galago:0.0517597401199):0.0147807160213,(((Macaque:0.0315864505183,(Gorilla:0.00341331580887,(Orangutan:0.00944146859183,(Chimpanzee:0.00157778574219,Human:0.00156596683354):0.00228293102445):1.86363428112e-06):0.00556583046424):0.0113085503523,Marmoset:0.0273481536728):0.0329800499045,Tarsier:0.0654232111509):0.0017972973517):0.0127012333736):0.00249858560662):0.0140287542202,Horse:0.0668913272154):0.0112614026239,Sloth:0.155584571247):0.295490839646;
+((Rabbit:0.0789556178225,((Tree_Shrew:0.0667844598798,(Sloth:0.0683751238581,Horse:0.0417614425227):0.00694350967096):0.00370513887792,((Tarsier:0.0372366255936,(Mouse_Lemur:0.0396616628236,Galago:0.0543472897663):0.00753120643827):0.00102261871042,(Marmoset:0.0358634174997,(Macaque:0.0170731459051,((Gorilla:0.00213060995931,(Chimpanzee:0.000430409536018,Human:0.0017097795492):1.7793741815e-06):0.00270255623472,Orangutan:0.00603652331481):0.00609834278378):0.00909928260579):0.0269706405253):0.00322888299455):0.0210694310039):0.018722551016,Rat:0.132148935092):0.427742895923;
+(Sloth:0.0807656222949,(((((Galago:0.054064426777,Mouse_Lemur:0.0337949170256):0.010534165632,((Marmoset:0.0291996049329,(Macaque:0.0471242015406,(Orangutan:0.0080692961598,((Chimpanzee:0.0028433322082,Human:0.00189050247641):0.00099336558573,Gorilla:0.0211659579971):0.00435871163345):0.00437414995342):0.00515225952626):0.0231657982397,Tarsier:0.0982431366473):0.00393946078086):0.0070891703706,Tree_Shrew:0.0684869857332):0.00119306732648,(Rat:0.140106184898,Rabbit:0.102544090605):0.00623186094668):0.014790480097,Horse:0.0517422884277):0.00485784346178):0.236440194811;
+(Sloth:0.0452698876567,(Horse:0.0343507636416,(((Rat:0.0838915516734,Rabbit:0.0397874959878):0.00255554354686,((Galago:0.0356727590285,Mouse_Lemur:0.0249332083175):0.00864658248462,((Marmoset:0.0141688854268,(Macaque:0.0132919152246,(Orangutan:0.00490207881622,(Gorilla:0.00199904654427,(Human:0.000705566929349,Chimpanzee:0.00250192510114):0.000678802117441):0.00115825370257):0.00200412454008):0.00460566731605):0.014557227257,Tarsier:0.0316289244631):0.00321558701954):0.00543863800114):0.00221953718322,Tree_Shrew:0.057821249629):0.00692730102345):0.00592687784359):0.252302132256;
+((((Rat:0.161533089438,Rabbit:0.160616087564):0.00730850681319,(Tree_Shrew:0.141915834687,((Mouse_Lemur:0.081169995638,Galago:0.0596341703087):0.0334209292409,(Tarsier:0.0636680946224,(Marmoset:0.0464714440385,(Macaque:0.0219023452962,(Orangutan:0.00967218940451,(Chimpanzee:0.00521905323579,(Human:0.00414804645094,Gorilla:0.00998637950449):0.00398167923499):0.00513026651528):0.00719764379805):0.00818239394276):0.0307573407937):0.0052565948907):0.00859581264609):2.02319665341e-06):0.0118180759697,Horse:0.0673723386731):0.00742216655018,Sloth:0.0646011964638):0.313896843953;
+((((Rabbit:0.13384299524,Rat:0.199747521731):0.00525917577101,((Tree_Shrew:0.0922113626939,(Mouse_Lemur:0.048503829431,Galago:0.103554986863):0.0304440598751):0.00710156436884,(Tarsier:0.0627920584391,((Macaque:0.0218355294752,(Orangutan:0.0143721918307,(Gorilla:0.00151548777375,(Chimpanzee:0.0036022015741,Human:0.00361528470511):0.00169235626517):0.00212085246461):0.0117456922733):0.009318770096,Marmoset:0.0425793499549):0.0251946200831):0.0111515644695):0.00241201448555):0.0189467494924,Horse:0.112526413957):0.0121350793115,Sloth:0.0844480763429):0.616296440218;
+((Sloth:0.0400588062843,((Rat:0.117233556073,(Tree_Shrew:0.0579474222896,Rabbit:0.0889372556554):0.00636925867656):0.00262024781439,((Marmoset:0.0191995792339,(Macaque:0.0470980355736,(((Human:0.00194170918263,Gorilla:0.00378637553027):0.000466896507494,Chimpanzee:0.002072084386):0.00170246547632,Orangutan:0.00255600558686):0.00362237851844):0.00442171392722):0.0218225037383,((Galago:0.115413128202,Mouse_Lemur:0.034866071984):0.0194641892276,Tarsier:0.0417248045074):0.00398101731525):0.00649730793197):0.00457438302187):0.00267917590865,Horse:0.0329534144344):0.19420375899;
+((((Rat:0.112907280466,Rabbit:0.0709538958362):0.00204461117222,(Tree_Shrew:0.0623463211452,((Tarsier:0.0479376152214,((Macaque:0.0104160341777,(Orangutan:0.00446089240965,((Human:0.00282936234848,Chimpanzee:0.00425943590393):0.000354384209951,Gorilla:0.00296498543117):0.00305281532302):0.00531254333111):0.00695208503097,Marmoset:0.0328428215105):0.0149640570866):0.00309500547118,(Galago:0.0417995697542,Mouse_Lemur:0.0272872045369):0.013731562824):0.00243356209847):0.00113226532065):0.00862474791584,Horse:0.0384515728163):0.00419667118381,Sloth:0.0496732668121):0.343193885708;
+((((Rat:0.134210255972,Rabbit:0.0848432216909):0.00804404664073,(Mouse_Lemur:0.0327111286586,((Tarsier:0.0421232613836,((Macaque:0.0118691548401,((Chimpanzee:0.00479413295061,(Gorilla:0.00872707071945,Human:0.00283916721936):2.10695608655e-06):0.00195130317428,Orangutan:0.00576903890097):0.0037662993549):0.0071264647414,Marmoset:0.0254824349051):0.012786127479):0.00657569020723,(Tree_Shrew:0.0643377371024,Galago:0.074523234124):0.00936882221996):0.00090401832703):0.00583208790532):0.0109015278218,Sloth:0.0455925476002):0.00411352715752,Horse:0.0462425914563):0.322686237562;
+((Horse:0.0608653630458,((Rabbit:0.0686252128888,(Tree_Shrew:0.0549275492345,(((Galago:0.0495900728448,Mouse_Lemur:0.0288336645422):0.00996735007499,Tarsier:0.0419618826023):0.00557517601797,(Marmoset:0.231138912743,(Macaque:0.0123870542334,(Orangutan:0.150210713917,(Human:0.00413476018248,(Gorilla:0.000466816955265,Chimpanzee:0.0032694212905):0.000719308835703):0.00116045686463):0.00416240416886):0.0056204684139):0.0249153124289):0.00491220011938):0.00231597705285):0.00236548017446,Rat:0.116798921898):0.0104871252004):0.0057759170317,Sloth:0.0468278393659):0.411694388245;
+(Sloth:0.0537937710623,(Horse:0.0428744705336,((Rabbit:0.0772775835651,Rat:0.115252785335):0.00270405799019,((Tree_Shrew:0.0477824336542,(Mouse_Lemur:0.0249481687121,Galago:0.0424850897456):0.00955536459769):0.00268107958192,(Tarsier:0.120629721666,(Marmoset:0.0242345791805,(Macaque:0.0261552227758,((Gorilla:0.0011643454065,(Chimpanzee:0.00168213409555,Human:0.00168249888454):0.000418729180342):0.00267357757687,Orangutan:0.00230894255287):0.00773576010794):0.00736902764998):0.0210422776716):0.00816188584259):0.00178364599182):0.00920827021518):0.00618451327655):0.637079834117;
+((Horse:0.016393630209,((Tree_Shrew:0.0465339407832,((Galago:0.0137053218286,Mouse_Lemur:0.0143009427359):0.0122740716064,(Tarsier:0.0487236203224,(Marmoset:0.00931839259838,(Macaque:0.00657274446811,(Orangutan:0.00272345109117,(Human:0.000876180194829,(Gorilla:0.00303496351018,Chimpanzee:0.00218686128628):1.45144985082e-06):0.00344567774396):0.0020590421516):0.0018044227029):0.0109403495379):0.00186022209471):0.00343206872584):0.0014525457196,(Rabbit:0.0307239844047,Rat:0.0505409544747):0.00163710050999):0.002081418538):0.00446737234699,Sloth:0.0499490155929):0.255589238863;
+(Sloth:0.060714435575,((((Tree_Shrew:0.230874990073,Rat:0.119389323114):0.0749136999386,Rabbit:0.0803323303134):0.0226833379025,((Galago:0.0843958434341,Mouse_Lemur:0.0461439744758):0.0125970324997,(Tarsier:0.0496464763473,(Macaque:0.0143561254929,(Marmoset:0.0259411310432,((Chimpanzee:0.0030428987466,(Human:0.00509022913336,Gorilla:0.00301752493918):1.74869770661e-06):0.00194977381956,Orangutan:0.00377973538591):0.00597688951944):1.74869770661e-06):0.0211718893978):0.00369882307243):0.00344791218187):0.00411369564899,Horse:0.0814687786867):0.0102237808873):0.318139799725;
+(Sloth:0.0696269635243,(((Rabbit:0.0880563692567,Rat:0.168058073155):0.00205282141473,(Tree_Shrew:0.0919420463253,((Galago:0.0514585331292,Mouse_Lemur:0.0376430579639):0.0163821833577,(Tarsier:0.0684952306242,(Marmoset:0.0333490248292,(Macaque:0.0137891148455,(Orangutan:0.00783070385544,(Gorilla:0.00423907029111,(Human:0.00248727616726,Chimpanzee:0.00249326917031):0.00129804031806):0.00342111996439):0.00646601996604):0.0121335869221):0.0239813250219):0.00576175661043):0.004873960298):0.000386603023615):0.00766577100868,Horse:0.0577235869615):0.0130234957148):0.367466175577;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/song_primates.tre	Wed Apr 13 15:03:31 2022 +0000
@@ -0,0 +1,1 @@
+(Marmoset,((Tarsier,((Galago,Mouse_Lemur),((Horse,Sloth),(Tree_Shrew,(Rat,Rabbit))))),(Macaque,(Orangutan,((Human,Chimpanzee),Gorilla)))):0.0);