fix: equal; add: tv

This commit is contained in:
kuoi 2023-10-10 00:35:15 +08:00
parent b0ea8a801e
commit b2282592d1
1 changed files with 30 additions and 25 deletions

View File

@ -103,11 +103,11 @@ else
set dojak 1;
set rsmp 'rsmp'-1;
else
if ('rsmp' >=0.2)
if ('rsmp' >= 0.2)
set dobrs 1;
set rsmp 'rsmp'-0.2;
else
if ('rsmp' >=0.1)
if ('rsmp' >= 0.1)
set dorbrs 1;
set rsmp 'rsmp'-0.1;
end end end end end
@ -166,15 +166,15 @@ end end
/*handle search*/
if (ntax<=25)
if ('doeiw')
search=2;
set search 2;
else
search=1;
set search 1;
end
else
if (ntax<75)
search=2
set search 2;
else
search=3
set search 3;
end
end
@ -319,6 +319,10 @@ end end end
var: contree;
set contree ntrees;
/*Store consensus tree to tree vault*/
tv>/;
tchoose 0.'npars';
/*Get rbr/br/jak/boot/sym support and get consensus tree*/
ttags=;
ttags]; /*in one line*/
@ -349,7 +353,8 @@ if ('dobremer')
end
/*choose final tree*/
/*Choose final tree*/
tv<;
tchoose/;
/*adjust to zero following Pablo Goloboff*/