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

Remove duplicate from database, update DOIs and other info #41

Merged
merged 8 commits into from
Jun 16, 2017

Conversation

davidlmobley
Copy link
Member

This resolves #40 by removing a duplicate molecule from the database. To prevent related issues in the future, functionality is added to allow easy checking of duplicates.

(It turns out that to ensure all SMILES are canonicalized to allow adequate checks for duplicates, if the primary data is SMILES strings, it's necessary to go SMILES -> OEMol -> canonical isomeric SMILES and then cross-check the canonical isomeric SMILES in all cases; this procedure hadn't been done in exactly this way before which allowed this one duplicate to sneak through.)

This also makes additional other minor changes:

  • Some updates to README.md to reflect this, and add reference to latest paper
  • Updates DOI for calculated values in database

@davidlmobley
Copy link
Member Author

(I'll also add a separate issue: I think it's time we set up automated testing, and one of the things it should do -- aside from checking that the database can be extracted, etc. -- is check for duplicates.)

Copy link

@gduarter gduarter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidlmobley: Everything looks okay!

@davidlmobley davidlmobley merged commit 9d8a809 into master Jun 16, 2017
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

Successfully merging this pull request may close these issues.

Potential duplicate molecules in FreeSolv Set
2 participants