Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce uniqueness on Variant model #11

Open
madprime opened this issue Feb 6, 2018 · 0 comments
Open

Enforce uniqueness on Variant model #11

madprime opened this issue Feb 6, 2018 · 0 comments

Comments

@madprime
Copy link
Owner

madprime commented Feb 6, 2018

The Variant model is assumed to have uniqueness with respect to the combination of chromosome, position, ref allele, and var allele. An error arose due to an accidental creation of duplicate Variants – potentially idiosyncratic – this shouldn't happen, because once it does, it will create ongoing errors.

The model should be updated to enforce uniqueness so database entries violating this uniqueness requirement can't be created in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant