-
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
Segmentfault when aligning 25X e.coli single-end reads #16
Comments
Hello, I'll take a look on that ASAP. Regards, |
Hello, I am also experiencing the same issue. I followed the guide in the Quick start and met Segmentation Fault. my commands:
Error log:
and when I used GDB I get the below result.
Thank you! |
Hello, Sorry it took me so long. I was able to reproduce the error. I'll let you know once it's fixed (this time, I promise to do this sooner ;)). Adam |
@agudys Thank you, I checked it runs well without segfault after the fix. I just want to make sure everything is working fine. In particular, I am currently running Whisper with 48 threads for the human genome using 800M 101bp short reads.
The post-processing stage takes really long (currently running for like 2 hours) compared to the preceding 2 steps (Preprocessing 735 sec, Read mapping 844 sec). So I wonder if it is supposed to be like that or if there is a recommendation for the number of threads.
I would appreciate any advice. Best Regards, |
@quito418 Adam |
@agudys I was using 24 physical cores and 48 logical cores for the experiment. I will reduce the number of threads for my experiment and update the result here! Best Regards, |
Hi, whisper developers.
I run the command
whisper ref/ref data1.fastq
, and whisper (released version 2.0.1) results inThe
ref
is a common e.coli reference sequence, and thedata1.fq
is 593M, see the first reads down below.Whisper finally gives an empty SAM file.
Thanks!
i-xiaohu
The text was updated successfully, but these errors were encountered: