branch: master 「№58420」
Commited by: Rocco Moretti
GitHub commit link: 「6b19faa778b62169」 「№962」
Difference from previous tested commit:  code diff
Commit date: 2016-01-26 10:11:10

Merge pull request #962 from RosettaCommons/roccomoretti/cifparse Add CIFPARSE-OBJ mmCIF parsing library to Rosetta This commit is part of the ChemicalXRW mmCIF is the new awesome. This commit doesn't actually add any mmCIF support to Rosetta, but it adds libraries (from the RCSB) to external/ which allow us to build such a beast. (Licensing has been cleared for inclusion with Rosetta through the lawyers at UW.) See source/test/core/io/mmcif_IO.cxxtest.hh for a very basic example of reading a CIF file and extracting the contents.

...


branch: master 「№58419」
Commited by: Tom Linsky
GitHub commit link: 「4df372287964e9ee」 「№1040」
Difference from previous tested commit:  code diff
Commit date: 2016-01-25 16:36:56

Merge pull request #1040 from RosettaCommons/tlinsky/backbonemover_cleanup Cleanups to BackboneMover -- also add support for scorefunction Integration test change expected for smallmover_resselector. This is because the option name is now residue_selector for consistency across movers.

...


branch: master 「№58418」
Commited by: Sergey Lyskov
GitHub commit link: 「e8d6ce85f57a4203」
Difference from previous tested commit:  code diff
Commit date: 2016-01-25 15:03:56

Increasing profile test _failure_threshold_execution_time_pct_ to reduce number of false-positive failures

...


branch: master 「№58417」
Commited by: Vikram K. Mulligan
GitHub commit link: 「1bc07d3c4ba878a8」 「№1050」
Difference from previous tested commit:  code diff
Commit date: 2016-01-24 23:14:26

Merge pull request #1050 from RosettaCommons/vmullig/basename Add storage and retrieval of base ResidueType name to ResidueType class Having to fiddle with strings all of the time to get the base ResidueType name is inefficient. This pull request introduces a cost of a little bit of memory to save some clock cycles. You can now set/get the base name for a ResidueType using ResidueType::base_name(). This pull request also moves all ResidueProperties access into Residue.cc from Residue.hh to speed recompilation when ResidueProperties are added (we now only include ResidueProperties.fwd.hh from Residue.hh). I also noticed that the name1_ private member variable (a char) was not initialized, so I added an initializer. The carbohydrates integration test shows cosmetic changes because it now reports the base name in addition to the patched name (expected changes). Very slightly more memory is allocated for the ResidueTypes in the ResidueTypeSet, now, as well, since they store an additional string, but this is very tiny compared to Rosetta's overall memory footprint.

...


branch: master 「№58416」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6ace300644ff839f」 「№1051」
Difference from previous tested commit:  code diff
Commit date: 2016-01-24 23:10:07

Merge pull request #1051 from RosettaCommons/vmullig/carbohydrate_issue Fixing an issue with the CarbohydratePoseIOTests, which were randomly failing for me. I tracked it down to the use of the atoi() function in core::io::carbohydrates::sugar_modifications_from_suffix(). The atoi() function expects a pointer to the first element of a null-terminated char array, but was being passed the address of a single char. As such, it was progressively reading from that memory location. In most cases, it would interpret the next byte as something other than a number, and would therefore only return the number associated with the input char. Sometimes, though, the next byte would correspond to the ASCII for a number, which would result in misinterpretation of the char passed in (e.g. 68 or 687 for '6', or whatnot). The solution was to implement a simple utility function to convert a single-byte char to the integer that it represents. All integration test changes seen are the switching behaviour seen in the unstable ones.

...


branch: master 「№58415」
Commited by: Tom Linsky
GitHub commit link: 「345f029094cdf476」 「№1043」
Difference from previous tested commit:  code diff
Commit date: 2016-01-24 20:21:15

Merge pull request #1043 from RosettaCommons/tlinsky/rotamerboltz_skip_report Add skip_report option to RotamerBoltzmannWeightFilter

...


branch: master 「№58414」
Commited by: Frank DiMaio
GitHub commit link: 「eefefa5babe43fa9」 「№1052」
Difference from previous tested commit:  code diff
Commit date: 2016-01-24 16:08:45

Merge pull request #1052 from RosettaCommons/dimaio/nblist_autoupdate_Hatr_bugfix Fix a few bugs for beta_nov15 minimization with non-default fa_maxdis and with nblist_autoupdate.

...


branch: master 「№58413」
Commited by: Sergey Lyskov
GitHub commit link: 「9fb8cbc05289f818」 「№1042」
Difference from previous tested commit:  code diff
Commit date: 2016-01-22 20:59:57

Merge pull request #1042 from RosettaCommons/antibody Merging antibody grafting

...


branch: master 「№58412」
Commited by: Tom Linsky
GitHub commit link: 「e79969f03fad4a8a」 「№1035」
Difference from previous tested commit:  code diff
Commit date: 2016-01-21 22:39:52

Merge pull request #1035 from RosettaCommons/tlinsky/disulfidize_fix Fix bug in disulfidize when keeping input disulfides

...


branch: master 「№58411」
Commited by: Tom Linsky
GitHub commit link: 「f14e02bff2043fcc」 「№1034」
Difference from previous tested commit:  code diff
Commit date: 2016-01-21 22:39:13

Merge pull request #1034 from RosettaCommons/tlinsky/ssprediction_structuredata Add ability from SSPrediction filter to search for StructureData

...


branch: master 「№58410」
Commited by: Vikram K. Mulligan
GitHub commit link: 「cd167465858616de」 「№1037」
Difference from previous tested commit:  code diff
Commit date: 2016-01-21 20:59:33

Merge pull request #1037 from RosettaCommons/vmullig/details_not_detailed Correcting Doxygen tags - Fix all instances of "///@" (should be "/// @"). - Fix all instances of "/// @detailed" (should be "/// @details") Branch not tested since only comments are affected. No test changes expected.

...


branch: master 「№58409」
Commited by: Kyle Barlow
GitHub commit link: 「9934aaba6c118903」 「№1032」
Difference from previous tested commit:  code diff
Commit date: 2016-01-21 19:11:43

Merge pull request #1032 from RosettaCommons/kylebarlow/alascan Allow first chain to be moved in interface ddG mover

...


branch: master 「№58408」
Commited by: Vikram K. Mulligan
GitHub commit link: 「0c12c015ee6e0630」 「№1033」
Difference from previous tested commit:  code diff
Commit date: 2016-01-21 13:40:53

Merge pull request #1033 from RosettaCommons/vmullig/fix_thread_issue Issue in our threadsafety code fixed Jeff Flatten of the Foldit team identified an error in our thread safety code. The URL in the comment matches the corrected version, not the original. @aleaverfay, @roccomoretti, could you double-check this? @jflat06, @scoopergit Only those integration tests that are showing instabilities are failing.

...


branch: master 「№58407」
Commited by: Brian D. Weitzner
GitHub commit link: 「876def5d880b4b10」
Difference from previous tested commit:  code diff
Commit date: 2016-01-21 13:25:45

Updating the Xcode template to account for the removal of all source files from protocols_f.5

...


branch: master 「№58406」
Commited by: Steve Bertolani
GitHub commit link: 「d3ffcb761f86a960」 「№968」
Difference from previous tested commit:  code diff
Commit date: 2016-01-19 16:48:38

Merge pull request #968 from RosettaCommons/sjbertolani/pyrosetta_tmalign Adding a function signature to TMaligns alignment2atommap method that works in Pyrosetta, there was a pass-by-reference that Python can't handle. Also, Split the TMalign.hh into cc and hh files, Added Unit test for basic TMalign function, Changed a number of function signatures to take values by reference (from cppcheck), remove unnecessary \#includes

...


branch: master 「№58405」
Commited by: Labonte
GitHub commit link: 「a1f6b6329e2ded9a」 「№996」
Difference from previous tested commit:  code diff
Commit date: 2016-01-19 15:31:00

Merge pull request #996 from RosettaCommons/JWLabonte/sugars/modifications Carbohydrates: fixing bug where Hs on NAc groups were not placed in the plane of the amide All unit tests pass. carbohydrates integration test changes expected; anything else is a broken test -- I only changed a single carbohydrate .params file.

...


< 1 .. 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 .. 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