ga4gh / vrs

Extensible specification for representing and uniquely identifying biological sequence variation
https://vrs.ga4gh.org
Apache License 2.0
80 stars 34 forks source link

Refine components in `TraversalBlock` #554

Closed Mrinal-Thomas-Epic closed 3 weeks ago

Mrinal-Thomas-Epic commented 2 months ago

For message compactness, Allele, CisPhasedBlock, and Terminus are no longer components of TraversalBlock, since their traversal direction can always be inferred from surrounding adjacencies. Instead, Allele, CisPhasedBlock, Terminus can now be specified directly as components of DerivativeMolecule.

See discussion #551 for reasoning.