You are here

error in ligand docking

2 posts / 0 new
Last post
error in ligand docking
#1

 

Hello

I am doing ligand docking and get an error below, Could you tell me why chain 1 is not directly built by any jump and how I can fix it? Thanks

File: src/core/pose/chains_util.cc:506

[ ERROR ] UtilityExitException

ERROR: Chain '1' is not directly built by any jump.

Category: 
Post Situation: 
Fri, 2020-11-13 10:52
rohi

In the default Rosetta structure setup, the first chain doesn't have a "jump" to control rigid body orientations -- it's assumed that the rest of the chains will move around it.

If you're doing ligand docking, the way to fix it would be to set up your input structures such that the protein comes first and the ligand comes second. That way the protein will be chain 1 (and without a jump) and the ligand will be chain 2 (or 3 or ... depending on how your protein is set up), and thus will be movable by the jump.

Fri, 2020-11-13 12:58
rmoretti