「view this page in B3 βῆτα server」

Revisions №62016

branch: master 「№62016」
Commited by: Rocco Moretti
GitHub commit link: 「c56c2463e22f8ac3」 「№6401」
Difference from previous tested commit:  code diff
Commit date: 2023-05-30 12:52:41

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.

...