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

Revisions №62173

branch: rosetta:main 「№62173」
Commited by: Rocco Moretti
GitHub commit link: 「4af227b4a532553b」
Difference from previous tested commit:  code diff
Commit date: 2025-07-09 16:27:17
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
m1.clang.python311.PyRosetta.unit mac.clang.python38.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit icc.icc.build.debug mpi mpi.serialization build.header build.levels build.ninja_debug beautification code_quality.cppcheck code_quality.merge_size serialization code_quality.submodule_regression integration.mpi integration.release_debug integration.tensorflow integration.thread integration.torch integration performance profile release.PyRosetta.Release scientific.mp_f19_decoy_discrimination scientific.mp_f19_tilt_angle linux.clang.score linux.gcc.score mac.clang.score scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify util.apps windows.build.debug windows.build.release

Add option to control intermediate dumping in BackrubProtocol (#372) Especially with XML (where the Backrub protocol is part of a more extensive protocol), you don't necessarily want an unconditional dumping of the last & low results from the Backrub stage. This commit adds an XML option which will allow the dumping of the poses (old behavior), but turns it off by default. This only changes XML usage -- I didn't change how the backrub application behaves. Changes to the backrub_interface_ddG integration test is expected.