You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technical of course possible. But we have to think about the implementation. Maybe you can tell me some use cases. Especially when having insertions and deletions.
I think this brings in general back a CIGAR string filter. We can simply sum up the matches. And sequence length minus matches can be used as missmatches. But this will be not the case for Insertions. We can count them as additional missmatches.
Also possible will be a more stringend approach that first does not allow any insertions/deletions. Then is is simply just counting bp missmatches.
we have now bbmap implemented. This is much better in terms of MAPq and cigar string. Right now we just have an option for mapq filtering. But we can extend
The text was updated successfully, but these errors were encountered: