Back to Mover page.
This is a simple wrapper that will execute the mover or ROSETTASCRIPTS protocol it contains to generate additional (derived) output poses from the original pose. This mover is designed to work with the MultiplePoseMover. "MoverName" is a placeholder for the actual name of the mover to be used. Use this wrapper if the mover you want to use does cannot provided more than one output pose (yet).
<MultipleOutputWrapper name="(&string)" max_output_poses="(&integer)">
<MoverName .../>
</MultipleOutputWrapper>
or
...