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

Remove the mpileup BAM_CREF_SKIP filter. #2281

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Sep 17, 2024

  1. Remove the mpileup BAM_CREF_SKIP filter.

    Mpileup removes alignments using the cigar ref skip operator ("N").
    This was originally added in 2011 in samtools/samtools#d1643d6 with
    the commit message of "fixed a bug in indel calling related to
    unmapped and refskip reads".
    
    Unfortunately I don't know what that bug was, but removing the code
    shows it still works (at least for some data!).  We need better
    understanding of what's going on and why it was added, so perhaps we
    should add a command line option to control this instead?
    
    Fixes samtools#2277
    jkbonfield committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f568ff5 View commit details
    Browse the repository at this point in the history