Merge pull request #4578 from RosettaCommons/sergey/binder
enabling bindings for `core::scoring::sc::MolecularSurfaceCalculator` and `core::scoring::sc::ShapeComplementarityCalculator` classed in distributed build
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4575 from RosettaCommons/dimaio/galigdock_freeze_res_option
Adding a new option to GALigandDock, frozen_scs, that lock user-specified sidechains in-place. This allows auto-sidechains to be applied, but certain sidechains to remain frozen.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4558 from RosettaCommons/JackMaguire/AutoBool
AutoBool type for XML
This PR adds the ability for your xml tag to have a boolean attribute with an auto option:
<!-- These used to be the only two options: -->
<MyMover do_expensive_thing="false"/>
<MyMover do_expensive_thing="true"/>
<!-- Allows MyMover to use its own internal logic to determine if the expensive thing is worthwhile -->
<MyMover do_expensive_thing="auto"/>
Note this does not touch the xsct_rosetta_bool options at all. This creates a new xsct_rosetta_autobool. The new type is currently not used by anything so no behavior is expected to change.
Thanks for the reviews everyone!
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #4557 from RosettaCommons/JackMaguire/nloop
Tiny FastRelax Feature Addition
This is a very small PR. I'm just adding an interface to allow FastRelax's relax script to set the number of loops in the PackRotamersMover.
Thanks for the review, Andrew!
notify author
notify list [rosetta-logs@googlegroups.com]