Merge pull request #5055 from RosettaCommons/roccomoretti/interactive_minor_fixes
[Foldit] Two small fixes for Foldit
Two issues noticed by players:
* Remove extra linebreak in log file for tool completion.
* If the debug.txt crash file is corrupted for some reason, it will stick around and never get deleted, shadowing any new crashes. Catch that situation and move the corrupted debug.txt out of the way. But if there's a server issue, keep it in the same location for a potential retry.
Merge pull request #4810 from RosettaCommons/joshmiller/20200622_Clayton_3
Fix Lua help(), refactor filter getters/setters
Release notes: Minor improvements to the Lua help function.
Merge pull request #4811 from RosettaCommons/joshmiller/residue-art
Make art style consistent in residue previews
Release notes: Updated residue selection visuals
Merge pull request #4841 from RosettaCommons/joshmiller/new-importance-sliders
Add new importance sliders
Release notes:
- Added new sliders for sidechain and backbone hydrogen bond importance
- Added new Lua functions for changing the importance of packing, hiding, pairwise, and density subscores
- Added a checkbox in the Behavior menu to allow/disallow recipes changing subscore importances
Merge pull request #5022 from RosettaCommons/roccomoretti/gui_mutex_deps
Temporary GUI mutex exclusions.
Having the check_deps.py script fail due to the GUI Mutex inclusions in rosetta_util is causing issues with various deployments. Special-case them for the moment.