Hello, i am getting the index error while trying to run an analysis.
Traceback (most recent call last):
File "SDT_Linux64.py", line 158, in <module>
dic_id_score[str(l1[i]) + "_" + str(l2[i])]=Get_Similarity(name_out,alg)
File "SDT_Linux64.py", line 83, in Get_Similarity
if recs[0].seq[i]!="-" and recs[1].seq[i]!="-":
File "/home/user1/sdt/SDT_Linux64/Bio/Seq.py", line 211, in __getitem__
return self._data[index]
IndexError: string index out of range
any idea what could generate this or how to solve? i even tried to give pre-aligned sequences, but the error persists. Somehow index is becoming higher than the length.