Merge pull request #5293 from RosettaCommons/vmullig/shush_membrane_potential
Switching some noisy tracer output in the MembranePotential to debug output. This was likely hurting performance.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #5284 from RosettaCommons/roccomoretti/single_random_assert
Fix ParsedProtocol with single_random
An assert in ParsedProtocol triggers if you use the single_random protocol. The assert was erroneously testing if the number of steps was equal to the number of submovers, which isn't the case for single_random, as it only picks out a single submover.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #5275 from RosettaCommons/yhsia/sym_issues
Add asu_only option in DsspMover and LayerSelector to only do calculations on the asymmetric unit to speed up cases with large symmetries.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #5228 from RosettaCommons/vmullig/correct_canonical_spelling
Correct spelling of "canonical" in Rosetta source code. Noncannonicals can't be used to repel pirate attacks. Noncanonicals are what we usually mean.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #5273 from RosettaCommons/roccomoretti/inaccurate_g
More accurate Inaccurate G! message.
This "Error" message really isn't being treated as such. Internally we've been conditioned to ignore it, and recently there's been a number of external users expressing concerns.
Turn it down to an Info-level message. It's still present for the developers to use to debug whatever issue it represents, but it hopefully will no longer frighten end users.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #5270 from RosettaCommons/roccomoretti/shell_gcc
Remove unneeded shell_gcc line from build system.
This was unused and potentially problematic, if the system didn't have gcc present.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #5260 from RosettaCommons/AmeyaHarmalkar/docking_scientific_tests
Updating docking metrics and plots for docking scientific benchmark, using the CAPRI metrics. Now the readme also explains in detail how this is achieved.
THANKS AMEYA!!!
notify author
notify list [rosetta-logs@googlegroups.com]