Merge pull request #6401 from RosettaCommons/roccomoretti/fix_transform
Fix multi-repeat sampling in Transform mover.
An edit to the Transform mover meant that the best_ligand (which is eventually output) was being reset across repeats, rather than being accumulated across all repeats. This meant that having a repeat setting other than 1 (which is thankfully the default) was meaningless, as all the n-1 repeats before the last one didn't affect the output structure.
A minor adjustment means that we can continue to accumulate the best_ligand across all the repeats.