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
I encountered several problems running the graphical interface. I don't know whether they are version-related, but if my proposals don't crash the tool in your setup, they might be useful for others that have a setup similar to mine.
from PIL import Image instead of import Image
Remove last pipe character | from wcd in OnLoadFasta function in main_window.py
terminal.COLUMNS was None in progressbar.py. I just replaced it with an arbitrary number.
At that point I ran into problems I coulnd't fix as easily.
Hope this is useful to someone
The text was updated successfully, but these errors were encountered:
Hi there,
I encountered several problems running the graphical interface. I don't know whether they are version-related, but if my proposals don't crash the tool in your setup, they might be useful for others that have a setup similar to mine.
from PIL import Image
instead ofimport Image
|
fromwcd
inOnLoadFasta
function in main_window.pyterminal.COLUMNS
was None in progressbar.py. I just replaced it with an arbitrary number.At that point I ran into problems I coulnd't fix as easily.
Hope this is useful to someone
The text was updated successfully, but these errors were encountered: