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
Suggestion from D.M.:
unnecessarily O(N*M), where N is the number of sequences in the foundation alignment, and M is the number of genus level names. It probably can be reduced to O(N) by structuring all_genus_list as a set.