fix: equal; add: tv
This commit is contained in:
parent
b0ea8a801e
commit
b2282592d1
1 changed files with 30 additions and 25 deletions
15
guoyi.run
15
guoyi.run
|
@ -166,15 +166,15 @@ end end
|
||||||
/*handle search*/
|
/*handle search*/
|
||||||
if (ntax<=25)
|
if (ntax<=25)
|
||||||
if ('doeiw')
|
if ('doeiw')
|
||||||
search=2;
|
set search 2;
|
||||||
else
|
else
|
||||||
search=1;
|
set search 1;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if (ntax<75)
|
if (ntax<75)
|
||||||
search=2
|
set search 2;
|
||||||
else
|
else
|
||||||
search=3
|
set search 3;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -319,6 +319,10 @@ end end end
|
||||||
var: contree;
|
var: contree;
|
||||||
set contree ntrees;
|
set contree ntrees;
|
||||||
|
|
||||||
|
/*Store consensus tree to tree vault*/
|
||||||
|
tv>/;
|
||||||
|
tchoose 0.'npars';
|
||||||
|
|
||||||
/*Get rbr/br/jak/boot/sym support and get consensus tree*/
|
/*Get rbr/br/jak/boot/sym support and get consensus tree*/
|
||||||
ttags=;
|
ttags=;
|
||||||
ttags]; /*in one line*/
|
ttags]; /*in one line*/
|
||||||
|
@ -349,7 +353,8 @@ if ('dobremer')
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
/*choose final tree*/
|
/*Choose final tree*/
|
||||||
|
tv<;
|
||||||
tchoose/;
|
tchoose/;
|
||||||
|
|
||||||
/*adjust to zero following Pablo Goloboff*/
|
/*adjust to zero following Pablo Goloboff*/
|
||||||
|
|
Loading…
Reference in a new issue