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

VRS references from 1.2 => 1.3 #186

Open
wants to merge 2 commits into
base: fix-vrs-schema-link
Choose a base branch
from

Commits on Nov 16, 2024

  1. VRS references from 1.2 => 1.3

    The Beacon schema for genomic allows 3 options:
    
    * VRS MolecularVariation
    * VRS SystemicVariation
    * Beacon LegacyVariation (which adopts the VRS location object but uses separate definitions otherwise)
    
    Unfortunately, during Beacon v2 approval only VRS 1.2. was available and then explicitly referenced in the schema. It fast superseded by 1.3 which allows a *much* better definition of "Systemic Variations" such as CNV.
    
    This PR changes all VRS references from 1.2 => 1.3 and should be very welcome to implementers (1.3. has been the longstanding standard now until the future 2.x is out; in fact, the `bycon` based implementations such as progenetix.org have been using it for their Beacons for ~2years).
    mbaudis committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c634b81 View commit details
    Browse the repository at this point in the history
  2. removing the schema deparser changes

    The `beacon_yaml2md.pl` doc generator contains hard coded definitions to VRS 1.2 `CopyNumber` which doesn't exist in 1.3.
    
    This should be fixed separately, possibly w/ revision of the schema documentation method/engine.
    mbaudis committed Nov 16, 2024
    1 Configuration menu
    Copy the full SHA
    b1f81dc View commit details
    Browse the repository at this point in the history