-
Notifications
You must be signed in to change notification settings - Fork 49
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
truvari collapse- inversions and duplications #108
Comments
Hello, Truvari was initially built for use with sequence-resolved breakpoint-exact DEL and INS, which meant the INS had no span over the reference. Only recently (f0a6088) in v3.1 did we add a boundary inflation for INS. But I did accidentally leave the line which restricts matching to DEL. I'll fix this and have it slated for the next release. |
Please install from develop (see wiki for details] if you'd like to use the new fix now. I've been planning to cut a v3.2.0 release on Apr 1st, so your changes will be available to install via |
Hello, Thank you for the quick response! I don't think I'll need reciprocal overlap for matching INS, as the Thanks, |
The change is that I will note that in our paper we found that reciprocal overlap isn't a very robust matching criteria for sequence-resolved, breakpoint exact SVs, which is why the default remains at
|
Got it, thank you! Looking forward to the next release. Point taken re: robustness of matching criteria, though- will take this into consideration. |
Hello,
Thanks for this tool! I am using truvari to collapse SVs and I'm using
--pctovl
0.5 to specify a 50% reciprocal overlap between deletions. Is there a reason that this isn't applied to inversions and duplications? From what I can tell, inversion and duplication matching is only restricted by the--refdist
and--pctsize
(as with insertions).Thanks,
Madeline
The text was updated successfully, but these errors were encountered: