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

Updating splice site logic. #5106

Merged
merged 3 commits into from
Aug 15, 2018

Commits on Aug 14, 2018

  1. Updating splice site logic.

    Now ignores leading indel bases when checking if variants are within the
    splice site boundaries (i.e. if a leading base in an indel, which is
        preserved between the reference and alternate alleles, is within the
        splice site boundary but the bases that have been changed are NOT,
        then the variant is now correctly labeled as NOT a splice site).
    
    Fixes #5050
    jonn-smith committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    31c33fe View commit details
    Browse the repository at this point in the history
  2. Addressing review comments.

    Added more test cases and adjusted algorithm to account for inserted
    bases when dealing with insertions.
    jonn-smith committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    08c350a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Configuration menu
    Copy the full SHA
    518e676 View commit details
    Browse the repository at this point in the history