-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSG: The coordinate interval for display is of different length than for the reference allele #1775
Comments
Hi @suzyhh , thank you for reporting the issue. Can you kindly provide us the input file/test input used? |
I have attached the input file (bgzipped for compatibility with github) that generates the error - ta! |
Hi @suzyhh , thank you for providing us the file. We know why Regarding the warnings associated with |
Hi @suzyhh , the fixes for the error are now available on the latest docker images ( The warning "Transcript-assembly mismatch in rs586178" means there is a mismatch between refseq and ensembl in this position. By default, VEP uses the ref alleles from refseq. For this example variant rs586178, the HGVSc is NM_001330430.4:c.48C>C, this is not a valid variant (basically edits the ref G to a C ). After editing the allele the variant becomes C>C. The consequence is synonymous which is also not correct. Thank you and let us know if this solves the issue. |
@likhitha-surapaneni Thanks so much for this fix, I can now run the new version of 113 :) I have to admit I don't 100% understand the When I run without However when I run with I've tested with v112 using Many thanks! |
Hi @suzyhh , Thank you for your patience. |
Hiya @likhitha-surapaneni I think I've found an additional bug(s) in the HGVS calculations in v113.1 possibly relating to the original error I reported. I've found several instances where variants are describe as "ins" by the HGVSc but "dup" by the HGVSg and vice versa:
Thank you! |
Describe the issue
Hello, I'm testing v113 using the v113 docker obtained from docker hub and the v113 cache downloaded using the following command:
docker run --network host -t -i -v /mnt/data1/software/vep/:/opt/vep/.vep ensemblorg/ensembl-vep:release_113.0 INSTALL.pl -a c -s homo_sapiens_merged -y GRCh38
I have successfully tested v113 with a VCF containing structural variants, but I encounter an error when running with a VCF containing SNVs/indels. After the error the process just hangs doing nothing until I kill it. The output files contains the VCF header but no variants.
System
Full VEP command line
Full error message
I have tested my command using v112 and it completes successfully with no errors/warnings so it does seem to be a v113 problem. Running locally I have found that the problem occurs when using the
--hgvsg
flag. If I run using only--hgvs
I do not get the above error, but I do get several warnings, here is a small snippet:I do not receive any errors or warning when I run v113 without both
--hgvs
and--hgvsg
. This unfortunately renders v113 unusable for us as we rely on the hgvs annotations.Many thanks!
The text was updated successfully, but these errors were encountered: