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

An error in GALigandDock: ERROR: error! pharmacophore docking requires reference_pool to be as 'INPUT'! #102

Open
laviaf opened this issue Jun 17, 2024 · 0 comments

Comments

@laviaf
Copy link

laviaf commented Jun 17, 2024

I'm encountering an issue while running the code in 08.02-Ligand-Docking-pyrosetta.distributed.ipynb. An error occurs at the line '%time results = list(xml_obj(pose_obj))':

RuntimeError Traceback (most recent call last)
File :1

File ~/anaconda3/envs/diffusion/lib/python3.9/site-packages/pyrosetta/distributed/packed_pose/core.py:162, in (.0)
160 @generic_func.register(collections.abc.Generator)
161 def generator_traversal(generator):
--> 162 return (generic_func(v) for v in generator)

File ~/anaconda3/envs/diffusion/lib/python3.9/site-packages/pyrosetta/distributed/tasks/rosetta_scripts.py:70, in MultioutputRosettaScriptsTask.apply(self, pack_or_pose)
67 wpose = packed_pose.to_pose(pack_or_pose)
69 with self.protocol_lock:
---> 70 protocol.apply(wpose)
72 if protocol.get_last_move_status() != moves.MoverStatus.MS_SUCCESS:
73 return

RuntimeError:

File: [/home/benchmark/rosetta/source/src/protocols/ligand_docking/GALigandDock/GALigandDock.cc:2566]
[ ERROR ] UtilityExitException
ERROR: error! pharmacophore docking requires reference_pool to be as 'INPUT'!

I am wondering if this error could be related to the PyRosetta version I am using. Alternatively, is there a way to provide a reference_pool to GALigandDock to resolve this issue? Any guidance or suggestions would be greatly appreciated.

Thank you!

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

1 participant