branch: master 「№59301」
Commited by: Rhiju Das
GitHub commit link: 「6c09d19fca136616」
Difference from previous tested commit:  code diff
Commit date: 2017-02-27 15:17:50

merge from master.

...


branch: master 「№59300」
Commited by: Rocco Moretti
GitHub commit link: 「eabd7efaea861927」 「№1311」
Difference from previous tested commit:  code diff
Commit date: 2017-02-27 14:23:16

Merge pull request #1311 from RosettaCommons/roccomoretti/cpp_centroid2 Make centroid mode ResidueTypes from fullatom ones Add a utility function to make a centroid mode ResidueType from a fullatom one, using the heuristics from molfile_to_params.py. This is basically translating the atom types from fullatom ones to centroid ones, and getting rid of non-polar hydrogens. (No "centroid" atoms are added.) I've also hooked in actual usage into Rosetta to automatically use it in the following cases: * If you use -extra_res_mol or -extra_res_mmCIF, the provided molecules will be loaded for both fullatom and centroid ResidueTypeSets. * If you use -load_PDB_components, the components will also be used to generate centroid mode ResidueTypes. * When running switch_to_residue_type_set() and converting from fullatom to centroid, if there isn't a good centroid ResidueType already in the ResidueTypeSet, one will be generated from the FullAtom type and added to the PoseResidueTypeSet. (But only as a fall-back case - this only affects cases which would utility_exit previously.) A limitation of the current implementation is that it does not work on polymeric residues. (Or at least polymeric residues with apolar hydrogens.) A fair number of cosmetic integration test changes, as enabling centroid-mode PDB components changes tracer output - no current integration tests should have appreciable changes, though.

...


branch: master 「№59299」
Commited by: Rocco Moretti
GitHub commit link: 「6f49212542696951」
Difference from previous tested commit:  code diff
Commit date: 2017-02-27 11:41:12

Fix header_using_check integration test.

...


branch: master 「№59298」
Commited by: havranek
GitHub commit link: 「011639f22e674a31」 「№2053」
Difference from previous tested commit:  code diff
Commit date: 2017-02-26 14:29:04

Merge pull request #2053 from RosettaCommons/havranek/sasa_fix Added optimizations to construction of power diagram for SASA.

...


branch: master 「№59297」
Commited by: Vikram K. Mulligan
GitHub commit link: 「4d7e02ae74225705」 「№2051」
Difference from previous tested commit:  code diff
Commit date: 2017-02-25 18:40:37

Merge pull request #2051 from RosettaCommons/vmullig/fix_aib_import Fix import of AIB from PDB files. MAL was listed in the known achiral types in the database, but not AIB, so this is an easy fix.

...


branch: master 「№59296」
Commited by: Rebecca Alford
GitHub commit link: 「5e5db4afced95afb」 「№2052」
Difference from previous tested commit:  code diff
Commit date: 2017-02-25 09:58:32

Merge pull request #2052 from RosettaCommons/rfalford12/fix-adj-sigmoid-parameters Actually set thickness and steepness via the commandline

...


branch: master 「№59295」
Commited by: havranek
GitHub commit link: 「b6484d5d5d70041b」 「№2047」
Difference from previous tested commit:  code diff
Commit date: 2017-02-25 08:32:11

Merge pull request #2047 from RosettaCommons/havranek/sasa_fix Fixed memory leak in power diagram construction for SASA.

...


branch: master 「№59294」
Commited by: Vikram K. Mulligan
GitHub commit link: 「5a64d4ed614a6e1f」 「№2045」
Difference from previous tested commit:  code diff
Commit date: 2017-02-24 21:43:24

Merge pull request #2045 from RosettaCommons/vmullig/serialize_layerselector Add serialization support for the LayerSelector I'm not sure how I got away with not making LayerSelector serializable. This corrects that. Tasks: - [x] Make LayerSelector serializable. - [x] Make the object that it encapsulates (the SelectResiduesByLayer class) serializable. - [x] Confirm that serialization tests pass. - [x] Beauty. Also: - [x] Make BinSelector serializable. - [x] Make the object that it encapsulates (the BinTransitionCalculator class) serializable. - [x] Make the object that it, in turn, encapsulates (the BinTransitionData class) serializable. - [x] Make PhiSelector serializable.

...


branch: master 「№59293」
Commited by: Vikram K. Mulligan
GitHub commit link: 「2b35b10cf8a04d51」 「№2016」
Difference from previous tested commit:  code diff
Commit date: 2017-02-24 19:38:37

Merge pull request #2016 from RosettaCommons/vmullig/support_aib Add 2-Aminoisobutyric acid to the database This adds 2-aminoisobutyric acid (AIB), a non-canonical, achiral alpha-amino acid that strongly favours helices (both left- and right-handed) to the database. AIB is to ALA as bactrian is to dromedary. Tasks: - [x] Add params file provided by @twcraven. - [x] Tweak params file: - [x] Add properties. - [x] Add metalbinding. - [x] Neutralize charge. - [x] Check symmetry. - [x] Add Ramachandran maps (standard and pre-proline) provided by @twcraven to database. - [x] Check symmetry -- unit test. - [x] Symmetrize tables if needed. - [x] Add residue selector for selecting by a `rama_prepro` score of a particular amino acid type (issue #2011 ). - [x] Unit test. - [x] Integration test. - [x] Documentation. - [x] Delete old AIB (MAL.params). - [x] Add test for mirror symmetry (i.e. Rosetta symmetry machinery). - [x] Serialization information. - [x] Beauty.

...


branch: master 「№59292」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「5bc1a1400ba3e159」 「№2041」
Difference from previous tested commit:  code diff
Commit date: 2017-02-24 14:46:32

Merge pull request #2041 from RosettaCommons/jadolfbr/ccd_ends_small_loops This special cases small loops so that they are not included in the CCD arms in GraftMovers located in protocols/grafting. For example, a loop that is 4 residues that you are inserting with 2 residue flexibility on either side will fail. This changes the insert flexibility where needed so things won't fail. A warning is given for 1 residue insertions.

...


branch: master 「№59291」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「74d9e0b99ea4c80a」 「№2044」
Difference from previous tested commit:  code diff
Commit date: 2017-02-24 14:44:24

Merge pull request #2044 from RosettaCommons/jadolfbr/fix_ignore_termini_residue Fix a long-standing bug in PoseFromSFRBuilder where an ignored unrecognized residue at the N terminus, such as PCA, would make the next residue not start a new chain or have the proper terminus variant.

...


branch: master 「№59290」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「3b3e5d3ea80c5335」 「№2024」
Difference from previous tested commit:  code diff
Commit date: 2017-02-23 17:51:15

Merge pull request #2024 from RosettaCommons/jadolfbr/tree_based_glycan_relax Add GlycanTreeSet machinery This PR adds a `GlycanTreeSet` that handles glycan tree connectivity, and changes many calls to on-the-fly functions to use functions contained in these classes instead. - The `GlycanTreeSet` is composed of individual GlycanTrees, each identified by the starting glycan number. - Each `GlycanTree` is composed of `GlycanNodes`. - Each `GlycanNode` contains a lot of information on the inter-glycan residue connectivity. This greatly reduces the number of on-the-fly calculations that need to be made to figure out parents, children, root distances, and exocyclic torsion information. - These classes are contained in the Conformation layer and can be used independently of a pose. A `GlycanTreeSet` is contained in the `GlycanTreeSetObserver`. This observer responds to pose length changes so that the connectivity information is always preserved. A function has been added to pose to get this `pose.glycan_tree_set()` which returns a `nullptr` if no glycans are in the pose. The `GlycanTreeSetObserver` is ONLY ever present if glycans are added in some fashion - either by actually glycosylating or by loading from a structure file. A unit test has been added for the functionality contained in this class. Thanks to @raemisch who helped conceive this and originally started working on these classes this summer. Also thanks to @roccomoretti, @smlewis, @aleaverfay, and @JWLabonte for help on different parts on this. Other ==== - This adds a line to delete a residue from the atom tree in `pose.delete_residue_slow()` which prevents a crash if a residue is accessed during the length observer, since we don't rebuild the atom tree until after the LengthEvent is sent out. `pose.delete_polymer_residue()` also does this. - Fixes copy constructors in various classes I have written that hold OPs, or outright adds explicit copy constructors where they were missing. - Adds a GlycanPositionSelector that allows selection of any residue in a tree. - @JWLabonte - note that many functions held in pose/carbohydrates/util are now moved to conformation/carbohydrates/util.

...


branch: master 「№59289」
Commited by: Hahnbeom Park
GitHub commit link: 「c6b6a055c3a45214」 「№2042」
Difference from previous tested commit:  code diff
Commit date: 2017-02-23 14:41:04

Merge pull request #2042 from RosettaCommons/hahnbeom/remove_protected - removed protected data in MDBase.hh and rewrote part of CartesianMD.cc

...


branch: master 「№59288」
Commited by: Rocco Moretti
GitHub commit link: 「c6ae8c254713e5b9」 「№2028」
Difference from previous tested commit:  code diff
Commit date: 2017-02-23 12:21:51

Merge pull request #2028 from RosettaCommons/roccomoretti/bin_symlinks Change how we do symlinks in the bin directory As decided at WinterRosettaCon, we're removing the two component names for (non-default) extra builds. The following is an example of the bin/ directory symlinks which will be created for each different type of build (for Scons - CMake builds are unaffected at this time.): extras=default mode=release # 2 symlinks * bin/rosetta_scripts.default.linuxgccrelease * bin/rosetta_scripts.linuxgccrelease extras=default mode=debug # 2 symlinks * bin/rosetta_scripts.default.linuxgccdebug * bin/rosetta_scripts.linuxgccdebug extras=cxx11thread mode=release # 1 symlink * bin/rosetta_scripts.cxx11thread.linuxgccrelease extras=cxx11thread mode=debug # 1 symlink * bin/rosetta_scripts.cxx11thread.linuxgccrelease

...


branch: master 「№59287」
Commited by: Rocco Moretti
GitHub commit link: 「3a2e38c92f9a4fb6」
Difference from previous tested commit:  code diff
Commit date: 2017-02-23 11:25:06

Fix header_using_check integration test.

...


branch: master 「№59286」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「735fa92eaae44be9」 「№2032」
Difference from previous tested commit:  code diff
Commit date: 2017-02-23 08:31:01

Merge pull request #2032 from RosettaCommons/naireetab/scs_blastplus_pad_results_bug_fix Bug fix in SCS_BlastPlus::pad_results

...


< 1 .. 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 .. 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