You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/user/miniconda3/envs/docking/bin/mk_prepare_receptor.py", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/user/miniconda3/envs/docking/lib/python3.11/site-packages/meeko/cli/mk_prepare_receptor.py", line 476, in main
mk_prep = MoleculePreparation()
^^^^^^^^^^^^^^^^^^^^^
File "/home/user/miniconda3/envs/docking/lib/python3.11/site-packages/meeko/preparation.py", line 142, in __init__
self.atom_params = self.get_atom_params(
^^^^^^^^^^^^^^^^^^^^^
File "/home/user/miniconda3/envs/docking/lib/python3.11/site-packages/meeko/preparation.py", line 356, in get_atom_params
raise ValueError(msg)
ValueError: names passed to 'load_atom_params' need to suffixed with .json
or be the unsuffixed basename of a JSON file in /home/fgoerlich/miniconda3/envs/docking/lib/python3.11/site-packages/meeko/data/params.
name was ad4_types
is this something I need to fix on my side? If so, how?
The text was updated successfully, but these errors were encountered:
Hi @frgoe003
This seems to be the same issue #250
We have described and fixed it #241
We have merged the fix but it isn’t released yet. For the time being, you can install from a download of this repository:
git clone https://github.com/forlilab/Meeko.git
cd Meeko; pip install .; cd ..
Hello, I'm trying to use the mk_prepare_receptor.py of Meeko 0.6.0:
mk_prepare_receptor.py --read_pdb {receptor_pdb_path} -o {pdbqt_path} --allow_bad_res
But always get this error:
is this something I need to fix on my side? If so, how?
The text was updated successfully, but these errors were encountered: