Summary
The clinical-variant-reporter Data Sources table hardcodes ClinVar 2025-03-01 release and gnomAD v4.1 regardless of which Ensembl release is actually queried at runtime.
Location
skills/clinical-variant-reporter/clinical_variant_reporter.py, lines 498-499.
Suggested fix
In live mode, fetch the Ensembl release number from https://rest.ensembl.org/info/software and report ClinVar/gnomAD as bundled with that release. In demo mode, label as demo cache.
Summary
The clinical-variant-reporter Data Sources table hardcodes
ClinVar 2025-03-01 releaseandgnomAD v4.1regardless of which Ensembl release is actually queried at runtime.Location
skills/clinical-variant-reporter/clinical_variant_reporter.py, lines 498-499.Suggested fix
In live mode, fetch the Ensembl release number from
https://rest.ensembl.org/info/softwareand report ClinVar/gnomAD as bundled with that release. In demo mode, label as demo cache.