mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 16:30:24 +08:00
Update ColorByClade_v2.1.py
undoing "fix" that was meant to allow you to color trees twice...
This commit is contained in:
parent
93b328306a
commit
ca23f3f789
@ -244,7 +244,7 @@ def color(file, args):
|
|||||||
|
|
||||||
newick = get_newick(file)
|
newick = get_newick(file)
|
||||||
|
|
||||||
tree = ete3.Tree(newick, format = 1)
|
tree = ete3.Tree(newick)
|
||||||
|
|
||||||
leaf_colors = []
|
leaf_colors = []
|
||||||
for leaf in tree:
|
for leaf in tree:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user