Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues about vina score calculation in docking.py #24

Closed
Layne-Huang opened this issue Sep 23, 2022 · 1 comment
Closed

Issues about vina score calculation in docking.py #24

Layne-Huang opened this issue Sep 23, 2022 · 1 comment

Comments

@Layne-Huang
Copy link

Hi,

I have used your vina score script "docking.py" recently. However, I have met the following error,

Traceback (most recent call last):
File "/sample_geo.py", line 519, in
g_vina_score = vina_task.run_sync()
File "/evaluation/docking.py", line 168, in run_sync
while self.get_results() is None:
File "/evaluation/docking.py", line 182, in get_results
self.results = parse_qvina_outputs(self.docked_sdf_path)
File "/evaluation/docking.py", line 24, in parse_qvina_outputs
suppl = Chem.SDMolSupplier(docked_sdf_path)
OSError: File error: Invalid input file /tmp/olzbpempbkdjotcpxfbqvwjfnxltvc_ligand_out.sdf

I found that error was caused by the missing script “prepare_receptor4.py ”.

Could you please help me solve it or provide this script?

Thank you for your attention.

@luost26
Copy link
Owner

luost26 commented Sep 23, 2022

The script is included in AutoDockTools

You can create a conda environment and install this package: https://anaconda.org/insilichem/autodocktools-prepare

@luost26 luost26 closed this as completed Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants