You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release version v1.1.0
Introduces new 'overlap' feature, which is enabled by default (overlap=True)
For adjacent sequences that have a putative overlap based on gap distance estimates:
Compute minimizers with a lower k and w (to increase sensitivity), and create an undirected minimizer graph using minimizers found in the putative overlap region (in multiplicity of 1 in both sequences)
Use the minimizer graph to anchor the sequences to each other, and use the coordinates to trim the overlapping sequence
This feature reduces the incidence of local misassemblies and duplications, created when overlapping sequences are naively joined end-to-end