rrwick / Bandage

a Bioinformatics Application for Navigating De novo Assembly Graphs Easily
http://rrwick.github.io/Bandage/
GNU General Public License v3.0
579 stars 96 forks source link

Specifying command line options result in error message about propagateSizeHints #88

Open paoloczi opened 4 years ago

paoloczi commented 4 years ago

If I pass any command line options to the Bandage executable, I get an error message and the GUI never starts. For example:

Bandage --nodseglen 5 This plugin does not support propagateSizeHints()

I am using Bandage 0.8.1 dynamic version on Ubuntu 18.04. I do have Qt5 installed (package qt5-default).

sovp commented 4 years ago

I have the same problem with Ubuntu 16.04.6 LTS on a cloud server. X11forwarding is set to 'yes' I have installed Qt5 (libqt5core5a, qtbase5-dev and libqt5svg5-dev), still does not work. I have also intalled xdg-open and feh, neither works. The DISPLAY variable is empty, and this may have something to do with the problem. I have tried several settings without success: export DISPLAY=:0 export DISPLAY='IP:0.0' export DISPLAY="127.0.0.1:10.0" export DISPLAY=:10.0

I am stuck for now.

Yusreen commented 1 year ago

Hi, I have the same problem. I am trying to play around with pathnodes but I am getting the error:This plugin does not support propagateSizeHints()