-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
I am writing this issue just to let you know about a problem a encountered when installing POVME.
I followed the instructions in the README.md file. When I tried to run the detect workflow with:
povme detect -c config.yaml -i protein.pdb -o output/
I got the following output in the terminal:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\devel\anaconda3\envs\spherecon\Scripts\povme.exe\__main__.py", line 4, in <module>
File "C:\devel\anaconda3\envs\spherecon\Lib\site-packages\povme\cli.py", line 4, in <module>
from povme.pocket.detect import PocketDetector
File "C:\devel\anaconda3\envs\spherecon\Lib\site-packages\povme\pocket\detect.py", line 5, in <module>
from pymolecule import Molecule
ModuleNotFoundError: No module named 'pymolecule'
I was able to find the module in one of your repositories. I installed it separately and now POVME was able to generate the pocket files.
However, at the end of the run, the terminal gave me the following output
Removing hydrogen atoms...
Calculating the convex hull of the PDB file...
Adding points...
C:\devel\anaconda3\envs\spherecon\Lib\site-packages\scipy\_lib\_util.py:440: UserWarning: One of the clusters is empty. Re-run kmeans with a different initialization.
return fun(*args, **kwargs)
C:\devel\anaconda3\envs\spherecon\Lib\site-packages\numpy\_core\fromnumeric.py:3860: RuntimeWarning: Mean of empty slice.
return _methods._mean(a, axis=axis, dtype=dtype,
C:\devel\anaconda3\envs\spherecon\Lib\site-packages\numpy\_core\_methods.py:137: RuntimeWarning: invalid value encountered in divide
ret = um.true_divide(
I am reporting this as I do not know if this is the expected behaviour.
Please let me know if you need any further info about the outputs.
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels