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
Hi, when i run rMATs 4.2.0 ,i got this error message:
Traceback (most recent call last):
File "/share/work/biosoft/conda/miniconda3/envs/rmats/bin/rmats.py", line 596, in
main()
File "/share/work/biosoft/conda/miniconda3/envs/rmats/bin/rmats.py", line 564, in main
run_pipe(args)
File "rmatspipeline/rmatspipeline.pyx", line 3865, in rmats.rmatspipeline.run_pipe
File "", line 15, in string.from_py.__pyx_convert_string_from_py_std__in_string
UnicodeEncodeError: 'ascii' codec can't encode characters in position 85-89: ordinal not in range(128)
I wander why this error occurs and how to solve it?
thanks,
Hu
The text was updated successfully, but these errors were encountered:
I was able to get a similar error message by using a bam file with Æ in the name. I think you can avoid this issue by renaming your input files to use only ascii characters. Alternatively, it may be possible to recompile the code yourself with the cython encoding parameters from this post: cython/cython#2819 (comment)
Hi, when i run rMATs 4.2.0 ,i got this error message:
Traceback (most recent call last):
File "/share/work/biosoft/conda/miniconda3/envs/rmats/bin/rmats.py", line 596, in
main()
File "/share/work/biosoft/conda/miniconda3/envs/rmats/bin/rmats.py", line 564, in main
run_pipe(args)
File "rmatspipeline/rmatspipeline.pyx", line 3865, in rmats.rmatspipeline.run_pipe
File "", line 15, in string.from_py.__pyx_convert_string_from_py_std__in_string
UnicodeEncodeError: 'ascii' codec can't encode characters in position 85-89: ordinal not in range(128)
I wander why this error occurs and how to solve it?
thanks,
Hu
The text was updated successfully, but these errors were encountered: