Clinical-Genomics / preClinVar

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

New API schema with important changes #107

Closed northwestwitch closed 6 months ago

northwestwitch commented 6 months ago

It's available here: https://github.com/ncbi/clinvar/commit/1a12efdd372dcb0e44396e610e2c1d67a2a4b59e

Breaks many tests with the demo examples available on this repo

northwestwitch commented 6 months ago

Looks like our test file is failing validation with an error, but also their sample submission files fail with the same error. I've opened an issue on their repo: https://github.com/ncbi/clinvar/issues/7

northwestwitch commented 6 months ago

Fixed in #108