pablo-arantes / making-it-rain

Cloud-based molecular simulations for everyone
MIT License
385 stars 105 forks source link

Ligand protein interaction can't run #62

Closed Fahryshitpost closed 1 year ago

Fahryshitpost commented 1 year ago

Hi dear, I ran into problem that I can't run the code on "parameter to generate the topology" part because the ligand_gaff.pdb couldn't be produced, how to fix this issue? thank u in advanced and have a blessed day Screen Shot 2023-04-11 at 16 17 53 Screen Shot 2023-04-11 at 16 18 07

pablo-arantes commented 1 year ago

Hi @Fahryshitpost,

Sorry for my delay. As far I understood from your screenshot, you have two ligands in the same file. It will not work with two ligands. The notebook is for one ligand and protein. You need to modify the code to make it works for two ligands.

I hope it helps.

Thank you.

pablo-arantes commented 1 year ago

BTW If you want to run with two ligands simultaneously, you can check the following notebook: https://colab.research.google.com/github/pablo-arantes/making-it-rain/blob/main/Protein_2ligands.ipynb

Thank you.