Skip to content

Sample ID mapping and deleting loaded data in hail backend #4745

Answered by hanars
anjalijain22 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Anjali,

  1. 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 …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@anjalijain22
Comment options

@hanars
Comment options

@anjalijain22
Comment options

@hanars
Comment options

@anjalijain22
Comment options

Answer selected by anjalijain22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants