Pull Request №6576 RosettaCommons/main/interactive/develop ← RosettaCommons/main/interactive/petrides/r_factor_calc
Merge: 1f8144251a006aeff883d5446895e3f2feaa54f3←8e9d8e5378feffbd292fef67071496adde3e0913
[Foldit] R-factor Calculation
----------------
Merge commit message:
turns out moving the CrystInfo object to a static field was not necessary
Pull Request №6572 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccomoretti/resize_ligand_puzzles
Merge: 8c6886355c87827c30f5f5320a95a8f38af0562c←17371d87c7927e391cc7d1a6d2e473aad9b5131e
[Foldit] Some initial baseline reworking to help support multiple ligands/resizing.
----------------
Merge commit message:
Revert changes to Filters.
This will be dealt with in a better way by PR #6573
Pull Request №6574 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccomoretti/linux_exit
Merge: 8c6886355c87827c30f5f5320a95a8f38af0562c←c163fe274af02f4658b5999967cb241ae97f4a18
[Foldit] Fix segfaults during Linux shutdown.
----------------
Merge commit message:
[Foldit] Fix segfaults during Linux shutdown.
I've noticed segfaults when debugging on Linux, and have tracked it down to trying to access various bits of data during program destruction.
Address this by turning off the Server prior to destroying everything, and avoid re-calling the application shutdown code from within the application shutdown proceedure.
Pull Request №6571 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccomoretti/fix_copy_to_clipboard
Merge: 8c6886355c87827c30f5f5320a95a8f38af0562c←ce0770927c25c3ebad6f318ff5ac8a66bbfd0218
[Foldit] Fix copy-to-clipboard error.
----------------
Merge commit message:
[Foldit] Fix copy-to-clipboard error.
The reported copy-shared-solution-to-clipboard crash wasn't actually fixed by my previous fixes.
Instead, it looks like the issue is that the publish_solution API endpoint doesn't send back a JSON 'object', but instead sends an empty string.
Be robust to this condition (where the API doesn't actually send anything back).
Pull Request №6570 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccomoretti/fix_ThreadedRDKitRotamerLibrarySpecification_crash
Merge: 8c6886355c87827c30f5f5320a95a8f38af0562c←a2356e4a7ba1ce37b7213c0634911f6080879102
[Foldit] Fix crash reported for some entries.
----------------
Merge commit message:
[Foldit] Fix crash reported for some entries.
Crashes were reported which looked to trace to ThreadedRDKitRotamerLibrarySpecification and its embedding.
Make that process more robust. (If we can't get a conformation for the ligands, just skip it.)
Pull Request №6568 RosettaCommons/main/interactive/develop ← RosettaCommons/main/GreenTomato5/interactive_update_highlighted_atom_position
Merge: 8c6886355c87827c30f5f5320a95a8f38af0562c←0f0c5f99e5c50f9b3f5ded97142da8d97d7e047c
[Foldit] Update Position of Highlight Spheres when Highlighted Atom Moves
----------------
Merge commit message:
Updates position of highlighted atoms if a ligand being designed moves
Rosetta Benchmark 1 month Tests for this revision was automatically canceled because newer set of tests for pull-request №6568 was submitted!
Pull Request №6566 RosettaCommons/main/interactive/develop ← RosettaCommons/main/roccomoretti/fix_load_save_left_panel
Merge: 8c6886355c87827c30f5f5320a95a8f38af0562c←e363468cf1dc5e7531067ada1d424b9f41523ae8
[Foldit] Fix issues with the Delete and Load buttons for server solutions in LoadSaveDialog
----------------
Merge commit message:
Fix issue with the server solutions not updating.
It looks like we need to actively remove the solutions which aren't on the server.