]> git.donarmstrong.com Git - paml.git/blob - examples/MouseLemurs/aaml.ctl
import paml4.8
[paml.git] / examples / MouseLemurs / aaml.ctl
1       seqfile = MouseLemurs.aa\r
2      treefile = MouseLemurs.trees\r
3 \r
4       outfile = mlc           * main result file name\r
5         noisy = 3  * 0,1,2,3,9: how much rubbish on the screen\r
6       verbose = 1  * 0: concise; 1: detailed, 2: too much\r
7       runmode = 0  * 0: user tree;  1: semi-automatic;  2: automatic\r
8                    * 3: StepwiseAddition; (4,5):PerturbationNNI; -2: pairwise\r
9 \r
10       seqtype = 2  * 1:codons; 2:AAs; 3:codons-->AAs\r
11    aaRatefile = mtmam.dat * only used for aa seqs with model=empirical(_F)\r
12                    * dayhoff.dat, jones.dat, wag.dat, mtmam.dat, or your own\r
13 \r
14         model = 0\r
15                    * models for AAs or codon-translated AAs:\r
16                       * 0:poisson, 1:proportional, 2:Empirical, 3:Empirical+F\r
17                       * 6:FromCodon, 7:AAClasses, 8:REVaa_0, 9:REVaa(nr=189)\r
18         Mgene = 0\r
19                    * AA: 0:rates, 1:separate\r
20 \r
21         clock = 0  * 0:no clock, 1:global clock; 2:local clock\r
22     fix_alpha = 1  * 0: estimate gamma shape parameter; 1: fix it at alpha\r
23         alpha = 0.  * initial or fixed alpha, 0:infinity (constant rate)\r
24        Malpha = 0  * different alphas for genes\r
25         ncatG = 5  * # of categories in dG of NSsites models\r
26 \r
27         getSE = 1  * 0: don't want them, 1: want S.E.s of estimates\r
28  RateAncestor = 0  * (0,1,2): rates (alpha>0) or ancestral states (1 or 2)\r
29 \r
30    Small_Diff = 1e-6\r
31     cleandata = 0  * remove sites with ambiguity data (1:yes, 0:no)?\r
32 *  fix_blength = 0  * 0: ignore, -1: random, 1: initial, 2: fixed\r
33         method = 1   * 0: simultaneous; 1: one branch at a time\r