branch: master 「№59429」
Commited by: Rocco Moretti
GitHub commit link: 「b4d9eff21f9a491b」 「№2183」
Difference from previous tested commit:  code diff
Commit date: 2017-04-24 10:23:57

Merge pull request #2183 from RosettaCommons/roccomoretti/restype_destructor_observer Add ResidueType destruction observer system For classes (mainly in scoring) which need to cache per-ResidueType data, but want to do it in a way that doesn't preserve the lifetime of the associated ResidueType, they can cache the data based on the (raw) pointer to the ResidueType. However, if the ResidueType is deleted, there's issues with an invalid pointer sticking around. To get around this, add an observer system (like the observer system in Pose), which is specifically for informing those classes about ResidueType destruction, so they can appropriately clear their cache of the soon-to-be-deleted ResidueType reference. This approach was decided on after a short discussion with @aleaverfay. In addition to cleaning up some raw ResidueType pointer uses which were not needed (which involved adding pointer accessors to Pose/Conformation/Residue in addition to the reference accessors), the following classes were hooked into the observer system: LKB_ResidueInfo, CartesianBondedEnergy, FA_ElecEnergy, FACTSPotential, and FullatomCustomPairDistanceEnergy. This fixes issues #2006 and #2021 . The only test changes expected are the central_class_modification, and a number of cosmetic changes resulting from when count pair data gets loaded.

...


branch: master 「№59428」
Commited by: Orly Marcu
GitHub commit link: 「c1778f28561486e6」 「№1860」
Difference from previous tested commit:  code diff
Commit date: 2017-04-24 08:58:37

Merge pull request #1860 from RosettaCommons/orlypolo/DisulfideInsertionEnergyCheck Orlypolo/disulfide insertion energy check

...


branch: master 「№59427」
Commited by: Vikram K. Mulligan
GitHub commit link: 「885a843dff22316f」 「№2196」
Difference from previous tested commit:  code diff
Commit date: 2017-04-24 02:51:21

Merge pull request #2196 from RosettaCommons/vmullig/gabe_science Add a filter to compute the longest continuous stretch of polar residues in a pose or selection Requested by @grocklin . Tasks: - [x] Add the filter from code templates. - [x] Write parse_my_tag: - [x] Option to exclude terminal stretches. - [x] Filter high or low. - [x] Cutoff. - [x] Optional residue selector. - [x] Write XSD function. - [x] Write apply function. - [x] Add ResidueSelector support. - [x] Add option to treat glycine as a polar residue. - [x] Unit tests: - [x] Counting in a pose. - [x] Excluding termini. - [x] Counting in a selected region. - [x] All of the above with multiple chains. - [x] Integration test. - [x] Documentation. - [x] Beauty.

...


branch: master 「№59426」
Commited by: Vikram K. Mulligan
GitHub commit link: 「20a5a5c29594b52a」
Difference from previous tested commit:  code diff
Commit date: 2017-04-24 02:44:47

Beautifying files that are currently causing beautifier failure in master.

...


branch: master 「№59425」
Commited by: Scott Boyken
GitHub commit link: 「ed814bb236038ef6」 「№2150」
Difference from previous tested commit:  code diff
Commit date: 2017-04-21 00:05:17

Merge pull request #2150 from RosettaCommons/sboyken/improve_hbnet improve hbnet

...


branch: master 「№59424」
Commited by: Frank DiMaio
GitHub commit link: 「6028bc076a19d0ac」 「№2195」
Difference from previous tested commit:  code diff
Commit date: 2017-04-20 22:58:36

Merge pull request #2195 from RosettaCommons/dimaio/lk_bridge_deriv_fix Fix deriv discontinuity in lk_ball_bridge. Score changes in beta_nov16 expected.

...


branch: master 「№59423」
Commited by: Rocco Moretti
GitHub commit link: 「d1b7279819db552e」
Difference from previous tested commit:  code diff
Commit date: 2017-04-20 17:23:27

Fix glycan_relax integration test command file There was a spurious backslash, resulting in odd grep behavior

...


branch: master 「№59422」
Commited by: Labonte
GitHub commit link: 「972acb0608f0e00f」
Difference from previous tested commit:  code diff
Commit date: 2017-04-20 14:12:35

beautifying bad lines added by Mayukh

...


branch: master 「№59421」
Commited by: Andy Watkins
GitHub commit link: 「706d425d4e9ac672」
Difference from previous tested commit:  code diff
Commit date: 2017-04-19 17:56:14

Hotfix to serialization build

...


branch: master 「№59420」
Commited by: Labonte
GitHub commit link: 「d637c167c3939648」 「№2191」
Difference from previous tested commit:  code diff
Commit date: 2017-04-19 09:59:35

Merge pull request #2191 from RosettaCommons/JWLabonte/sugars/database Carbohydrates: A gift for @raemisch All unit tests pass. Beautifier is complaining about code that isn't ugly. Integration test changes are all reporting on a new ResidueType.

Rocco Moretti 7 years
Just a note that the beautification test is a perma-fail one. You either have to conform to the unrealistic standards of beauty that society (or rather the test) expects of you, or be the change you want to see in the world and fix the beautifier script. (Or lobby Andrew to fix it for you.)
Labonte 7 years
Ah, I thought it was like an integration test. (I would strongly argue that it should be like an integration test, but that's for another time.) In this case, then, the change was from an earlier merge. I had thought that that one was a different problem, but revisiting it, it was indeed a spacing issue. It should be fixed now. (I do not see what is wrong with Andy's code.)
...


branch: master 「№59419」
Commited by: Andrew Watkins
GitHub commit link: 「b511374b3b7d3394」 「№2178」
Difference from previous tested commit:  code diff
Commit date: 2017-04-18 19:11:05

Merge pull request #2178 from RosettaCommons/everyday847/bp_classification A tiny bugfix modification to model and native base pair statistics

...


branch: master 「№59418」
Commited by: Brian Weitzner
GitHub commit link: 「4fbaf1079be57d86」 「№2187」
Difference from previous tested commit:  code diff
Commit date: 2017-04-18 14:10:58

Merge pull request #2187 from RosettaCommons/weitzner/fix-hbond-set Fix an issue that could produce a segfault in residue_hbonds

...


branch: master 「№59417」
Commited by: Brian Weitzner
GitHub commit link: 「c44784f56d4109f0」 「№2186」
Difference from previous tested commit:  code diff
Commit date: 2017-04-18 11:08:21

Merge pull request #2186 from RosettaCommons/weitzner/more-py3 And... now the unit tests also run python 3

...


branch: master 「№59416」
Commited by: Mayukh Chakrabarti
GitHub commit link: 「7db6f2322d225b5f」 「№2185」
Difference from previous tested commit:  code diff
Commit date: 2017-04-18 10:37:37

Merge pull request #2185 from RosettaCommons/mchakra8/UDP Carbohydrates: Adding UDP-sugars This merge will add UDP parameters to load UDP-sugars and non-conjugated UDP. All unit tests passed. All integration tests indicate a change in output due to the addition of a residue type (with the exception of the Carbohydrate integration test, where the output is as expected).

...


branch: master 「№59415」
Commited by: Sharon Guffy
GitHub commit link: 「7aecc1b4d1961333」 「№2171」
Difference from previous tested commit:  code diff
Commit date: 2017-04-17 15:11:43

Merge pull request #2171 from RosettaCommons/guffysl/hbond_residue_selector This commit adds two new residue selectors, BondedResidueSelector and HBondSelector. BondedResidueSelector requires either an input residue selector or list of residue numbers and selects all residues with chemical bonds to the input set. HBondSelector optionally takes an input residue selector or list of residue numbers. If provided, it selects all residues that form hydrogen bonds with residues in the input set given that those hydrogen bonds meet a specified energy requirement (default -0.5 REU). If no selector is provided, all residues in the pose that form hydrogen bonds are selected. By default, backbone-backbone hydrogen bonds are ignored.

...


branch: master 「№59414」
Commited by: Sergey Lyskov
GitHub commit link: 「61674572ec6cdb89」
Difference from previous tested commit:  code diff
Commit date: 2017-04-16 16:54:32

beautifying

...


< 1 .. 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 .. 354 >

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