branch: master 「№58660」
Commited by: Rhiju Das
GitHub commit link: 「c38eb29beae09aa0」 「№1303」
Difference from previous tested commit:  code diff
Commit date: 2016-04-30 19:10:26

Merge pull request #1303 from RosettaCommons/rhiju/farna_no_frags_across_cutpoint in FARNA, do not apply fragments across cutpoints in poses... + changes in rna_denovo tests expected. + other changes (glycan_clash_check & code_template_tests_src) appear to be broken/erratic in other pull requests to master.

...


branch: master 「№58659」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「4ae2cbc8cc6578d3」 「№1300」
Difference from previous tested commit:  code diff
Commit date: 2016-04-30 01:41:31

Merge pull request #1300 from RosettaCommons/jadolfbr/update_code_templates Make mover code_template use .fwd header for pose Fix my mover headers that have Pose.hh instead of Pose.fwd.hh

...


branch: master 「№58658」
Commited by: Vikram K. Mulligan
GitHub commit link: 「b5c09310785c55d3」 「№1302」
Difference from previous tested commit:  code diff
Commit date: 2016-04-29 03:49:17

Merge pull request #1302 from RosettaCommons/vmullig/parisa_bug2 Add unit tests for cyclic geometry with multiple chains and disulfides This pull request adds unit tests for cyclic geometry with multiple chains and disulfides. Circular permutations should score identically. Merging without testing (though I ran the unit tests locally to make sure that they don't fail).

...


branch: master 「№58657」
Commited by: Vikram K. Mulligan
GitHub commit link: 「8c2b3b54f0aa8d21」 「№1277」
Difference from previous tested commit:  code diff
Commit date: 2016-04-29 02:57:23

Merge pull request #1277 from RosettaCommons/vmullig/parisa_bug Trying to fix a bug identified by Parisa Cyclic geometry with multiple chains seems not to be calculating mainchain torsions at the breakpoint properly. This was due to an overly-lax check for cutpoints that wasn't actually looking for a cutpoint variant. This has been corrected now; some integration tests involving unconventional connections will show trajectory changes. Others show cosmetic changes due to certain DOFs not being found.

...


branch: master 「№58656」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6f7dba72ced4538b」 「№1299」
Difference from previous tested commit:  code diff
Commit date: 2016-04-28 19:08:50

Merge pull request #1299 from RosettaCommons/vmullig/fract_delta Add support for fractional penalty ranges to AACompositionEnergy Requested by @basantab. This will allow users to apply penalties that vary based on the fractional, rather than absolute, amino acid composition. (For example, rather than saying, "I want 7 alanines, and here are my penalties for 5, 6, 8, or 9 alanines," the user could say, "I want 7% alanine, and here are my penalties for 5%, 6%, 8%, or 9% alanine.") Tasks: Add FRACT_DELTA_START and FRACT_DELTA_END statement parsing to .comp files. Check that the user has either used DELTA_START/DELTA_END or FRACT_DELTA_START/FRACT_DELTA_END (but not both). Revise interpretation of PENALTIES lines if FRACT_DELTAs are used. Add logic to apply penalties based on fractional penalty values. Make change in note below: FRACT_DELTA_START and FRACT_DELTA_END should represent deviations from desired, not absolute values. Add logic to interpolate (linearly, since first and second derivatives don't matter here). Add logic to extrapolate (linearly and quadratically) for BEFORE_FUNCTION and AFTER_FUNCTION. Update added functions -- they need to take into account the penalty value spacing when fitting the linear and quadratic functions. Unit tests. Integration test. Documentation. Beauty.

...


branch: master 「№58655」
Commited by: Frank DiMaio
GitHub commit link: 「01682924436e29f0」 「№1298」
Difference from previous tested commit:  code diff
Commit date: 2016-04-27 13:11:28

Merge pull request #1298 from RosettaCommons/dimaio/min_fixes Two small updates/bugfixes for minimization: 1) adding a minimizer 'lbfgs' that uses the lbfgs minimizer with Brent line search. Updating rtmin to use this as it is more efficient in energy function optimization tests. 2) fixing a bug where polymer bonded energy container was not properly scoring symm poses when the scoring subunit was not the first.

...


branch: master 「№58654」
Commited by: Sergey Lyskov
GitHub commit link: 「4423ffa60324ef31」 「№1296」
Difference from previous tested commit:  code diff
Commit date: 2016-04-25 23:23:26

Merge pull request #1296 from RosettaCommons/antibody Updating antibody app

...


branch: master 「№58653」
Commited by: Vikram K. Mulligan
GitHub commit link: 「dcbe8d8ca938bc6f」 「№1294」
Difference from previous tested commit:  code diff
Commit date: 2016-04-25 03:52:57

Merge pull request #1294 from RosettaCommons/vmullig/makebundle_fix Minor fix to MakeBundle Appending additional elements to a parametrically-generated pose wasn't working because there was no PDBInfo object in the pose to reset.

...


branch: master 「№58652」
Commited by: Tom Linsky
GitHub commit link: 「37bac29857381213」 「№1256」
Difference from previous tested commit:  code diff
Commit date: 2016-04-24 15:38:22

Merge pull request #1256 from RosettaCommons/tlinsky/rotamer_boltzmann_residue_selector Add residue selector option to RotamerBoltzCalculator Integration test change expected for new integration test symm_rotamer_boltzmann

...


branch: master 「№58651」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6bf3384d0c116145」 「№1285」
Difference from previous tested commit:  code diff
Commit date: 2016-04-22 18:16:52

Merge pull request #1285 from RosettaCommons/vmullig/rosetta_bluegene Tweaks to try to get the Blue Gene build working again

...


branch: master 「№58650」
Commited by: Andrew Watkins
GitHub commit link: 「2ae37fa412cb7c5d」 「№1292」
Difference from previous tested commit:  code diff
Commit date: 2016-04-22 12:12:35

Merge pull request #1292 from RosettaCommons/everyday847/hbs_geometry Fixing HBS geometry and unifying setup functions

...


branch: master 「№58649」
Commited by: Vikram K. Mulligan
GitHub commit link: 「1be5e0b3812fe9a5」 「№1291」
Difference from previous tested commit:  code diff
Commit date: 2016-04-22 05:42:22

Merge pull request #1291 from RosettaCommons/vmullig/horrible_error_msg Fixing a horrible error message. "ERROR: num" is largely non-informative, but for the limited information that Andy claims can be gleaned from it.

...


branch: master 「№58648」
Commited by: Vikram K. Mulligan
GitHub commit link: 「0d89693559b87057」 「№1290」
Difference from previous tested commit:  code diff
Commit date: 2016-04-22 05:39:18

Merge pull request #1290 from RosettaCommons/vmullig/shush_tests Shushing output of some unit tests Andrew wants the verbosity cut on some unit tests, so I'm taking those that I wrote. @aleaverfay: how much verbosity is acceptable? Do you want no output at all from a functioning unit test? I usually like there to be something in the log to let me know that the test ran and what it tested... Tasks: reduce verbosity of the following unit tests: - test/protocols/helical_bundle/params_data_storage.cxxtest.hh - test/core/io/pose_to_sfr/PoseToStructFileRepConverter.cxxtest.hh - test/core/scoring/aa_composition_energy/AACompositionEnergy.cxxtest.hh This also fixes the RestrictOperations unit test (thanks to @smlewis).

...


branch: master 「№58647」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「cc0c9182e4774ad9」
Difference from previous tested commit:  code diff
Commit date: 2016-04-21 21:39:32

fix key_name for an antibody task op to have it available via RS.

...


branch: master 「№58646」
Commited by: Georg Kuenze
GitHub commit link: 「83ab04f706558fa6」 「№1272」
Difference from previous tested commit:  code diff
Commit date: 2016-04-21 18:56:50

Merge pull request #1272 from RosettaCommons/georgkuenze/AddShowInfoToPCSCode * Add a new show_additional_info() function to EnergyMethod and PCSEnergy classes * show_additional_info() prints out PCS tensor parameters and comparison of calc. vs exp. PCS values * Add an additional boolean variable verbose to show_additional_info() to control the amount of printed information * Add a new show_additional() function to the ScoreFunction class that can call show_additional_info() for all EnergyMethod objects * Add a call of ScoreFunction::show_additional() to the checkpointed_cycle_block of the FragmentSampler protocol

...


branch: master 「№58645」
Commited by: Hahnbeom Park
GitHub commit link: 「1787410ea6311274」 「№1283」
Difference from previous tested commit:  code diff
Commit date: 2016-04-21 15:14:30

Merge pull request #1283 from RosettaCommons/hahnbeom/normalmode_update Hahnbeom/normalmode update

...


< 1 .. 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 .. 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