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

Revisions №61224

branch: master 「№61224」
Commited by: Rocco Moretti
GitHub commit link: 「f6d4e41e24da062d」 「№4533」
Difference from previous tested commit:  code diff
Commit date: 2020-04-07 17:20:21

Merge pull request #4533 from RosettaCommons/roccomoretti/parse_input_refpose Address using the input pose as a reference pose in parse_my_tag. This PR deals with those Movers and Filters which purposely use the input pose as a reference structure. The approach I'm taking is to add the input pose to the DataMap, but in a fashion where it's (sort-of) treated like another reference pose - in fact, those Movers/Filters which use the input pose but can't already take a reference pose have been updated such that they can take a regular (SavePoseMover) reference pose. Information about how to update things for the new scheme are documented in the "Updating RosettaScripts" page on the documentation wiki.

...