fix the python2to3 bugs

This commit is contained in:
kuoi 2022-02-09 00:19:14 +00:00
parent b847b1f634
commit 5aa4ff3e6b
1 changed files with 1 additions and 1 deletions

2
tiger
View File

@ -141,7 +141,7 @@ for i in range(len(seqs[0])):
#Compare character patterns and score
ranks = range(len(patterns))
ranks = list(range(len(patterns))) #ranks = range(len(patterns))
comp_ranks = []
keep = []
br = ""