Pull Request №59 RosettaCommons/rosetta/main ← RosettaCommons/rosetta/updated_ligand_discovery_search_code_ag_may_2024
Merge: ec708a4c40449ea419c8fcac0d507440400bf75f←67e7791def29880a54374893ce7f40e307e95c9c
Updated Ligand Motifs Code
----------------
Merge commit message:
reverting changes back to before trying to move scoring into its own
function. There are over 10 variables that go into that block that
probably should not be made as class varaibles, so it does not make
sense to turn that entire chunk into one function. I can try to break
it up into a few functions, and that may be more manageable