Merge pull request #5531 from RosettaCommons/interactive/solberg/fix_crash_on_delete_residues
[foldit] fix crash on load certain alphafold poses, dont update blueprint panel when not selected
Merge pull request #5517 from RosettaCommons/interactive/solberg/alpha_fold_panel
[foldit] disable load button for pending solutions in alphafolddialog
Merge pull request #5485 from RosettaCommons/roccomoretti/interactive_fix_disulfide_bug
[Foldit] Fix bug with use_disulfide_tool in puzzle setup.
Recent changes introduced a bug with puzzle_setups which contain an explicit '0' with use_disulfide_tool. This should fix it.
Merge pull request #5494 from RosettaCommons/interactive/solberg/undo_graph_clear_crash_fix
[foldit] add check for no last value to temporary frame deletion
Merge pull request #5473 from RosettaCommons/roccomoretti/interactive_fix_rdkit_rotamers
[Foldit] Fix ThreadedRDKitRotamerLibrarySpecification
The merge with master resulted in a crash with ligand design puzzles, due to the need of using the clone() method (which was unimplemented before, due to uncopyable mutex. By moving the thread-related code to a dedicated helper class, we can make the ThreadedRDKitRotamerLibrarySpecification::clone() method functional. (Clones share the thread-using class.)
Merge pull request #4598 from RosettaCommons/roccomoretti/interactive/develop_master_merge2020
Foldit: Merge a recent(ish) version of master into the interactive/develop branch.
Update the Rosetta version for Foldit to a recent-ish version.
Due to the update on submodules, this includes a change on how Foldit on Windows needs to be downloaded/built (Powershell instead of cygwin, to allow MSVC to properly work with native symlinks.)
Merge pull request #5462 from RosettaCommons/joshmiller/dojo-adjust
[Foldit] Don't make client-side adjustments to Dojo goal scores or match results
Release notes:
- Slight changes to Dojo's matchmaking behavior