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

Revisions №61017

branch: master 「№61017」
Commited by: Vikram K. Mulligan
GitHub commit link: 「7b20d843d84b613a」 「№3575」
Difference from previous tested commit:  code diff
Commit date: 2019-11-03 18:27:44

Merge pull request #3575 from RosettaCommons/vmullig/update_dump_trajectory_energy Allow easy visualization of packing trajectories A while back, Brian Coventry added a clever means of visualizing minimization trajectories: the DumpTrajectoryEnergy. This is a scoring term that sneakily writes out a PDB whenever it is called to evaluate derivatives. This pull request modifies this scoreterm so that it can also dump out scoring trajectories (e.g. to visualize the _ab initio_ application's sampling) or packing trajectories. Tasks: - [x] Correct the access to the options system. (Use proper options constructor). - [x] Add XML setup. - [x] Add option for "stride", so that we don't have to dump every function evaluation, but could do, for example, every 10th or 100th or 100th. - ~~Add separate strides for packing, minimizing, and scoring.~~ - [x] Add support for scoring. - [x] Add support for packing. - [x] Errors if we try to interrupt a packing or minimizing trajectory (since there _are_ end-of-trajectory signals). - [x] Fix unit test failure. - [x] Fix integration test failure. - [x] Integration test for packing. - [x] Documentation: added here https://www.rosettacommons.org/docs/wiki/scripting_documentation/RosettaScripts/RosettaScripts#rosettascript-sections_scorefunctions_a-utility-scoreterm-for-trajectory-visualization. - [x] Beauty. This pull request also adds some configuration for the VSCode IDE, to make it work a bit more smoothly with Rosetta's massive codebase. Users should be able to navigate to the Rosetta/main/source directory and simply type "code ." to have full editing capabilities, with Intellisense and all that good stuff.

Rocco Moretti 4 years
This commit apparently perma-broke the duplicate_header_guards integration script, due to `INCLUDED_core_scoring_util_methods_DumpTrajectoryEnergy_hh`
...