-
Notifications
You must be signed in to change notification settings - Fork 23
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
Winnowmap for read overlapping #17
Comments
The weighted minimiser idea can be extended for read overlapping as well, but we have never tested. It should be easy to add back these options in options.c; but testing would need considerable effort. Are you having some example cases where minimap2's masking of repetitive k-mers is leading to undesirable output? |
I'm assembling a highly repetitive eukaryotic genome by Miniasm. The first step of Miniasm is a search of overlaps between reads, performed by Minimap. I suppose that using Winnowmap may be better, taking into account that many reads originate from repeats. |
We do have a situation discussed in an issue here where minimap2's masking of high frequency minimisers prevents us from attempting to correct ONT reads at satellites and very abundant repeats. It would be super useful if we could use winnowmap to generate AvA alignments of ONT reads for correction. I would have some test datasets and I'm happy to carry out some testing. |
Is it possible to use Winnowmap to find overlaps between long reads, equivalent to "ava-ont" and "ava-pb" options of Minimap2? If not, do you plan to add this feature in the future?
The text was updated successfully, but these errors were encountered: