pablo-arantes / making-it-rain

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

error running AF2 prediction #30

Closed kkorotkov27 closed 1 year ago

kkorotkov27 commented 1 year ago

AF2 module gives the following error:


ModuleNotFoundError Traceback (most recent call last) in () 94 import sys 95 sys.path.append('/usr/local/lib/python3.7/site-packages/') ---> 96 from biopandas.pdb import PandasPdb 97 import os 98 import urllib.request

ModuleNotFoundError: No module named 'biopandas'


NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the "Open Examples" button below.

pablo-arantes commented 1 year ago

Hi @kkorotkov27

Sorry for the delay. I've fixed the code. Please, try again and let me know if everything is working fine.

I hope it helps.

Thank you.

Pablo