branch: master 「№58500」
Commited by: Andrea Bazzoli
GitHub commit link: 「f5f5fdd470b43e3a」 「№1115」
Difference from previous tested commit:  code diff
Commit date: 2016-03-01 11:47:14

Merge pull request #1115 from RosettaCommons/bazzoli/water-gensp3-hbeval Changed HBEvalType for tuple (hbdon_H2O, hbacc_GENERIC_SP3SC, seq_sep_other)

...


branch: master 「№58499」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「d26fd5296f75136b」 「№1136」
Difference from previous tested commit:  code diff
Commit date: 2016-02-29 19:41:20

Merge pull request #1136 from RosettaCommons/jadolfbr/remove_extra_pdb_reader_tracers Remove some extra output on pdb reading Right now, each unknown record is printing to std::cout on PDB reading if -pdb_comments is passed. I'm not sure I agree with reading pdb_comments or other things at all, but this simple PR will change the cout printing to a TR.Debug.

...


branch: master 「№58498」
Commited by: Rocco Moretti
GitHub commit link: 「4ea1e91327c0f88e」 「№1135」
Difference from previous tested commit:  code diff
Commit date: 2016-02-29 16:40:16

Merge pull request #1135 from RosettaCommons/roccomoretti/cppcheck_ignore_forward Add suppression of unnecessaryForwardDeclaration to cppcheck. This test looks to be unnaturally sensitive, and has been removed from recent versions of cppcheck.

...


branch: master 「№58497」
Commited by: Oriel Goldstein
GitHub commit link: 「9a2d27e0034f0276」
Difference from previous tested commit:  code diff
Commit date: 2016-02-29 06:50:49

Added a flag for building the public docs. By default, doxygen is built with doxygen_devel.*

...


branch: master 「№58496」
Commited by: Oriel Goldstein
GitHub commit link: 「eaa8ca1c4d5888ca」
Difference from previous tested commit:  code diff
Commit date: 2016-02-29 05:51:43

Update doxyfile_release.00

...


branch: master 「№58495」
Commited by: Tom Linsky
GitHub commit link: 「dfc47c6c586fc5cf」
Difference from previous tested commit:  code diff
Commit date: 2016-02-28 00:26:28

Remove extra output I added while debugging I forgot to remove it before pushing to master. This will result in disulfidize integration test changes

...


branch: master 「№58494」
Commited by: Tom Linsky
GitHub commit link: 「3cf3e910e5a267dc」 「№1132」
Difference from previous tested commit:  code diff
Commit date: 2016-02-27 20:29:45

Merge pull request #1132 from RosettaCommons/tlinsky/sequence_recovery_scorefxn Add scorefxn option to SequenceRecoveryFilter

...


branch: master 「№58493」
Commited by: Tom Linsky
GitHub commit link: 「3b13f357c1aa5f13」 「№1131」
Difference from previous tested commit:  code diff
Commit date: 2016-02-27 20:27:18

Merge pull request #1131 from RosettaCommons/tlinsky/fix_disulfidize Fix issue where PDB additional data didn't print out

...


branch: master 「№58492」
Commited by: Vikram K. Mulligan
GitHub commit link: 「d24db999d1c3aaae」 「№1093」
Difference from previous tested commit:  code diff
Commit date: 2016-02-26 20:44:34

Merge pull request #1093 from RosettaCommons/vmullig/fix_cycpep_issues Make RamaPrePro work with D-amino acids and noncanonicals Currently, RamaPrePro segfaults if you try to use it with noncanonicals. This pull request allows it to score canonical D-amino acids (using inverted Ramachandran tables, as the vanilla rama term does) and anything with a BACKBONE_AA line in its params file, and to return zero for any other noncanonical (which is nicer than crashing). It also allows it to work properly with cyclic geometry. Since my new unit tests also revealed problems with fa_rep, fa_atr, fa_sol, and pro_close with cyclic geometry (cyclic permutations of the same cyclic peptide pose were not scoring identically), I've fixed those problems, too. Tasks: - [x] Properly invert phi/psi when scoring a canonical D-residue. - [x] Add unit tests for this. - [x] Derivatives too. - [x] Add unit tests for derivatives with L-residues. - [x] Add unit tests for derivatives with D-residues. - [x] Use a canonical residue's rama tables if BACKBONE_AA is specified in its params file. - [x] Derivatives too. - [x] Add unit tests for this. - [x] Check that rama_prepro handles cyclization properly (as rama does). - [x] Make rama_prepro no longer dependent on seqpos. (That is, have it check what a residue is actually connected to at its UPPER_CONNECT, rather than assuming that it's connected to residue n+1.) - [x] Update the PeptideBondedEnergyContainer to handle cyclic/nonstandard geometry. - [x] Add unit tests for this. - [x] Fix errors in pro_close with cyclization revealed by the above unit test. - [x] Fix errors in fa_sol with cyclization revealed by the above unit test. - [x] Fix errors in fa_rep with cyclization revealed by the above unit test. - [x] Fix errors in fa_atr with cyclization revealed by the above unit test. - [x] Add unit test for symmetric scoring of cyclic peptides. - [x] Return 0 as the score for anything noncanonical (derivatives, too) passed to rama_prepro. - [x] Add support for symmetric rama_prepro tables for glycine if the -symmetric_gly_tables flag is passed. - [x] Add unit test for this. - [x] Add unit test for minimization, too. - [x] Re-enable the unit test that was disabled for speed (REVERT d00db89d78cc97af7eb89d375c2f50e12d9fc98a). - [x] Take out debug output in RamaPreProEnergy.cc (REVERT 8c84be7ac1431ffbfe0052f7caa62d16e2381a74). - [x] Disable dump_scored_pdb() lines in cyclic_geometry unit test. - [x] Document all of this somewhere. - [x] Check effect of PeptideBondedEnergyContainer refactor on cart_bonded. - [x] Beauty. This pull request also: - [x] Turns on fa_elec minimizer unit tests. (Some malicious soul had commented them out!) @fdimaio , @hahnbeom : This should not affect anything related to the calibration of this score term, or its scoring of canonical L-amino acids. @dabaker : Once this is done, it will no longer be necessary to revert back to the old rama score term when using the beta_nov15 scorefunction The remaining integration test changes are as a result to small changes to what the CartesianBondedEnergy iterates over when ligands are present.

...


branch: master 「№58491」
Commited by: Vikram K. Mulligan
GitHub commit link: 「3b485b0e49ea270b」 「№1130」
Difference from previous tested commit:  code diff
Commit date: 2016-02-26 17:40:57

Merge pull request #1130 from RosettaCommons/vmullig/add_back_grab_additional_pose_data Add back PoseToStructFileRepConverter::grab_additional_pose_data() function call Somehow, the call to the grab_additional_pose_data() function in the PoseToStructFileRepConverter was deleted during the XRW. This adds it back. This should cause a bunch of integration test changes. All the data that weren't being written out to PDBs should be there, now. @jadolfbr @tlinsky

...


branch: master 「№58490」
Commited by: Steven Lewis
GitHub commit link: 「ca1020b5facec3d9」
Difference from previous tested commit:  code diff
Commit date: 2016-02-26 15:02:03

fix merge conflict in apps.src.settings to fix build. Tested that it compiles, other tests belong to previous commit.

...


branch: master 「№58489」
Commited by: olungu
GitHub commit link: 「c9c96ae82bc57f53」 「№1126」
Difference from previous tested commit:  code diff
Commit date: 2016-02-26 13:17:05

Merge pull request #1126 from RosettaCommons/olungu/basic_settings Olungu/basic_settings

...


branch: master 「№58488」
Commited by: Sergey Lyskov
GitHub commit link: 「a15e526f1a02f278」 「№1109」
Difference from previous tested commit:  code diff
Commit date: 2016-02-26 12:58:01

Merge pull request #1109 from RosettaCommons/PyRosetta Updating show functions for ScoreFunction and Energies so they work correctly in Jupyter notebook (redirecting output to Tracer instead of std::cout)

...


branch: master 「№58487」
Commited by: Vikram K. Mulligan
GitHub commit link: 「a79b1125a02b045f」 「№1128」
Difference from previous tested commit:  code diff
Commit date: 2016-02-26 07:08:11

Merge pull request #1128 from RosettaCommons/vmullig/update_pro_close Adding support for cyclic geometry to the pro_close energy term. This is a piece of pull request #1093 that I want to merge separately, so that I can see what's changing what in the integration tests. The usual integration test instabilities are seen.

...


branch: master 「№58486」
Commited by: Ivan Vulovic
GitHub commit link: 「5c3a26fa2f900113」 「№1113」
Difference from previous tested commit:  code diff
Commit date: 2016-02-26 01:33:19

Merge pull request #1113 from RosettaCommons/imv-uw/cache_layer_selection enable LayerSelector selection caching as a non-default option

...


branch: master 「№58485」
Commited by: Andrew Watkins
GitHub commit link: 「6ec414ae58a55501」 「№1087」
Difference from previous tested commit:  code diff
Commit date: 2016-02-26 01:11:18

Merge pull request #1087 from RosettaCommons/everyday847/a3b_idealization Secondary structure minimization bugfixes, hooray! And a3b parameters for ideal Crick-ian helices.

...


< 1 .. 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 .. 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