branch: interactive/develop 「№392」
Commited by: Rocco Moretti
GitHub commit link: 「5cc6334511c09124」 「№5759」
Difference from previous tested commit:  code diff
Commit date: 2021-12-13 16:56:19

Merge pull request #5759 from RosettaCommons/roccomoretti/interactive_improve_ligand_validation [Foldit] Attempt to address a number of the soft crashes. We're getting a large number of "soft" crashes reported for the ligand puzzles. (Molecules which are being rejected for internal issues.) This PR should address the bulk of them, or at least set us up for handling them later. * A large number of the reports are for "texas" carbons, nitrogens, oxygens, etc. We have valence checking code, but it wasn't being run in at least one location before passing to RDKit - fix that. * RDKit can handle some odd valences of iodine, which we're not considering (and which lead to issues later). Add iodine to the list of things we explicitly check for. * We're getting some issues related to the reprotonation of aromatic nitrogen and phosphorus. I'm not sure where these are coming from, and I haven't been able to reproduce this locally. Add annotations of the starting molecule to the soft crash, which will allow me to better debug the issues later. No Release Notes. (These changes are only internally relevant.)

...


branch: interactive/develop 「№391」
Commited by: Rocco Moretti
GitHub commit link: 「0e5b89d71d9327e4」 「№5761」
Difference from previous tested commit:  code diff
Commit date: 2021-12-13 16:52:36

Merge pull request #5761 from RosettaCommons/roccomoretti/interactive_address_waterbuilder_crashes [Foldit] Attempt to address issues with LK_Ball crashes. We're seeing a fair number of crashes with Stub building in LK_Ball evaluation in the ligand design puzzles. Best I can tell from the traceback, this is happening due to coincident atoms. Adjust the LKBall and Stub code to be more robust to these sorts of situations. (This may result in non-ideal energies for the system, but it won't cause the client to crash.) RELEASE NOTES: * Address crashes in scoring for ligand design puzzles.

...


branch: interactive/develop 「№390」
Commited by: Rocco Moretti
GitHub commit link: 「2bfa6a0db7fcd90b」 「№5762」
Difference from previous tested commit:  code diff
Commit date: 2021-12-13 13:56:09

Merge pull request #5762 from RosettaCommons/roccomoretti/interactive_ligand_crash_fixes [Foldit] Bundle of ligand-related crash fixes. A few fixes related to issues seen commonly in the small molecule design crash reports. * Tracer output in conformer generator manager destructor is unneeded (there's some crash reports related to this, probably due to object destruction order at program shutdown.) * With ligand generation, we can sometimes get large atom names - don't crash in ICoord parsing if we do generate those. (We may crash/mess up PDBs later, but crashing outright here is unnecessary.) * There's some crashes related to ElementsPanel::disabled_elements() and FragmentsPanel::get_disabled_fragments() Not entirely sure what's causing this, but add in a soft-crash check for atom index issues (which is my current theory.) RELEASE NOTES: * Address issue causing crash-on-exit bugs. * Made small molecule design more robust to certain causes of crashes.

...


branch: interactive/develop 「№389」
Commited by: Rocco Moretti
GitHub commit link: 「5b019670ff5880d4」 「№5760」
Difference from previous tested commit:  code diff
Commit date: 2021-12-12 14:37:40

Merge pull request #5760 from RosettaCommons/roccomoretti/interactive_fix_hbond_filter [Foldit] Fix bug in the HBondFilter It looks like a typo can cause a crash due to off-the-end access. RELEASE NOTES: * Fix bug in HBond Objective that was causing crashes in VHL puzzles.

...


branch: interactive/develop 「№388」
Commited by: Rocco Moretti
GitHub commit link: 「d318c5eba8d861e3」
Difference from previous tested commit:  code diff
Commit date: 2021-12-11 13:31:01

Fix spurious 'd' which is affecting computation.

...


branch: interactive/develop 「№387」
Commited by: Rocco Moretti
GitHub commit link: 「f5641408f929f78b」 「№5757」
Difference from previous tested commit:  code diff
Commit date: 2021-12-10 10:53:53

Merge pull request #5757 from RosettaCommons/rocccomoretti/interactive_fix_tips [Foldit] Fix the loading tips for the updated GUI. (No release notes on this one -- it's not really something we need to draw attention to.)

...


branch: interactive/develop 「№386」
Commited by: Brian Koepnick
GitHub commit link: 「f8cb04b9097dcc72」 「№5710」
Difference from previous tested commit:  code diff
Commit date: 2021-12-09 16:11:57

Merge pull request #5710 from RosettaCommons/koepnick/hbnet_buns_display [Foldit] Highlight unsatisfied atoms in HBNetFilterGeom Release Notes: - Show H-Bond Network Objective now highlights unsatisfied atoms in a network

...


branch: interactive/develop 「№385」
Commited by: Brian Koepnick
GitHub commit link: 「5c12c623ca82556d」 「№5744」
Difference from previous tested commit:  code diff
Commit date: 2021-12-09 16:10:37

Merge pull request #5744 from RosettaCommons/koepnick/foldit_filter_tests [Foldit] Add unit tests for protein design filters No release notes

...


branch: interactive/develop 「№384」
Commited by: Brian Koepnick
GitHub commit link: 「4e4080eb31c22dba」 「№5749」
Difference from previous tested commit:  code diff
Commit date: 2021-12-09 16:10:09

Merge pull request #5749 from RosettaCommons/koepnick/foldit_advanced_options [Foldit] Add ellipses and tooltips for advanced options No release notes

...


branch: interactive/develop 「№383」
Commited by: Thomas Scott
GitHub commit link: 「74143cfd04611dab」 「№5755」
Difference from previous tested commit:  code diff
Commit date: 2021-12-09 12:32:29

Merge pull request #5755 from RosettaCommons/jtscott/interactive_education_mode_secstruc [Foldit] Secondary Structure Action Missing from Education Puzzle 10025

...


branch: interactive/develop 「№382」
Commited by: Rocco Moretti
GitHub commit link: 「4c519292a186e705」 「№5745」
Difference from previous tested commit:  code diff
Commit date: 2021-12-02 20:48:50

Merge pull request #5745 from RosettaCommons/roccomoretti/interactive_float_menu_wrap_layout_change [Foldit] Adjust Action Float Menu wrapping Adjust how the Action Menu wrapping works. Several changes: 1 Icons now wrap left to right, bottom to top, rather than the old way of filling out the second and third rows back to front. (Where the second row started with the last icon of the all-in-one-row and filled in reverse order from the all-in-one-row, and the third row was the middle of the action bar. We got comments, so hopefully this is a bit more intuitive, even if they move around a bit more on a window resize. 2 Sub-float menus (like the secondary structure and the manual mutation panel) base their position dynamically on the action float menu, so will automatically move down/up if they're open when the window resizes. 3 We now query the actual size of the chat tab, rather than the almost-but-apparently-not-quite hard coded value we were using. This fixes some overlap issues. 4 As a consequence of 3), in offline mode (and Standalone) we can now make use of the full bottom bar, rather than having an empty spot where the char bar would be. A future goal would be to shrink the chat windows for small screen sizes, to keep more real estate for the action bar, but that change isn't part of this PR. (For completeness, I should point out I changed how the animation of the FloatMenu button positions work. This now supports Y movement as well as X movement. -- We don't actually use the animations anymore, though, as the menus should come in in their completed form, and icon movement on resize is distracting.)

...


branch: interactive/develop 「№381」
Commited by: Rocco Moretti
GitHub commit link: 「1b79b1605d742b16」 「№5746」
Difference from previous tested commit:  code diff
Commit date: 2021-12-02 20:48:16

Merge pull request #5746 from RosettaCommons/roccomoretti/interactive_center_score [Foldit] Center Score in Score Panel. The score is not centered within the score panel, which leads to slightly off scores, particularly when they get long (see the starting score for the current AlphaFold design puzzle). Part of the reason for this is the attempt at support for the fractional score progress gauge. We don't ever use this anymore (we have "advanced" mode permanently turned on, except for some tutorial puzzles, which have their own score display.) Rip out the fractional score support, and just put the full score directly in the score panel, which allows us to center it better.

...


branch: interactive/develop 「№380」
Commited by: Jeff Flatten
GitHub commit link: 「635cf3e99283bb5d」 「№5739」
Difference from previous tested commit:  code diff
Commit date: 2021-12-02 20:16:14

Merge pull request #5739 from RosettaCommons/roccomoretti/interactive_objective_title_truncation [Foldit] Trim the Objective panel title

...


branch: interactive/develop 「№379」
Commited by: Jeff Flatten
GitHub commit link: 「0d5d5d9e65dde827」 「№5742」
Difference from previous tested commit:  code diff
Commit date: 2021-12-02 20:15:57

Merge pull request #5742 from RosettaCommons/roccomoretti/interactive_change_move_tool [Foldit] Adjust behavior of the move tool widget.

...


branch: interactive/develop 「№378」
Commited by: Rocco Moretti
GitHub commit link: 「3d1381ab64b0df10」 「№5740」
Difference from previous tested commit:  code diff
Commit date: 2021-12-02 15:55:29

Merge pull request #5740 from RosettaCommons/roccomoretti/interactive_fix_gui_toggle [Foldit] Fix logic bug for GUI toggle. As part of PR #5733 I added a convenience function to re-enable the GUI elements if you clicked on the menu button. This was only supposed to be active if you had the GUI hide enabled, but I messed up the logic a bit, and turned the main icon into a general GUI Hide toggle. This should fix it.

...


branch: interactive/develop 「№377」
Commited by: Rocco Moretti
GitHub commit link: 「686890f33e6fb25f」 「№5719」
Difference from previous tested commit:  code diff
Commit date: 2021-12-02 15:55:04

Merge pull request #5719 from RosettaCommons/jtscott/interactive_puzzle_expiration [Foldit] Display Puzzle Expiration The puzzle expiration for the new UI was removed, but due to player requests, I have added it in two places: Display puzzle expiration on title tool tip When the player hovers over the title, the full title, and the puzzle expiration will now be displayed Display puzzle expiration on the Score Panel when one day is remaining One of the design choices for the Score Panel was to keep it as clutter free as possible. To help with this the puzzle expiration will only be displayed on the Score Panel when one day remains.

...


< 1 .. 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 .. 40 >

Legend:
queued Queued Test
queued for comparison Test finished running but not yet compared
running Test is Running right now
comparing Test results is now comparing with previous results
finished Test is finished without errors
failed Test failed
build Failed Test could not be run because build failed
script failed Test results is unknow because test-script failed
canceled Test was canceled