postgres omim table needs modifications to allow digenic recessive mim numbers. #2828
gokalpcelik
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have managed to upload OMIM phenotype data onto postgres using pgadmin but there seems to be a problem with that table design.
phenotype_mim_key is expected to be unique but this is no longer possible with the ever increasing number of digenic recessive phenotypes where 2 different mim numbers match to the same phenotype_mim_key.
That unique constraint must be removed from that table.
I solved my problem by removing that constraint.
Beta Was this translation helpful? Give feedback.
All reactions