-
Notifications
You must be signed in to change notification settings - Fork 13
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
Segmentation fault #15
Comments
At a guess, you are trying to cluster sequences which usearch is not designed to handle, what are they & what is the maximum sequence length? |
Thanks so much for replying. These are genes for chemosensory proteins gathered from several genomes. They have been trimmed, so they have a max length of 138 bp. I wanted to use uclust to weed out any that are too divergent. |
Ok, they should work, no idea -- if you make a toy example per instructions here https://drive5.com/usearch/toy.html I'll take a look |
Works for me under WSL. Please check if you get the error using the "official" binary:
|
So where did the binary come from if not the github release? Something appears to be wrong with the build. |
Correction: you're right, I forgot sortbylength is not in v12. A command-line option works unless you get an error or a warning that the option is not used., |
I had followed these steps:
I had also tried usearch11. I don't understand why, but the binary you shared with me worked! It must not be identical to the one available via cloning the directory. Thanks again, Robert! |
*correction -- so I guess there is a problem with the Makefile, not sure what is going on there... |
Hi there, Robert,
This problem may be easy to solve, but apparently not for me. While trying
-cluster_fast
, I get the following error:Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: