mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 18:00:25 +08:00
Fix small bug in ContaminationBySisters_v2.1.py
This commit is contained in:
parent
5a3ee58177
commit
480cf3b9d6
@ -122,7 +122,7 @@ def write_all_data(args):
|
|||||||
consider = True
|
consider = True
|
||||||
else:
|
else:
|
||||||
for clade in args.query_clades:
|
for clade in args.query_clades:
|
||||||
if leaf.startswith(clade):
|
if leaf.name.startswith(clade):
|
||||||
consider = True
|
consider = True
|
||||||
break
|
break
|
||||||
|
|
||||||
@ -277,4 +277,4 @@ main()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user