branch: master 「№58148」
Commited by: Vikram K. Mulligan
GitHub commit link: 「d36ef3b0951f257c」 「№792」
Difference from previous tested commit:  code diff
Commit date: 2015-09-12 06:36:30

Merge pull request #792 from RosettaCommons/vmullig/better_error Adding a more explicit error message to replace the seqpos <= size error, which didn't mean much to users.

...


branch: master 「№58147」
Commited by: F. Dimaio
GitHub commit link: 「7d5728df0a38331c」
Difference from previous tested commit:  code diff
Commit date: 2015-09-11 20:44:42

Fix another patch pair incompatability

...


branch: master 「№58146」
Commited by: Vikram K. Mulligan
GitHub commit link: 「db3c9b310f177b8b」 「№790」
Difference from previous tested commit:  code diff
Commit date: 2015-09-11 17:58:19

Merge pull request #790 from RosettaCommons/vmullig/layerdes_defaults Making use_symmetry=true the default LayerDesign behaviour. Previously, the default behaviour was to extract the asymmetric unit and only use this when setting up layers. Now, the whole, symmetric pose is used by default. The user can override this by setting use_symmetry=false in RosettaScripts.

...


branch: master 「№58145」
Commited by: Labonte
GitHub commit link: 「1c473825cc6e6f6a」 「№779」
Difference from previous tested commit:  code diff
Commit date: 2015-09-11 17:14:25

Merge pull request #779 from RosettaCommons/axial_equatorial/main ÆRIS-Project All unit tests pass. carbohydrate, fiber_diffraction, and fold_and_dock integration test changes expected because of output changes. code_duplication is because of moving code. dna_interface, mm_params, pna, inverse_rotamer_remodel, and match tests are broken and/or unstable.

...


branch: master 「№58144」
Commited by: Caleb Geniesse
GitHub commit link: 「3a94651a8770220f」 「№786」
Difference from previous tested commit:  code diff
Commit date: 2015-09-11 16:53:58

Merge pull request #786 from RosettaCommons/calebgeniesse/erraser-fix ERRASER Performance Restoration

...


branch: master 「№58143」
Commited by: Tom Linsky
GitHub commit link: 「362feb0b45c5f447」 「№787」
Difference from previous tested commit:  code diff
Commit date: 2015-09-11 15:58:05

Merge pull request #787 from RosettaCommons/tlinsky/matcher_multiplepose Make MatcherMover a MultiplePoseMover

...


branch: master 「№58142」
Commited by: Frank DiMaio
GitHub commit link: 「659c1678648af371」
Difference from previous tested commit:  code diff
Commit date: 2015-09-10 21:00:37

Bugfix for localreax + symmetry

...


branch: master 「№58141」
Commited by: Vikram K. Mulligan
GitHub commit link: 「142cfcc0db152bce」 「№785」
Difference from previous tested commit:  code diff
Commit date: 2015-09-10 17:54:04

Merge pull request #785 from RosettaCommons/vmullig/symm_layerdes Allow LayerDesign to use symmetry Currently, LayerDesign extracts the asymmetric unit of a symmetric pose, and uses that to define core, boundary, and surface layers. This adds an option to use the whole symmetric pose. Tasks: - [x] Add "use_symmetry" option. - [x] Have the option alter LayerDesign's behaviour. - [x] Integration test. - [x] Documentation. - [x] Beauty. - [x] Also, pulling in a minor change to core::conformation::parameters::ParametersSet.hh. (It's something that will have to be tweaked when I fix the ResidueOP issue, and I want it in master so that I remember to do this, rather than in the branch where I added the functions, where the functions will be broken by a fix in master.)

...


branch: master 「№58140」
Commited by: Frank DiMaio
GitHub commit link: 「5c867ceeccf50fc7」 「№782」
Difference from previous tested commit:  code diff
Commit date: 2015-09-10 12:40:40

Merge pull request #782 from RosettaCommons/dimaio/denovo_density_fixes This pull requests add the de novo cryoEM model-building tools described from Wang et al. 2015 to public apps. It introduces the new public app, 'denovo_density'. Additionally, it makes a few bugfixes to the spherical harmonic code, and introduces a new mover, electron_density/DockIntoDensity, a general mover for matching proteins structures to density maps through fast 6D search. Additionally, several other miscellaneous fixes for modelling into cryoEM density are added in this checkin. This includes a number of accumulated bugfixes and new features to RosettaCM.

...


branch: master 「№58139」
Commited by: Rocco Moretti
GitHub commit link: 「b60318904de3a2e7」 「№735」
Difference from previous tested commit:  code diff
Commit date: 2015-09-10 11:42:26

Merge pull request #735 from RosettaCommons/roccomoretti/gasteiger_SO4 Gasteiger atom typing updates We weren't appropriately handling some of the "stranger" ways of specifying certain functional groups. Add fixes and unit tests, and add an "allow_unknown" option for Gasteiger atom typing, so it doesn't crash on difficult typing. Integration test changes in "carbohydrates" expected, as we're now special-casing the N-terminus of amino acids to get the correct typing.

...


branch: master 「№58138」
Commited by: Andrew Watkins
GitHub commit link: 「d49cb29f069c636b」
Difference from previous tested commit:  code diff
Commit date: 2015-09-09 16:48:52

PNA integration test flags file typo

...


branch: master 「№58137」
Commited by: Shourya Sonkar Roy Burman
GitHub commit link: 「64e1e38d7cf5efe5」
Difference from previous tested commit:  code diff
Commit date: 2015-09-09 11:05:03

Adding updated MARCC settings file. No test changes expected.

...


branch: master 「№58136」
Commited by: Caleb Geniesse
GitHub commit link: 「372918efa6c532d6」 「№698」
Difference from previous tested commit:  code diff
Commit date: 2015-09-08 19:57:29

Merge pull request #698 from RosettaCommons/calebgeniesse/swa_revival Calebgeniesse/swa revival

...


branch: master 「№58135」
Commited by: Vikram K. Mulligan
GitHub commit link: 「7a338d003068a70f」 「№780」
Difference from previous tested commit:  code diff
Commit date: 2015-09-08 17:41:48

Merge pull request #780 from RosettaCommons/vmullig/fix_restype Fix the uninitialized variable issue in ResidueType identified by Valgrind Tasks: -- Revert Andy's pull request 777 temporarily. -- Valgrind with --track-origins to identify where the uninitialized variable is. -- Initialize the uninitialized variable. -- Reinstate Andy's 777 pull request. -- Full unit tests with a few rounds of commits. -- Full tests. -- Beauty. -- Also, merges in Rocco's branch 743.

...


branch: master 「№58134」
Commited by: Andrew Watkins
GitHub commit link: 「e3de776146e65619」 「№783」
Difference from previous tested commit:  code diff
Commit date: 2015-09-08 12:22:50

Merge pull request #783 from RosettaCommons/everyday847/everyday847/simian Some final deduplication efforts before I have to focus on other stuff

...


branch: master 「№58133」
Commited by: Vikram K. Mulligan
GitHub commit link: 「9b22bb5c56d49912」 「№774」
Difference from previous tested commit:  code diff
Commit date: 2015-09-07 19:35:38

Merge pull request #774 from RosettaCommons/vmullig/genkic_feature Adds an option to GenKIC to stop after at least N solutions have been found. Previously, users only had the option to stop when a solution was found. I want to be able to stop after 5 are found, or 10 are found, or whatnot. Tasks: -- Add stop_when_n_solutions_found=int option. -- Remove stop_when_solution_found option, and add error message if the user tries to use this directing him/her to use stop_when_n_solutions_found option instead. -- Update unit tests. -- Update integration tests. -- Also, refactoring a bit so that solution poses are stored after applying pre-selection mover, and the selector just picks from pre-generated poses. (This allows the choice of when to stop to be made after applying pre-selection movers, so I can pull out 20 solutions that pass the pre-selection movers). -- Documentation. -- Beauty.

...


< 1 .. 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 .. 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