You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the same datasets as SyntaLinker, the data was originated from the ChEMBL database in the data/ folder.
For Input file generation, we run the submitPT.py script, and the job_type can be set to "preprocess".
Pre-training
The data has already been preprocessed for training the GRELinker model.
Model training can be started by running the submitPT.py script, and the job_type can be set to "train".
The model can be found in the your job_dir folder.
Generation
The model can be used while training or after training.
To generate the predictions use the submitPT.py script, and the job_type can be set to "generate".
Reinforcement Learning
If you have the best pretrained-model while training, we can fine-tune the model by running the submitFT.py script, and the job_type can be set to "learn".
The score function can be set as one of the score components: "reduce", "augment", "qed", "activity","3D_SMI","docking_score" or "SA".
When using "docking_score" components, you need to set the config file in DockStream/Glide_demo/Glide_docking.json.