Merge pull request #4887 from RosettaCommons/roccomoretti/interactive_wiggle_lock
[Foldit] Fix wiggle lock.
The movemap generation for Global Wiggle was attempting to figure out jump settings with segment ids. While segment indexes match the jump numbers for monomer puzzles, they don't for symmetry puzzles. This means that the wrong jumps were being annotated as movable, leading to jumps that should move not moving.
Change the iteration to look at the jumps themselves and the residues they control, rather than proxying on segments.
Merge pull request #4883 from RosettaCommons/roccomoretti/interactive_reduce_DOF_spam
[Foldit] Reduce missing DOF messages.
We explicitly consider/handle missing invalid DOFs in the processing. Do not warn on the bad DOFs.
This should reduce the DOF message "spam" in the logs.