Merge pull request #1626 from RosettaCommons/vmullig/modvartypeselector
Switch the ModifyVariantTypeMover to use ResidueSelectors instead of TaskOperations
Tasks:
- Remove TaskOperation code.
- Add setters and getters for ResidueSelector.
- Add ResidueSelector XML parsing.
- Modify apply() function.
- Fix segfault.
- Turns out that CTERM_AMIDATION has not been added to the VariantTypes list.
- It also turns out that the patch file has a number of other problems. Fixed now.
- Integration test.
- Documentation.
- Beauty.