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

trycycler reconcile: multiprocess get_pairwise_alignments #63

Closed
danpal96 opened this issue Jul 24, 2023 · 2 comments
Closed

trycycler reconcile: multiprocess get_pairwise_alignments #63

danpal96 opened this issue Jul 24, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@danpal96
Copy link

trycycler v0.5.4

One of the slower steps in trycycler reconcile is the call of the get_pairwise_alignments function

def get_pairwise_alignments(seqs):

I think the for loop could be parallelized and if you want I can make a PR.
Regards,
Daniel Palma

@rrwick rrwick added the enhancement New feature or request label Aug 1, 2023
@rrwick
Copy link
Owner

rrwick commented Aug 1, 2023

You're right - that step can be a bottleneck, especially for longer contigs.

You're welcome to put together a PR, if you'd like - thanks!

@rrwick
Copy link
Owner

rrwick commented Aug 8, 2023

Thanks for the PR 😄

@rrwick rrwick closed this as completed Aug 8, 2023
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

2 participants