Replies: 2 comments 1 reply
-
Hello, can you clarify whether you are running the elasticsearch backend with a docker compose installation or the hail-based backend with a helm installation? The process is a bit different depending |
Beta Was this translation helpful? Give feedback.
-
As a preface, including HGMD in local installations is not well supported so there is no easy and straightforward way to add this. Below are the steps you will need to do in order to include HGMD. HGMD is added from a standalone hail table and does not need to be added to the combined reference data. In order to add HGMD data, you will need to construct a hail table with the data. This is not well supported unfortunately, but here is a script you can adapt locally to import your HGMD VCF and output a hail table: https://github.com/broadinstitute/seqr-loading-pipelines/blob/main/v03_pipeline/lib/reference_datasets/hgmd.py When loading, you will not be able to use the Once you load data using the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, my group has access to HGMD professional and we have a local copy of the HGMD pro database as a vcf. We also have a local install of seqr. How would I go about changing the HGMD annotations in this local install to HGMD professional? Would I need to replace the combined_reference_data_grch38.ht or can I add it as an additional annotation? Will I need to convert the vcf to a hail table?
I'm not sure how to proceed. Any information would be great.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions