branch: master 「№57636」
Commited by: Andrew Watkins
GitHub commit link: 「9c93e1d3329c550a」
Difference from previous tested commit:  code diff
Commit date: 2015-02-24 14:51:42

Fix core/kinematics/util.cc You know, it turns out that fixing an illegible function to be more legible carries risks.

...


branch: master 「№57635」
Commited by: Andrew Watkins
GitHub commit link: 「350bcb1f14fbb64e」 「№329」
Difference from previous tested commit:  code diff
Commit date: 2015-02-24 14:20:38

Merge pull request #329 from RosettaCommons/everyday847/semirotameric_ncaas Rotamer libraries for NCAAs with a semirotameric chi

...


branch: master 「№57634」
Commited by: Andrew Watkins
GitHub commit link: 「9d29e51a317ff23f」
Difference from previous tested commit:  code diff
Commit date: 2015-02-24 14:19:31

Update flags_601 symmetry typo

...


branch: master 「№57633」
Commited by: Vikram K. Mulligan
GitHub commit link: 「55382eb12bbfaeb8」 「№335」
Difference from previous tested commit:  code diff
Commit date: 2015-02-24 01:12:39

Merge pull request #335 from RosettaCommons/vmullig/bgs_parallel Minor bugfix to the BundleGridSampler. Fixing an issue with reset mode. No test changes expected.

...


branch: master 「№57632」
Commited by: Vikram K. Mulligan
GitHub commit link: 「4e7aaa570a6fcc3d」 「№334」
Difference from previous tested commit:  code diff
Commit date: 2015-02-24 00:00:52

Merge pull request #334 from RosettaCommons/vmullig/bgs_parallel Fix the bundlegridsampler_design_nstruct_mode integration test Fixes an integration test that's currently failing to finish.

...


branch: master 「№57631」
Commited by: F. Dimaio
GitHub commit link: 「bf32850a04ca269b」
Difference from previous tested commit:  code diff
Commit date: 2015-02-23 21:43:59

Fixing another bug with sigmoidal dielectric

...


branch: master 「№57630」
Commited by: Frank DiMaio
GitHub commit link: 「bfd0666df9dca810」
Difference from previous tested commit:  code diff
Commit date: 2015-02-23 13:54:40

Fixing another derivative bug with per-SC density reweighing

...


branch: master 「№57629」
Commited by: Vikram K. Mulligan
GitHub commit link: 「3aef519a2c18d588」 「№330」
Difference from previous tested commit:  code diff
Commit date: 2015-02-23 04:19:13

Merge pull request #330 from RosettaCommons/vmullig/bgs_parallel Vmullig/bgs parallel This allows simple parallelization of the BundleGridSampler (without violating the one-mover-per thread/process rule, or the movers-don't-send-MPI-messages rule). -- The mover now has a "nstruct_mode" option. In nstruct_mode, one set of Crick parameters is sampled per job; otherwise, all sets are sampled every job. (This means that if a parallel job distributor is being used, different sets of Crick parameters will be sampled in different parallel trajectories.) -- To allow this to be used with other movers that might also have a similar sampling option, there's also an "nstruct_repeats" option. Let's say that you wanted to sample 10 different sets of Crick parameters and 10 different sets of parameters for another mover (for a total of 100 pairwise combinations). You could set nstruct_repeats to 10, which means that each set of Crick parameters is sampled 10 times, and cycle through all parameters sampled by the other mover in jobs where the Crick parameter set is sampled over and over. -- This is currently covered with a (conventional) integration test using the non-MPI job distributor, but I'd really like to cover this with an MPI-mode integration test, if we could add such a category. -- I have updated the documentation. Expected test changes: -- New integration test bundlegridsampler_design_nstruct_mode. -- Cosmetic change to bundlegridsampler and bundlegridsampler_design.

...


branch: master 「№57628」
Commited by: Sergey Lyskov
GitHub commit link: 「573ea2dd723d8463」
Difference from previous tested commit:  code diff
Commit date: 2015-02-22 17:36:02

Dummy commit to trigger Testing Server run

...


branch: master 「№57627」
Commited by: Frank DiMaio
GitHub commit link: 「bed8710ad0aee658」
Difference from previous tested commit:  code diff
Commit date: 2015-02-19 22:32:49

Bugfix for per-residue SC density reweighing

...


branch: master 「№57626」
Commited by: jkleman
GitHub commit link: 「7b74eb0f3c26d593」 「№306」
Difference from previous tested commit:  code diff
Commit date: 2015-02-19 20:57:58

Merge pull request #306 from RosettaCommons/jkleman/mp_updates Jkleman/mp updates: = added observers to integration tests = renamed integration tests to mp_<app>

...


branch: master 「№57625」
Commited by: Andrew Watkins
GitHub commit link: 「fb47760d022c3a97」
Difference from previous tested commit:  code diff
Commit date: 2015-02-19 16:10:44

Somehow my altered residue_types.txt got changed, sorry -- it was from testing the new NCAAs!

...


branch: master 「№57624」
Commited by: Andrew Watkins
GitHub commit link: 「131b08b7efa45490」
Difference from previous tested commit:  code diff
Commit date: 2015-02-19 16:05:41

Several NCAAs that segfaulted upon read have been repaired (params, rotlibs, or both)

...


branch: master 「№57623」
Commited by: Vikram K. Mulligan
GitHub commit link: 「1adffffd174f90e9」 「№326」
Difference from previous tested commit:  code diff
Commit date: 2015-02-19 03:29:32

Merge pull request #326 from RosettaCommons/vmullig/remodel_bug Fixes a bug revealed when RemodelMover is used to introduce disulfide bonds. The bug is actually in core/conformation/util.cc, in the form_disulfide() function. This function replaces residues with disulfide-linked cysteines (or D-cysteines, or D- or L-homocysteines) and bonds them, but was previously failing to preserve applied variant types. This meant that the cutpoint variants at termini were missing, leading to a crash. In the process of fixing this, I cleaned up some duplicated code, too. I've also added an integration test for placing disulfides with the RemodelMover -- it currently seems to be un-covered by tests.

...


branch: master 「№57622」
Commited by: Vikram K. Mulligan
GitHub commit link: 「b1e17ded169e0e76」 「№322」
Difference from previous tested commit:  code diff
Commit date: 2015-02-18 17:31:34

Merge pull request #322 from RosettaCommons/vmullig/goto_killer Removing the last three goto statements in core These really don't need to be here at all. (To clarify -- by "removing", obviously I'm not just deleting them. I'm setting up the same program flow using other means.) No test changes are expected, though I did see failures in tests that were already failing. I'll keep an eye on performance over the next little while -- I don't think this will affect performance in any way but the most negligible, but if it does, we can rework these.

...


branch: master 「№57621」
Commited by: Frank DiMaio
GitHub commit link: 「a297cee7b58c0701」
Difference from previous tested commit:  code diff
Commit date: 2015-02-18 16:13:22

One more bugfix for sigmoidal dielectric

...


< 1 .. 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 .. 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