Autogenerated Tag Syntax Documentation:


The JumpDownstreamSelector sets the positions corresponding to all of the residues that are downstream of the indicated jump to true, and all the other positions to false. This selector is logically equivalent to a NotSelector applied to the JumpUpstreamSelector for the same jump.

<JumpDownstream name="(&string;)" jump="(&integer;)" jump_selector="(&string;)" />
  • jump: The integer given for the "jump" argument should refer to a Jump that is present in the Pose.
  • jump_selector: Jump selector to be used as an alternative to the 'jump' option. This selector should only select one jump.