Merge pull request #5647 from RosettaCommons/roccomoretti/fix_noisy_selection_mode
[Foldit] Hotfix issue with clicking in Selection Mode.
This PR is intended as a hotfix for the currently pending release.
There was a bug where clicking any non-ligand-designable position (even in puzzles without ligand design) would show an error message from ligand design mode. This PR suppresses that error message, and only makes the relevant code happen when ligand design is active.
(The message was too chatty anyway - we actually don't need to popup. Doing nothing is feedback enough, as if you can do something, it will display a highlighted atom.)
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