-
Notifications
You must be signed in to change notification settings - Fork 155
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
shift_3prime bug #1804
Comments
Hi @fzhbioinfo, |
Thank you for your response! clinvar : https://ftp.ncbi.nlm.nih.gov/pub/clinvar/vcf_GRCh37/archive_2.0/2024/clinvar_20240107.vcf.gz with shift_3prime command : without shift_3prime command : |
Describe the issue
We use '--shift_3prime 1' that causes the variant's ClinVar CLIN_SIG to be unannotated.
Additional information
web tools : https://grch37.ensembl.org/Tools/VEP
variant :10 101606808 . G GCT . . .
CLIN_SIG : Pathogenic
with '--shift_3prime 1' : https://grch37.ensembl.org/Homo_sapiens/Tools/VEP/Results?tl=7At9ktOQsUD7BJ2S-10666157
without '--shift_3prime 1' : https://grch37.ensembl.org/Homo_sapiens/Tools/VEP/Results?tl=K7BSm1KlvYXOWQou-10666152
While running VEP with ClinVar as a custom file, the same issue will occur. We look forward to your solution to this issue.
The text was updated successfully, but these errors were encountered: