Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

SQLite PubChem database #1

Open
Tomnl opened this issue Aug 17, 2018 · 0 comments
Open

SQLite PubChem database #1

Tomnl opened this issue Aug 17, 2018 · 0 comments

Comments

@Tomnl
Copy link
Member

Tomnl commented Aug 17, 2018

SQLite vs MySQL
I have been storing the inchi keys of PubChem in a SQlite database, this should contain the majority of compounds in PubChem and is used to extract inchi keys from PubChem compound ids (cid).

However, I think the SQLite database is better if it is integrated fully into the Django database. Before this is done however, performance should be assessed as this will drastically increase the number of Compounds within the database and as the uid is an inchikey I am not sure how indexing will be affected.

Updated details
When creating the SQLite database the parsing tool I used failed for some non normal mol files. As such some compounds are missing. This needs to be repeated but it takes a long time to run due to number of PubChem cmpounds

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

No branches or pull requests

1 participant