Merge pull request #1534 from RosettaCommons/Cyrus/mergetarget
From Cyrus via Steven Lewis:
Four items in this PR, mostly from Steven Lewis (@smlewis), with assist from Indigo King (@indigogo):
Cyrus PR 40: smlewis/cyrus/FilterReportAsPoseExtraScoresMover; adds new class to dump Filter values mid-protocol; it seems bizarre that this didn’t exist already and/or isn’t how Filters already worked, but the list didn’t say one existed.
Cyrus PR 39: smlewis/cyrus/re_fix_beta15_catch: When I added the tool to get upset at beta_15 score functions without their requisite command line flag, it worked only for weights files with the .wts extension; now it works extensionless. Praise be to the integration tests, which caught a huge bug in the second version of this (you’re getting the third).
Cyrus PR 36: Trivial fix to the code template for Filters.
Cyrus PR 30: Updates old LoopAnalyzerMover to be RosettaScriptable. Creates LoopAnalyzerFilter, which is what it sounds like. Also Cyrus PR 40 because some of it went into a testing branch after the integration tests caught a bug, and the lack of cxx11 made me sad.