branch: master 「№57140」
Commited by: Amelie Stein
GitHub commit link: 「a77c424fe883481f」
Difference from previous tested commit:  code diff
Commit date: 2014-07-31 19:55:26

Fixing a typo in the cis/trans torsion bin mapping that made torsion-restricted sampling crash. Also re-enabling the rama2b flag in the NGK integration test - now with the reduced memory usage (thanks Andrew!) this can be tested on the server. Torsion-restricted sampling and next-generation KIC integration tests will change. No other changes expected, other than already-failing candidates.

...


branch: master 「№57139」
Commited by: sarel
GitHub commit link: 「5fbc19a7c1f37e2e」
Difference from previous tested commit:  code diff
Commit date: 2014-07-31 02:41:11

Adding option superimposed to splice. Normally it is set to true. If false, the XML is expected to provide source_pdb_from_res and source_pdb_to_res during splice_out and splicing will be done between these and the template's from_res to_res. Coordinate restraints and rmsd calculations will be shut off in this case and only dihedral restraints and chainbreak will be evaluated.

...


branch: master 「№57138」
Commited by: Rhiju Das
GitHub commit link: 「42837ac6a7cf6c64」
Difference from previous tested commit:  code diff
Commit date: 2014-07-30 10:03:16

continuing fixes to compile_all_headers, gccdebug build, unit tests, etc. Helped a lot to have new commit-testing server from Sergey! In the future, that server will allow all tests to be run on branches, and should prevent these kinds of iterative fixes (which are not reproducible locally for me). There may still be an issue in pyrosetta build -- working on it.

...


branch: master 「№57137」
Commited by: Rhiju Das
GitHub commit link: 「83283a8bc505e27e」
Difference from previous tested commit:  code diff
Commit date: 2014-07-30 10:02:52

continuing fixes to compile_all_headers, gccdebug build, unit tests, etc. Helped a lot to have new commit-testing server from Sergey! In the future, that server will allow all tests to be run on branches, and should prevent these kinds of iterative fixes (which are not reproducible locally for me). There may still be an issue in pyrosetta build -- working on it.

...


branch: master 「№57136」
Commited by: sarel
GitHub commit link: 「e8c4338636932c45」
Difference from previous tested commit:  code diff
Commit date: 2014-07-30 07:17:40

Unused parameters in Rhiju's code

...


branch: master 「№57135」
Commited by: sarel
GitHub commit link: 「11a5da6387e240bd」
Difference from previous tested commit:  code diff
Commit date: 2014-07-30 06:48:30

In some cases DeltaFilter doesn't need to relax the pose and record the baseline since FilterScan can do that instead. Fixing a bug that didn't allow this to happen properly in some cases. No test changes expected

...


branch: master 「№57134」
Commited by: Roland Pache
GitHub commit link: 「1109141f5c9e3b94」
Difference from previous tested commit:  code diff
Commit date: 2014-07-30 02:48:39

Commenting out call of ramp_score_function in the refactored loops code, since it breaks the KIC_with_fragments integration test. The following list of integration tests were failing before and are not affected by this commit: centroid_disulfide_scores membrane_relax2 torsion_restricted_sampling app_exception_handling No other test changes expected.

...


branch: master 「№57133」
Commited by: Rhiju Das
GitHub commit link: 「ad052e1865179f95」
Difference from previous tested commit:  code diff
Commit date: 2014-07-29 21:50:35

trying to fix build, and also I want to test new SHA-based test server

...


branch: master 「№57132」
Commited by: Rhiju Das
GitHub commit link: 「377db895b96f6bad」
Difference from previous tested commit:  code diff
Commit date: 2014-07-29 20:26:47

a testing server for branches and pull requests would prevent this -- checking in fixes for unit tests and linux debug build

...


branch: master 「№57131」
Commited by: Labonte
GitHub commit link: 「340a1937f55e9def」
Difference from previous tested commit:  code diff
Commit date: 2014-07-29 17:29:57

CCD: fixing severe rama check bug

...


branch: master 「№57130」
Commited by: Rhiju Das
GitHub commit link: 「5df353417237bb33」
Difference from previous tested commit:  code diff
Commit date: 2014-07-29 17:19:46

trying to remove unused parameter warning/error from debug build.

...


branch: master 「№57129」
Commited by: Roland Pache
GitHub commit link: 「2d9f308ce89a9ed5」
Difference from previous tested commit:  code diff
Commit date: 2014-07-29 13:59:34

Pushing Kale's attempt to fix the header-only build.

...


branch: master 「№57128」
Commited by: Rhiju Das
GitHub commit link: 「0917614b4093af98」
Difference from previous tested commit:  code diff
Commit date: 2014-07-29 12:53:45

cleanup/reorganization of stepwise code to prepare for rosetta dev meeting. merge from branch rhiju/swm_cleanup. integration tests checked -- all changes cosmetic or recurrent floating point deviations on my mac (e.g. in match).

...


branch: master 「№57127」
Commited by: Roland Pache
GitHub commit link: 「ea3780887273283c」
Difference from previous tested commit:  code diff
Commit date: 2014-07-29 01:10:42

This commit adds a new loop modeling protocol to the Rosetta code-base, KIC with fragments, which combines the power of kinematic closure with sampling coupled degrees of freedom from protein fragment data. In the KIC with fragments protocol, coupled phi/psi/omega torsion angles from consecutive residues in protein fragments are used to sample all but 6 torsional degrees of freedom. Those remaining 6 phi/psi torsions are solved analytically by KIC. This combination allows for rapid sampling of large conformational spaces. The protocol is based on Kale Kundert's refactored KIC code, which provides a more flexible and more easily extendable framework than its legacy counterpart. Our current benchmark results, using the 45 12-residue loops KIC benchmark set, indicate that KIC with fragments retains the sub- Angstrom loop reconstruction accuracy of the next generation KIC protocol, while considerably outperforming previous methods in the sampling of sub-Angstrom models (median fraction of sub-Angstrom models = 33% (without using homologs during fragment generation), compared to only 13% for next generation KIC, 6% for legacy KIC and 1% for CCD). KIC with fragments can be activated for the centroid (perturb) and fullatom (refine) stages using the following flags: -loops:remodel perturb_kic_with_fragments -loops:refine refine_kic_with_fragments Fragment data can be loaded using the standard flags -loops:frag_sizes and -loops:frag_files A comprehensive documentation for KIC with fragments, incl. algorithmic details, protocol usage (such as necessary input files and available options) and a quick-start example can be found at https://www.rosettacommons.org/docs/wiki/application_documentation/KIC_with_fragments This commit also contains a subtle bugfix by Kale in KicMover that was causing chain breaks during initial loop building. That bug only affected the refactored loop modeling framework and in most cases led to reduced performance (in one benchmark case it caused the initial loop build to fail). The newly-added KIC_with_fragments integration test is expected to change. The following integration tests have already failed before and are not affected by this commit: torsion_restricted_sampling centroid_disulfide_scores No other test changes expected. NEWS: Adding a new loop modeling protocol, KIC with fragments, which combines the power of kinematic closure with sampling coupled phi/psi/omega degrees of freedom from protein fragment data.

...


branch: master 「№57126」
Commited by: Sergey Lyskov
GitHub commit link: 「5f9f096e46c5bcf2」
Difference from previous tested commit:  code diff
Commit date: 2014-07-27 19:12:40

Updating PyRosetta dependency calculation algorithm

...


branch: master 「№57125」
Commited by: Sergey Lyskov
GitHub commit link: 「0250ef6ffc882740」
Difference from previous tested commit:  code diff
Commit date: 2014-07-27 00:39:19

Fixing Windows build

...


< 1 .. 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 .. 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