ersilia-os / 3d-analogues

Evaluation of analogues in the 3D Space
GNU General Public License v3.0
0 stars 0 forks source link

Refactor module to look 3D Similarity first #4

Open GemmaTuron opened 3 months ago

GemmaTuron commented 3 months ago

Currently the pipeline does the docking of all sampled smiles (10 conformers x smiles, 10 poses x conformer) and then selects the best one to check 3D shape similarity We propose to use the best conformer selected in the 3D Shape similarity for Docking only

GemmaTuron commented 3 months ago

Note: to simplify the workflow, and given the new configuration, this repository will not be used without a query smiles. An additional script will be created to do just docking without a query smiles and bypassing the 3D shape similarity

GemmaTuron commented 3 months ago

Update: we need a better way to find the right conformer to pass to VSFlow. I am trying the Sensaas-flex package https://academic.oup.com/bioinformatics/article/40/3/btae105/7612231

GemmaTuron commented 2 months ago

Update on Sensaas_Flex:

The package needs some manual installations, but I've managed to make it work. We are interested in the sensaasflex and meta-sensaasflex functionalities, which align a molecule (source) to a target molecule (our "query"). The target does not move, only the source. What I have found out:

Next steps: