pablo-arantes / making-it-rain

Cloud-based molecular simulations for everyone
MIT License
377 stars 97 forks source link

Error on module prolif during protein-ligand md #73

Closed anchy2111 closed 11 months ago

anchy2111 commented 11 months ago

Hi, this error pops up every time even if all the dependencies are installed. I can't see de trajectory with LigPlot. I tried to manually install prolif but the error persist during protein-ligand simulation.

ModuleNotFoundError Traceback (most recent call last)

in <cell line: 5>() 3 4 import MDAnalysis as mda ----> 5 import prolif as plf 6 import numpy as np 7 import os

ModuleNotFoundError: No module named 'prolif'

pablo-arantes commented 11 months ago

HI @anchy2111,

Thank you for letting me know about the issue. I will take a look and back to you.

Best,

Pablo

pablo-arantes commented 11 months ago

Hi @anchy2111,

I've fixed the code, I tried and everything worked fine. Please, open the notebook again and try.

Best,

Pablo