-
Notifications
You must be signed in to change notification settings - Fork 18
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
Mapq #7
Comments
I will add mapping quality in future. Miniprot doesn't have it now because mapping quality is not very important for cross-species alignment. The |
Thank you! |
I will keep this issue open as a reminder to myself. BTW, I have just updated the manpage to replace "as" with "ms". |
Just wanted to join in to say MAPQ would be a very nice addition. For example I am working with sponges, and have ~50 sponge transcriptomes that I am mapping to a new species that I am trying to annotate. For each locus in the genome it would be nice to be able to filter out poor matches based on MAPQ in the PAF line. Thanks for writing this nice piece of software, @lh3, I had been using a tblastn pipeline to perform a similar function before this. |
MAPQ won't be very useful for filtering poor matches. You should look at score, identity and positive. |
For proteins mapping to multiple contigs/chromosomes, how might one deduce the equivalent of mapping quality with miniprot? My guess is one could have a go at AS and as scores (although I am seeing
ms
in the resulting PAF files?)The text was updated successfully, but these errors were encountered: