branch: master 「№57972」
Commited by: Rocco Moretti
GitHub commit link: 「69a6965aadffa113」 「№613」
Difference from previous tested commit:  code diff
Commit date: 2015-07-09 11:27:01

Merge pull request #613 from RosettaCommons/roccomoretti/rand_perfbench Randomize the order in which the benchmark tests are run. This will hopefully address any sort of issues where similar tests are correlated due to test grouping.

...


branch: master 「№57971」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「2068e2bf273664b3」 「№615」
Difference from previous tested commit:  code diff
Commit date: 2015-07-09 09:22:45

Merge pull request #615 from RosettaCommons/lqtza/symmetric_floppy_tail Symmetrizing floppy tail. Probably not the best idea...

...


branch: master 「№57970」
Commited by: Vikram K. Mulligan
GitHub commit link: 「ff03c1721a6e49a6」 「№611」
Difference from previous tested commit:  code diff
Commit date: 2015-07-08 03:41:06

Merge pull request #611 from RosettaCommons/vmullig/fix_hbond_counter Trying to fix several problems with the HbondsToResidue filter. Tasks: - Allowing apply-time parse of residue number (with support for reference poses). - Adding proper setters and getters for internal data. - Adding proper constructors, with full initialization of all data. - Adding explicit option to consider bonds to other chains, and another to consider bonds in the current chain. Default behaviour is to consider ALL hydrogen bonds to selected residue, now, but the user can turn off out-of-chain or in-chain hydrogen bonds. (Previously, the filter didn't work with single-chain poses, or work properly with poses with more than two chains.) - Update documentation.

...


branch: master 「№57969」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6f9a1c0bd14786d6」 「№614」
Difference from previous tested commit:  code diff
Commit date: 2015-07-07 23:18:09

Merge pull request #614 from RosettaCommons/vmullig/update_bettercluster Tweaking bettercluster.cc -- updating for new owning pointers. Trivial change to pilot app. Merging without testing.

...


branch: master 「№57968」
Commited by: Andrew Watkins
GitHub commit link: 「e03a829a2bfd6097」
Difference from previous tested commit:  code diff
Commit date: 2015-07-07 22:25:06

Merging fixes to >1000 bugs across >600 files discovered using the static analysis tool cppcheck and fixed manually. The most common: 1. Postincremented iterators. Postincrementing an iterator requires copying the iterator. It can be slow. Unless you use the original value, this is simply not correct; preincrementing is superior. 2. Variables declared and/or initialized but not used. 3. Variables initialized and then re-initialized without using the original value 4. Variables given too great a scope 5. Mis-used standard library functions (most commonly, the return value of unique was not used, so all the redundant values were still in the container)

...


branch: master 「№57967」
Commited by: Morgan Nance
GitHub commit link: 「7d1085a9306db1a3」 「№607」
Difference from previous tested commit:  code diff
Commit date: 2015-07-07 11:15:07

Merge pull request #607 from RosettaCommons/mlnance-sugar_backbone_energy_tracers Update SugarBackboneEnergy to not print to screen

...


branch: master 「№57966」
Commited by: Vikram K. Mulligan
GitHub commit link: 「021de13eac15184a」 「№610」
Difference from previous tested commit:  code diff
Commit date: 2015-07-07 00:31:59

Merge pull request #610 from RosettaCommons/vmullig/fix_energy_per_residue_filter Small fix to EnergyPerResidueFilter.cc. The filter previously assumed that all poses have PDB info, which is not necessarily true for poses that Rosetta generates itself. This adds a check for a PDBinfo object before trying to access that object. This is a very minor bugfix, so I'm merging without putting it through the test server to save test server clock cycles.

...


branch: master 「№57965」
Commited by: Labonte
GitHub commit link: 「a753016f5aadbd10」
Difference from previous tested commit:  code diff
Commit date: 2015-07-06 18:10:48

Carbohydrates: mirroring fa_standard in carbo patch file

...


branch: master 「№57964」
Commited by: P. Douglas Renfrew
GitHub commit link: 「1e1f07d147e629dc」 「№608」
Difference from previous tested commit:  code diff
Commit date: 2015-07-06 15:13:40

Merge pull request #608 from RosettaCommons/dougrenfrew/fix_app_exception_handling_test Fixing app_exception_handling itest Apps need a try/catch block in their main function in order to catch exceptions thrown by things like the options system.

...


branch: master 「№57963」
Commited by: P. Douglas Renfrew
GitHub commit link: 「edbd0df968745fc8」 「№601」
Difference from previous tested commit:  code diff
Commit date: 2015-07-06 14:39:56

Merge pull request #601 from RosettaCommons/dougrenfrew/fix_ncaa_fixbb This updates the two-component reference energy energy methods, params files, unit tests, integration tests, and score function finger print tests. Changes to the ncaa_fixbb itest are expected (it should stop complaining) and changes to the mm_std_fa_elec_dslf_fa13_split_unfolded score test are expected as well as a result of the modified params.

...


branch: master 「№57962」
Commited by: Rhiju Das
GitHub commit link: 「be2850504ae9732f」 「№592」
Difference from previous tested commit:  code diff
Commit date: 2015-07-05 06:07:43

Merge pull request #592 from RosettaCommons/rhiju/placeholder_residue_type_for_reduced_footprint This pull request introduces 'placeholder' ResidueTypes. It supports a more general refactoring of ResidueTypeSet that only instantiates full-fledged ResidueTypes when they are needed, for speed and reduced memory footprint. The more general effort is happening at https://github.com/RosettaCommons/main/pull/591 and the biggest speed increase will happen with changes in how ResidueTypeSet is accessed through the code (particularly in pose_from_pdb and pose_from_sequence). This commit set already produces a modest speed increase in applications like extract_pdbs which don't need to instantiate all residue types with all patches to do their jobs. All integration test changes are OK -- a few are due to change in ordering of when ResidueTypes are finalized, and their number. Note that the option of creating these placeholders is on ("-chemical:on_the_fly" is default true), since all tests are OK at the moment, and I want to ensure that others find any issues with ASAP.

...


branch: master 「№57961」
Commited by: Rhiju Das
GitHub commit link: 「4a5464f6002bbd76」 「№604」
Difference from previous tested commit:  code diff
Commit date: 2015-07-04 18:16:35

Merge pull request #604 from RosettaCommons/rhiju/fix_orbitals_applied_twice removing redundant orbital addition.

...


branch: master 「№57960」
Commited by: Morgan Nance
GitHub commit link: 「c79c51cafec05655」 「№599」
Difference from previous tested commit:  code diff
Commit date: 2015-07-03 13:56:49

Merge pull request #599 from RosettaCommons/mlnance-N-patch Carbohydrates: corrected the hydrogens in the N-linked patch file Carbohydrate test changes were expected, other test changes were *hopefully* not related to this change

...


branch: master 「№57959」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6cf57b6124536422」 「№565」
Difference from previous tested commit:  code diff
Commit date: 2015-07-02 20:25:22

Merge pull request #565 from RosettaCommons/vmullig/multirepeat_bundle Permit helical bundles to have repeating units that are more than one residue. Currently, our parametric design code assumes that the repeating unit in a helix is a single residue. This changes that to permit the repeating unit to be more than one residue. This allows interesting secondary structures like alpha-sheets (made from alternating D- and L- amino acids in the left- and right-handed helix regions of Ramachandran space, respectively) to be generated parametrically. It also allows things like the collagen triple helix to be created parametrically. Tasks: -- Update the write function for Crick params files. -- Update the minor helix fitting app. -- Update the minimizer called by the minor helix fitting app. -- Add an integration test for fitting a helix with a multi-residue repeating unit. -- Update and test the MakeBundle mover. -- Update the read function for Crick params files. -- Update and test the MakeBundleHelix mover called by the MakeBundle mover. -- Add an integration test for the MakeBundle mover + more than one residue in the repeating unit. -- Update and test the PerturbBundle mover. -- Add an integration test for the PerturbBundle mover + more than one residue in the repeating unit. -- Update and test the BundleGridSampler mover. -- Add an integration test for the BundleGridSampler mover + more than one residue in the repeating unit. -- UPDATE DOCUMENTATION. Also: - Adding a symmetrically split TBMB to the database, for symmetric linker design. Integration test changes observed for all parametric generation/design integration tests; these are all cosmetic and expected. Slight numerical changes to the fitter are possible since the fit algorithm has been tweaked. Two new integration tests have been added, and will fail because they're new.

...


branch: master 「№57958」
Commited by: Sergey Lyskov
GitHub commit link: 「a99c0c35d5e5a24a」
Difference from previous tested commit:  code diff
Commit date: 2015-07-02 14:44:17

Disabling failing LigandDockScriptBenchmark benchmark which i accidentally enabled in last commit

...


branch: master 「№57957」
Commited by: Rhiju Das
GitHub commit link: 「64a3cb907cfbb7bd」 「№603」
Difference from previous tested commit:  code diff
Commit date: 2015-07-02 12:49:15

Merge pull request #603 from RosettaCommons/rhiju/fix_uninitialized_variable_mg_modeler Rhiju/fix uninitialized variable mg modeler

...


< 1 .. 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 .. 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