-
Notifications
You must be signed in to change notification settings - Fork 14
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
add a module for joining overlapping reads #292
Comments
Can you elaborate? On Thu, Feb 12, 2015, 7:55 AM Fangfang Xia notifications@github.com wrote:
|
So some paired end libs contain overlapping reads within most pairs (e.g., the classical Broad 100bp x 2 library with an insert size of 180bp). It's probably always good to join these reads into longer single end reads and remaining pairs that don't overlap to improve assembly quality. But in the past, I have not seen SPAdes have trouble handling that. In this case, SPAdes is not estimating the insert size correctly and that may have slowed down the final misassembly correction step drastically. The tools to join reads include pear, flash and maybe some others. |
Ah okay, it's clear now, thanks. On Thu Feb 12 2015 at 10:51:14 AM Fangfang Xia notifications@github.com
|
and perhaps include it in the smart/auto recipes.
We have a case where SPAdes seems to be confused by the insert size and gets stuck in the final misassembly correction step: it's a small dataset, but SPAdes has already spent 10X time in bwa-spades than the core assembly. I haven't seen this before.
The text was updated successfully, but these errors were encountered: