Merge pull request #1728 from RosettaCommons/vmullig/copy_rotamer
Add a mover for copying a rotamer from one position to another.
This adds a mover that copies the rotamer from one position in a pose to another. It matches the residuetype and the side-chain torsions.
@kweigithub
Tasks:
- Create mover using template scripts.
- Register it.
- Write parse_my_tag().
- Write apply().
- Unit test.
- Integration test.
- Documentation.
- Beauty.
For a future pull request:
- Option to copy all side-chain DoFs.