We are having some trouble running AlphaFastPPI.py, I have the alphafold databases installed, and the monomer objects created with create_individual_features.py. However, I am consistently encountering this error:
(AlphaFastPPi) a05-ppXXXXXX@a05-duke01:~/AlphaFastPPi$ python AlphaFastPPi.py --mode all_vs_all -l proteins.txt -d alphafold_non_docker/ -m alphapulldown/output -o ppitoutput
2024-06-18 15:33:46.988600: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Traceback (most recent call last):
File "/home/a05-ppXXXXXX/AlphaFastPPi/AlphaFastPPi.py", line 15, in <module>
from alphapulldown.utils import get_run_alphafold
ImportError: cannot import name 'get_run_alphafold' from 'alphapulldown.utils' (/home/a05-ppXXXXXX/AlphaFastPPi/alphapulldown/utils/__init__.py)
Even with the Python path set:
/home/a05-ppXXXXXX/AlphaFastPPi
I have moved the necessary folders into AlphaFastPPi, so I am not sure where the problem could be
We are having some trouble running AlphaFastPPI.py, I have the alphafold databases installed, and the monomer objects created with
create_individual_features.py
. However, I am consistently encountering this error:Even with the Python path set:
/home/a05-ppXXXXXX/AlphaFastPPi
I have moved the necessary folders into AlphaFastPPi, so I am not sure where the problem could be
I appreciate help! Thank you.