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

feat!: update to vrs 2.0-alpha #512

Merged
merged 17 commits into from
Sep 18, 2023
Merged

feat!: update to vrs 2.0-alpha #512

merged 17 commits into from
Sep 18, 2023

Conversation

korikuzma
Copy link
Member

@korikuzma korikuzma commented Sep 12, 2023

close #476

Notes:

  • Remove ga4gh.vrsatile.pydantic dependency. Now uses VRS 2.0-alpha models from ga4gh.vrs
    • Remove VRSATILE and Value Object Descriptors. VRS 2.0-alpha models now include a lot of the VOD fields.
    • Text Variation was removed in VRS 2.0-alpha
  • Updates gene-normalizer + cool-seq-tool + pydantic (v2) versions
  • HGVS Dup Del Mode
    • Removed rse_expr and lse_exprmodes and added allele mode
    • Updated default characteristics
  • Includes fixes for VRS IDs changing in get_priority_translation (original PRs: fix: _get_priority_translation_result using wrong variable #504, 507)
  • Adds F401 (unused-import) to fixable by ruff
  • Sets response_model_exclude_none=True in FastAPI response
  • QueryHandler no longer accepts cool-seq-tool input parameters. Can set via environment variables.
  • Removes molecule_context from Classifications

@korikuzma korikuzma added enhancement New feature or request priority:high High priority labels Sep 12, 2023
@korikuzma korikuzma self-assigned this Sep 12, 2023
@korikuzma korikuzma marked this pull request as ready for review September 12, 2023 18:32
@korikuzma korikuzma linked an issue Sep 12, 2023 that may be closed by this pull request
Copy link
Member

@jsstevenson jsstevenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

godspeed

@korikuzma korikuzma merged commit 97459df into staging Sep 18, 2023
10 checks passed
@korikuzma korikuzma deleted the issue-476 branch September 18, 2023 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:high High priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update metaschema to use VRS 2.0-alpha changes
2 participants