Skip to content
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

More filters in association steps? #70

Closed
superjingjing opened this issue Oct 12, 2022 · 2 comments
Closed

More filters in association steps? #70

superjingjing opened this issue Oct 12, 2022 · 2 comments

Comments

@superjingjing
Copy link

  1. It would be nice to have strand-sensitive mode (especially with BWA, by default it aligns both strands equally)
  2. Number of mismatches allowed
@visze
Copy link
Collaborator

visze commented Oct 13, 2022

  1. Technical not possible! See Documentation about strand-sensitive anaylsis #71 for more information on this.
  2. 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.

Any suggestions?

@visze
Copy link
Collaborator

visze commented Sep 17, 2024

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

@visze visze closed this as completed Sep 17, 2024
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

No branches or pull requests

2 participants