-
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
segfault w/2500 reads in fastq #8
Comments
Dear Can, Thank you for reporting this. |
git show
shortest read length is 76 |
lordFAST does not map reads shorter than a threshold. Please let me know if this fixes the problem. Thanks. |
BTW, it should be ok to keep -l higher than shortest read. However, reads shorter than -l will be reported as unmapped. |
Hi Can, This issue should be fixed now. Can you confirm? |
Hi Ehsan @ezgiebren will check. Did you also implement split read support yet? It is important for us. |
Great! |
lordfast --search CH17-157L1.fasta --seq 1-1.fastq -t 8
| Reading Input | 0.00 | XXXXXXXXXXXXXXX | 226.15 | XXXXXXXXXXXXXXX 2500 |
[New Thread 0x7fffbfe01700 (LWP 32000)]
[New Thread 0x7fffbf600700 (LWP 32001)]
[New Thread 0x7fffbedff700 (LWP 32002)]
[New Thread 0x7fffbe5fe700 (LWP 32003)]
[New Thread 0x7fffbddfd700 (LWP 32004)]
[New Thread 0x7fffbd5fc700 (LWP 32005)]
Thread 2 "lordfast" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffbfe01700 (LWP 32000)]
0x0000000000408bbb in findTopWins (chunk_overlap=76, seeds=0x11dc260, isRev=0, readIdx=1, id=0) at src/LordFAST.cpp:465
465 if(_pf_refWin_cnt[id][winId].readIdx == readIdx)
(gdb) p readIdx
$1 = 1
(gdb) p _pf_refWin_cnt[id][winId]
Cannot access memory at address 0x7ffff86c0ad0
The text was updated successfully, but these errors were encountered: