mirror of
https://github.com/rdkit/mmpdb.git
synced 2026-04-03 00:18:57 -06:00
Supporting RDKit PosrgreSQL extension #5
Labels
No labels
bug
bug
bug
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/mmpdb#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcostenta on 5/14/2025
Hi Folks,
A couple of years ago A. J. Hoover & Team from Merk released a dockerized platform supporting the analysis of MMP data.
https://pubs.acs.org/doi/full/10.1021/acs.jcim.3c00015
https://github.com/Merck/matcher
Besides creating a gui, they extended the mmpdb database schema, to enable chemical strucutral searches.
To this aim they forked from mmpdb-2.2 dev, added posgresql support, and used a postgresql database extended with RDKit.
Since the current branch of mmpdb includes natively postregsql I was wonderign if we could bring the chemical search features of Merk back into it, and rewire the dependency of the Merk Matcher tool, so that we could always leverage the last mmpdb release.
Is there any interese in the community for this?
cheers,
Marco