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

Parallelize IES reporting in fuzzy mode #5

Open
kbseah opened this issue Oct 2, 2020 · 2 comments
Open

Parallelize IES reporting in fuzzy mode #5

kbseah opened this issue Oct 2, 2020 · 2 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@kbseah
Copy link
Member

kbseah commented Oct 2, 2020

Processing of IES candidates in fuzzy mode to get consensus sequence is slow. Speed up with parallelization?

@kbseah kbseah added the enhancement New feature or request label Oct 2, 2020
@kbseah
Copy link
Member Author

kbseah commented Oct 13, 2020

A simple way to parallelize would be process each contig in a reference separately.

Before doing so need to check that temp files are appropriately handled and do not overwrite each other.

@kbseah
Copy link
Member Author

kbseah commented Oct 15, 2020

Other places that could benefit from parallelization:

  • Telomere finding in MILTEL by NCRF
  • Read consensus in MILRAA for subreads with SPOA

@kbseah kbseah added the wontfix This will not be worked on label Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant