Describe the bug
Error in the reference is not picked up for an intronic variant. This happens for the following query:
genome_build: hg38
variant_description: NM_006846.4:c.2666+5A>G
select_transcripts: mane_select
The 5th intronic base in fact corresponds to G (not A, as indicated in the variant description), but this is not picked up by variant validator. The gene in question (SPINK5) is on the forward strand.
The returned JSON document includes the following:
"validation_warnings": [
"NM_006846.4:c.2666+5A>G automapped to NM_006846.4:c.2666+5="
]
However, I am not sure this is very useful.
To Reproduce
Execute the following query:
curl -X GET https://rest.variantvalidator.org/VariantValidator/variantvalidator/hg38/NM_006846.4%3Ac.2666%2B5A%3EG/mane_select?content-type=application%2Fjson -H 'accept: application/json'
Expected behavior
I believe, that the variant validator should complain about the error in the reference.
Screenshots
Not applicable
Desktop (please complete the following information):
Not applicable
Smartphone (please complete the following information):
Not applicable
Additional context
Not applicable
Describe the bug
Error in the reference is not picked up for an intronic variant. This happens for the following query:
genome_build:hg38variant_description:NM_006846.4:c.2666+5A>Gselect_transcripts:mane_selectThe 5th intronic base in fact corresponds to
G(notA, as indicated in the variant description), but this is not picked up by variant validator. The gene in question (SPINK5) is on the forward strand.The returned JSON document includes the following:
However, I am not sure this is very useful.
To Reproduce
Execute the following query:
Expected behavior
I believe, that the variant validator should complain about the error in the reference.
Screenshots
Not applicable
Desktop (please complete the following information):
Not applicable
Smartphone (please complete the following information):
Not applicable
Additional context
Not applicable