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

Enhance assembly profiles #6

Open
linsalrob opened this issue Jul 31, 2022 · 0 comments
Open

Enhance assembly profiles #6

linsalrob opened this issue Jul 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@linsalrob
Copy link
Owner

At the moment we have a simple assembly approach:

  1. Assemble each sample separately
  2. Map reads
  3. Identify unassembled reads
  4. Repeat

There is another approach we might consider:

  1. Assemble x% of all reads (e.g. 0.1% or 1% depending on how big the data sets are..could this be dynamic?)
  2. Map reads and find unassembled reads
  3. Double the % of reads assembled and go to step 1
  4. Keep iterating this until we have assembled everything

Each approach has its pros and cons, of course, but the 2nd approach might remove all the redundant stuff in all the libraries quite quickly.

@linsalrob linsalrob added the enhancement New feature or request label Jul 31, 2022
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