-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bandage AppImage/AppDir requires the shared libraries libGL.so.1, libfontconfig.so.1, and libfreetype.so.6 #108
Comments
I can confirm above, in various forms using conda environment to try to fill holes in library files. I can get Bandage console text output shown above with just
However, when trying to export PNG with text labels it fails with same error shown above:
It does generate PNG output without text. Would really love a non-Ubuntu linux build when you or someone can build one. :) Thanks much in advance. |
@jmw86069 |
@sjackman Thanks for commenting! Yes I'm hoping for 0.9.0. It looks like another fork has active development: asl/Bandage, including some new things they're scoping out. That said, they migrated to Qt6, and that looks like an even trickier build environment to set up, at least on systems convenient to me. Alas, Ultimately a reasonable workaround for me was to subset the graph, then use desktop Bandage-0.8.1 to review. I think I can subset the full fastg/gfa to nodes that have BLAST hits, then add +n depth, then save subset GFA to open in this or another tool. (Tbh, I had to look up BLAST syntax again haha. It's been a while.) I've seen a list of different GFA/GFA2 viewers and tools, but is there another option you use to subset and review an assembly graph? Main thing I wanted from Bandage was to BLAST as a proxy to label specific regions, but I can supply regions in other ways. |
The various modes of the |
@jmw86069 @sjackman We are going to provide appimage for https://github.com/asl/Bandage binaries Note, however, Qt6 requires at least Ubuntu 20.04 LTS, so older systems might be tricky to support. Also, unfortunately it is not possible to include OpenGL libs into appimage as they are quite system-dependent :( |
Bandage requires the shared libraries
libGL.so.1
,libfontconfig.so.1
, andlibfreetype.so.6
, which are not included in the AppDir. These libraries can be installed using Homebrew on Linux orapt-get
.Install
mesa
using Homebrew on Linux.Install
libgl1
usingapt-get
.Install
fontconfig
andfreetype
using Homebrew on Linux.Install
fontconfig
andfreetype
usingapt-get
.The text was updated successfully, but these errors were encountered: