-
Notifications
You must be signed in to change notification settings - Fork 17
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
Docker issue: No version information available: libhts.so.3: #486
Comments
Hi @bbowles1! Does the issue still occur to you? I tried to do the following: sudo docker pull ghcr.io/ratschlab/metagraph:latest
sudo docker run -it --entrypoint /bin/bash ghcr.io/ratschlab/metagraph:latest Then, in the docler image, I have root@825172b7a726:/# metagraph
Usage: metagraph <command> [command specific options]
Available commands:
build construct a graph object from input sequence
files in fast[a|q] formats into a given graph
clean clean an existing graph and extract sequences from it
in fast[a|q] formats
transform given a graph, transform it to other formats
align align sequences provided in fast[a|q] files to graph
annotate given a graph and a fast[a|q] file, annotate
the respective kmers
relax_brwt optimize the tree structure in brwt annotator
transform_anno change representation of the graph annotation
assemble given a graph, extract sequences from it
query annotate sequences from fast[a|q] files
server_query annotate received sequences and send annotations back
stats print graph statistics for given graph(s) or annotation
General options:
--advanced show other advanced and legacy options [off]
--version print version So, I can not reproduce the error that you describe at the moment. I tested it on Docker version 26.1.4, and then also downgraded to 24.0.6, but it didn't change anything. |
I met the same log, but it seems do not affect. |
Hey Adamant, thanks for the quick response! I followed up on your recommendations and unfortunately I'm receiving an error "Illegal instruction" after I run the container and enter a simple This seems to be a MacOS-specific issue, as the Metagraph container works flawlessly when I run it in a Linux environment. On Mac, I see an AMD64 warning "Image may have poor performance, or fail, if run via emulation" when I pull the Docker image. Adding a Since this appears related to MacOS, and you may be unable to replicate the error as a result, I understand if you wish to close this issue. In the meantime, I'm happy to update if I have any further insights into this error. Thanks again for your recommendations. |
Checking in with a quick update, I'm also unable to build the Docker image locally. I receive an error related to a missing
|
Hello! I've tried to pull two different metagraph Docker images for Metagraph using the following:
docker pull ghcr.io/ratschlab/metagraph:latest
docker pull ghcr.io/ratschlab/metagraph:master
In both cases, I'm able to run the Docker container with a /bin/bash entrypoint, but receive the following when I run any Metagraph commands:
It appears that libhts.so.3 is installed at
/usr/lib/x86_64-linux-gnu/libhts.so.1.10.2-3ubuntu0.1
, but I'm not sure how to go about providing the version to MetaGraph.If it's relevant, I'm working with an Apple silicon laptop running MacOSX Sonoma 14.4.1 and Docker engine 24.0.6. Any insights you can offer are very much appreciated!
The text was updated successfully, but these errors were encountered: