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

Revisions №61598

branch: master 「№61598」
Commited by: Vikram K. Mulligan
GitHub commit link: 「976bc1819fa86e42」 「№5301」
Difference from previous tested commit:  code diff
Commit date: 2021-03-24 17:51:52

Merge pull request #5301 from RosettaCommons/vmullig/init_native_in_rosettascripts Ensuring that movers have access to the native pose in RosettaScripts Currently, the ParsedProtocol's native pointer is never set, so `Mover::get_native_pose()` returns `nullptr`. This corrects that. At least one integration test changes (I now see GDT and RMSD being calculated in the Enzrevert_xml test, which is good). This PR also switches a few uses of `new` to `make_shared`. This may account for some random trajectory changes seen in the integration tests. This PR should be merged before #5119, which adds trRosetta into Rosetta.

...