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

Utility for de novo assembly of unmapped reads #215

Open
4 tasks
jeffreybarrick opened this issue Sep 27, 2019 · 0 comments
Open
4 tasks

Utility for de novo assembly of unmapped reads #215

jeffreybarrick opened this issue Sep 27, 2019 · 0 comments

Comments

@jeffreybarrick
Copy link
Contributor

Motivation: One blind spot of the reference-based mapping approach is that it cannot detect novel sequence insertions, such as a Tn7 insertion into a genome of interest.

Implementation: As an accessory tool that performs a post-processing step in Python that calls a de novo assembler and analyzes its results, integrate the predictions with the normal breseq output files to elaborate upon them.

  • Filter unmapped reads to remove junk so there is better input to the assembler
  • Decide on the best, most lightweight assembler to support
  • Provide functionality for scanning/testing different assembly parameters and judging different contigs.
  • Output a new reference sequence file containing the good contigs that could be re-input for a new round of breseq processing that might, for example, show where/how these sequences are inserted precisely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant