Pull Request №59 RosettaCommons/rosetta/main ← RosettaCommons/rosetta/updated_ligand_discovery_search_code_ag_may_2024
Merge: ec708a4c40449ea419c8fcac0d507440400bf75f←25be92f119198a5eeb428b246553c03e5f3fcf02
Updated Ligand Motifs Code
----------------
Merge commit message:
addressing how dist_threshold and angl_threshold were used in discover
function. Values have not been converted to class variables
(dist_threshold_ and angl_threshold_), and those values are used to
assign to dist_threshold and angl_threshold in their original locations.
The original parameterized constructor now seeds values to the class
variables from the relevant flags, and a new parameterized constructor
was made to seed the class variables. Setter functions were also made.