Last change
on this file was
6411,
checked in by westram, 15 years ago
|
- removed unused vectorfont
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 | /*ARBDB ASCII*/ |
---|
2 | window %% (% |
---|
3 | font "8x13bold" |
---|
4 | background "#ddf" |
---|
5 | foreground "black" |
---|
6 | color_1 "red" |
---|
7 | color_2 "green" |
---|
8 | color_3 "blue" |
---|
9 | windows %% (% |
---|
10 | PHYL_MATRIX %% (% |
---|
11 | width %i 460 |
---|
12 | height %i 640 |
---|
13 | posx %i 10 |
---|
14 | posy %i 10 |
---|
15 | %) /*PHYL_MATRIX*/ |
---|
16 | |
---|
17 | NEIGHBOUR_JOINING %% (% |
---|
18 | width %i 460 |
---|
19 | height %i 675 |
---|
20 | posx %i 612 |
---|
21 | posy %i 114 |
---|
22 | %) /*NEIGHBOUR_JOINING*/ |
---|
23 | |
---|
24 | HELP_WINDOW %% (% |
---|
25 | width %i 720 |
---|
26 | height %i 680 |
---|
27 | posx %i 378 |
---|
28 | posy %i 0 |
---|
29 | %) /*HELP_WINDOW*/ |
---|
30 | |
---|
31 | WINDOW_PROPERTIES %% (% |
---|
32 | width %i 596 |
---|
33 | height %i 332 |
---|
34 | posx %i 422 |
---|
35 | posy %i 110 |
---|
36 | %) /*WINDOW_PROPERTIES*/ |
---|
37 | |
---|
38 | %) /*windows*/ |
---|
39 | |
---|
40 | %) /*window*/ |
---|
41 | |
---|
42 | dist %% (% |
---|
43 | which_species "marked" |
---|
44 | alignment "" |
---|
45 | filter %% (% |
---|
46 | alignment "none" |
---|
47 | name "none" |
---|
48 | filter "" |
---|
49 | cancel ".0-" |
---|
50 | %) /*filter*/ |
---|
51 | |
---|
52 | weights %% (% |
---|
53 | name "none" |
---|
54 | alignment "none" |
---|
55 | %) /*weights*/ |
---|
56 | |
---|
57 | rates %% (% |
---|
58 | name "none" |
---|
59 | %) /*rates*/ |
---|
60 | |
---|
61 | cancel %% (% |
---|
62 | chars "-." |
---|
63 | %) /*cancel*/ |
---|
64 | |
---|
65 | correction %% (% |
---|
66 | trans %i 0 |
---|
67 | %) /*correction*/ |
---|
68 | |
---|
69 | tree %% (% |
---|
70 | tree_name "tree_temp" |
---|
71 | %) /*tree*/ |
---|
72 | |
---|
73 | alpha %f 1.000000 |
---|
74 | ratematrix %% (% |
---|
75 | val_2_1 %f 1.000000 |
---|
76 | val_4_1 %f 1.000000 |
---|
77 | val_4_2 %f 1.000000 |
---|
78 | val_8_1 %f 1.000000 |
---|
79 | val_8_2 %f 1.000000 |
---|
80 | val_8_4 %f 1.000000 |
---|
81 | val_16_1 %f 1.000000 |
---|
82 | val_16_2 %f 1.000000 |
---|
83 | val_16_4 %f 1.000000 |
---|
84 | val_16_8 %f 1.000000 |
---|
85 | %) /*ratematrix*/ |
---|
86 | |
---|
87 | %) /*dist*/ |
---|
88 | |
---|
Note: See
TracBrowser
for help on using the repository browser.