「view this page in B3 βῆτα server」

Revisions №613

branch: interactive/develop 「№613」
Commited by: Rocco Moretti
GitHub commit link: 「92ebe5646a50c966」 「№6526」
Difference from previous tested commit:  code diff
Commit date: 2024-05-16 16:13:13
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6526 from RosettaCommons/jtscott/interactive_wiggle_side_chains [Foldit] Wiggle Sidechains Release Notes: Wiggle Sidechains enabled for Small Molecule Design Puzzles. This is a somewhat straight forward change, but I think it needs a bit of consideration to double check. In SelectionTool.cc when the conditional statement for wiggle side-chains is triggered, originally this would dispatch to ActionGlobalWiggle.cc which would in turn decide whether to use create_action_dualspace_global_wiggle() if the puzzle contains a designable ligand or create_action_cart_global_wiggle() if not. create_action_cart_global_wiggle() contains all the needed code to do sidechain minimization. This means that currently if puzzle contains a designable ligand, sidechain minimization would be skipped in lieu of dual space minimization. With this change, unless the ligand is specifically selected, create_action_cart_global_wiggle() will be called when a player uses Wiggle Sidechains. The only issue I can foresee is that this would mean that globally sidechains and the ligand will undergo non dualspace minimization when using this action.

...
Test: ubuntu-20.04.clang.foldit.build.debug

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.debug

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.release

 View log

Loading...

 View log in dialog  View log in log in separate window