-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refine translation in regions with clustered substitutions #43
Comments
Added a test case in https://github.com/tmaklin/kbo/tree/resolve-clustered-substitutions This seems doable using the same logic as for 'X's, but care needs to be taken that k is large enough to overlap the region on both sides. |
Basic implementation finished in eaf2c1c TODOs
|
Some improvements based on chatting with Jarno:
|
Gap filling implemented according to previous comment, but need to investigate one more question:
|
Current algorithm outputs only gaps in the situation where multiple changes are clustered close to each other, for example:
In this case, it should be possible to produce the actual result (the query contains TCT instead of ACG) by traversing the SBWT, similarly to how 'X's are resolved.
The text was updated successfully, but these errors were encountered: