-
Notifications
You must be signed in to change notification settings - Fork 25
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
Duplication #73
Milestone
Comments
Erica. Is this a vocabulary problem? |
@cgreich - I don't think so - but we have to double check still. |
Ben also noticed this issue:
I did some checking and found that the reason for the duplications is as follows:
So, I will have to fix this but there is no time before the F2F. So, I will remove duplicates at the WebAPI level until I run this corrected query and reload semmed data:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Today I was searching for an example for my paper I’m noticing a lot of duplication inside LAERTES.
SELECT *
FROM DRUG_HOI_EVIDENCE
WHERE DRUG_HOI_RELATIONSHIP = '19059547-4066289'
SELECT *
FROM DRUG_HOI_EVIDENCE
WHERE DRUG_HOI_RELATIONSHIP = '1309944-4066289'
SELECT *
FROM DRUG_HOI_EVIDENCE
WHERE DRUG_HOI_RELATIONSHIP = '914335-444070'
ORDER BY 3,4
The text was updated successfully, but these errors were encountered: