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

Revisions №61000

branch: master 「№61000」
Commited by: Rocco Moretti
GitHub commit link: 「56cd6b218e5564ec」 「№4308」
Difference from previous tested commit:  code diff
Commit date: 2019-10-22 11:34:59

Merge pull request #4308 from RosettaCommons/roccomoretti/reorganize_rosettascript_handling Reorganize RosettaScriptsParser tag handling. RosettaScriptsParser::generate_mover_for_protocol() was a bit of a muddle. Break out the detailed handling into sub-functions. Also, iterate through the subtags once, in order, rather than in multiple stages. * This may cause issues for some existing RosettaScripts, which (incorrectly) rely on having sections like RESIDUE_SELECTORS or SCOREFUNCTIONS _after_ the mover/filter section which use them. These should be rare, and can be fixed by reordering the tags. (Remembering you can repeat sections.)

...