-
Notifications
You must be signed in to change notification settings - Fork 59
Description
Hi there,
I'm using truvari v5.4.0 to compare SVs reported in BND and SVTYPE notation against a truthset in SVTYPE notation. In the wiki, you mention that to allow all BNDs to match to a decomposed SV, --pick multi must be enabled. Would it be feasible to add a BND-specific --pick option, which would permit 2 BNDs to match to an SV with SVTYPE DEL/DUP/INS and 4 to match to an SV with SVTYPE INV?
I may be missing some nuances which prevent the implementation of this feature or make it more complex to interpret than the different cases I've listed above. However, I believe that this feature would enable a better comparison, as it would prevent overly penalising (by using the single option) or favouring (by using the multi option) calls which are in BND notation.
Let me know if I can provide more information.