You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a check to ensure variant matched reference, but this always fails for symbolic variants as they have a single base ref then symbolic alt, rather than full explicit ref:
Example variant: NC_000001.10:g.145505732_145513588del
{ "error_message": "Validation Error: reference='C' not equal to calculated ref from genome C ....GATCGTGCCAT" }
Symbolic alt will always match reference as I am pulling it out, so we should just skip the check here
The text was updated successfully, but these errors were encountered:
I added a check to ensure variant matched reference, but this always fails for symbolic variants as they have a single base ref then symbolic alt, rather than full explicit ref:
Example variant: NC_000001.10:g.145505732_145513588del
Symbolic alt will always match reference as I am pulling it out, so we should just skip the check here
The text was updated successfully, but these errors were encountered: