Update ColorByClade_v2.1.py

This commit is contained in:
Auden Cote-L'Heureux 2024-02-16 08:37:20 -05:00 committed by GitHub
parent 710927f5fc
commit 7ca7e378bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -244,7 +244,7 @@ def color(file, args):
newick = get_newick(file)
tree = ete3.Tree(newick)
tree = ete3.Tree(newick, format = 1)
leaf_colors = []
for leaf in tree: