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

Parallelizing certain operations #36

Open
fedarko opened this issue Aug 18, 2022 · 0 comments
Open

Parallelizing certain operations #36

fedarko opened this issue Aug 18, 2022 · 0 comments
Labels
future ideas longer-term enhancements that'd require a lot of extra time/attention performance gotta go fast

Comments

@fedarko
Copy link
Owner

fedarko commented Aug 18, 2022

Will take some extra work, but may be worth it for some really long-running stuff.

Things that are embarrassingly parallelizable across contigs

  • align

    • OSA filter (just pass 2, I think?)
    • Maaaybe the PM read filter
  • call

    • The main loop through contigs can be done independently
  • fdr estimate

    • Computing target contig FDR curve info
  • spot cold-gaps

    • Each contig can be processed independently
  • smooth

    • apply: Each contig's smoothed and virtual reads can be created independently
    • assemble: Each contig's reads can be assembled independently
@fedarko fedarko added future ideas longer-term enhancements that'd require a lot of extra time/attention performance gotta go fast labels Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future ideas longer-term enhancements that'd require a lot of extra time/attention performance gotta go fast
Projects
None yet
Development

No branches or pull requests

1 participant