-
Notifications
You must be signed in to change notification settings - Fork 68
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
Q: alignment support with supplementary alignments? #130
Comments
@sklages I'm working through the implementation of this currently so thanks for raising. Yes, I can make supplementary alignments available. |
@iiSeymour - I haven't built/tested yet, but does |
Hi @sklages - yes supplementary alignments should be there in the output. Let us know if you see otherwise |
dorado's aligned output matches minimap2 w.r.t sec/sup records and included tags. |
Hi, I think dorado aligned bams miss the SA tag which gives information about supplementary alignments. I used v0.3.1. This is required for some variant callers I believe. At least, sniffles needs it to call translocation. |
Hi @ziphra - thank you for highlighting this! SA:Z is indeed missing. We will add it to the next release |
@ziphra the SA tag is now present in the v0.3.3 release. |
When you are implementing alignment support with
minimap2
[1] will you keep supplementary alignments? At least as an option?In
bonito
these alignments are removed and not present in the final BAM file [2].That's why we are currently separating the basecalling step from the alignment step in our current "bonito workflow"..
[1] lh3/minimap2#1030
[2] nanoporetech/bonito#318
The text was updated successfully, but these errors were encountered: