PyMOLJumpDefinition my_pose A 462 CA X 1 CA File toplevel line 1 JumpDefinition my_pose A 462 CA X 1 CA ^SyntaxError invalid syntax
This error message indicates that there is a syntax error in the command you entered. The command "JumpDefinition" is not a valid PyMOL command.
To define a jump in PyMOL, you can use the "cmd.set_jump" command. For example, to define a jump between residue 462 CA and residue 1 CA in object "my_pose", you can use the following command:
cmd.set_jump("my_pose", 1, "CA", 462, "CA")
This command sets a jump between the CA atoms of residue 1 and residue 462 in object "my_pose".
原文地址: https://www.cveoy.top/t/topic/e9nW 著作权归作者所有。请勿转载和采集!