Sample ID mapping and deleting loaded data in hail backend #4745
-
Hello, Hope you're doing well! I have two questions regarding the recently release hail backend:
Many thanks for your help! Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi Anjali,
Best, |
Beta Was this translation helpful? Give feedback.
Hi Anjali,
It is no longer supported to have a mismatch between underlying seqr ID and VCF ID, so there is no way to upload a mapping file. One straightforward option to handle this is to rename samples in the VCF before loading , as you propose. Another is that the Individual entity in seqr has both and individual_id property, which must match the VCF ID, and an optional display_name property, which is what is actually shown in the UI if it is set. Theres no easy way to set this property, but you can do it in the django admin (
/admin
endpoint). So what you could do is create your individuals with the ID that will be in the VCF and then go in a change the display_name to whatever it is …