branch: master 「№57780」
Commited by: dekim
GitHub commit link: 「d720c96977358c06」
Difference from previous tested commit:  code diff
Commit date: 2015-04-07 14:57:15

Some BOINC build related updates

...


branch: master 「№57779」
Commited by: Vikram K. Mulligan
GitHub commit link: 「919e7d87adf040a8」 「№445」
Difference from previous tested commit:  code diff
Commit date: 2015-04-06 23:16:33

Merge pull request #445 from RosettaCommons/vmullig/fix_remodel_AP_issue Fixing an issue with the RemodelMover Fixing an owning pointers issue where an owning pointer was being requested from an object created as a reference on the stack in the RemodelMover.

...


branch: master 「№57778」
Commited by: Steffen Möller
GitHub commit link: 「996e84783ac82dc8」 「№441」
Difference from previous tested commit:  code diff
Commit date: 2015-04-06 09:34:17

Merge pull request #441 from RosettaCommons/smoe/compiler-warning-on-narrowed-conversion-overruled compiler warning on narrowing GLdouble->GLfloat

...


branch: master 「№57777」
Commited by: Rebecca Alford
GitHub commit link: 「67dec67d1ce520a6」 「№443」
Difference from previous tested commit:  code diff
Commit date: 2015-04-06 08:59:55

Merge pull request #443 from RosettaCommons/rfalford12/turn_off_mp_scorejd2 Turning off mp_score_jd2 integration test until stability issues are resolved

...


branch: master 「№57776」
Commited by: Sergey Lyskov
GitHub commit link: 「badc9c7b83a172e8」
Difference from previous tested commit:  code diff
Commit date: 2015-04-05 16:40:49

Adding workaround for MSVC bug (set-fault on SHT.cc). Apparently compiler was trying to inline function with C++ EH in to function with SEH.

...


branch: master 「№57775」
Commited by: Rebecca Alford
GitHub commit link: 「ce78990c1de1c3a3」 「№442」
Difference from previous tested commit:  code diff
Commit date: 2015-04-05 14:40:19

Merge pull request #442 from RosettaCommons/rfalford12/add_ligand_mover Basic support for ligands in the membrane framework Adding basic support for working with ligands in the membrane framework. This support will add a ligand to the desired place in the foldtree, while also preserving the membrane jump required for modeling. The following components were added: AddMPLigandMover: A mover that runs after AddMembraneMover and rearranges the foldtree to accommodate the membrane residue and a single ligand Unit test for AddMPLigandMover: Checks membrane framework invariants are still in check after running and the foldtree is reasonable Integration test: Integration test for this mover in combination with the membrane relax protocol - runs a short version (relax repeats = 1 instead of 8) Integration Test Changes: mp_relax_w_ligand Unit Test Changes: None Expected

...


branch: master 「№57774」
Commited by: Rebecca Alford
GitHub commit link: 「c8439b3d9b9604b0」 「№427」
Difference from previous tested commit:  code diff
Commit date: 2015-04-05 10:52:40

Merge pull request #427 from RosettaCommons/rfalford12/membrane_bugs Lots of bug fixes in the membrane framework. Also, adding new unit and integration tests to prevent current and catch future bugs in critical functions. Bug Fixes: - Adding additional error checking, demonstrating to the user SetupForSymmetry is required to run before SymmetricAddMembraneMover. This is clear in C++, but the error is more difficult to track in RosettaScripts - Fixed the RosettaMPRelax (new) RosettaScript that was previously not scoring final models with the specified membrane scoring function by adding an <OUTPUT ...> line in the script. Corrected in the integration test and in Rosetta/demos - Fix bug in AddMembraneMover that skipped setting the membrane position from an existing membrane residue - Fixed weird logic that seemed to allow multiple membrane residues? This is not currently allowed in the membrane framework. If you need multiple, add EMB residues - Fixing messy implementation of membrane-depth dependent hydrogen bonding for the framework and previous code. Cleaning this up - will do an object-oriented implementation soon. New Integration/Unit Tests: - Add Integration test for rescoring a pose output by the membrane framework with score_jd2 app (mp_score_jd2) - Added new scorefxn fingerprint test for pH-aware membrane scoring function (membrane_fa_pH) - Updated existing membrane score fingerprint tests: - Removed previous resource manager dependence - Removed spanfiles with extra files, created by bug in old code - Adding integration test for previous version of membrane relax (Barth 2007) which includes the membrane depth-dependent hydrogen bonding correction. Needed to check this code is compatible with both frameworks and for some future code updates - Added unit test for reading in a membrane residue using a position provided in the constructor or searching for one in the PDB. The membrane residue has a non-trivial position to check for an edge case previously causing trouble - Add integration test for just loading in a pose using the symmetry and membrane frameworks using RosettaScripts (reason described above) Expected Sfxn Regression Test Changes: - membrane_cen_scorefxn - membrane_fa_pH - membrane_fa_scorefxn - menv_smooth_scorefxn * Nothing numeric: just due to addition/deletion of files Expected Integration Test Changes: - mp_symmetry_load - membrane_relax - membrane_relax_hbond - mp_relax - mp_score_jd2 * Nothing numeric: just due to addition/deletion of files Thank you to Amanda for identifying the bug in the symmetry RosettaScripts hook!

...


branch: master 「№57773」
Commited by: Sergey Lyskov
GitHub commit link: 「cf97ee7d69c0e48e」
Difference from previous tested commit:  code diff
Commit date: 2015-04-05 00:05:57

Adding plots metadata to performance benchmark test

...


branch: master 「№57772」
Commited by: Justin Porter
GitHub commit link: 「a2c3435721ab60d3」 「№439」
Difference from previous tested commit:  code diff
Commit date: 2015-04-04 18:04:07

Merge pull request #439 from RosettaCommons/justinrporter/env_release Hard to tell exactly if things are broken or not based on the currents state of master, but an additional test of these commits gave changes that don't make any sense. Will revert if changes persist. No unit test failures.

...


branch: master 「№57771」
Commited by: Labonte
GitHub commit link: 「241e9862a1c591de」 「№426」
Difference from previous tested commit:  code diff
Commit date: 2015-04-04 15:38:21

Merge pull request #426 from RosettaCommons/JWLabonte/sugars/scoring Carbohydrates: 1st Scoring Method for Sugars -- Woo! NEWS: The "CHI energy function", developed by Woods Lab, has been (partially) integrated into Rosetta as the `sugar_bb` term of the scoring function. If the `-include_sugars` flag is used, the weight is set to 1 by default. It has no effect on non-saccharide residues. It acts very similarly to the Ramachandran score term, granting lower scores for phi and psi torsion angles known to be favorable experimentally. The function is thoroughly unit tested. Currently, it only works for the phi angle of sugars, and it doesn't work on branches. Moreover, it is only accurate if the rings are in the 4C1 state. Adding these functionalities will require some additional coding, which I'll include in future pull requests. The carbohydrate integration test now includes testing of the `score_bb` term and shows that it scores and minimizes phi properly. All unit tests pass. carbohydrates integration test changes expected, as they have been expanded. Changes also seen in the database_jd2, database_jd2_io, and features tests, where the `sugar_bb` weight has been added. sweep_respair_energies also changes; I assume it is because of the addition of `sugar_bb`.

...


branch: master 「№57770」
Commited by: Andrew Watkins
GitHub commit link: 「859683aa5946c958」
Difference from previous tested commit:  code diff
Commit date: 2015-04-03 21:16:29

Update performance_benchmark.cc Sorry!

...


branch: master 「№57769」
Commited by: Justin Porter
GitHub commit link: 「f89bff8f70c700af」 「№433」
Difference from previous tested commit:  code diff
Commit date: 2015-04-03 18:14:18

Merge pull request #433 from RosettaCommons/justinrporter/env_release Improved error reporting in RigidChunkCM, fixed a minor bug in the way disulfides are handled by the broker, and modified the internal security interfaces in ProtectedConformation. Break out EnvExcn into .hh and .cc files and improve the way it reports errors.

...


branch: master 「№57768」
Commited by: Andrew Watkins
GitHub commit link: 「84153183645a30c0」
Difference from previous tested commit:  code diff
Commit date: 2015-04-03 15:54:07

Update performance_benchmark.cc

...


branch: master 「№57767」
Commited by: Caleb Geniesse
GitHub commit link: 「0e3bf596168b55a1」 「№438」
Difference from previous tested commit:  code diff
Commit date: 2015-04-03 15:45:25

Merge pull request #438 from RosettaCommons/calebgeniesse/mac-stack-size Deduplication of the 'REQUIRED_STACK_SIZE' macro No test changes expected.

...


branch: master 「№57766」
Commited by: Andrew Watkins
GitHub commit link: 「fa59187707f4fc08」
Difference from previous tested commit:  code diff
Commit date: 2015-04-03 15:13:06

Removing the "min of averages" model and trying just the minimum result to see if it is acceptable. It'll at least be faster.

...


branch: master 「№57765」
Commited by: Tom Linsky
GitHub commit link: 「c4dccadd20f63cc1」 「№431」
Difference from previous tested commit:  code diff
Commit date: 2015-04-03 00:16:02

Merge pull request #431 from RosettaCommons/tlinsky/residueie_selector ResidueIE Filter now has an option to take a ResidueSelector

...


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