How to modify the bash (or partially use these bash) to create PDBbind2019 Refined types file (Crystal&Docked)? #2
Replies: 1 comment
-
|
Hi @JonasLi-19. This repository was used to create a data set obtained with docking with flexible residues (often shortened to flexible docking) and to train GNINA models with said data set. You will need to carefully read the documentation and the scripts (the best documentation is the code itself!) in order to understand if some scripts can be useful for your project. Some scripts might not be that flexible and will need to be heavily adapted to your workflow.
I'm not sure what do you mean with "Crystal types". In this repository, "Crystal" usually denotes the crystal structure optimized (locally) with the AutoDock Vina scoring function (as implemented in GNINA). You can find details about generating Vina-minimized crystal poses in gsoc19/redocking/optimisation/01_optimisation.sh Lines 46 to 51 in 01a7a89 *Note: for historical reasons I used
Again I'm not sure what do you mean exactly with "Docked types", but if you mean multiple docked poses obtained with the AutoDock Vina scoring function (as implemented in GNINA) then you should look at the details in gsoc19/redocking/docking/docking.sh Lines 40 to 45 in 01a7a89 *Note: for historical reasons I used
The The You can have a look at For this project, this file is created by gsoc19/redocking/mltraining/03_buildtypefile.sh Lines 23 to 29 in 01a7a89 You can have a look at I hope this helps. Please have a look at the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear @RMeli, I have noticed you are an expert on this area in the gnina program.
It is surprising to find that you develop this gsoc19 repository for us to quickly extract and generates files for PDBbind, which will be very helpful.
I try to use gnina to train the model on docked poses data of PDBbind2019 refined-set generated by gnina before, how can I make Crystal types and Docked types respectly through your scripts? I couldn't find how to assign the affnity, rmsd and label into the types file...
Beta Was this translation helpful? Give feedback.
All reactions