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

Combine Myers with Landau Vishkin #19

Open
Martinsos opened this issue Jun 13, 2014 · 1 comment
Open

Combine Myers with Landau Vishkin #19

Martinsos opened this issue Jun 13, 2014 · 1 comment

Comments

@Martinsos
Copy link
Owner

Since Landau Vishkin is so fast when query and target are very similar, maybe it would be good idea to first start calculation with Landau Vishkin for a few small k, then if it does not produce result I can switch to Myers. Reason for this is that Myers is actually not very efficient for small k because it will calculate whole block anyway, although band is maybe very small.

@Martinsos Martinsos changed the title Combine Myers with Landau Viskhin Combine Myers with Landau Vishkin Jun 13, 2014
@Martinsos
Copy link
Owner Author

This idea is really good. It would be vise to try with Landau Vishkin until we reach k = 64, and if no solution is found then continue with Myers. Of course we should try moving this boundary of 64, but I believe it could be good. This way we would get the most of both methods! Of course this is all just for SHW alignment mode.

@Martinsos Martinsos added this to the 1.0.0 milestone Nov 11, 2014
@Martinsos Martinsos removed this from the 1.0.0 milestone Nov 5, 2016
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