-
Describe the bug Link to page(s) where bug is occurring Scope of the bug FYI |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 24 replies
-
HGVS annotations come in through the pipeline, so the first thing you need to do is make sure the data is actually in your raw data. This might be something better addressed by me speaking directly with whoever on your end manages data loading |
Beta Was this translation helpful? Give feedback.
-
I manage data loading at the moment… we are a small research group doing pretty much everything by ourselves! |
Beta Was this translation helpful? Give feedback.
-
Good to know! Okay so the first thing I need to know is if you can confirm that the hgvs data is properly added in elasticsearch. In the data in elasticsearch, each variant has a field called |
Beta Was this translation helpful? Give feedback.
-
Thanks. I'm not sure if I'm looking at the right thing, but using the following command:
|
Beta Was this translation helpful? Give feedback.
-
You are looking at the right thing, and that means that the issue is actually with the data loading itself, as you are not exporting hgvs annotations. Do you know if your group has made any tweaks on your end to the loading pipeline code? Maybe running vep elsewhere? You could also try making sure you have the latest version of the piepline and then try running it on a small dataset and see if its now exporting hgvs |
Beta Was this translation helpful? Give feedback.
-
We have our own pipeline using GATK to generate our joint called vcf. We then put the joint-called vcf directly into seqr using the following command:
So I'm guessing it must be at this step... Or are you talking about a different "pipeline"... |
Beta Was this translation helpful? Give feedback.
-
Thanks. This must have changed from when we originally installed seqr? |
Beta Was this translation helpful? Give feedback.
-
Hi Ellie, Someone was able to figure out how to solve the hgvs issue (#2695) and the latest release of the docker image should fix the problem. Note that in order to get the fix you will need to re-run the |
Beta Was this translation helpful? Give feedback.
Hi Ellie,
Someone was able to figure out how to solve the hgvs issue (#2695) and the latest release of the docker image should fix the problem. Note that in order to get the fix you will need to re-run the
download_reference_data
step and reload the data