branch: master 「№57380」
Commited by: Frank DiMaio
GitHub commit link: 「b313e383e5a571e3」
Difference from previous tested commit:  code diff
Commit date: 2014-10-28 15:25:02

Fixing small bug in make_asymmetric_pose introduced during pointer rewrite

...


branch: master 「№57379」
Commited by: Caleb Geniesse
GitHub commit link: 「4c966ee5d5f5c460」 「№77」
Difference from previous tested commit:  code diff
Commit date: 2014-10-28 13:07:06

Merge pull request #77 from RosettaCommons/calebgeniesse/cmake_speedup Matching CMake build to SCons build for graphics, release, & debug modes

...


branch: master 「№57378」
Commited by: Sarel
GitHub commit link: 「1ce893a212c99cd9」 「№143」
Difference from previous tested commit:  code diff
Commit date: 2014-10-28 10:21:24

Merge pull request #143 from RosettaCommons/sjf/AddFoldUnit_new Sjf/add fold unit new

...


branch: master 「№57377」
Commited by: David Johnson
GitHub commit link: 「0cea9b60179832a5」
Difference from previous tested commit:  code diff
Commit date: 2014-10-24 17:32:41

Added support for opencl build with clang on macos

...


branch: master 「№57376」
Commited by: David Johnson
GitHub commit link: 「8a689c70810c0429」
Difference from previous tested commit:  code diff
Commit date: 2014-10-24 15:38:02

Make clang the default compiler for os x 10.10 Yosemite

...


branch: master 「№57375」
Commited by: Roland Pache
GitHub commit link: 「a86c2bba0789806e」 「№141」
Difference from previous tested commit:  code diff
Commit date: 2014-10-23 17:32:35

Merge pull request #141 from RosettaCommons/rpache/fragment_perturber_speedup commenting out debug tracer info to speed-up the fragment perturber

...


branch: master 「№57374」
Commited by: nollikai
GitHub commit link: 「584ce815df46d095」 「№142」
Difference from previous tested commit:  code diff
Commit date: 2014-10-23 16:41:08

Merge pull request #142 from RosettaCommons/nollikai/coupled_moves_ligand_weight Fixing missing input file in coupled_moves integration test This change should allow the coupled_moves integration test to run properly.

...


branch: master 「№57373」
Commited by: Sergey Lyskov
GitHub commit link: 「776c644a04b3e8a6」
Difference from previous tested commit:  code diff
Commit date: 2014-10-23 13:26:31

Updating release script, adding branch name to git repository path

...


branch: master 「№57372」
Commited by: Rocco Moretti
GitHub commit link: 「7243d8b6791658f3」
Difference from previous tested commit:  code diff
Commit date: 2014-10-22 19:34:25

Add header that is missing, but curiously doesn't trigger missing errors with gcc/clang Replacing line core/pack/interaction_graph/SurfaceInteractionGraph.hh:1957 core::scoring::TenANeighborGraph const & tenA_neighbor_graph( get_surface_owner()->pose().energies().tenA_neighbor_graph() ); With the exploded form SurfaceInteractionGraph< V, E, G >* surf_owner_ptr( get_surface_owner() ); assert( surf_owner_ptr ); SurfaceInteractionGraph< V, E, G > const & surf_owner( *surf_owner_ptr ); core::pose::Pose const & debug_pose( surf_owner.pose() ); core::scoring::Energies const & debug_energies( debug_pose.energies() ); core::scoring::TenANeighborGraph const & tenA_neighbor_graph( debug_energies.tenA_neighbor_graph() ); results in a compiler error about core::scoring::Energies being an incomplete type, even though the single line one doesn't. Adding the Energies header fixes it.

...


branch: master 「№57371」
Commited by: Kyle Barlow
GitHub commit link: 「913f4da3d0b6c5b7」 「№95」
Difference from previous tested commit:  code diff
Commit date: 2014-10-22 17:33:25

Merge pull request #95 from RosettaCommons/kylebarlow/general_dev Change JD2 to throw exception if a job fails The prior behavior was for JD2 to exit cleanly and return a zero exit code, even if the only job it tried to run failed. This means that integration tests can sometimes fail silently when they completely fail to run. JD2 will now count failed jobs (from bad inputs of FAIL_DO_NOT_RETRY), and if this count is above 0, throw a specialized exception at the end of go_main(), which would typically then be caught by the application and result in a non-zero exit code. I have modified the JD2 integration test to fail against the old case, but it now should still pass. Integration tests that appear to be broken, and which will now fail continuously after this commit: coupled_moves loop_creation filter_termini_near_interface antibody_graft splice_out_shorter_tail No failed unit tests expected.

...


branch: master 「№57370」
Commited by: Sergey Lyskov
GitHub commit link: 「4e90da43b0dcce5f」
Difference from previous tested commit:  code diff
Commit date: 2014-10-22 15:28:01

Benchmark scripts. Adding build command-line to unit test logs.

...


branch: master 「№57369」
Commited by: Philip Bradley
GitHub commit link: 「7d9923cf8e91552e」 「№140」
Difference from previous tested commit:  code diff
Commit date: 2014-10-22 14:52:01

Merge pull request #140 from RosettaCommons/phbradley/atomtype_mods atomtype mods: new command line mechanisms to modify atom type chemical properties from the command line. -clone_atom_types for cloning pre-existing atomtypes; -reassign_atom_types for changing the atomtype of specificied atoms in a ResidueType

...


branch: master 「№57368」
Commited by: nollikai
GitHub commit link: 「e4b2cb53d2ffe8df」 「№137」
Difference from previous tested commit:  code diff
Commit date: 2014-10-22 14:12:33

Merge pull request #137 from RosettaCommons/nollikai/coupled_moves_ligand_weight Adding option to weight protein-ligand interactions in coupled_moves protocol The weight of residue-ligand interactions can now be specified using the flag coupled_moves::ligand_weight (Real). The weight is 1 by default, meaning that residue-residue and residue-ligand interactions are scored equally. Setting ligand_weight to 2 up-weights the residue-ligand interaction energies by a factor of 2. This branch also contains two other changes, including changing the access specifier of set_last_accepted_pose and set_lowest_score_pose in MonteCarlo to public and adding compute_one_and_two_body_energies to RotamerSet. These changes were needed to incorporate ligand weighting into BoltzmannRotamerMover and the coupled_moves protocol.

...


branch: master 「№57367」
Commited by: Roland Pache
GitHub commit link: 「bfda2c56d074a31d」 「№128」
Difference from previous tested commit:  code diff
Commit date: 2014-10-20 22:38:07

Merge pull request #128 from RosettaCommons/rpache/clash-based_repack_shell_pilot_app adding a pymol string to the output of the create_clash-based_repack_shell pilot app

...


branch: master 「№57366」
Commited by: Rhiju Das
GitHub commit link: 「61a65cc1c1c5582f」 「№131」
Difference from previous tested commit:  code diff
Commit date: 2014-10-20 15:22:17

Merge pull request #131 from RosettaCommons/rhiju/change_swm_rna_o2prime_phosphate_packing_defaults Rhiju/change swm rna o2prime phosphate packing defaults Tests did finish here: <a href="http://benchmark.graylab.jhu.edu/revision?id=380&branch=">http://benchmark.graylab.jhu.edu/revision?id=380&branch=</a> This is a really minor update in some flags, and highly isolated to stepwise code. All integration test changes in integration.release are expected, except a few weird things remarked upon below. @gideonla @sarelf Actually I'm not sure about splice_out_tail: http://benchmark.graylab.jhu.edu/sub_test/6409795 You might have an uninitialized variable -- some boolean or Size in a class that is either not initialized or cloned properly. I tracked one issue down previously in the splice_ tests, but won't have time to do the same here... @aleaverfay No clue why match_1ct2 keeps failing. The diffed lines look the same to me: <a href="http://benchmark.graylab.jhu.edu/sub_test/6409884">http://benchmark.graylab.jhu.edu/sub_test/6409884</a>. @rfalford12 some of the score tests (like score_jd2) are showing erratic behavior in the display of 'total_score' vs. 'score' columns in .fsc files. Only seems to show up in integration.release_debug, not integration.release comparisons. Probably an uninitialized variable -- I didn't track down fully but saw that you recently made some updates to SilentFileJobOutputter. Let me know if you can't find the fix!

...


branch: master 「№57365」
Commited by: Sergey Lyskov
GitHub commit link: 「039361131ad4ff40」 「№139」
Difference from previous tested commit:  code diff
Commit date: 2014-10-20 10:09:58

Merge pull request #139 from RosettaCommons/PyRosetta Fixing sub-classing in PyRosetta

...


< 1 .. 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 .. 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