branch: master 「№57908」
Commited by: Kevin Houlihan
GitHub commit link: 「2e49f724c4fbb750」
Difference from previous tested commit:  code diff
Commit date: 2015-06-10 07:37:09

Revert "Carbohydrates: adding most of the PDB 3-letter codes for sugars" This reverts commit b0e4edf8d9e52c739324f240651b3da2ffa41123.

...


branch: master 「№57907」
Commited by: Kevin Houlihan
GitHub commit link: 「fdea9b662e333ef7」
Difference from previous tested commit:  code diff
Commit date: 2015-06-09 22:03:35

Merge remote-tracking branch 'origin/master'

...


branch: master 「№57906」
Commited by: Labonte
GitHub commit link: 「b0e4edf8d9e52c73」
Difference from previous tested commit:  code diff
Commit date: 2015-06-09 17:40:39

Carbohydrates: adding most of the PDB 3-letter codes for sugars database changes only All unit tests passed. No integration test changes.

...


branch: master 「№57905」
Commited by: jkleman
GitHub commit link: 「ef51c81987558f91」 「№560」
Difference from previous tested commit:  code diff
Commit date: 2015-06-06 22:40:46

Merge pull request #560 from RosettaCommons/jkleman/fix_int_tests fixing integration tests for mp_quick_relax and mp_mutate_relax and renamed test from mp_quickrelax to mp_quick_relax to be consistent with exe and all else

...


branch: master 「№57904」
Commited by: Vikram K. Mulligan
GitHub commit link: 「d24491cc6812bb67」 「№561」
Difference from previous tested commit:  code diff
Commit date: 2015-06-05 14:42:49

Merge pull request #561 from RosettaCommons/vmullig/perturb_torsion Add a "perturb" option to the SetTorsion mover Currently, the mover lets you set a torsion value, or randomize it completely. A "perturb" option will let the mover take an existing torsion value and add a small random value to it. Tasks: Fix uninitialized variables in this mover. Update comments in this mover. Add the perturb functionality, with support for uniform or Gaussian perturbation. Add RosettaScripts hooks. Add an integration test. Update documentation. Debug.

...


branch: master 「№57903」
Commited by: P. Douglas Renfrew
GitHub commit link: 「c62827e122f24ef1」 「№558」
Difference from previous tested commit:  code diff
Commit date: 2015-06-05 11:51:45

Merge pull request #558 from RosettaCommons/dougrenfrew/tcre_energy_methods_clean Adding a two-component reference energy (TCRE, a.k.a. split unfolded) term. It is intended to serve as a replacement for the unfolded term and should be applicable for the design of alpha/beta/gamma-peptides, peptoids, OOPs, HBSs, and other NCBBs as it is evaluated based on atom type composition. Riley and Andy have contributed this greatly.

...


branch: master 「№57902」
Commited by: Doo Nam Kim
GitHub commit link: 「4084db7a9e094730」 「№559」
Difference from previous tested commit:  code diff
Commit date: 2015-06-05 09:48:05

Merge pull request #559 from RosettaCommons/kimdn/inte [update of SandwichFeatures] better dependency definition (for format_converter) revived integration test for SandwichFeatures better tracer for unit test

...


branch: master 「№57901」
Commited by: Sergey Lyskov
GitHub commit link: 「7c7d2702051a51e7」
Difference from previous tested commit:  code diff
Commit date: 2015-06-05 01:06:27

Adding Jason as observer to code_duplication integration test

...


branch: master 「№57900」
Commited by: Sergey Lyskov
GitHub commit link: 「285f0f6d395c1ede」
Difference from previous tested commit:  code diff
Commit date: 2015-06-05 00:10:33

Adding Andy as observer to code_duplication integration test

...


branch: master 「№57899」
Commited by: Labonte
GitHub commit link: 「9446eba73a31f7b9」 「№543」
Difference from previous tested commit:  code diff
Commit date: 2015-06-04 16:10:33

Merge pull request #543 from RosettaCommons/JWLabonte/sugars/input PDB Input/Output: Allowing for alternative 3-letter codes This will allow Rosetta to handle alternative 3-letter codes, a list of which are provided in simple text files. Usage of this new feature is described on our user-facing documentation wiki here: http://www.rosettacommons.org/docs/wiki/Preparing-PDB-files-for-non-peptide-polymers#Alternate-3-Letter-Codes-Files Thank you to all those who provided feedback during the pull request process! :rat: Testing: All unit tests passed, with the exception of a PyRosetta unit test, which I've seen randomly fail in the past. If it turns out it was something I did after all, I'll revert. carbohydrate integration test change expected: renamed an atom type and added loading of sugar with GLYCAM 3-letter codes as an example/test code_duplication test change expected: deleted commented-out code, thus changing reported line numbers of duplications All other tests were already broken.

...


branch: master 「№57898」
Commited by: Doo Nam Kim
GitHub commit link: 「5d581af9657c6928」 「№557」
Difference from previous tested commit:  code diff
Commit date: 2015-06-04 15:37:36

Merge pull request #557 from RosettaCommons/kimdn/sw_unit [update of SandwichFeatures] - added unit test - much better dependency definition (3 features are required) - clearer comment in integration test

...


branch: master 「№57897」
Commited by: Christoffer Norn
GitHub commit link: 「9f61d4bde7f55bfb」 「№547」
Difference from previous tested commit:  code diff
Commit date: 2015-06-04 03:19:35

Merge pull request #547 from RosettaCommons/chnorn/seqprofcon Chnorn/seqprofcon

...


branch: master 「№57896」
Commited by: Vikram K. Mulligan
GitHub commit link: 「a06b60fa48f3e4af」 「№556」
Difference from previous tested commit:  code diff
Commit date: 2015-06-03 18:56:43

Merge pull request #556 from RosettaCommons/vmullig/fix_fragment_filter Fixing the FragmentLookupFilter's unstable behaviour The FragmentLookupFilter had a number of uninitialized variables in its default constructor. I was scratching my head as to why it seemed to work some of the time and not other times until I figured this out. No test changes expected (or seen when the branch was tested), except for the currently-unstable integration.mpi test that I still need to fix.

...


branch: master 「№57895」
Commited by: Michael Pacella
GitHub commit link: 「88232e160c7acf36」 「№551」
Difference from previous tested commit:  code diff
Commit date: 2015-06-03 17:13:05

Merge pull request #551 from RosettaCommons/mpacella88/centroid_carbohydrate_atom_types adding carbohydrate atom types to the centroid atom type set This is a database-only change so I have only performed integration testing. Outside of the broken membrane tests the only changes that occur involve printing of the the newly added atom types from the core.chemical tracer.

...


branch: master 「№57894」
Commited by: Sergey Lyskov
GitHub commit link: 「731a639678a04a84」
Difference from previous tested commit:  code diff
Commit date: 2015-06-03 16:20:14

Adding post-processing to Simian output. This should make code_duplication test results more stable.

...


branch: master 「№57893」
Commited by: Tom Linsky
GitHub commit link: 「d958d904fc3e8b97」 「№555」
Difference from previous tested commit:  code diff
Commit date: 2015-06-03 10:54:22

Merge pull request #555 from RosettaCommons/BridgeChainsMigration Rename ConnectJumps mover to "BridgeChains" and migrate it from devel

...


< 1 .. 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 .. 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