branch: master 「№57732」
Commited by: Andrew Watkins
GitHub commit link: 「1bb4f7c39b77c8b2」 「№393」
Difference from previous tested commit:  code diff
Commit date: 2015-03-24 15:27:59

Merge pull request #393 from RosettaCommons/everyday847/nrchi_minimization Non-rotameric chi minimization, the utterly trivial option to select all the non-rotameric chis in a protein and minimize them after every repack, is now implemented. Default to off because of course it is! Won't work for NCAAs, but that's okay--once I've made enough NCAA densities style rotlibs to make it worthwhile to actually use the SEMIROTAMERIC_NCAA property enough, I'll use it here too...

...


branch: master 「№57731」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「b284df5ab1c997db」 「№410」
Difference from previous tested commit:  code diff
Commit date: 2015-03-24 15:14:37

Merge pull request #410 from RosettaCommons/aleaverfay/dfpmin_memory_alignment This commit addresses the memory access pattern for DFPMin. It produces many (real) integration test changes on my machine (though not on the testing server), but the change is small enough that I am confident the changes do not reflect a bug. ... Changing dfpmin's access pattern to the HESSIN matrix to better align with memory. This change is small, and though it looks like it ought to produce no integration test changes, it does. Why? I suspect that it's due to code that previously prevented vectorization now suddenly allowing it. Vectorized arithmetic produces subtle numeric differences. Updating the Hessian accounted for a large amount of the running time in relax when run on some of Stampede's machines. Thanks to Cyrus Proctor at TACC for finding this issue!

...


branch: master 「№57730」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「8b3852e1e37887d5」
Difference from previous tested commit:  code diff
Commit date: 2015-03-24 13:05:18

Disabling the antibody_graft integration test

...


branch: master 「№57729」
Commited by: Andy Watkins
GitHub commit link: 「c1978efc524b508c」
Difference from previous tested commit:  code diff
Commit date: 2015-03-24 10:50:50

Merging code duplication elimination efforts from everyday847/everyday847/simian The pull request documents the specifics: 1) A refactored agglomerative hierarchical clustering system in numeric 2) rsigma_dot gets its data from the database now, instead of 3 separate, identical 866 line regions of the code 3) ChiralMover relies on data from the database (CHIRAL_EQUIVALENT in params files) rather than big std::maps 4) NCBB design apps rely on common main loop, statistics functions, and perturbation foldtree functions 5) Ditto the NCBB dock-design pilot apps/protocols, but the main loops are still separated (sampling differences) Integration tests are limited to log output changes (a couple tracer name changes, basically)

...


branch: master 「№57728」
Commited by: Andrea Bazzoli
GitHub commit link: 「b1611f254aaa7b7d」 「№413」
Difference from previous tested commit:  code diff
Commit date: 2015-03-23 20:13:14

Merge pull request #413 from RosettaCommons/bazzoli/shobuns Added 'return -1' statement to catch-block in app minimize_ppi

...


branch: master 「№57727」
Commited by: Andrea Bazzoli
GitHub commit link: 「5fbcfe331d3cd28d」 「№411」
Difference from previous tested commit:  code diff
Commit date: 2015-03-23 19:30:34

Merge pull request #411 from RosettaCommons/bazzoli/shobuns Moved return statement inside try-block in app minimize_ppi

...


branch: master 「№57726」
Commited by: Tom Linsky
GitHub commit link: 「3c637b95ee98562a」 「№398」
Difference from previous tested commit:  code diff
Commit date: 2015-03-23 15:44:58

Merge pull request #398 from RosettaCommons/tlinsky/remodel_mover_option_fix Checking for the pymol mover option should use .user() rather than .acti...

...


branch: master 「№57725」
Commited by: Tom Linsky
GitHub commit link: 「ca8b73ad2a495498」 「№390」
Difference from previous tested commit:  code diff
Commit date: 2015-03-23 15:44:39

Merge pull request #390 from RosettaCommons/tlinsky/multiple_output_tags MultipleOutputWrapper now follows the jd2 convention of using a zero-pad...

...


branch: master 「№57724」
Commited by: Hahnbeom Park
GitHub commit link: 「99cf1964acd4c1cb」 「№409」
Difference from previous tested commit:  code diff
Commit date: 2015-03-23 15:26:35

Merge pull request #409 from RosettaCommons/hahnbeom/patchs fixing broken unit tests with cart_bonded updates

...


branch: master 「№57723」
Commited by: jkleman
GitHub commit link: 「1f1529561652af48」 「№399」
Difference from previous tested commit:  code diff
Commit date: 2015-03-23 11:42:33

Merge pull request #399 from RosettaCommons/jkleman/jkleman/mp_updates MP updates: * rewrote and extensively tested SpanningTopology constructor from PDB * it is vastly improved and recognizes spans better * I tested on 34 previously broken cases, except a handful they work now * small problems that still occur are due to Dssp recognizing loops instead of secondary structure elements * a difference now is that spans that might not completely span the membrane might be recognized as "TMspans" * also, loop residues (except up to 3 residue loops bridging spans) are now excluded from the spans (and there seem to be quite a couple in the structures that I looked at) * this impacts the spanfile_from_pdb app!!! * added unit tests for this constructor * added unit test for average_antiparallel_embeddings in MembraneGeometryUtil

...


branch: master 「№57722」
Commited by: Rebecca Alford
GitHub commit link: 「89f648c31eca2679」 「№407」
Difference from previous tested commit:  code diff
Commit date: 2015-03-22 17:14:49

Merge pull request #407 from RosettaCommons/rfalford12/update_pHmode Update pH Energy Function for Membranes Adding electrostatic term (fa_elec) with a weight of 0.875 to the membrane pH enabled full atom energy function - needed for pH mode pyrosetta demo. No test changes expected.

...


branch: master 「№57721」
Commited by: Frank DiMaio
GitHub commit link: 「fc238681b0c35920」
Difference from previous tested commit:  code diff
Commit date: 2015-03-22 16:00:12

Adding some DNA lengths and angles to cartbonded database, as they are incorrectly generated in some cases.

...


branch: master 「№57720」
Commited by: Frank DiMaio
GitHub commit link: 「20cd547dad381cc5」
Difference from previous tested commit:  code diff
Commit date: 2015-03-22 15:54:56

A few updates to hybridize protocol. Adding a few new parsable options to hybridize, allowing control of the fraction of fragment versus template insertions. Ading some code to cart bonded energy for better handling of non-protein residues.

...


branch: master 「№57719」
Commited by: Rocco Moretti
GitHub commit link: 「e7867c4ef535a21d」
Difference from previous tested commit:  code diff
Commit date: 2015-03-22 11:40:46

Fix some -Werror issues with clang 3.4.2 on linux

...


branch: master 「№57718」
Commited by: Tom Linsky
GitHub commit link: 「f7812b46af679a09」 「№404」
Difference from previous tested commit:  code diff
Commit date: 2015-03-21 04:26:55

Merge pull request #404 from RosettaCommons/tlinsky/buildfix fix the mac builds

...


branch: master 「№57717」
Commited by: Hahnbeom Park
GitHub commit link: 「2f1bf47bf70e3d94」 「№406」
Difference from previous tested commit:  code diff
Commit date: 2015-03-20 20:25:17

Merge pull request #406 from RosettaCommons/hahnbeom/patchs scorefunction test fingerprint update to accommodate the change in cart_...

...


< 1 .. 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 .. 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