-
Notifications
You must be signed in to change notification settings - Fork 36
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
Conda installation not working #26
Comments
Hello Simone, Best regards, |
Ah, I saw that you were able to run it when you compile it from source. Then yes, it is probably tied to |
I can second this as our software that depends on spoa (v3.0.1) breaks when installed from conda ( I get:
|
I did not change anything recently. Did you successfully use Best regards, |
Yes, Here is the one working (not installed through conda):
Here is the one installed with conda today:
|
I have crated a pull request to Bioconda which will build spoa with |
Thanks, I'll try it out once it is ready. Would it be possible for you to do the same for racon easily? |
If this will work as planned, I will update Racon accordingly. The update was merged into Bioconda master branch, but it is not yet available for download. |
Hi, I have downloaded the conda version and it works, thank you very much. Hope you are finding the time for doing the same with racon. :) |
It doesn't seem to work for me yet (it now has the v3.0.2). I followed instructions here and did
Results in:
The error:
and the spoa command run directly in terminal:
Any ideas? |
Which CPU do you have? Does it support sse4.1? |
I tried some commands below. It says
|
As it seems it does not support sse4.1 (only sse4a which has a tiny fraction of the instructions). It is a bit old processor don't you think? Can you try on a newer one? When you compile from source, it will work fine as Spoa falls back to non-vectorized code if no compatible instruction set is present. |
hehe maybe, it is what I've been given to work with :) I will check with a collaborator if he can install it. But I guess we have found the cause of the problem at least. |
I checked with my collaborator and he installed the new version on both an Ubuntu and Centos and both worked like a charm so all good! Thanks! |
That is great! May I close this issue then? |
fine for me! |
Hi, spoa conda installation exited with a segmentation fault (core dump) error when running it with a very small dataset composed of 600bp-long reads. After installing spoa from Github, it worked fine. May the issue be related to this from racon?
Thanks,
Simone
The text was updated successfully, but these errors were encountered: