PlaceStub Filter #104
Unanswered
dkdeshAcademic
asked this question in
RosettaScripts
Replies: 1 comment 5 replies
-
PlaceStub uses constraints to keep things in place. If these constraints aren't fulfilled (the constraint score evaluates to 0), then it's a bad stub placement and things early-out. Given that you're passing an explicit stubfile to the PlaceStub mover, I would check your stub definitions and make sure they're valid. If there's something off with them, it could be that the constraints being applied are invalid and thus aren't being scored properly. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to dock a scaffold protein onto a target protein in the presence of hotspot residues (specifically ARG and TYR).
When I run my xml protocol, I get the following summarized error:
core.pack.pack_rotamers: built 181 rotamers at 181 positions.
core.pack.interaction_graph.interaction_graph_factory: Instantiating LinearMemoryInteractionGraph
protocols.hotspot_hashing: Associated stubs with scaffold chain 2
protocols.hotspot_hashing: Making hotspot constraints...
protocols.hotspot_hashing: Applied 169 hotspot constraints to the pose.
protocols.protein_interface_design.movers.PlaceStubMover: adding multiple stub constraints to pose
removing stub constraints from pose
constraint score evaluates to 0 in this pose. Failing
reapplied 174 bb constraints to pose
protocols.rosetta_scripts.ParsedProtocol: Mover PlaceStub reports failure!
protocols.jd2.JobDistributor: [ WARNING ] model_8_0001 reported failure 1 times and will no longer retry (permanent failure)
I just don't know what it means when it says "constraint score evaluates to 0 in this pose" and haven't found a suitable fix. If someone could give me an answer that'd be great thanks! Below is my xml file:
Beta Was this translation helpful? Give feedback.
All reactions