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

[Feature]: Add alignment and cigar getters #42

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Apr 9, 2023

  1. feat: Add _cigar(::Variation) function

    Add a function that can convert the information contained in an
    Insertion or a Deletion into a CIGAR operator.
    MillironX committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    c3a7788 View commit details
    Browse the repository at this point in the history
  2. feat: Add _cigar_between(::Variation, ::Variation) function

    Add a function that can calculate the matching bases between two
    (non-matching) Variations and return a matching (M) CIGAR operation
    MillironX committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    e84f765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    719a123 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95ef4fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4817c80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db17073 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d16c0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8458f74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    341faa4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b2bd01 View commit details
    Browse the repository at this point in the history
  11. chore: Update CHANGELOG

    MillironX committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    373e485 View commit details
    Browse the repository at this point in the history