Local seqr - Missing HGSV (cDNA and protein) from variants #2695
Replies: 4 comments 25 replies
-
I agree that this is most likely an issue with VEP, but I would need to know which version of the docker image you are running and which command(s) you used to load the data. The latest docker image includes the correct version of hail, which means you are probably using an outdated version. In terms of checking the output, the pipeline should output an intermediate matrix table in the same directory as the input vcf with the VEP annotations. Checking if that MT has the correct VEP annotations would be a good place to start. I would recommend you check both the |
Beta Was this translation helpful? Give feedback.
-
No, this is not supported in seqr |
Beta Was this translation helpful? Give feedback.
-
Hi @hanars! I can view the hgvs annotation for grch38 dataset but am unable to view them for Grch37 datasets. I'm using this image of the pipeline runner docker image tagged as latest. The image's digest is: sha256:f2604f5935b2845e5e0fb51b22e1f150f1d128e6bc46af52fb0407d6599e87a6 Just thinking out loud here - do you think a change similar to what @gavinmonahan suggested for /vep_configs/vep-GRCh38-loftee.json would be required for the grch37 config as well? |
Beta Was this translation helpful? Give feedback.
-
Hi @hanars , just wanted to ask a question here as our hgvs annotations are missing. I looked into the matrix table and there doesn't seem to exist a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
There are no HGSV annotations for cDNA or protein for any of the variants in our local instance of seqr, using the latest containers (also happened in previous versions too). I assume this is an issue with VEP. The only change I made to the containers is updating Hail to 0.2.77 to avoid issue #2460. Is there a way to check the output of VEP/pipeline-runner?
Also, is there a way to add in custom annotations to seqr, ie, an extra field in the INFO column?
Link to page(s) where bug is occurring
NA
Scope of the bug
It's happened for all projects we have made (and all iterations of pipeline-runner).
Screenshots

Beta Was this translation helpful? Give feedback.
All reactions