1 | <phyml run.id="lg4x" output.file="lg4x.tests" branch.test="no"> |
---|
2 | |
---|
3 | <!-- Tree topology: start with BioNJ and then SPRs --> |
---|
4 | <topology> |
---|
5 | <instance id="T1" init.tree="bionj" optimise.tree="no"/> |
---|
6 | </topology> |
---|
7 | |
---|
8 | |
---|
9 | <!-- Four rate matrices, read from files --> |
---|
10 | <ratematrices id="RM1"> |
---|
11 | <instance id="M1" model="customaa" ratematrix.file="../examples/lg4x/X1.mat"/> |
---|
12 | <instance id="M2" model="customaa" ratematrix.file="../examples/lg4x/X2.mat"/> |
---|
13 | <instance id="M3" model="customaa" ratematrix.file="../examples/lg4x/X3.mat"/> |
---|
14 | <instance id="M4" model="customaa" ratematrix.file="../examples/lg4x/X4.mat"/> |
---|
15 | </ratematrices> |
---|
16 | |
---|
17 | <!-- Freerate model of variation of rates across sites --> |
---|
18 | <siterates id="SR1"> |
---|
19 | <instance id="R1" init.value="0.197063"/> |
---|
20 | <instance id="R2" init.value="0.750275"/> |
---|
21 | <instance id="R3" init.value="1.951569"/> |
---|
22 | <instance id="R4" init.value="5.161586"/> |
---|
23 | <weights id="D1" family="freerates" optimise.freerates="yes"> |
---|
24 | <instance appliesto="R1" value="0.422481"/> |
---|
25 | <instance appliesto="R2" value="0.336848"/> |
---|
26 | <instance appliesto="R3" value="0.180132"/> |
---|
27 | <instance appliesto="R4" value="0.060539"/> |
---|
28 | </weights> |
---|
29 | </siterates> |
---|
30 | |
---|
31 | <!-- Amino-acid equilibrium frequencies are given by the models --> |
---|
32 | <equfreqs id="EF1"> |
---|
33 | <instance id="F1" aa.freqs="model"/> |
---|
34 | <instance id="F2" aa.freqs="model"/> |
---|
35 | <instance id="F3" aa.freqs="model"/> |
---|
36 | <instance id="F4" aa.freqs="model"/> |
---|
37 | </equfreqs> |
---|
38 | |
---|
39 | |
---|
40 | <!-- One vector of branch lengths --> |
---|
41 | <branchlengths id="BL1" > |
---|
42 | <instance id="L1" optimise.lens="yes"/> |
---|
43 | </branchlengths> |
---|
44 | |
---|
45 | |
---|
46 | <!-- Mixture model assemblage --> |
---|
47 | <partitionelem id="partition1" file.name="../examples/proteic" data.type="aa" interleaved="yes"> |
---|
48 | <mixtureelem list="T1, T1, T1, T1"/> |
---|
49 | <mixtureelem list="M1, M2, M3, M4"/> |
---|
50 | <mixtureelem list="F1, F2, F3, F4"/> |
---|
51 | <mixtureelem list="R1, R2, R3, R4"/> |
---|
52 | <mixtureelem list="L1, L1, L1, L1"/> |
---|
53 | </partitionelem> |
---|
54 | |
---|
55 | |
---|
56 | </phyml> |
---|
57 | |
---|
58 | |
---|