mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 18:40:26 +08:00
Small update to concatenate.py
This commit is contained in:
parent
719ce9bb9d
commit
59bf186e91
@ -179,7 +179,7 @@ def remove_paralogs(params):
|
|||||||
best_size = max(list(clades.values()))
|
best_size = max(list(clades.values()))
|
||||||
|
|
||||||
#Get a list of sequences in a clade of that size
|
#Get a list of sequences in a clade of that size
|
||||||
best_seqs = [seq for seq in taxseqs]# if clades[seq] == best_size]
|
best_seqs = [seq for seq in taxseqs if clades[seq] == best_size]
|
||||||
|
|
||||||
#If there is only one sequence in the best-sized clade, take it and finish
|
#If there is only one sequence in the best-sized clade, take it and finish
|
||||||
if len(best_seqs) == 1:
|
if len(best_seqs) == 1:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user