Update ColorByClade_v2.1.py

undoing "fix" that was meant to allow you to color trees twice...
This commit is contained in:
Katzlab 2024-02-20 16:48:44 -05:00 committed by GitHub
parent 93b328306a
commit ca23f3f789
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, format = 1)
tree = ete3.Tree(newick)
leaf_colors = []
for leaf in tree: