branch: master 「№57220」
Commited by: Rosetta Benchmark
GitHub commit link: 「f8dcbf4b53a3baf7」 「№67」
Difference from previous tested commit:  code diff
Commit date: 2014-08-23 13:53:45

Merge pull request #67 from RosettaCommons/benchmark Updating benchmark scripts. Adding 'config' option. Adding 'script failed' state for regression sub-tests.

...


branch: master 「№57219」
Commited by: Frank DiMaio
GitHub commit link: 「f2d6674c85e576e1」
Difference from previous tested commit:  code diff
Commit date: 2014-08-22 22:17:10

SaveResfileToDiskFilter now preserved insertion codes

...


branch: master 「№57218」
Commited by: Frank DiMaio
GitHub commit link: 「5c01e4475db7e425」
Difference from previous tested commit:  code diff
Commit date: 2014-08-22 22:14:20

Fixing unit test broken in my commit

...


branch: master 「№57217」
Commited by: Frank DiMaio
GitHub commit link: 「d7453eb8984db42c」
Difference from previous tested commit:  code diff
Commit date: 2014-08-22 17:51:14

Minor changes to the cartbonded potential. - Adding in a backbone O-C-N-H torsional potential. - Many of the planar restraints are now period 1 instead of period 2. Previously, badly clashing structures, when minimized, would cause these groups to flip. This will no longer happen. - Greatly reducing some of the hydrogen torsional potential weights. Doing so sees modest improvements in non-ideal rotamer recovery. - Uniformly increasing bond angle weights. This shows a similar improvement in nonideal RR. Updating the unit test to reflect these scorefunction changes. All nonideal integration tests will show changes. Thanks to Hahnbeom who did most of the work for this commit.

...


branch: master 「№57216」
Commited by: Kevin Drew
GitHub commit link: 「3222134f676959fc」
Difference from previous tested commit:  code diff
Commit date: 2014-08-22 13:16:54

Removing unused flags from oop_create integration test Removed mm_std weights and resfile from commandline flags after cleanup of options system. The score function in oop_create is hard coded to mm_std so the commandline weights flag was being ignored. The resfile can be used during a final repack in oop_create but not in this integration test. oop_create integration test will change in the log file because the options warning will no longer print. Also, the commentted out options in the flags file and deletion of res file and unused constraints file will show changes. The remainder of the log file should be the same though.

...


branch: master 「№57215」
Commited by: Rocco Moretti
GitHub commit link: 「53dc2349b1ede38a」 「№65」
Difference from previous tested commit:  code diff
Commit date: 2014-08-22 12:37:58

Merge pull request #65 from RosettaCommons/roccomoretti/option_cleanup Option System Cleanup Reorganize options_rosetta.py to be a bit more ... organized. It's now ordered: major option groups (in, out, run, jd2, score, packing) first, then other general option groups in alphabetical order, then application-specific option groups in alphabetical order, and then personal/pilot option groups in alphabetical order. (Classification was done by best guess, and is not an official pronouncement. Feel free to reorganize. Also, alphabetical ordering is not absolute - logical regroupings can be permitted.) Some formatting cleanup (tabs, not spaces, despite being a .py file) was also done. Additionally, approximately 200 options which were never referenced on the C++ level were commented out. Use of these options will now result in an error when you try to run a protocol with them. (Thanks to Luki for help with the clang AST parser, which was used to ferret out unreferenced options.) Finally, a new option "-run:show_unused_options" was added. When set, at the end of the run a list of options which were user set but never actually referenced by the program will be printed out. The flag is unneeded for JD2 protocols, which will automatically print out the list of user-set-but-unused options at the end of a successful run with at least one output structure. (Thanks to Doug for suggesting this feature.) No unit test changes, but a large number of integration test changes. These are due either to removed options being removed from the flag file for integration tests, or from the new default-on-in-jd2 behavior of the show_unused_options feature, which touched a large number of tests. (A fair number of non-JD2 integration tests also have user-set-but-unused-options, but are silent in this change.)

...


branch: master 「№57214」
Commited by: Frank DiMaio
GitHub commit link: 「d337bd15d7bab899」
Difference from previous tested commit:  code diff
Commit date: 2014-08-21 15:49:29

Bugfix for derivatives of RG with symmetric systems. hybridization integration test changes expected.

...


branch: master 「№57213」
Commited by: ravitn
GitHub commit link: 「944115c091102e1b」
Difference from previous tested commit:  code diff
Commit date: 2014-08-20 08:34:13

deleted a tracer in SSMotifFinderFilter

...


branch: master 「№57212」
Commited by: sarel
GitHub commit link: 「e4effc5cecfb1620」
Difference from previous tested commit:  code diff
Commit date: 2014-08-20 06:56:40

some documentation in Splice, lest we forget... no test changes expected.

...


branch: master 「№57211」
Commited by: gideonla
GitHub commit link: 「129219784e299269」
Difference from previous tested commit:  code diff
Commit date: 2014-08-19 12:02:53

Updated the follwoing integration tests: 1. splice_out_generic 2. splice_out 3. splice_in_genric 4. splice_in 5. splice_seq_const These ofcourse will fail compared to previous commits In Splice.cc: 1.Add Carbonyl coordiante constraints 2. Changed the current segment behvaiour so it reads the current segment from the XML rather than the pdb 3. In SpliceSegments the occurrence data for H3 loops with no occurrence data is filled in by Rosetta (previously this caused a segmentation fault) 4. In SequenceProfile I added getter and setter functions for accessing the occurrence_data array 5. In SeqprofCons I added tracer lines to check correctness of occurrence_data array

...


branch: master 「№57210」
Commited by: Brian Weitzner
GitHub commit link: 「dca1ba8a5cf102a3」
Difference from previous tested commit:  code diff
Commit date: 2014-08-19 09:30:00

Making inv_kin_lig_loop_design add the appropriate cutpoint variants for compatibility with the CCD mover. This was causing an exception to be thrown, which in turn caused the inv_kin_lig_loop_design integration test to fail. This fixes the inv_kin_lig_loop_design integration test.

...


branch: master 「№57209」
Commited by: ravitn
GitHub commit link: 「4dddd4039d9f5e13」
Difference from previous tested commit:  code diff
Commit date: 2014-08-19 06:19:25

Merge branch 'master' of github.com:RosettaCommons/main

...


branch: master 「№57208」
Commited by: Labonte
GitHub commit link: 「87c1998e332f3d3d」
Difference from previous tested commit:  code diff
Commit date: 2014-08-18 18:51:54

Patch System: added 3 new PatchOperations NEWS: This push introduces three new PatchOperations to the patch system: - ADD_ATOM_ALIAS -- allows one to specify alternative atom names that Rosetta will understand when reading in a PDB file - ADD_BOND_TYPE -- an alternative to ADD_BOND that allows specification of bond type - SET_FORMAL_CHARGE -- sets the formal charge of a specified atom All of the above new operations rely on code written by R. Moretti and co.; I simply added the functionality to the patch system as well. (Previously, atom aliases, bond types, and formal charges could only be added/set from .params files.) The above operations were added to carbohydrate patch files were applicable. The carbohydrates integration test was expanded to specifically test that the atom aliases work: a pdb with non-Rosetta atom names correctly loads in. In addition, centroid-mode sugars were updated, (which at this point are simply copies of the fa_standard ones). ---------------------------------------- Unit test status: Pass Integration test status: Not Run (Only sugar code makes use of the additions.) carbohydrates: test expanded

...


branch: master 「№57207」
Commited by: Labonte
GitHub commit link: 「0eb0f73291058a58」
Difference from previous tested commit:  code diff
Commit date: 2014-08-18 15:12:02

Loops: bug fix for when overlapping loop is found In the case when one adds an overlapping Loop to a Loops object, there was a dormant bug that our recent CCD refactor uncovered where the Loops object would attempt to output the Loop information after deleting the no-longer needed loop. I just fixed that. This push also includes the removal of two deprecated/legacy antibody integration tests.

...


branch: master 「№57206」
Commited by: Sergey Lyskov
GitHub commit link: 「7cbfafc5a18115c9」
Difference from previous tested commit:  code diff
Commit date: 2014-08-16 17:49:55

Fixing header build

...


branch: master 「№57205」
Commited by: Labonte
GitHub commit link: 「a8217adf68b70bfb」
Difference from previous tested commit:  code diff
Commit date: 2014-08-16 16:01:03

lowering tracer volume on test to avoid 30-GB log files

...


< 1 .. 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 .. 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