branch: master 「№56628」
Commited by: sarel
GitHub commit link: 「069a1237a7b7634f」
Difference from previous tested commit:  code diff
Commit date: 2014-04-05 07:09:36

Splice will now respect segment information even if sequence profiles are not set. Cosmetic log changes in the 3 splice integration tests

...


branch: master 「№56627」
Commited by: Zibo Chen
GitHub commit link: 「5fe8072d3d84abfc」
Difference from previous tested commit:  code diff
Commit date: 2014-04-04 22:37:13

cryst_design.cc with options added

...


branch: master 「№56626」
Commited by: Sergey Lyskov
GitHub commit link: 「8d82e5e01c7fb859」
Difference from previous tested commit:  code diff
Commit date: 2014-04-04 20:49:47

Fixing some of the build errors on Win64 platform

...


branch: master 「№56625」
Commited by: Tom Linsky
GitHub commit link: 「f8ac9c971834e3da」
Difference from previous tested commit:  code diff
Commit date: 2014-04-04 19:37:13

FastDesign now prints a very useful table of the task factory

...


branch: master 「№56624」
Commited by: Rocco Moretti
GitHub commit link: 「30c7c5d82340a80e」
Difference from previous tested commit:  code diff
Commit date: 2014-04-04 13:27:00

Fix valgrind error on ResidueType unit tests. nbr_atom_ was being left uninitialized under non-params file construction, resulting in bad memory access under the unit tests. Add a consistent initialization value, and appropriate checking.

...


branch: master 「№56623」
Commited by: Tom Linsky
GitHub commit link: 「019a766f2d35a659」
Difference from previous tested commit:  code diff
Commit date: 2014-04-04 00:57:58

If given a blueprint, SecondaryStructureFilter now scans the strand pairing and determines whether it is possible for all "E" residues to be paired. For these residues, DSSP will always return "L" because there is no hydrogen bonding. The wanted ss string is modified by converting unpaired residues to "h" (which means L or E). This does not change the behavior if a ss string is specified, or if a complete blueprint with 100% paired strands is specified. This change allows checking the secondary structure of partially-built sheets, which was not previously possible.

...


branch: master 「№56622」
Commited by: Tom Linsky
GitHub commit link: 「253dbc8b4ec0738e」
Difference from previous tested commit:  code diff
Commit date: 2014-04-04 00:56:48

DesignBySecondaryStructure now correctly eliminates ligands from the DSSP string

...


branch: master 「№56621」
Commited by: Frank DiMaio
GitHub commit link: 「bc9306f0b995de12」
Difference from previous tested commit:  code diff
Commit date: 2014-04-03 21:04:52

Detect connectivity for crystal docking now works. Scores returned now correctly represent the weakest interface in the lattice.

...


branch: master 「№56620」
Commited by: Labonte
GitHub commit link: 「0c5e45258ab998e4」
Difference from previous tested commit:  code diff
Commit date: 2014-04-03 16:39:37

Carbohydrates & Lipids: updating centroid database files

...


branch: master 「№56619」
Commited by: Sergey Lyskov
GitHub commit link: 「623f81da6bc8ebe2」
Difference from previous tested commit:  code diff
Commit date: 2014-04-03 16:23:41

Fixing header-only build

...


branch: master 「№56618」
Commited by: Rocco Moretti
GitHub commit link: 「76d149a0f1d4f64e」
Difference from previous tested commit:  code diff
Commit date: 2014-04-03 14:35:02

Make RandomGenerator default & copy constructors private. You must provide a magic number when constructing a RandomGenerator. Also, each RandomGenerator must have a unique magic number, so copies are a no-no. Praise/blame go to Per, who got me looking at the issue. (Unfortunately, this doesn't fix his problem.) No test changes expected, as no one was really violating these rules.

...


branch: master 「№56617」
Commited by: Rocco Moretti
GitHub commit link: 「f96ec53aff2a575f」
Difference from previous tested commit:  code diff
Commit date: 2014-04-03 13:09:38

Fix GasteigerAtomTyper unit tests. The source of the problem was a *reference* to a COP that was being passed around. While the underlying object was still existing, the COP object itself was getting deleted, resulting in bad memory access. This expressed itself (intermittantly) on Mac but not Linux due to differences in how the memory was being handled, and if the referenced memory was reused or not.

...


branch: master 「№56616」
Commited by: Sergey Lyskov
GitHub commit link: 「a3b14bc052035ee2」
Difference from previous tested commit:  code diff
Commit date: 2014-04-02 20:07:07

Removing ‘using namespace std’ from some of the protocols .hh files

...


branch: master 「№56615」
Commited by: sacombs
GitHub commit link: 「6797ab4d551711a5」
Difference from previous tested commit:  code diff
Commit date: 2014-04-02 14:15:19

For some reason, my clang version will not compile these files without the extra include(core/io/silent/ProteinSilentStruct.tmpl.hh) for files: test/core/io/silent/protein_silent.cxxtest.hh test/protocols/jumping/JumpSetup.cxxtest.hh

...


branch: master 「№56614」
Commited by: sarel
GitHub commit link: 「f0a201dc435f5499」
Difference from previous tested commit:  code diff
Commit date: 2014-04-02 07:56:49

GenericMonteCarlo can now write a progress_file with information on each step, its accept/reject status, the filter value and the pose sequence. no test changes expected

...


branch: master 「№56613」
Commited by: Christoffer Norn
GitHub commit link: 「4389289be6bed69e」
Difference from previous tested commit:  code diff
Commit date: 2014-04-02 05:31:21

Fixed bug in splice that caused it to disrespect delta length cutoff when iterate disabled. Changed get_disulf integration, so that it does not rely on the template to get the rigid body orientation of pose (this was the cause of a very rare error). Cleaned out some comments in RBOutMover.

...


< 1 .. 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 .. 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