You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
ClinVar has updated their data structures with a separation of somatic and germline variants. Without adding support for this, we cannot parse current ClinVar XML.
To Reproduce
N/A
Expected behavior
We need to add parsing support for both germline and somatic variants. We will need to write out both th <e old assessment information and add support for the new one.
It is probably most promising to first generate a protobuf file from the ClinVar XSD. The one existing converter appears to be schema2proto. However, it has problems:
Describe the bug
ClinVar has updated their data structures with a separation of somatic and germline variants. Without adding support for this, we cannot parse current ClinVar XML.
To Reproduce
N/A
Expected behavior
We need to add parsing support for both germline and somatic variants. We will need to write out both th <e old assessment information and add support for the new one.
Additional context
The text was updated successfully, but these errors were encountered: