branch: master 「№56836」
Commited by: Sergey Lyskov
GitHub commit link: 「d663c515641ca6c0」
Difference from previous tested commit:  code diff
Commit date: 2014-05-15 17:46:19

Fixing PyRosetta build

...


branch: master 「№56835」
Commited by: David Johnson
GitHub commit link: 「99cbb7e8ffdea793」
Difference from previous tested commit:  code diff
Commit date: 2014-05-15 17:32:44

fixed: PocketGrid.cc was mangling exemplar output

...


branch: master 「№56834」
Commited by: Frank DiMaio
GitHub commit link: 「7f998eff774e63cb」
Difference from previous tested commit:  code diff
Commit date: 2014-05-15 14:50:39

updates to some pilot apps

...


branch: master 「№56833」
Commited by: Rocco Moretti
GitHub commit link: 「ee46d7bdf279c5db」
Difference from previous tested commit:  code diff
Commit date: 2014-05-15 11:23:50

Missing typo fix.

...


branch: master 「№56832」
Commited by: phbradley
GitHub commit link: 「c29e74bb04516973」
Difference from previous tested commit:  code diff
Commit date: 2014-05-15 10:48:24

First commit of code to support a new symmetric minimization strategy, currently accessible via flag -new_sym_min In this approach, all dofs (including dependent ones) are added to the minimizer map, and derivatives are calculated for all dofs, but when we are actually filling out the derivatives vector to hand to the minimizer we sum the dependent dof derivatives into the derivatives of their independent "master" dofs. This approach obviates the need for the jump_clone_wts and for the derivative graph. Conceptually I think it's a bit simpler, and it doesn't actually depend on symmetry; all that it relies on is the fact that when you move the master dof the other dofs are moved in the same way. So the effective derivative for the master dof is just the directional derivative corresponding to the direction of motion in which we move all the dofs simultaneously. One problem is that it uses the function "make_assymetric_movemap" (sic) in order to make sure that dependent dofs are added to the minimizer map. I think this function may miss dofs that are set individually via MoveMap::set_dof rather than by set_bb, set_chi, set_jump, etc. So that should be probably be fixed. Use with caution, check the numerical derivs, and let me know if you see any problems. I haven't evaluated the performance costs of this approach, but I doubt that it is rate limiting in most applications. I only saw one integration test change, in ligand_dock_script. It looked like a numerical instability. Has anyone else seen unexpected changes in this test? I don't see how these symmetry-related and cmdline dependent changes could have affected it.

...


branch: master 「№56831」
Commited by: Rocco Moretti
GitHub commit link: 「2ad40e4e46a3e7a2」
Difference from previous tested commit:  code diff
Commit date: 2014-05-15 10:37:02

Eliminate redundancy in HBondOptions setup.

...


branch: master 「№56830」
Commited by: Zibo Chen
GitHub commit link: 「866daef7c121ee22」
Difference from previous tested commit:  code diff
Commit date: 2014-05-15 00:21:24

bug fix for the interface_allatom, changed grid to cartesian coordinates

...


branch: master 「№56829」
Commited by: Vikram K. Mulligan
GitHub commit link: 「58bc818a1b011732」
Difference from previous tested commit:  code diff
Commit date: 2014-05-14 20:33:59

Reverting the "fix" to the MPI build that broke the MPI build, step 2.

...


branch: master 「№56828」
Commited by: Rocco Moretti
GitHub commit link: 「20e5e6ac3c055dad」
Difference from previous tested commit:  code diff
Commit date: 2014-05-14 19:45:23

Fix segfault with ligand docking calculator

...


branch: master 「№56827」
Commited by: Daisuke Kuroda
GitHub commit link: 「c82c108ee4615e85」
Difference from previous tested commit:  code diff
Commit date: 2014-05-14 17:36:26

Reverting slide_into_contact to translate_back in DockingPrepackProtocol

...


branch: master 「№56826」
Commited by: Rocco Moretti
GitHub commit link: 「3fcc0ed9afe78188」
Difference from previous tested commit:  code diff
Commit date: 2014-05-14 17:23:10

Test fixes, various and sundry

...


branch: master 「№56825」
Commited by: Rocco Moretti
GitHub commit link: 「978f0920b30f5e52」
Difference from previous tested commit:  code diff
Commit date: 2014-05-14 15:39:30

Add a -hbond_bb_per_residue_energy flag for hbond decomposition By default Rosetta includes bb hbonds in the total score, but not for per-residue scoring. There's a setting which turns this on, but it was previously accessible only computationally. This flag allows commandline manipulation of the setting, for people who look at the table at the end of their PDBs and go "Wait a momement! Why doesn't residue 23 have a non-zero hydrogen bonding energy?" No test changes expected - defaults should be the same.

...


branch: master 「№56824」
Commited by: Rocco Moretti
GitHub commit link: 「8ff3a703895a8dfb」
Difference from previous tested commit:  code diff
Commit date: 2014-05-14 14:22:47

Allow automorphic_rmsd to do comparisons between different name3s Previously, automorphic_rmsd was written such that it assumed that the two residues were of the same type -- or at least "close enough". This meant that it checked the name3 for compatibility. This change opens things up such that you can do automorphic_rmsd between two different name3s, as long as they're equivalent in structure. A complication is that HIS has to be special cased, as the "naive" matching (atom types and bonding pattern match) means that HIS and HIS_D tautomers don't qualify for automorphisms anymore. * No test changes observed, except for things that are failing on the test server.

...


branch: master 「№56823」
Commited by: Frank DiMaio
GitHub commit link: 「f71a2f64bfb6cdeb」
Difference from previous tested commit:  code diff
Commit date: 2014-05-14 14:15:56

Remove unused var warning

...


branch: master 「№56822」
Commited by: Doo Nam Kim
GitHub commit link: 「b9689d95f6818e37」
Difference from previous tested commit:  code diff
Commit date: 2014-05-14 14:01:23

finally fixed broken mpi build @gcc version 4.6.3, all warnings-as-error were unused variables. I sent email to Rhiju for possible problem, and will send email to Frank also soon

...


branch: master 「№56821」
Commited by: Doo Nam Kim
GitHub commit link: 「387bf7e392cb0540」
Difference from previous tested commit:  code diff
Commit date: 2014-05-14 11:46:25

hopefully fix broken mpi build @gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3

...


< 1 .. 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 .. 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