-
Notifications
You must be signed in to change notification settings - Fork 19
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
proper alignment to root #120
Comments
Can you say more? You'd like an alignment that maintains gaps? Wouldn't numbering get very complicated in this case? I guess you could do an alignment that allows gaps then build the tree then remove gaps to get canonical numbering. |
this refers to the sequence search in javascript. We align to root using a stupid string matching routine and then look for mutations. If the query has a gap relative to root, no proper alignment is found. |
This has been resolved in the nextstrain/augur codebase. |
I don't think this is resolved. It also refers to sequence search/alignment in auspice rather than augur. This should be a feature request in auspice. I did write a proper pairwise aligner a while back: https://github.com/neherlab/timetree_viewer/blob/master/js/alignPairwise.js |
I see. Thanks Richard. Just reopened. |
replace the current alignment algorithm with something that tolerates gaps
The text was updated successfully, but these errors were encountered: