Describe the bug
using the last Docker VV, VV returns empty results for the GRCh38 variant 15-71818229-TA-T:
{"flag":"empty_result","metadata":{"variantvalidator_hgvs_version":"2.2.1.dev22+gebef587af","variantvalidator_version":"3.0.2.dev205+g7718e9523","vvdb_version":"vvdb_2025_3","vvseqrepo_db":"VV_SR_2025_02/master","vvta_version":"vvta_2025_02"}}
To Reproduce
curl -X GET -H 'accept: application/json' https://YOURLASTVVSERVER/VariantValidator/variantvalidator/GRCh38/15-71818229-TA-T/auth_all?content-type=application/json -H 'Authorization: Bearer my_vv_token'
Expected behavior
Previous version returns NM_001281446.1:c.*557del which looks correct
Additional context
This is what I got with my previous Docker install:
{
"NM_001281446.1:c.*557del": {
"alt_genomic_loci": [],
"annotations": {
"chromosome": "15",
"db_xref": {
"CCDS": null,
"ensemblgene": null,
"hgnc": "HGNC:7974",
"ncbigene": "10002",
"select": false
},
...
"flag": "gene_variant",
"metadata": {
"variantvalidator_hgvs_version": "2.2.1.dev7+g59392c5",
"variantvalidator_version": "3.0.2.dev98+g89a7f1c",
"vvdb_version": "vvdb_2025_3",
"vvseqrepo_db": "VV_SR_2025_02/master",
"vvta_version": "vvta_2025_02"
}
Describe the bug
using the last Docker VV, VV returns empty results for the GRCh38 variant 15-71818229-TA-T:
{"flag":"empty_result","metadata":{"variantvalidator_hgvs_version":"2.2.1.dev22+gebef587af","variantvalidator_version":"3.0.2.dev205+g7718e9523","vvdb_version":"vvdb_2025_3","vvseqrepo_db":"VV_SR_2025_02/master","vvta_version":"vvta_2025_02"}}To Reproduce
curl -X GET -H 'accept: application/json' https://YOURLASTVVSERVER/VariantValidator/variantvalidator/GRCh38/15-71818229-TA-T/auth_all?content-type=application/json -H 'Authorization: Bearer my_vv_token'Expected behavior
Previous version returns NM_001281446.1:c.*557del which looks correct
Additional context
This is what I got with my previous Docker install: