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

computed identifiers using pydantic model serializers #342

Merged
merged 22 commits into from
Feb 21, 2024
Merged

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    8d23685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c63af59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2436f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. attribute ordering fixes

    ahwagner committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    89e256c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b789a2 View commit details
    Browse the repository at this point in the history
  3. update is_identifiable

    ahwagner committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    a173cf4 View commit details
    Browse the repository at this point in the history
  4. update model validations

    ahwagner committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5e38b61 View commit details
    Browse the repository at this point in the history
  5. refactor identifier code

    ahwagner committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    9ccef4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3674042 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ab2026 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0402ea View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Use LiteralSequenceExpression for ambiguous insertions that cannot be…

    … derived from the reference sequence
    ehclark committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f407fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    694ce86 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 19, 2024

  1. Revert "Use LiteralSequenceExpression for ambiguous insertions that c…

    …annot be derived from the reference sequence"
    
    This reverts commit f407fd0.
    ahwagner committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e15837a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ff0695 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96d98cd View commit details
    Browse the repository at this point in the history
  4. update test cassettes

    ahwagner committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9806784 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae02cc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b51fb6c View commit details
    Browse the repository at this point in the history
  7. add TODO

    ahwagner committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8faaf00 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. test: fix vcf annotation test

    chr19-54220999-A-A had that `C` was the actual ref seq, but it should
    have been `T`
    korikuzma committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7cbae0d View commit details
    Browse the repository at this point in the history