Mercurial > repos > jasper > cluster_picker
comparison cluster_picker-661b74ba4cc8/test-data/dummy.figTree @ 0:597bff809239 draft default tip
Uploaded
author | jasper |
---|---|
date | Thu, 13 Apr 2017 16:23:47 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:597bff809239 |
---|---|
1 #NEXUS | |
2 begin taxa; | |
3 dimensions ntax=4; | |
4 taxlabels | |
5 seq1 | |
6 seq2 | |
7 seq3 | |
8 seq4 | |
9 ; | |
10 end; | |
11 begin trees; | |
12 tree tree_1 = [&R] (((seq1:0.001,seq2:0.002)[&support=0.0]:0.001,seq3:0.005)[&support=0.0]:0.004,seq4:0.003)[&support=0.0]:0.001; | |
13 end; | |
14 begin figtree; | |
15 set appearance.backgroundColorAttribute="User Selection"; | |
16 set appearance.backgroundColour=#-1; | |
17 set appearance.branchColorAttribute="User Selection"; | |
18 set appearance.branchLineWidth=1.0; | |
19 set appearance.foregroundColour=#-16777216; | |
20 set appearance.selectionColour=#-2144520576; | |
21 set branchLabels.colorAttribute="User Selection"; | |
22 set branchLabels.displayAttribute="Branch times"; | |
23 set branchLabels.fontName="sansserif"; | |
24 set branchLabels.fontSize=8; | |
25 set branchLabels.fontStyle=0; | |
26 set branchLabels.isShown=false; | |
27 set branchLabels.significantDigits=4; | |
28 set layout.expansion=0; | |
29 set layout.layoutType="RECTILINEAR"; | |
30 set layout.zoom=0; | |
31 set nodeBars.barWidth=4.0; | |
32 set nodeLabels.colorAttribute="User Selection"; | |
33 set nodeLabels.displayAttribute="support"; | |
34 set nodeLabels.fontName="Arial"; | |
35 set nodeLabels.fontSize=10; | |
36 set nodeLabels.fontStyle=0; | |
37 set nodeLabels.isShown=true; | |
38 set nodeLabels.significantDigits=3; | |
39 set polarLayout.alignTipLabels=false; | |
40 set polarLayout.angularRange=0; | |
41 set polarLayout.rootAngle=0; | |
42 set polarLayout.rootLength=100; | |
43 set polarLayout.showRoot=true; | |
44 set radialLayout.spread=0.0; | |
45 set rectilinearLayout.alignTipLabels=false; | |
46 set rectilinearLayout.curvature=0; | |
47 set rectilinearLayout.rootLength=100; | |
48 set scale.offsetAge=0.0; | |
49 set scale.rootAge=1.0; | |
50 set scale.scaleFactor=1.0; | |
51 set scale.scaleRoot=false; | |
52 set scaleAxis.automaticScale=true; | |
53 set scaleAxis.fontSize=8.0; | |
54 set scaleAxis.isShown=false; | |
55 set scaleAxis.lineWidth=1.0; | |
56 set scaleAxis.majorTicks=1.0; | |
57 set scaleAxis.origin=0.0; | |
58 set scaleAxis.reverseAxis=false; | |
59 set scaleAxis.showGrid=true; | |
60 set scaleAxis.significantDigits=4; | |
61 set scaleBar.automaticScale=true; | |
62 set scaleBar.fontSize=10.0; | |
63 set scaleBar.isShown=true; | |
64 set scaleBar.lineWidth=1.0; | |
65 set scaleBar.scaleRange=0.0; | |
66 set scaleBar.significantDigits=4; | |
67 set tipLabels.colorAttribute="User Selection"; | |
68 set tipLabels.displayAttribute="Names"; | |
69 set tipLabels.fontName="Arial"; | |
70 set tipLabels.fontSize=10; | |
71 set tipLabels.fontStyle=0; | |
72 set tipLabels.isShown=true; | |
73 set tipLabels.significantDigits=4; | |
74 set trees.order=true; | |
75 set trees.orderType="increasing"; | |
76 set trees.rooting=false; | |
77 set trees.rootingType="User Selection"; | |
78 set trees.transform=false; | |
79 set trees.transformType="cladogram"; | |
80 end; |