branch: master 「№59253」
Commited by: Frank DiMaio
GitHub commit link: 「ad0448515c81b398」 「№1988」
Difference from previous tested commit:  code diff
Commit date: 2017-02-02 21:50:46

Merge pull request #1988 from RosettaCommons/dimaio/cart_bonded_threaded Four real integration test changes. All verified to be due to change to cart_bonded_improper potential.

...


branch: master 「№59252」
Commited by: Rocco Moretti
GitHub commit link: 「8bd4071862a99d5d」
Difference from previous tested commit:  code diff
Commit date: 2017-02-02 16:09:42

sweep_respair_energies integration test: convert SQL database into diff-able form.

...


branch: master 「№59251」
Commited by: Rocco Moretti
GitHub commit link: 「ad756b0ec2d129de」 「№1990」
Difference from previous tested commit:  code diff
Commit date: 2017-02-02 14:23:33

Merge pull request #1990 from RosettaCommons/roccomoretti/fix_AntibodyDatabaseManager AntibodyDatabaseManager: extend temporaries until after we're done with the query. In cppdb::statement::bind(), the passed value should not be a temporary return value from a function. If it is, it will be destroyed before the query completes, leading to havoc and bad results. You need to extend the lifetime of the returned value by assigning it to a variable so it doesn't get destroyed before you're done with the query.

...


branch: master 「№59250」
Commited by: Rocco Moretti
GitHub commit link: 「e73068078bbf5d6d」 「№1982」
Difference from previous tested commit:  code diff
Commit date: 2017-02-01 15:41:49

Merge pull request #1982 from RosettaCommons/roccomoretti/ubsan_fixes Fix two issues which were causing errors with the undefined behavior checker. In LoopProtocol, explicitly cast the regex match to a string, rather than whatever odd type it is under the hood. In MotifGraftMover, explicitly initialize variables in a plain-data struct, as the uninitialized values were causing issues when the structures were copied. ("2" is not a bool.)

...


branch: master 「№59249」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「d3b32a2ebd77f70b」 「№1985」
Difference from previous tested commit:  code diff
Commit date: 2017-02-01 15:27:41

Merge pull request #1985 from RosettaCommons/aleaverfay/cleanup_nblist_cutoff_logic Refactoring neighborlist construction logic in EtableEnergy This PR will assuredly cause numerous intgration-test trajectory changes, as the cutoff parameter controlling hydrogen motion tolerance is increased from its previous 0.25A to 0.75 to match the parameters for heavy-atom motion. This means that fewer interactions involving hydrogen are going to be ignored during minimization; i.e. the scores and derivatives will change and thus trajectories will change. This commit is needed by PR #1972, but because of its dramatic changes to integration tests, I wanted to commit it by itself.

Vikram K. Mulligan 8 years
Looks like this broke three splice_out integration tests (i.e. prevented them from running).
...


branch: master 「№59248」
Commited by: Vikram K. Mulligan
GitHub commit link: 「37239f8298bcd15d」 「№1978」
Difference from previous tested commit:  code diff
Commit date: 2017-01-31 23:04:07

Merge pull request #1978 from RosettaCommons/vmullig/tweak_peppred Adding a final symmetry filtering step to simple_cycpep_predict When sampling with quasi-symmetry, sometimes the final relaxation step would break symmetry. This adds one more filtration step based on symmetry after that relaxation, so that asymmetric poses are thrown out. Tasks: - Add extra filtering step. - Double-check that BOINC build is still happy. - I think it is, but I have an older version of the Linux BOINC libraries built. Will check on Ralph the next time that Rosetta is deployed. - Also, add filtering to bettercluster.cc. - Add threshold option to bettercluster.cc. - Beauty.

...


branch: master 「№59247」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「627f7dd22223c307」 「№1979」
Difference from previous tested commit:  code diff
Commit date: 2017-01-31 09:09:55

Merge pull request #1979 from RosettaCommons/lqtza/antibody_blast_version26_fix Lqtza/antibody blast version26 fix

...


branch: master 「№59246」
Commited by: Vikram K. Mulligan
GitHub commit link: 「56e9e8b1937bff80」
Difference from previous tested commit:  code diff
Commit date: 2017-01-30 22:14:01

Beautifying master, which hasn't been done in a while.

...


branch: master 「№59245」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「df69e27715af57d2」 「№1971」
Difference from previous tested commit:  code diff
Commit date: 2017-01-30 12:13:16

Merge pull request #1971 from RosettaCommons/jadolfbr/fix_append_pose_by_jump This fixes a bug where energies were not being correctly cleared when appending the pose by a jump. Most other append/delete functions are calling this clear properly. This led to an issue where the concatenated pose was not able to be dumped properly. Found by @lqtza and confirmed as missing in the function by @roccomoretti The two functions where we now properly clear the energies are: - append_pose_by_jump - delete_residue_range_slow

...


branch: master 「№59244」
Commited by: Rocco Moretti
GitHub commit link: 「08efae3b7e845568」 「№1976」
Difference from previous tested commit:  code diff
Commit date: 2017-01-30 10:49:22

Merge pull request #1976 from RosettaCommons/roccomoretti/sicdock_uninitialized Fix 'may be used uninitialized' compiler error These were causing issues with gcc 5.4

...


branch: master 「№59243」
Commited by: Rocco Moretti
GitHub commit link: 「4ff9a67cde23b68d」 「№1970」
Difference from previous tested commit:  code diff
Commit date: 2017-01-27 14:32:10

Merge pull request #1970 from RosettaCommons/roccomoretti/pertmin Roberto Chica inspired random perturbation followed by minimization mover for RosettaScripts. Potentially useful for exploring local conformational space. 1. Davey & Chica, Proteins 82:771-784 doi:10.1002/prot.24457

...


branch: master 「№59242」
Commited by: Andrew Watkins
GitHub commit link: 「50841c5a547d83fe」
Difference from previous tested commit:  code diff
Commit date: 2017-01-26 15:45:34

Update srl_triplet flags not to save times was causing instability for obvious reasons

...


branch: master 「№59241」
Commited by: Tom Linsky
GitHub commit link: 「6349279a321523f6」 「№1975」
Difference from previous tested commit:  code diff
Commit date: 2017-01-26 10:08:45

Merge pull request #1975 from RosettaCommons/tlinsky/betasheet_fix Fix to BetaSheetArchitect for building onto existing strand residues

...


branch: master 「№59240」
Commited by: Andrew Watkins
GitHub commit link: 「ef098c3bcb454995」 「№1973」
Difference from previous tested commit:  code diff
Commit date: 2017-01-25 17:48:49

Merge pull request #1973 from RosettaCommons/everyday847/fix_inconsistent_rename Renamed references to refit bonus

Rocco Moretti 8 years
Do you know why the swm_rna_srl_triplet integration test becomes unstable after this commit?
Andy Watkins 8 years
It hadn't existed before this commit, so there's a reason! Let me see.
Andy Watkins 8 years
Oh crap! The time is in the silent files! That's why.
...


branch: master 「№59239」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「d25ffc7291a59997」 「№1943」
Difference from previous tested commit:  code diff
Commit date: 2017-01-25 07:48:55

Merge pull request #1943 from RosettaCommons/aleaverfay/jd3_derived_jq_specifies_inputter_subset Rebecca asked for a JD3 feature that would allow her membrane-related application to require a particular PoseInputter be used so that it would be able to initialize the Pose in a special way to ensure that all of the membrane-related data were in place at startup. This pull request expands the set of features that the StandardJobQueen (SJQ) provides for classes wishing to derive from her. The derived JobQueen (DJQ) will call one or both of two functions in her constructor to inform the SJQ base class of what pose inputters she would like to allow, and will call one, two, or three functions to inform the SJQ base class what pose outputters she would like to allow. It is possible to for the DJQ to say: "I would like all of the inputters registered with the PoseInputterFactory", "I would like all of the inputters registered with the factory, and these X, Y, and Z additional inputters that are not registered", or "I would like this list of inputters which may or may not already be registered with the factory" @rfalford12

...


branch: master 「№59238」
Commited by: Steve Bertolani
GitHub commit link: 「e362a1ee09314f39」 「№1559」
Difference from previous tested commit:  code diff
Commit date: 2017-01-25 03:15:57

Merge pull request #1559 from RosettaCommons/sjbertolani/fixweirdboolgetterandsetterinenzdes Sjbertolani/fixweirdboolgetterandsetterinenzdes

Steve Bertolani 8 years
## Also some cosmetic coding convention cleanup and the addition of a unit test for the proteinligandinterfaceupweighter to
...


< 1 .. 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 .. 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