mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 06:00:26 +08:00
Update ColorByClade_v2.1.py
This commit is contained in:
parent
710927f5fc
commit
7ca7e378bc
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user