Merge pull request #1826 from RosettaCommons/everyday847/cleanup_to_prepare_for_bp_efficiency
Clean up some code in preparation for bp_efficiency merge
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #1805 from RosettaCommons/dimaio/beta_nov16
This PR includes a number of updates necessary for the latest beta energy function, beta_nov16. The flag -beta now points to this variant. A full description of the changes is available on the wiki (https://www.rosettacommons.org/docs/wiki/Updates-beta-nov16).
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #1815 from RosettaCommons/roccomoretti/fix_integration_unicode
Adjust how unicode encode/decode works on benchmark integration test.
A previous fix got the order of encode/decode wrong. This commit changes how the benchmark server tests handle unicode. Specifically, I'm attempting to use the recommended decode/encode at input/output approach. That is, read in files in a Unicode (UTF-8) aware manner, deal with strings internally as Unicode, and then output in a Unicode (UTF-8) aware manner.
This should fix the big failure of the integration.tutorials test that's currently happening on master.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #1537 from RosettaCommons/mlnance/add_omega_to_small_mover
Carbohydrates: making SmallMover also move omega for sugars
In addition, this merge fixes a major bug in how the BackboneMovers selected which mainchain torsions to move for sugars.
Shear moves are only meaningful for a tiny subset of sugar cases currently. @mlnance and I will fix the ShearMover in a separate PR.
All tests pass.
notify author
notify list [rosetta-logs@googlegroups.com]