branch: master 「№56612」
Commited by: sarel
GitHub commit link: 「c6e1a5ba15afa4ed」
Difference from previous tested commit:  code diff
Commit date: 2014-04-02 03:58:21

Generic MC now explicitly states Reject if a move fails. Cosmetic integration test changes expected in MC tests

...


branch: master 「№56611」
Commited by: Sergey Lyskov
GitHub commit link: 「66a2fe469276d353」
Difference from previous tested commit:  code diff
Commit date: 2014-04-01 20:34:35

PyRosetta. Adding debug environment script. Updating incremental build logic.

...


branch: master 「№56610」
Commited by: Rocco Moretti
GitHub commit link: 「3bdade7a01a2587b」
Difference from previous tested commit:  code diff
Commit date: 2014-04-01 15:27:10

Check for lbfgs_armijo_nonmonotone minimizer in nonideal minimization Nonideal minimization with other minimization methods can be painfully slow. Detect if people are using other methods, and warn if that's the case.

...


branch: master 「№56609」
Commited by: Sergey Lyskov
GitHub commit link: 「9b1ab4518b5dd23a」
Difference from previous tested commit:  code diff
Commit date: 2014-04-01 14:53:12

Removing ‘using namespace’ from some of .hh files

...


branch: master 「№56608」
Commited by: Rocco Moretti
GitHub commit link: 「1c339865fe8d8b36」
Difference from previous tested commit:  code diff
Commit date: 2014-04-01 12:32:32

Add additional error handling to matcher The matcher can run into a segmentation fault if the atom names in the constraints file don't exist in the residue being matched.

...


branch: master 「№56607」
Commited by: sarel
GitHub commit link: 「a27776013cc54a43」
Difference from previous tested commit:  code diff
Commit date: 2014-04-01 10:37:34

PoseCommment can now search through all the pose comments without knowing the key. no test changes expected. See documentation page for details

...


branch: master 「№56606」
Commited by: sarel
GitHub commit link: 「0ba62f65d26e0b0d」
Difference from previous tested commit:  code diff
Commit date: 2014-04-01 06:04:39

Adding PoseCommentFilter which can help control execution flow in RosettaScripts by probing the pose's comments. Once the RosettaScripts wiki is back online we'll explain how to work with this. No test changes expected.

...


branch: master 「№56605」
Commited by: sarel
GitHub commit link: 「7211bdb2321913ea」
Difference from previous tested commit:  code diff
Commit date: 2014-04-01 02:24:34

RBIn and RBOut can now work directly with a previous defined foldtree rather than figuring out what the correct jump should be. No test changes expected.

...


branch: master 「№56604」
Commited by: Frank DiMaio
GitHub commit link: 「4a4b4bb2ed400c5b」
Difference from previous tested commit:  code diff
Commit date: 2014-04-01 00:16:18

Fixing a bug with symmdock when dof bounds are given

...


branch: master 「№56603」
Commited by: Labonte
GitHub commit link: 「9c8c5962cd3f7b62」
Difference from previous tested commit:  code diff
Commit date: 2014-03-31 23:26:31

Rosetta is now FAT! NEWS: This push introduces lipids into Rosetta. In addition, it adds MM atom types to all carbohydrates and introduces the MAINCHAIN_ATOMS field for topology (.params) files. Full details described below: * Two lipids have been added to the database -- the common fatty acid, linoleic acid, and the amino lipid "head group", sphingosine. This permits me to begin testing glycolipids in addition to glycopeptides, oligosaccharide ligands, and polysaccharides. You can read details of implementation decisions I made regarding lipids here: database/chemical/residue_type_sets/fa_standard/residue_types/lipids/README.txt * To load the 2 lipid ResidueTypes, use the -include_lipids flag. * I have added a glycolipid, galactosylceramide (GalCer) to the integration test system (tested with the carbohydrates). * A LIPID property has been added to ResdidueType with an appropriate private datum and getter. * The default main chain designation has been restored to what it used to be a few months ago, i.e., Rosetta will, by default, search for the shortest path from the LOWER_TERMINUS to the UPPER_TERMINUS. For any ResdidueType where this is not correct, one can specify the main chain explicitly in the topology file using the MAINCHAIN_ATOMS field, for example: MAINCHAIN_ATOMS C1 C2 C3 C4 C5 C6 O6 * I improved debug output in several places, providing warnings where there were easy ways to lead to silent seg faults from bad .params files. * I added show() methods to both Residue and ResidueType, providing superior information for either debugging purposes when introducing new ResdidueTypes or using PyRosetta interactively. * I performed some minor code refactoring to break up obnoxiously long stretches of code in residue_io.cc. * Added correct designations of main-chain, backbone, and side-chain atoms to all carbohydrate and lipid .params files. * Expanded, corrected, and clarified documentation/comments in ResidueType.cc and residue_io.cc; in particular, I clarified the distinctions between main chain and backbone atoms. (Also moved some comment blocks into the Doxygen- correct location in the file.) * Added MM atom types to all carbohydrate and lipid .params files. * Made some other minor tweaks to carbohydrate patch files to improve accuracy of scoring and nomenclature. * Fixed severe bug in internal carbohydrate code regarding alignment of virtual atoms. ---------------------------------------- Unit test status: Pass Integration test status: 8 tests changed rings, carbohydrates: expected hbs_design, oop_create, oop_design, oop_dock_design, scaffold_matcher: from spelling error corrected in output loop_creation: missing fold tree output in one line (I have no idea what this is about; please let me know if this seems to be a problem.)

...


branch: master 「№56602」
Commited by: gideonla
GitHub commit link: 「b262ba9afb56ed99」
Difference from previous tested commit:  code diff
Commit date: 2014-03-31 09:25:23

Added function header to Splice.hh file

...


branch: master 「№56601」
Commited by: Frank DiMaio
GitHub commit link: 「bb63d26fda37411c」
Difference from previous tested commit:  code diff
Commit date: 2014-03-30 20:00:08

more fixes to crystal design

...


branch: master 「№56600」
Commited by: Jim Havranek
GitHub commit link: 「e3c03639efd96b02」
Difference from previous tested commit:  code diff
Commit date: 2014-03-30 15:00:30

Adding motif incorporation and bigfix for LoopMover_Backrub. 1. New application for incorporating motifs into flexible loops. 2. Fixed bug in LoopMover_Backrub that prevented proper use of stored scorefunctions that were provided to the constructor. 3. Saw integration test changes in: match_1n91 inverse_rotamer_remodel match_6cpa cstfile_to_theozyme_pdb

...


branch: master 「№56599」
Commited by: gideonla
GitHub commit link: 「cc22f4f7cecb6b4c」
Difference from previous tested commit:  code diff
Commit date: 2014-03-30 04:20:07

Minor correction to Splice.cc. Change will cause log changes to all splice* integration tests

...


branch: master 「№56598」
Commited by: Sergey Lyskov
GitHub commit link: 「83d361aa35e65dd8」
Difference from previous tested commit:  code diff
Commit date: 2014-03-29 23:24:12

Renaming core::scoring::interface namespace to core::scoring::interface_. This should solve problem when namaspace clash with ‘interface’ keyword when compiled with GCC-4.8.

...


branch: master 「№56597」
Commited by: Sergey Lyskov
GitHub commit link: 「d515cb6a1b3a8396」
Difference from previous tested commit:  code diff
Commit date: 2014-03-29 21:38:35

Fixing PyRosetta build

...


< 1 .. 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 .. 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