Clinical-Genomics / preClinVar

A ClinVar API submission helper written in FastAPI
MIT License
1 stars 0 forks source link

Parse and add coordinates if HGVS is missing #67

Closed northwestwitch closed 1 year ago

northwestwitch commented 1 year ago

Apparently the chromosomeCoordinates field can be described by either of these 2:

"anyOf": [
            {
              "required": [
                "assembly",
                "chromosome"
              ]
            },
            {
              "required": [
                "accession"
              ]
            }
          ]