Skip to content

Update to minimap2 2.29 - support for scoring junctions #124

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

Open
wants to merge 12 commits into
base: update-to-minimap2-2.29
Choose a base branch
from

Conversation

noamteyssier
Copy link

okay sorry for the delay - I realized to score junctions you need to have CIGAR set as an option.

That should be set by the user though, so for tools that use minimap2-rs who want to support a --write-junc like flag they'll need to make sure they build the index with_cigar()

I wrote up a little test to go with the junction scoring which is passing now.

Let me know if you see any problems and feel free to edit as you see fit.

Apologies for all the line edits, I made some extraneous style changes outside of adding this functionality to silence clippy.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant