branch: master 「№58228」
Commited by: Vikram K. Mulligan
GitHub commit link: 「262dc0cb140b2dc7」 「№858」
Difference from previous tested commit:  code diff
Commit date: 2015-10-15 19:45:43

Merge pull request #858 from RosettaCommons/vmullig/tweak_helixfit Adding an error message in a case of a cryptic failure. Adding a proper error message when the ResidueTypeSet tries to create a residue type for which no params file exists.

...


branch: master 「№58227」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「e9b072fddfac04ef」 「№795」
Difference from previous tested commit:  code diff
Commit date: 2015-10-15 17:12:33

Merge pull request #795 from RosettaCommons/jadolfbr/mpi_dbout This merge fixes 2 FeaturesReporter MPI Issues: Bugs Fixed --------------- 1) Allows the use of the command-line flag for separate_db_per_mpi_process to work in with the XML. 2) Fixes a nasty bug that was sending the MPI JOB_FAILURE_TAG instead of the REQUEST_MESSAGE_TAG when requesting batch and protocol ids for MPI. This fixes sqlite3 MPI and may fix MySQL MPI if it was broken as well. Code and Test ------------------- Reorganized basic/message_passing into basic/mpi and moved enums out of MPIJD and into this namespace. This allows use of the enums instead of ints, which should help prevent something like this in the future (Thanks Vikram!) Add MPI integration test for this (Again, thanks Vikram!). Expected Test Failures ------- Some cosmetic changes in integration tests that used the message_passing namespace. MPI integration test will fail for being new.

...


branch: master 「№58226」
Commited by: Labonte
GitHub commit link: 「c50cd7197f2e3911」 「№832」
Difference from previous tested commit:  code diff
Commit date: 2015-10-15 00:44:27

Merge pull request #832 from RosettaCommons/JWLabonte/sugars/scoring Carbohydrates: sugar_bb scoring term completion All unit tests pass. carbohydrate and vancomycin test changes expected, because of improvements to sugar_bb score term> c-terminal_conjugation test changes expected, because I corrected a wonky pdb input file.

...


branch: master 「№58225」
Commited by: Tom Linsky
GitHub commit link: 「5ef2748a35351635」 「№855」
Difference from previous tested commit:  code diff
Commit date: 2015-10-14 17:59:57

Merge pull request #855 from RosettaCommons/tlinsky/consensusloop_bp Add "blueprint" option to ConsensusLoopDesign

...


branch: master 「№58224」
Commited by: Tom Linsky
GitHub commit link: 「12486c8ec7e8c6be」 「№788」
Difference from previous tested commit:  code diff
Commit date: 2015-10-14 16:12:46

Merge pull request #788 from RosettaCommons/tlinsky/tomponents Updates/cleanups/bugfixes to denovo_design classes

...


branch: master 「№58223」
Commited by: Labonte
GitHub commit link: 「a6f48f94d5927490」
Difference from previous tested commit:  code diff
Commit date: 2015-10-14 03:10:20

Oops. Was in wrong branch. Restoring. Sorry!

...


branch: master 「№58222」
Commited by: Labonte
GitHub commit link: 「5f62ee5881998f63」
Difference from previous tested commit:  code diff
Commit date: 2015-10-14 03:02:26

fixing unit tests

...


branch: master 「№58221」
Commited by: sboyken
GitHub commit link: 「ef50d9007837ef35」
Difference from previous tested commit:  code diff
Commit date: 2015-10-13 16:25:38

15/10/13 updated the Xcode template project.pbxproj.template file to remove links to protocols_f.5 and add libz to protocols_a.5; current master now builds correctly in Xcode using this new template file. Because the only change is this template file, I am pushing this file to master without a pull request

...


branch: master 「№58220」
Commited by: Labonte
GitHub commit link: 「797b30f05d1a9997」 「№801」
Difference from previous tested commit:  code diff
Commit date: 2015-10-13 07:07:38

Merge pull request #801 from RosettaCommons/JWLabonte/AtomTypes Turning on GasteigerAtomTypes by default carbohydrate test changes expected.

...


branch: master 「№58219」
Commited by: Kristin Blacklock
GitHub commit link: 「f3b75b1585d1b0b3」 「№846」
Difference from previous tested commit:  code diff
Commit date: 2015-10-12 23:39:09

Merge pull request #846 from RosettaCommons/kmb413/LooDo Kmb413/loo do

...


branch: master 「№58218」
Commited by: Vikram K. Mulligan
GitHub commit link: 「f072872d5414a901」
Difference from previous tested commit:  code diff
Commit date: 2015-10-12 20:30:42

Updating thread_local to THREAD_LOCAL in apps/pilot/chrisk/hbscan.cc.

...


branch: master 「№58217」
Commited by: indigogo
GitHub commit link: 「d3b65575b73498df」 「№853」
Difference from previous tested commit:  code diff
Commit date: 2015-10-12 18:12:38

Merge pull request #853 from RosettaCommons/indigogo/hbscan Indigogo/hbscan

...


branch: master 「№58216」
Commited by: Andrew Watkins
GitHub commit link: 「688e820296fec708」 「№852」
Difference from previous tested commit:  code diff
Commit date: 2015-10-10 20:43:39

Merge pull request #852 from RosettaCommons/everyday847/fix-valgrind-errors Fix two valgrind errors

...


branch: master 「№58215」
Commited by: Andrew Watkins
GitHub commit link: 「1f7155ca99dddb03」 「№844」
Difference from previous tested commit:  code diff
Commit date: 2015-10-10 03:10:02

Merge pull request #844 from RosettaCommons/everyday847/real_metapatches "Metapatches": a framework for atomwise manipulations

...


branch: master 「№58214」
Commited by: Vikram K. Mulligan
GitHub commit link: 「827a2f3e6378d230」 「№840」
Difference from previous tested commit:  code diff
Commit date: 2015-10-09 06:05:14

Merge pull request #840 from RosettaCommons/vmullig/asford_multibody_copy3 Add support for non-pairwise decomposible score terms to the packer This merges Alex Ford's recent changes to the packer into master, adding support for score terms that are not pairwise decomposible but which can be made fast to compute or update by other means. (An example is the aa_composition score term, which imposes a nonlinear penalty for deviation from a desired amino acid composition. It's very fast to count amino acids of a given type.) Tasks: - Fix issues introduced by recent changes to disulfide code. - Add full Doxygen documentation for new classes. - Re-beautify. - Check the (many) integration test changes. - Fix PyRosetta issues. - Re-beautify. - Fix failing unit test. - Rename variables with leading underscore to have trailing underscore instead. - Figure out PyRosetta unit test issues. - Re-beautify. For a future pull request: - Add RosettaScripts-accessible means of setting up the new score terms. - Add a better base class for packer-compatible non-pairwise-decomposible score terms. - Revise the aa_composition energy, adding more user controls (e.g. layers, regions of the protein, etc.) Integration test changes expected: - Many tests have small cosmetic changes (because some packer-related namespaces and corresponding tracer names change). - bundlegridsampler_composition_energy actually changes (because the aa_composition energy now works with the packer, so the output from this test is much better)

...


branch: master 「№58213」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「b7c7d78cb1b7cc69」
Difference from previous tested commit:  code diff
Commit date: 2015-10-05 22:05:18

Remove protocols_f.5 library from devel unit test src.settings (we still have that?) and core. This actually does what my previous commit should have done.

...


< 1 .. 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 .. 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