Closed johnchase closed 10 years ago
The distance matrix class names changed recently in scikit-bio, and the iab code has been updated to work with them. If you update to the latest scikit-bio version, this issue should be resolved (please reopen this if that's not the case).
guide_tree_from_query_sequences fails when passed correct data.
--> 688 guide_lm = average(guide_dm.condensed_form()) 689 guide_tree = to_tree(guide_lm) 690 if display_tree:
AttributeError: 'DistanceMatrix' object has no attribute 'condensed_form'