branch: master 「№56932」
Commited by: Sergey Lyskov
GitHub commit link: 「77c49f0b3893ee92」
Difference from previous tested commit:  code diff
Commit date: 2014-06-12 16:36:42

Fixing PyRosetta build

...


branch: master 「№56931」
Commited by: Rocco Moretti
GitHub commit link: 「7ba9d2ce74bf8739」
Difference from previous tested commit:  code diff
Commit date: 2014-06-12 16:28:09

Add missing braces around if block for ShapeComplementarityFilter Thanks to Luki for catching this.

...


branch: master 「№56930」
Commited by: P. Douglas Renfrew
GitHub commit link: 「26d3fbc0fdc453b2」
Difference from previous tested commit:  code diff
Commit date: 2014-06-12 14:48:39

Changing the ignore_list to ignore changes to the number of MM paramerters and and ResidueTypes Unit test status: [Pass] Integration test status: [210] 210 tests will fail as a result of the cosmetic changes.

...


branch: master 「№56929」
Commited by: Vikram K. Mulligan
GitHub commit link: 「a118c710bed1eefe」
Difference from previous tested commit:  code diff
Commit date: 2014-06-11 23:44:13

Merging vmullig/ncaas into master to alter the way rama handles nonstandard connections. --Eliminated the rama_score_nonstandard_connections option. This is now the default behaviour. (That is, if a residue is connected to something that is not the i+1 or i-1 residue, or if the connection is not a traditional C->N connection, rama can still score the residue). --Fixed a few problems with Ramachandran.cc that were causing unit tests to fail with the new behaviour. --Added connect_map_size() method to the Residue object (useful for a quick check in Ramachandran.cc to fix one of the afore-mentioned bugs). Unit test status: All pass (EXCEPT for DdgFilter:test_filter_parsing and DdgFilter:test_use_filter, which were failing before.) Integration test status: 4 changed tests --These are all expected changes, due to backbone-to-sidechain connections in which the terminal backbone residue is now scoring with rama. --The changed tests are: UBQ_E2_thioester_extra_bodies UBQ_Gp_LYX-Cterm UBQ_E2_thioester UBQ_E2_thioester_two_ubiquitins --Note that some of the above tests seem to be failing to run sometimes. I couldn't reproduce this on my system, but it seems to happen on the test server, and might be related to my earlier changes to the CYX residue type. I'll try to diagnose and fix this at some point in the future. On branch master Changes to be committed: (use "git reset HEAD <file>..." to unstage) new file: source/src/apps/pilot/vmullig/ncaa_notes.txt modified: source/src/basic/options/options_rosetta.py modified: source/src/core/conformation/Residue.hh modified: source/src/core/scoring/Ramachandran.cc modified: source/src/core/scoring/methods/RamachandranEnergy.cc

...


branch: master 「№56928」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「6115db35f773a644」
Difference from previous tested commit:  code diff
Commit date: 2014-06-11 18:58:48

remove unused variable

...


branch: master 「№56927」
Commited by: jadolfbr
GitHub commit link: 「3f720b61057420fd」
Difference from previous tested commit:  code diff
Commit date: 2014-06-11 16:55:04

Refactor GraftMover classes Refactor GraftMoverBase, AnchoredGraftMover, and utility functions in protocols/grafting to be more extendable. Separate logic for cartesian-space fixed insert protocol into its own class, CCDEndsGraftMover. This logic of this GraftMover's apply is as follows (Based off of AnchoredGraftMover): /// 1) superimposes the insert onto the scaffold using any overhang residues, /// 2) Inserts the pose piece into the scaffold pose, deleting any overhang residues. /// 3) Cycles of: /// a) SmallMover for sampling (Can be disabled)) /// b) CCD of both terminal ends of the scaffold using flexibility settings or movemap /// to close the graft. /// c) MinMover to help close the graft through chainbreak terms /// d) Closure check - will return if closed (Can be disabled) /// d) MonteCarlo Boltzmann criterion /// /// 4) Repack flexible residues, insert residues, and neighbors (can be disabled) Make smooth centroid scoreterms default in both classes Have AnchoredPDBCreator use dfpmin_armijo_nonmonotone mintype Update unit tests, add unit test for RestrictToMoveMapChiOperation. Rename two antibody design movers ---------------------------------------- Integration test status: [ 2 ] AnchoredPDBCreator: Will fail from change in mintype and centroid scorefxn antibody_designer: Will fail from a number of changes, but this is fine.

...


branch: master 「№56926」
Commited by: Rocco Moretti
GitHub commit link: 「fba86c316bc84dfb」
Difference from previous tested commit:  code diff
Commit date: 2014-06-11 13:44:54

Attempt to fix UBQ integration tests I'm not entirely sure why this issue just recently started showing up. (It looks like it should have occured a long time ago.)

...


branch: master 「№56925」
Commited by: Rocco Moretti
GitHub commit link: 「12f07fd8cf2e858d」
Difference from previous tested commit:  code diff
Commit date: 2014-06-11 12:39:12

Fix build

...


branch: master 「№56924」
Commited by: Rocco Moretti
GitHub commit link: 「11b5a41ce71bbf64」
Difference from previous tested commit:  code diff
Commit date: 2014-06-11 11:26:30

Surface complementarity error handling Small changes for better handling of sc error conditions. Shouldn't affect non-error sc pathways.

...


branch: master 「№56923」
Commited by: Vikram K. Mulligan
GitHub commit link: 「1f2b7cb69f67d2dc」
Difference from previous tested commit:  code diff
Commit date: 2014-06-09 23:35:17

Minor changes to GeneralizedKICfilter.cc. No integration test or unit test changes expected. --Also made changes to the design_cycpeptide_MPI.cc pilot app. --This commit turns off an app in pilot_apps.src.settings.all; the previous one is the actual merge commit.

...


branch: master 「№56922」
Commited by: Justin Porter
GitHub commit link: 「a1f2ca27bb9b3d59」
Difference from previous tested commit:  code diff
Commit date: 2014-06-09 16:22:47

Implement unimplemented method (fixing PyRosetta build error)."

...


branch: master 「№56921」
Commited by: Sergey Lyskov
GitHub commit link: 「d1a6b9aaf49e1f02」
Difference from previous tested commit:  code diff
Commit date: 2014-06-09 14:36:56

Commenting out test_utility_exit unit test

...


branch: master 「№56920」
Commited by: Sergey Lyskov
GitHub commit link: 「9a9def49d420f590」
Difference from previous tested commit:  code diff
Commit date: 2014-06-09 13:40:15

Testing Benchmark server utility script. Adding dummy unit test that just call utility_exit.

...


branch: master 「№56919」
Commited by: Justin Porter
GitHub commit link: 「08726482faf20fb7」
Difference from previous tested commit:  code diff
Commit date: 2014-06-09 12:15:24

Fix several 'TagCOP const' calls.

...


branch: master 「№56918」
Commited by: Brian Weitzner
GitHub commit link: 「5ca2221834caa790」
Difference from previous tested commit:  code diff
Commit date: 2014-06-09 10:48:34

Updating gitignore to ignore the Xcode project .oirig file. For some reason we have both .orig and .template, but the project file generation script only looks for .template. This should help with some confusion. Also, removing project.pbxproj.orig

...


branch: master 「№56917」
Commited by: Justin Porter
GitHub commit link: 「e3ec57513e51e1af」
Difference from previous tested commit:  code diff
Commit date: 2014-06-08 15:52:35

Fix header build actually, and fix next error in PyRosetta build.

...


< 1 .. 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 .. 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