branch: master 「№56756」
Commited by: Luki Goldschmidt
GitHub commit link: 「e6dac5cee5231426」
Difference from previous tested commit:  code diff
Commit date: 2014-05-04 12:36:49

People don't seem to mind mixed up score files, so reverting commit 63c8d3eb341e2004dd2697f0b3448a2947a23f47 by request.

...


branch: master 「№56755」
Commited by: gideonla
GitHub commit link: 「70ae47dbd1025f76」
Difference from previous tested commit:  code diff
Commit date: 2014-05-04 10:55:47

Added new function to Splice mover. can now splice tail segments. should not cause integration test changes

...


branch: master 「№56754」
Commited by: Luki Goldschmidt
GitHub commit link: 「63c8d3eb341e2004」
Difference from previous tested commit:  code diff
Commit date: 2014-05-04 00:55:21

Don't write score file entries for unscored poses. Such entries were previously incomplete and contained only total score = 0, and potentially some data attached to the job by movers and filters. This was problematic when a score file contained a mix of entries for scored and unscored poses. The structure is still written, and as before with an empty energies table. Unit Test Status: All Pass Integration Test Status: Cosmetic file name changes to: AnchoredPDBCreator database_jd2_compact_io database_jd2_io InterfaceAnalyzer InterfaceAnalyzer_bothpack InterfaceAnalyzer_prepack InterfaceAnalyzer_resfile InterfaceAnalyzer_tracer ld_converter oop_create remodel rings scaffold_matcher unfolded_state_energy_calc

...


branch: master 「№56753」
Commited by: Luki Goldschmidt
GitHub commit link: 「fe5d0b70d57f7a05」
Difference from previous tested commit:  code diff
Commit date: 2014-05-03 17:32:51

Adding build support for clang 3.5 (Ubuntu 14.04). Fixing warning: comparison of constant ... is always false [-Werror,-Wtautological-constant-out-of-range-compare].

...


branch: master 「№56752」
Commited by: Doo Nam Kim
GitHub commit link: 「ece74ce3723e26dd」
Difference from previous tested commit:  code diff
Commit date: 2014-05-02 15:18:30

[update of SandwichFeatures] - write_resfile_to_minimize_too_many_core_heading_FWY_on_edge_strands - should not change any integration tests

...


branch: master 「№56751」
Commited by: Doo Nam Kim
GitHub commit link: 「fdc03dcfa2202474」
Difference from previous tested commit:  code diff
Commit date: 2014-05-02 14:11:22

fixed broken mpi build by modifying init.cc

...


branch: master 「№56750」
Commited by: Justin Porter
GitHub commit link: 「a87f907c8741f92a」
Difference from previous tested commit:  code diff
Commit date: 2014-05-02 08:25:17

JobDistributor's main loop no longer persists a pose across jobs. The "master pose" which is passed to the mover the JD runs on is no longer kept outside the main while loop's scope. This means it's reinitialized with each new pose, which makes this loop a bit more exception safe--and fixes a bug where exceptions that end with this pose in an invalid state were leading to skipped jobs.

...


branch: master 「№56749」
Commited by: Sergey Lyskov
GitHub commit link: 「14458ed5c9f1682e」
Difference from previous tested commit:  code diff
Commit date: 2014-05-01 16:21:12

Fixing PyRosetta build on Scientific Linux

...


branch: master 「№56748」
Commited by: Doo Nam Kim
GitHub commit link: 「75b8e6415f5a7e8e」
Difference from previous tested commit:  code diff
Commit date: 2014-05-01 15:59:39

[minor update of ResidueTypeConstraintMover] - requires 'AA_name3' only to run ResidueTypeConstraintMover instead of requiring both 'AA_name3' and 'favor_bonus' - should not change any integration tests [minor update of SandwichFeatures] - newly added write_resfile_to_minimize_too_much_hydrophobic_surface - should not change any integration tests other than features and features_database_schema (if any)

...


branch: master 「№56747」
Commited by: Oriel Goldstein
GitHub commit link: 「74b21eb3dadfb7e6」
Difference from previous tested commit:  code diff
Commit date: 2014-05-01 06:29:29

Fixing some -Werror=maybe-uninitialized errors that make gcc 4.7 fail to compile in release mode

...


branch: master 「№56746」
Commited by: Yifan Song
GitHub commit link: 「98f288578a05439d」
Difference from previous tested commit:  code diff
Commit date: 2014-04-30 21:46:45

Fixing a bug in reading foldtree chemical edge

...


branch: master 「№56745」
Commited by: P. Douglas Renfrew
GitHub commit link: 「d2227988ffbd5852」
Difference from previous tested commit:  code diff
Commit date: 2014-04-30 18:24:05

Fix two bugs with NCAAs and the PackerTask, change behavior of EMPTY Adds a new Resfile action called RESET and changes behavior of EMPTY. Previously, once a position became a NCAA, it could not be mutated back to a CAA. Also, once a NCAA was enabled at a position, it could not be disabled. The RESET action enables all CAAs at a position like the default state when a ResidueLevelTask is created. This allows the PIKAA action to behave properly. The RESET action also disables any NCAAs that have been enabled, allowing you to reenable any you want turn on using the NC action. The behavior of EMPTY has been changed to also disables any NCAAs that have been enabled, allowing you to reenable any you want turn on. To design both CAAs and NCAAs at the same position use RESET, for example... 5 A RESET NC HLU PIKAA AVL To design just NCAAs use EMPTY, for example... 5 A EMPTY NC HLU This fix has the packer tack comparing interchange ability group rather than AA type to determine if we are designing at a position. The hydroxyproline patches had to change slightly so that they did not produce a residue type with identical AA and varient types, I believe this was a bug. Additioanl syntactic changes to the packer task to get around some complicated pointer assignment when used with std::list::erase. Unit test status: [Pass] Integration test status: [1] [posttranslational_io]: decrease in the number of rotmaers during packing from the HYP bug

...


branch: master 「№56744」
Commited by: Gabriel Rocklin
GitHub commit link: 「d69842b8cb774aab」
Difference from previous tested commit:  code diff
Commit date: 2014-04-30 15:20:07

Update SSPredictionFilter.cc Fixed bug with mismatch probabilities

...


branch: master 「№56743」
Commited by: Sergey Lyskov
GitHub commit link: 「d438de36f5b73ae1」
Difference from previous tested commit:  code diff
Commit date: 2014-04-30 14:28:51

PyRosetta: renaming low_mem config flag to low_memory_mode

...


branch: master 「№56742」
Commited by: Doo Nam Kim
GitHub commit link: 「cd924c0d35a135bf」
Difference from previous tested commit:  code diff
Commit date: 2014-04-30 13:43:08

[minor update of SandwichFeatures] - total update of resfile generation based on more accurate native data set - better namings of resfiles for easier output process [integration tests] - should not change

...


branch: master 「№56741」
Commited by: Sergey Lyskov
GitHub commit link: 「5d43407e134373ba」
Difference from previous tested commit:  code diff
Commit date: 2014-04-29 21:12:08

PyRosetta. Fixing build and adding low memory mode.

...


< 1 .. 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 .. 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