fix: some logic
This commit is contained in:
parent
9334b6a8ec
commit
5e284e5604
1 changed files with 32 additions and 11 deletions
43
guoyi.run
43
guoyi.run
|
@ -243,22 +243,22 @@ end end end
|
||||||
if ('dorbrs')
|
if ('dorbrs')
|
||||||
quote
|
quote
|
||||||
| relative bremer support |;
|
| relative bremer support |;
|
||||||
else
|
end
|
||||||
if ('dobrs')
|
if ('dobrs')
|
||||||
quote
|
quote
|
||||||
| bremer support |;
|
| bremer support |;
|
||||||
else
|
end
|
||||||
if ('dojak')
|
if ('dojak')
|
||||||
quote
|
quote
|
||||||
| jackknifing |;
|
| jackknifing |;
|
||||||
else
|
end
|
||||||
if ('doboot')
|
if ('doboot')
|
||||||
quote
|
quote
|
||||||
| bootstrap |;
|
| bootstrap |;
|
||||||
else
|
end
|
||||||
if ('dosym')
|
if ('dosym')
|
||||||
| symmetric resampling |;
|
| symmetric resampling |;
|
||||||
end end end end end
|
end
|
||||||
|
|
||||||
quote
|
quote
|
||||||
| will be shown on the resample.svg. |
|
| will be shown on the resample.svg. |
|
||||||
|
@ -450,7 +450,7 @@ quote
|
||||||
| The file `trees*.tre` contain |
|
| The file `trees*.tre` contain |
|
||||||
| trees found by mult and xmult |
|
| trees found by mult and xmult |
|
||||||
| The file `original*.tre` contain |
|
| The file `original*.tre` contain |
|
||||||
| strict consensus tree without label |
|
| consensus tree without label |
|
||||||
| The file `resample*.tre` contain |
|
| The file `resample*.tre` contain |
|
||||||
| consensus tree with support |
|
| consensus tree with support |
|
||||||
| The file `apo*.tre` contain |
|
| The file `apo*.tre` contain |
|
||||||
|
@ -479,23 +479,38 @@ end end end
|
||||||
if ('dorbrs')
|
if ('dorbrs')
|
||||||
quote
|
quote
|
||||||
| relative bremer support |;
|
| relative bremer support |;
|
||||||
else
|
end
|
||||||
if ('dobrs')
|
if ('dobrs')
|
||||||
quote
|
quote
|
||||||
| bremer support |;
|
| bremer support |;
|
||||||
else
|
end
|
||||||
if ('dojak')
|
if ('dojak')
|
||||||
quote
|
quote
|
||||||
| jackknifing |;
|
| jackknifing |;
|
||||||
else
|
end
|
||||||
if ('doboot')
|
if ('doboot')
|
||||||
quote
|
quote
|
||||||
| bootstrap |;
|
| bootstrap |;
|
||||||
else
|
end
|
||||||
if ('dosym')
|
if ('dosym')
|
||||||
quote
|
quote
|
||||||
| symmetric resampling |;
|
| symmetric resampling |;
|
||||||
end end end end end
|
end
|
||||||
|
|
||||||
|
if ('doew')
|
||||||
|
quote
|
||||||
|
| under equal weighting |;
|
||||||
|
else
|
||||||
|
if ('doiw')
|
||||||
|
quote
|
||||||
|
| under implied weighting, |;
|
||||||
|
| K value is 'kvalue' |;
|
||||||
|
else
|
||||||
|
if ('doeiw')
|
||||||
|
quote
|
||||||
|
| under extended implied weighting, |
|
||||||
|
| K value is 'kvalue' |;
|
||||||
|
end end end
|
||||||
|
|
||||||
quote
|
quote
|
||||||
| The file `apo.svg` contains the |
|
| The file `apo.svg` contains the |
|
||||||
|
@ -506,10 +521,16 @@ quote
|
||||||
| tree tags in text |
|
| tree tags in text |
|
||||||
| The file `homo.log` contain the report |
|
| The file `homo.log` contain the report |
|
||||||
| of character homoplasy |
|
| of character homoplasy |
|
||||||
|
|
||||||
|
if ('doeiw')
|
||||||
| The file `eiw.log` contain the report |
|
| The file `eiw.log` contain the report |
|
||||||
|
end
|
||||||
|
|
||||||
| of character concavities |
|
| of character concavities |
|
||||||
| The file `winclada.tre` can be |
|
| The file `winclada.tre` can be |
|
||||||
| converted by tnt2winclada |
|
| converted by tnt2winclada |
|
||||||
|
| The file `original.tnt.tre` can be read |
|
||||||
|
| by winclada after reading tnt file |
|
||||||
\----------------------------------------------/;
|
\----------------------------------------------/;
|
||||||
|
|
||||||
/*Quit*/
|
/*Quit*/
|
||||||
|
|
Loading…
Reference in a new issue