branch: master 「№57556」
Commited by: Philip Bradley
GitHub commit link: 「66a2609ef3632bee」 「№274」
Difference from previous tested commit:  code diff
Commit date: 2015-01-20 10:31:32

Merge pull request #274 from RosettaCommons/phbradley/tiny_minpack_bugfix tiny min_pack bugfix

...


branch: master 「№57555」
Commited by: Philip Bradley
GitHub commit link: 「0d6cd80a79d21533」 「№272」
Difference from previous tested commit:  code diff
Commit date: 2015-01-19 10:20:09

Merge pull request #272 from RosettaCommons/phbradley/residue_datacache Phbradley/residue datacache

...


branch: master 「№57554」
Commited by: Rhiju Das
GitHub commit link: 「ee475ab090ea0d0e」 「№252」
Difference from previous tested commit:  code diff
Commit date: 2015-01-17 19:56:53

Merge pull request #252 from RosettaCommons/rhiju/trace_assert updating assert() to print backtraces tests look OK. [one unit test failed; same as in master (I see that sergey is doing some fixes).] Will do global find/replace of assert() to debug_assert() in a separate pull request.

...


branch: master 「№57553」
Commited by: Sergey Lyskov
GitHub commit link: 「0f82242b10c43451」
Difference from previous tested commit:  code diff
Commit date: 2015-01-14 20:29:08

Disabling folding and part of refinement PyRosetta unit tests until issues with Abinitio stability is resolved

...


branch: master 「№57552」
Commited by: Hahnbeom Park
GitHub commit link: 「93f34d41449a5cbd」 「№266」
Difference from previous tested commit:  code diff
Commit date: 2015-01-14 12:12:48

Merge pull request #266 from RosettaCommons/hahnbeom/refinement Hahnbeom/refinement

...


branch: master 「№57551」
Commited by: Vikram K. Mulligan
GitHub commit link: 「872ca320415bba38」 「№267」
Difference from previous tested commit:  code diff
Commit date: 2015-01-14 02:32:26

Merge pull request #267 from RosettaCommons/vmullig/for_chris Very minor bugfix to BundleGridSampler (taking out some unnecessary restrictions on input). Test changes are only those integration tests that are already failing.

...


branch: master 「№57550」
Commited by: Andy Watkins
GitHub commit link: 「c7ce5fe8d820cb13」
Difference from previous tested commit:  code diff
Commit date: 2015-01-13 13:30:39

Committing the resolution fix for rotlibs (prob <= 1e-6, not prob == 0)

...


branch: master 「№57549」
Commited by: P. Douglas Renfrew
GitHub commit link: 「4c3f69ce83955330」
Difference from previous tested commit:  code diff
Commit date: 2015-01-13 12:33:16

Bug fix for a uncompiled pilot app. No unit or integration test changes expected.

...


branch: master 「№57548」
Commited by: Wojciech Potrzebowski
GitHub commit link: 「3f65b7c953a57a05」 「№198」
Difference from previous tested commit:  code diff
Commit date: 2015-01-12 04:31:27

Merge pull request #198 from RosettaCommons/wpotrzebowski/fiber_diffraction Merging Fiber Diffraction scoring and derivatives calculation There are three separate Fiber Diffraction modules (energy terms). FiberDiffractionEnergy – all-atom scoring and derivatives FiberDiffractionEnergyDens – low-resolution (centroid) scoring based on electron density of subunit FiberDiffractionEnergyGpu – all-atom scoring and derivatives performed on GPU. This module is based on NVIDIA Cuda library and was developed before OpenCL standard was introduced. To compile it extras=cuda flag has to be used. One has to uncomment two lines (71 and 72) in tools/build/nvcc.py file. This will pass arch=sm_20 flag to nvcc. I’ve also added #define BOOST_NOINLINE statement to external/boost_1_55_0/boost/config/compiler/nvcc.hpp so the module compiles in debug mode. The corresponding line has to be uncommented too. #UNIT TESTS: Fiber Diffraction tests have been added. Unit tests status: All pass #INTEGRATION TESTS: fiber_diffraction and fiber_diffraction_fad Integration tests have been added. Integration test results as expected: database_jd2_compact_io, database_jd2_io, features and sweep_respair_energies are changed because new score terms are added. #PyRosetta: FiberDiffractionEnergy, FiberDiffractionEnergyDens works with PyRosetta, while FiberDiffractionEnergyGpu was excluded from these builds (src/python/bindings/exclude.py)

...


branch: master 「№57547」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「db2d031fe9ef5724」
Difference from previous tested commit:  code diff
Commit date: 2015-01-11 11:43:11

Set use_centroid_dg to False in InterfaceFeatures. It is unused and unreported. Having it true makes pdbs fail with modifications or other ligands without centroid params. Thanks to Jordan Willis for finding this

...


branch: master 「№57546」
Commited by: Sergey Lyskov
GitHub commit link: 「8628cf4143cbd167」 「№262」
Difference from previous tested commit:  code diff
Commit date: 2015-01-11 01:27:48

Merge pull request #262 from RosettaCommons/revert-261-hahnbeom/refinement Revert "Hahnbeom/refinement" until issues with Windows PyRosetta build is fixed

...


branch: master 「№57545」
Commited by: Justin Porter
GitHub commit link: 「7fff3e0be19b071f」 「№255」
Difference from previous tested commit:  code diff
Commit date: 2015-01-11 01:18:01

Merge pull request #255 from RosettaCommons/justinrporter/env_release Merge miscellaneous bug fixing related to Environment, except a bug in FoldTree::insert_fold_tree_by_jump that creates an invalid fold tree when the inserted fold tree is a single, one-residue peptide edge. This is fixed by commit 90120df. Integration test failures are expected from antibody_graft and inverse_rotamer_remodel for unrelated reasons, as well as "core_scoring_Score_10000x_fa_cust_pair_dist," which seems to be failing these days.

...


branch: master 「№57544」
Commited by: Hahnbeom Park
GitHub commit link: 「d401c6ed9f27e8b4」 「№261」
Difference from previous tested commit:  code diff
Commit date: 2015-01-10 14:04:25

Merge pull request #261 from RosettaCommons/hahnbeom/refinement Hahnbeom/refinement

...


branch: master 「№57543」
Commited by: Vikram K. Mulligan
GitHub commit link: 「45f3fbfa6668a609」 「№259」
Difference from previous tested commit:  code diff
Commit date: 2015-01-09 20:12:36

Merge pull request #259 from RosettaCommons/revert-257-vmullig/turn_off_smoke_detector Revert "Temporarily turning off an integration test that no one has seen...

...


branch: master 「№57542」
Commited by: Vikram K. Mulligan
GitHub commit link: 「1321f34fb10e7276」 「№258」
Difference from previous tested commit:  code diff
Commit date: 2015-01-09 19:53:22

Merge pull request #258 from RosettaCommons/vmullig/for_chris Adding a pre_selection_filter option to the BundleGridSampler. This adds one option to the BundleGridSampler (a pre-selection filter that filters out gridpoints that don't pass some criterion). Tasks: Add the filter option. Add RosettaScripts support. Have it do something in the apply() function. Tweak the bundlegridsampler_design integration test to use a filter. (Changes to this integration test expected). Update the documentation. Incidental changes: Tweaked my design_cycpeptide_MPI.cc app. Expected test changes: Only the bundlegridsampler_design integration test should change (a bit more logfile output, a few fewer pdb files written since some are filtered out by the new filter). I didn't wait for the Windows PyRosetta build test, since it's very slow. I'll chance it -- there's no reason that this should cause that build to fail when the Mac and Linux PyRosetta builds are fine.

...


branch: master 「№57541」
Commited by: Vikram K. Mulligan
GitHub commit link: 「5ce229f53ebf4e99」 「№257」
Difference from previous tested commit:  code diff
Commit date: 2015-01-09 19:49:58

Merge pull request #257 from RosettaCommons/vmullig/turn_off_smoke_detector Temporarily turning off an integration test that no one has seen fit to fix in some time Moving the antibody_graft integration test to disabled_tests to turn it off. This integration test, along with inverse_rotamer_remodel and pcket_suggest_targets, have been broken for some time (though the latter two work in at least one of release_debug or release, so I'll leave them). A smoke detector that rings continuously is worse than useless; it masks actual alarms and trains people to ignore the alarm. I'm switching the antibody_graft integration test off until someone sees fit to fix it (and I hope someone will also fix the other two). I don't know whose tests these are because there are no observers. If they're yours, fix them and put them back in tests, please. Update -- I see that pocket_suggest_targets was fixed. Thank you! The debug_release integration test should give a green light, now, with antibody_graft disabled. (Whoever wrote antibody_graft, please fix it and re-enable!)

...


< 1 .. 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 .. 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