Reference Database used to annotate genes #4919
-
Hello, hope you're doing well! I've been encountering some challenges while creating gene lists in our seqr instance. When I paste a gene list into seqr, I receive numerous "invalid gene and interval" error messages. Upon investigation, I noticed that many genes in my original query have another gene symbol in seqr. For example, the gene SKIC3 appears as TTC37 in Seqr. Additionally, some genes like RNU12 are accepted when creating the list, but when I attempt to use the list on the variant search page (specifically in the GRCh37 dataset), I get an error: ![]() I had a couple of questions that might help streamline this process on our end:
Any guidance or suggestions would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
seqr uses gencode as the source for genes. seqr is not designed to be a reference data source and we do not recommend "downloading" reference data from seqr - if you wish to interrogate what is in the seqr database the better way to do that would be to query the database directly. Assuming you are using the helm chart we provide without any customization, reference data should automatically update whenever new reference data is available, and it should be checking for new data every 5 minutes: https://github.com/broadinstitute/seqr-helm/blob/main/charts/seqr/values.yaml#L103-L105 |
Beta Was this translation helpful? Give feedback.
seqr uses gencode as the source for genes. seqr is not designed to be a reference data source and we do not recommend "downloading" reference data from seqr - if you wish to interrogate what is in the seqr database the better way to do that would be to query the database directly.
Assuming you are using the helm chart we provide without any customization, reference data should automatically update whenever new reference data is available, and it should be checking for new data every 5 minutes: https://github.com/broadinstitute/seqr-helm/blob/main/charts/seqr/values.yaml#L103-L105
However, we pin the versions of gencode that seqr uses so it will not update unless there is an explicit code …