Merge pull request #3133 from RosettaCommons/jadolfbr/simple_metrics
Bug fixes: SequenceMetric and sequence motif split
- Fix major bug in SequenceMetric where the unit test was also wrong.
- Fix minor bug in splitting of sequence motif that made the CreateSequenceMotifMover/SequenceMotifTaskOp to incorrectly design motifs which had no inner brackets. So this - `N-T` would fail, but `N[-]T` would be designed correctly. Expand unit tests for this specific motif type.
- Fix `simple_metric_features` integration test through dumping the db. Thanks @roccomoretti !
- Condense splitting sequence motif function into a single function.
- Add cluster and distance info to scorefile for antibody design as a stop gap until we have a full SimpleMetric.