「view this page in B3 βῆτα server」

Revisions №60168

branch: master 「№60168」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「701220c2c58daf73」 「№3133」
Difference from previous tested commit:  code diff
Commit date: 2018-04-23 12:19:18

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.

...