Skip to content
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

Enhancement: scaffolds ends are sometimes of poor quality #101

Open
DennisSchmitz opened this issue Oct 18, 2019 · 0 comments
Open

Enhancement: scaffolds ends are sometimes of poor quality #101

DennisSchmitz opened this issue Oct 18, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DennisSchmitz
Copy link
Owner

DennisSchmitz commented Oct 18, 2019

Problem:

  1. Scaffolds 5' and 3' ends are often of poor quality. Sometimes we see the RNA/DNA seems to fold in on itself (hairpin) and generates a reverse-complement sequence (could be from an enzymatic step). Nevertheless, it doesn't "belong" in the scaffold.
  2. At high read coverage the assembly breaks down into multiple smaller contigs (when downsampling you do get the complete genome in one contig however).

Possible solutions:

In general, we must identify the problem by looking in the assembly graph via bandage or AGB (https://github.com/almiheenko/AGB). If this is useful we might add AGB to the report toolkit? It's a online assembly graph viewer.

  • Find a good matching full genome reference and identify the reads belonging to that 5' and 3' gap/erroneous region and update the scaffold with it?
  • Artificially normalize your coverage via bbtools/bbnorm (http://seqanswers.com/forums/showthread.php?t=49763)?
  • Optimize the SPAdes parameters?
@DennisSchmitz DennisSchmitz added the enhancement New feature or request label Oct 18, 2019
@DennisSchmitz DennisSchmitz self-assigned this Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant