Open kiavash17 opened 2 years ago
change format
to __format__
Hi, I've encoutered the same error message. I tried change 'format' to 'format' for analysis.py, sanger_analysis.py and pair_alignment.py, but it did not work. How did you solve it?
I have a same problem. please help.
change
format
to__format__
I do not understand what do you mean by change format
to __format__
. In which file I need to change it?
change
format
to__format__
I do not understand what do you mean by change
format
to__format__
. In which file I need to change it?
pair_alignment.py, line 80
alignment_txt = aln_objs[0].__format__("clustal").split('\n', 2)[2]
Hi folks. Actually changing 'format' to 'format' doesn't help. Have anybody found the solution?
Hi Thanks for sharing this tool. After installation when running the example I get the following error:
I'd appreciate your help in troubleshooting this.