branch: master 「№57444」
Commited by: Vikram K. Mulligan
GitHub commit link: 「e3d9731d920323c8」 「№182」
Difference from previous tested commit:  code diff
Commit date: 2014-11-19 18:09:27

Merge pull request #182 from RosettaCommons/vmullig/parametric vmullig/parametric into master This creates classes for storing parameters for parametric backbone generation. These classes are intended as general base classes for parameter storage for many different types of parametric backbone generation protocols, and to facilitate storing parameters inside Conformation objects so that different Movers can use stored parameters. Derived classes for the specific case of helical bundles generated using the Crick parameters are also implemented with ths pull request. - Created core::conformation::parametric::Parameters base class. This is intended to store a set of parameters for generating one (likely-contiguous) piece of a conformation (e.g. one piece of secondary structure). - Created core::conformation::parametric::ParametersSet base class. This stores a collection of Parameters objects for generating an assemblage of discontinuous pieces of a conformation (e.g. a helical bundle, a beta-barrel, etc.). - Modified the Conformation object to contain a vector of ParametersSet owning pointers. This change is intended to be lightweight in terms of memory use. In most cases, one isn't working with parametrically-generated backbones, so the Conformation object won't store any additional data. In cases where one is working with parametrically-generated backbones, the Conformation object will link to the ParametersSet objects, which link to the Parameters objects. - Created protocols::helical_bundle::parameters::BundleParameters and protocols::helical_bundle::parameters::BundleParametersSet classes, derived from Parameters and ParametersSet respectively. The former is meant to store the Crick parameters for a SINGLE helix in a bundle, and the latter, to store several BundleParameters objects to define a bundle (with some additional data for a bundle). - Defined the variables that the BundleParameters class will hold. - Rewrote the MakeBundleHelix mover's setters and getters so that now the MakeBundleHelix mover does not directly store the Crick parameters for the helix that it is generating, but instead holds an owning pointer to a BundleParameters object. - This merge also brings in a small tweak to the bettercluster.cc pilot app to make it work with the new owning pointers. - Had the MakeBundleHelix mover pass the BundleParameters object into the Conformation of the Pose that it operates on, so that the Crick parameters are stored for use by subsequent Movers (e.g. to perturb the conformation, to minimize in Crick parameter space, to report the current values of the Crick parameters, etc.). - Had the MakeBundleHelix mover properly initialize the residue list in its BundleParameters object. - Checked BundleParameters and Parameters copy constructors. - Checked BundleParametersSet and ParametersSet copy constructors. - Added a unit test to make sure that Conformation objects properly pass their Parameters objects into a unified ParametersSet when they are merged, and properly update links to Residue objects. - Had the MakeBundle mover properly store a BundleParametersSet object, just as the MakeBundleHelix mover currently stores a BundleParameters object. - Had the BundleParametersSet object store additional information associated with bundle symmetry. - Added helix parameters for a D-amino acid alpha helix and beta strand, and for a "neutral" beta strand that could be composed of D- or L-amino acids (with perfect 180,180 phi/psi values). Relegated to a future pull request: X Add delta_z and curvature parameters to BundleParameters for Zibo. X Write a sampling Mover that permits perturbation of the Crick parameters (and corresponding alteration of the backbone conformation) given a Pose that has parametrically-generated elements.

...


branch: master 「№57443」
Commited by: Ragul
GitHub commit link: 「1e0e3a1462814b2f」
Difference from previous tested commit:  code diff
Commit date: 2014-11-19 16:22:07

pull of updated master after merging JK-lab into mpull of updated master after merging JK-lab into master New integration tests added for DARC. See previous commit from JK-lab for details

...


branch: master 「№57442」
Commited by: Frank DiMaio
GitHub commit link: 「41454718617ed8f5」
Difference from previous tested commit:  code diff
Commit date: 2014-11-19 13:46:39

Fixing a small bug with trie-v-trie with poses containing virtual residues

...


branch: master 「№57441」
Commited by: Rebecca Alford
GitHub commit link: 「1f64942f89ac3cd5」 「№186」
Difference from previous tested commit:  code diff
Commit date: 2014-11-19 12:10:48

Merge pull request #186 from RosettaCommons/revert-183-rfalford12/deep-copy-and-sfxn-errors Revert "Rfalford12/deep copy and sfxn errors"

...


branch: master 「№57440」
Commited by: gideonla
GitHub commit link: 「17c52309d4ed2a82」
Difference from previous tested commit:  code diff
Commit date: 2014-11-19 08:32:51

In Splice mover the seqeunce constraints are now only removed for the chain going through Splice and not the whole pose

...


branch: master 「№57439」
Commited by: GIdeon Lapidoth
GitHub commit link: 「4958a715cf004070」 「№181」
Difference from previous tested commit:  code diff
Commit date: 2014-11-19 02:29:24

Merge pull request #181 from RosettaCommons/Splice Splice

...


branch: master 「№57438」
Commited by: Rebecca Alford
GitHub commit link: 「a4dadc64593a7311」 「№183」
Difference from previous tested commit:  code diff
Commit date: 2014-11-18 23:54:48

Merge pull request #183 from RosettaCommons/rfalford12/deep-copy-and-sfxn-errors Rfalford12/deep copy and sfxn errors Merging in fixes to deep copying of membrane info in Conformation and additional safety checks to the membrane energy terms

...


branch: master 「№57437」
Commited by: Sergey Lyskov
GitHub commit link: 「b0dbb3c47495db1f」
Difference from previous tested commit:  code diff
Commit date: 2014-11-18 21:04:18

Adding log truncation for build tests

...


branch: master 「№57436」
Commited by: jkleman
GitHub commit link: 「6cfc6d71b53fe775」 「№175」
Difference from previous tested commit:  code diff
Commit date: 2014-11-18 18:49:26

Merge pull request #175 from RosettaCommons/jkleman/merge3 Jkleman/merge3

...


branch: master 「№57435」
Commited by: Rocco Moretti
GitHub commit link: 「1b277dea06df7f96」
Difference from previous tested commit:  code diff
Commit date: 2014-11-17 16:11:24

Per Matt O'Meara, remove failing filter_termini_near_interface integration test.

...


branch: master 「№57434」
Commited by: Rocco Moretti
GitHub commit link: 「e1dfaf9333ad4d31」
Difference from previous tested commit:  code diff
Commit date: 2014-11-17 14:27:16

Additional fixes and breakages. Fix static build. Also add exit code tesing to more integration tests. Some of which will now report magenta failures on the test server.

...


branch: master 「№57433」
Commited by: Rocco Moretti
GitHub commit link: 「3dcf4adbe83676bc」 「№179」
Difference from previous tested commit:  code diff
Commit date: 2014-11-17 12:27:47

Merge pull request #179 from RosettaCommons/roccomoretti/integration_fixes Trying to convert magenta to green on the integration tests A bunch of failures were from the elimination of pose.update_residue_neighbors() in RosettaScripts. I added that back on a sub-protocol level where appropriate. However, as Filters get const poses they don't necessarily get a chance to update the neighbors. So I put back in the call before the filters run. I also fixed the issue with update_residue_neighbors() on an empty pose (the reason it was removed) and added a unit test for that functionality. **Integration tests still broken (see pull request for details):** coupled_moves & hybridization - should be fixed in other branches. antibody_graft - Anyone from the Gray lab (or elsewhere) know how this is supposed to work? filter_termini_near_interface - Anyone from the Kuhlman lab (or elsewhere) know how this is supposed to work? dock_with_hotspot_place_simultaneously & inverse_rotamer_remodel - These are working on my machine. I'm not sure why they're crashing on the test server, and only on the release mode build.

...


branch: master 「№57432」
Commited by: Frank DiMaio
GitHub commit link: 「ad833b64d7d36b42」
Difference from previous tested commit:  code diff
Commit date: 2014-11-14 21:44:31

Fixing file accidently committed earlier

...


branch: master 「№57431」
Commited by: Sergey Lyskov
GitHub commit link: 「0214289b4923ef94」
Difference from previous tested commit:  code diff
Commit date: 2014-11-14 16:54:26

Fixing PyRosetta namespace build

...


branch: master 「№57430」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「a2be26a08d675795」
Difference from previous tested commit:  code diff
Commit date: 2014-11-14 14:22:08

Fixing the c++11thread build; see the stackoverflow thread here: http://stackoverflow.com/questions/26935824/gcc-gives-an-undefined-reference-error-to-static-data-members-in-templated-cla/26936998?noredirect=1#comment42418313_26936998

...


branch: master 「№57429」
Commited by: Frank DiMaio
GitHub commit link: 「838b11ac25fc906e」
Difference from previous tested commit:  code diff
Commit date: 2014-11-14 14:14:44

Fixing input file in hybrid intergration test that was causing uninitialized read. Adding debug checking for inputs so code will fail cleanly on these errors. Removing some older unused options from hybridize. Thanks rhiju for finding this.

...


< 1 .. 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 .. 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