-
Notifications
You must be signed in to change notification settings - Fork 195
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 when running convertalis with -qaln -- alignment is walking off the end #863
Comments
The offending alignment is this:
Which does appear to be walking off the end to me. |
Could you please post the mmseqs command line and terminal output too? Ideally also the sequences with which to reproduce the crash |
I am having a hard time creating a minimal reference sequence to reproduce the crash. If I reduce the target database down to only the aligned sequence, it doesn't happen. The command line in question is
I will continue to try and make a minimal reproducible example. I did notice that adding a |
I was unable to make a minimal ref, so I uploaded the ref to Box. It is a human and mouse transcriptome. I had to break it into three parts, just concatenate them. Here is the query:
You should be able to reproduce the crash with
https://app.box.com/s/bx5y7s5gpa7ybyc6xera4hujwojagphe |
GDB showed me I get a segmentation fault here
With
offset = 39
, andseqPos = 40
, andisReverseStrand = true
, the line of code is walking off the start of this 40bp long sequence.This seems to be because the backtrace has a length of 41:
I have not yet been able to figure out what the target sequence is to make a minimal reproducible example, but I wanted to see if you had any ideas on what would be causing this walk off the edge behavior.
The text was updated successfully, but these errors were encountered: