Merge pull request #5578 from RosettaCommons/roccomoretti/interactive_bindingsite_geom
[ Foldit ] Add a "Binding Site" Geometry
This adds an option to the "View Protein" menu: "Binding Site".
This setting is like Cartoon Ligand, but only shows atoms near (currently <15 Ang distance) the ligand. The residues aren't removed, they're just not rendered. Additionally, other display items (at least the ones which can be tied to a particular residue), such as hbonds and hydrophobic annotations, are also turned off.
Void display is not responsive, but that's considered to be a bug.
If there isn't a ligand in the puzzle, the "Binding Site" setting acts like the Cartoon Ligand setting.
Merge pull request #5590 from RosettaCommons/roccomoretti/interactive_update_rdkit
[Foldit] Update RDKit
Update RDKit to the 2021.03.5 release to get improved structural building parameters.
Merge pull request #5623 from RosettaCommons/interactive/solberg/cysteineish_crashes
[Foldit] fix crash on loading certain alphafold predictions (edit: also simplify bands fix)
Merge pull request #5627 from RosettaCommons/roccomoretti/fix_help
[Foldit] Fix bug with help panel.
The files for help weren't being properly copied over to the resources component.
Merge pull request #5606 from RosettaCommons/interactive/petrides/density_selection_original_interface_fix
[Foldit] - Update Electron Density Panel to only contain "Select Cloud" button while in the selection interface