-
I am trying to generate molecules using a trained QSAR model as a scoring function. However, I am unsure if the approach in the code below correctly utilizes the QSAR model with the supported fingerprints (ECFP6 in this case). Running the code results in multiple errors, and I am unsure how to resolve them. [[stage.scoring.component]] [[stage.scoring.component.SAScore.endpoint]] [[stage.scoring.component]] [stage.scoring.component.ExternalProcess.endpoint] [stage.scoring.component.specific_parameters] [stage.scoring.component.specific_parameters.transformation] Many thanks for the support : ) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, many thanks for your interest in REINVENT and welcome to the community! Have a look into the example scripts in I would not recommend SAScore for any serious work as it is primarily a measure for molecular complexity and a rather poor approximation to synthesisability. Cheers, |
Beta Was this translation helpful? Give feedback.
Hi,
many thanks for your interest in REINVENT and welcome to the community!
Have a look into the example scripts in
support
e.g.run-chemprop.py
. Any parameters for your external script must either be supplied via the command line or hard-coded into your script.I would not recommend SAScore for any serious work as it is primarily a measure for molecular complexity and a rather poor approximation to synthesisability.
Cheers,
Hannes.