Merge pull request #1838 from RosettaCommons/vmullig/identify_cycpep_symm
Add a filter for identifying cyclic peptides with internal symmetry
The CycpepSymmetryFilter can pick out peptides with c2, c3, c4, etc. symmetry, or with c2/m, c4/m, c6/m, etc. symmetry. Should be useful for organometallic frameworks. @twcraven @hssnzdh2 @atom-moyer @gbhardwaj
Tasks:
- Implement the filter.
- Unit test -- confirm that it correctly picks out a c2 peptide and a c2/m peptide from a group.
- Integration test.
- Beauty.
- New flag to skip XML validation. (TEMPORARY -- will be removed once parse order is fixed.)
- Documentation.