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

Revisions №61570

branch: master 「№61570」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「c988cee989e45992」 「№4818」
Difference from previous tested commit:  code diff
Commit date: 2021-02-23 13:56:18

Merge pull request #4818 from RosettaCommons/jadolfbr/rabd_updates Thanks to @rahelf and @skelow for identifying these bugs and their aid in fixing them! Bug Fixes ======= - `INCLUDE_ONLY` was not being read, and this was used in the documentation - and should be main CDRSet option. - Fixed issue where the final cluster reported could be different than what the cluster actually was through `identify_cdr_clusters` app - Removed the constructor that takes an ab_info object. ab_info is now always correctly initialized from pose. - This also fixes light_chain not being correctly set from xml/pyrosetta. Optimizations ========== - High Res dock cycles have been greatly reduced to speed up integrated docking and allow more robust protocols. Options are now present to control the first and second cycles of the DockMCM (high-res) protocol in cmd-line,RS, and in code.

...