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

Add alignment string position support #44

Merged
merged 8 commits into from
Mar 4, 2021
Merged

Commits on Mar 3, 2021

  1. print(op): don't throw Exception, print ? instead

    otherwise Anchors with invalid operation (and these anchors are
    created temporarily during traceback) would throw upon printing
    alyst committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    be5b72b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d920daa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b0d70e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecc9543 View commit details
    Browse the repository at this point in the history
  5. refactor seq2ref/ref2seq()

    - add position getters for AlignmentAnchor
    - convert findanchor() from generated function to normal one with
      position getter as a param (in Julia constant propagation we trust)
    - generic pos2pos() function that gets called by seq2ref/ref2seq()
    alyst committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    eceb92d View commit details
    Browse the repository at this point in the history
  6. Alignment: expand docstring

    alyst committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    90513fb View commit details
    Browse the repository at this point in the history
  7. alignment position support (seq2aln, ref2aln etc)

    - add alnpos to each anchor
    - add mapping to/from alnpos
    - add alnpos support to traceback
    alyst committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    0156de4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc8237c View commit details
    Browse the repository at this point in the history