CDDLeiden / QSPRpred

A tool for creating Quantitative Structure Property/Activity Relationship (QSPR/QSAR) models.
https://cddleiden.github.io/QSPRpred/docs/
MIT License
40 stars 7 forks source link

Update scaffolds.py #3

Closed dehaenw closed 10 months ago

dehaenw commented 10 months ago

added option to make scaffolds according to Bemis and Murcko's paper (different from the native rdkit one). added flag to choose between BM and CSK. Documentation should be provided (by me) to explain the differences.

martin-sicho commented 10 months ago

Many thanks @dehaenw! I merged it into the contrib branch for now where we will integrate it from in the next release :)

dehaenw commented 10 months ago

Thanks a lot! I should also note, before good documentation of the scaffold options are put in place, here is a useful post (by me) to understand the differences between BM's paper and the rdkit implementation: https://github.com/rdkit/rdkit/discussions/6844