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

Bugfix: query mirroring #43

Merged
merged 5 commits into from
Apr 16, 2024
Merged

Bugfix: query mirroring #43

merged 5 commits into from
Apr 16, 2024

Commits on Apr 16, 2024

  1. Bugfix

    Fix bug that led to incorrect query mirroring of asymmetric cis queries
    sharing the same start position but where the second end position is
    greater than the first one.
    robomics committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a2f4f3b View commit details
    Browse the repository at this point in the history
  2. Bugfix

    Fix out of bound access that could occur when satisfying asymmetric cis
    queries parially overlapping with the matrix diagonal.
    robomics committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c2e0d4f View commit details
    Browse the repository at this point in the history
  3. Add more tests

    robomics committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    58158f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6daa144 View commit details
    Browse the repository at this point in the history
  5. Bugfix

    robomics committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    aa3d8a5 View commit details
    Browse the repository at this point in the history