-
Notifications
You must be signed in to change notification settings - Fork 4
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
Runtime error index out of range for Lexicmap search #9
Comments
Hi, thanks for reporting this. Please paste the whole error information, which show the line number of the code which panic. Or please provide the query sequence and index information. |
Here is the full error message:
I hope this helps! Thank you for the response. |
Emm, it's not sufficient for debug. It would help if you provide the query seq and a few target seqs/genomes (you said it works without -a). You can send them via email ( shenwei356@gmail.com ) if you want to keep them private. I'll try to fix them tomorrow. |
…sequences in flanking regions. #9
According to the sequences provided by @andhamel , I confirm it's a bug in the alignment output steps, which happens for queries with highly repetitive sequences in flanking regions. It's fixed now, please test it: #10 (comment) |
Today, I used another way to fix this. Please try it: #10 (comment) |
Hi all,
I was running
lexicmap search
with the parameters recommended in the tutorial, and for one fasta I received this error messagewhere X is the length of my aligned length with my query. I think this is due to the gap size as when I lowered
- -align-min-gap
the software ran successfully. Has this been encountered before? Also, this error only happens when I have the-a
option, which leads me to think it has to do with writing the output potentially for the cigar string.The text was updated successfully, but these errors were encountered: