Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Fitchi/example.nex
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
41 lines (40 sloc)
2.36 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NEXUS | |
begin data; | |
dimensions ntax=30 nchar=13; | |
format datatype=dna missing=? gap=-; | |
matrix | |
pop1_1 ACAACCTTAATGG | |
pop1_2 ACAACCGTAAAGG | |
pop1_3 AATACATTCATGG | |
pop1_4 GCAACCTTAATTG | |
pop1_5 ACAACCGTAAAGG | |
pop1_6 GCAACCTGAATGG | |
pop1_7 GCAACCTGAATGG | |
pop1_8 AATACCTTCATGG | |
pop1_9 GCAACCTTAATGG | |
pop1_10 ACAACCTTAATGG | |
pop1_11 GCAACCTGAATGG | |
pop1_12 GCAACCTGAATGG | |
pop1_13 GCAACCTTACTGG | |
pop1_14 AATACATTCATGG | |
pop1_15 AATACCTTCATGG | |
pop2_1 AATACCTTCATGG | |
pop2_2 ACAACCTTAATGG | |
pop2_3 AATACCTTCATGG | |
pop2_4 ACACCCTTAATGG | |
pop2_5 ACAACCTTAATGG | |
pop2_6 AATAGCTTCATGG | |
pop2_7 AATACCTTCATGG | |
pop2_8 AATAGCTTCATGG | |
pop2_9 ACACCCTTAATGG | |
pop2_10 AATACCTTCATGG | |
pop2_11 ACAACCTTAATGG | |
pop2_12 ACACCCTTAATGG | |
pop2_13 AATACCTTCATGG | |
pop2_14 AATACCTTCATGG | |
pop2_15 ACAACCTTAATGC | |
; | |
end; | |
begin trees; | |
tree ml = [&U](((pop2_11:0.00000038270992923939,(pop2_2:0.00000038270992923939,pop2_5:0.00000038270992923939):0.00000038270992923939):0.00000038270992923939,((((pop1_3:0.00000038270992923939,pop1_14:0.00000038270992923939):0.08310305422156273603,((pop2_6:0.00000038270992923939,pop2_8:0.00000038270992923939):0.08256716563814006649,(((pop2_7:0.00000038270992923939,(pop2_13:0.00000038270992923939,((pop2_3:0.00000038270992923939,pop2_10:0.00000038270992923939):0.00000038270992923939,(pop1_15:0.00000038270992923939,pop1_8:0.00000038270992923939):0.00000038270992923939):0.00000038270992923939):0.00000038270992923939):0.00000038270992923939,pop2_1:0.00000038270992923939):0.00000038270992923939,pop2_14:0.00000038270992923939):0.00000038270992923939):0.00000038270992923939):0.27555521437876268065,(pop1_13:0.07811650181242997537,((pop1_4:0.08055286843068530656,(((pop1_11:0.00000038270992923939,pop1_7:0.00000038270992923939):0.00000038270992923939,pop1_12:0.00000038270992923939):0.00000038270992923939,pop1_6:0.00000038270992923939):0.07749366434427244765):0.00000038270992923939,pop1_9:0.00000038270992923939):0.00000038270992923939):0.08903124026096730093):0.00000038270992923939,(pop2_15:0.08257872144481789856,((pop2_4:0.00000038270992923939,(pop2_9:0.00000038270992923939,pop2_12:0.00000038270992923939):0.00000038270992923939):0.08053794606143703516,(pop1_2:0.00000038270992923939,pop1_5:0.00000038270992923939):0.16948989375221049092):0.00000038270992923939):0.00000038270992923939):0.00000038270992923939):0.00000038270992923939,pop1_10:0.00000038270992923939,pop1_1:0.00000038270992923939):0.0; | |
end; |