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

Improve library files creation #146

Merged
merged 23 commits into from
Sep 22, 2022
Merged

Conversation

niekdejonge
Copy link
Collaborator

@niekdejonge niekdejonge commented Sep 9, 2022

The structure of the LibraryFilesCreator class was not very intuitive. This pull request solves that

Changes:
Define all parameters in init, instead of in functions.
Use loaded Tanimoto scores as input for create_sqlite_file, instead of giving the pickled file name.
Added calculate Tanimoto scores

To do:
Add explanation to readme.
Add filtering of metadata + ion mode to LibraryFilesCreator (currently still in notebooks)

@niekdejonge
Copy link
Collaborator Author

@florian-huber
Just so you know these updates were done. If you have time, a quick review of these changes would be great.

Question: Is adding rdkit to the extras requirements in setup.py a good option? Instead of the standard requirements? RDKit is only needed for calculating the tanimoto scores.

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.

1 participant