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

Revisions №61791

branch: master 「№61791」
Commited by: Brahm Yachnin
GitHub commit link: 「e746c3b1ca4310a9」 「№5671」
Difference from previous tested commit:  code diff
Commit date: 2021-10-27 16:07:45

Merge pull request #5671 from RosettaCommons/BYachnin/add_pyrosetta_interface_CMS Add getters and setters to ContactMolecularSurfaceFilter The ContactMolecularSurfaceFilter has a number of member variables that cannot be accessed or set except during construction or using parse_my_tag. Furthermore, the selectors, which are required for compute to work, can only be set by parse_my_tag. This makes using the filter cumbersome in PyRosetta. I've added getters and setters for all private member variables in the class, and also added a constructor that allows setting of the selectors directly.

...