You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when FastTree is called on an MSA with only one sequence, one gets the following error:
File "cherryml/phylogeny_estimation/_fast_tree.py", line 117, in translate_site_rates
f"{len(site_rates)} sites\n" + " ".join(site_rates)
UnboundLocalError: local variable 'site_rates' referenced before assignment
It would be more informative to mention the specific issue about an MSA that causes FastTree to fail.
The text was updated successfully, but these errors were encountered:
Currently, when FastTree is called on an MSA with only one sequence, one gets the following error:
It would be more informative to mention the specific issue about an MSA that causes FastTree to fail.
The text was updated successfully, but these errors were encountered: