You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: