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

Revisions №20664

branch: rosetta:commits 「№20664」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№372」
Merge: 「74f819c4d」「9a5d9c2fc」  code diff
Scheduled at: 2025-03-24 19:31:51.841151
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
mac.clang.python38.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit 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 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

Pull Request №372 RosettaCommons/rosetta/main ← roccomoretti/rosetta/no_backrub_xml_dump Merge: 74f819c4dd58142810833fb8e63211f2974ee342←9a5d9c2fc30d3c9c7cb38bbdbca1d057d82fe1d7 Add option to control intermediate dumping in BackrubProtocol ---------------- Merge commit message: Add option to control intermediate dumping in BackrubProtocol 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.