BioinfoUNIBA / REDItools

REDItools are python scripts to investigate RNA editing at genomic scale.
MIT License
57 stars 35 forks source link

REDItoolKnown.py Non-ASCII character #18

Open liatia opened 1 year ago

liatia commented 1 year ago

Hi,

I have downloaded REDItools v1.2.1 from https://sourceforge.net/projects/reditools/files/REDItools-1.2.1.zip/download then I tried to run the REDItoolKnown.py and got the following error.

SyntaxError: Non-ASCII character '\xc3' in file /REDItools-1.2.1/reditools/REDItoolKnown.py on line 465, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

There seems to be an error in the normByBlat function, line 465 :

else: qual+=squal_[i]-QVALù

Best,

Lara