-
Notifications
You must be signed in to change notification settings - Fork 172
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
related to: Illegal instruction error when running kallisto index #454
Comments
See https://github.com/pachterlab/kallisto/blob/master/INSTALL.md (You need to have a build directory) |
I followed those instructions exactly; I'm not sure what happened. I ended up building a docker image for Kallisto and was able to run the program from the container. |
Hello, thank you for the new lr option. I tried installing kallisto on our HPC using a singularity def file
But I get the same error:
Could you please help me understand how I could set the build directory correctly in this case? |
Adding a constraint
|
I have since managed to install a working image with |
Hi @skudashev where exactly must we set these flags please ? Compiled 0.51.1 from source in a debian 11 docker and got the same issue when trying to build an index. Thanks |
|
Hi,
This seems to be related to issue #399 which had been closed, but I'm unsure what the solution was as I continue to get errors.
I installed kallisto from conda which installed kallisto version 0.51.0. I'm getting the "Illegal instruction (core dumped)" error. I've uninstalled kallisto from conda and then tried to install from source; however I'm running into an error. When I run the
cmake ..
command I get the following error:CMake Error: The source directory "/home/molly_hetheringtonrauth/kallisto" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
I've tried multiple source files - 0.46.0, 050.0, and the latest version by cloning the repo directory from github and each time get the same error. I'm using Ubuntu 18.04.
I'm not sure how to get kallisto installed so that it works.
The text was updated successfully, but these errors were encountered: