BioinfoMachineLearning / DProQ

Deep learning prediction of protein complex structure quality
MIT License
6 stars 4 forks source link

No module named 'aem' #4

Open wlad111 opened 2 years ago

wlad111 commented 2 years ago

Hello!

Thank you for the good work. However, I have some questions about running inference.py on example structures.

There is an issue with running command python3 ./inference.py -c ./examples/6AL0/ -w ./examples/work/ -r ./examples/result. I run this command from conda environment, created with DProQ/environment.yml.

Traceback (most recent call last):

  File "./inference.py", line 10, in <module>
    from aem import con

ModuleNotFoundError: No module named 'aem' 

Where could I get this module?

wlad111 commented 2 years ago

Hmmm, it looks like this line of code is not neccessary at all. The example of inference runs successfully without from aem import con

XiaoChen1992 commented 2 years ago

Thank you for pointing this out. We remove this line.