branch: release 「№62」
Commited by: Andrew Watkins
GitHub commit link: 「d5cfff711d275f40」 「№595」
Difference from previous tested commit:  code diff
Commit date: 2015-06-29 21:18:10

Merge pull request #595 from RosettaCommons/everyday847/expose_my_work_to_pyrosetta Factor out my indel modeling app into a protocol

...


branch: release 「№61」
Commited by: Andrew Watkins
GitHub commit link: 「876e2a9469b95aa6」
Difference from previous tested commit:  code diff
Commit date: 2015-06-19 15:17:13

Update release.py Inexplicable typo from my recent merge... My apologies, Sergey!

...


branch: release 「№60」
Commited by: Sergey Lyskov
GitHub commit link: 「541e26c2762fc2f4」
Difference from previous tested commit:  code diff
Commit date: 2015-06-12 13:22:57

Updating release_debug_no_symbols build mode by adding -ffloat-store compilation flag. This should make this mode more ‘debug-like’. Adding this flag also lead to hard failure of previously passed fragmentpicker_integration_demo integration test.

...


branch: release 「№59」
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: release 「№58」
Commited by: P. Douglas Renfrew
GitHub commit link: 「00b876e97e6b2ad4」 「№538」
Difference from previous tested commit:  code diff
Commit date: 2015-05-28 09:28:21

Merge pull request #538 from RosettaCommons/dougrenfrew/fix_options_memory Reduce compilation memory foot print of options files

...


branch: release 「№57」
Commited by: Vikram K. Mulligan
GitHub commit link: 「7a3c5987837a8cb7」 「№527」
Difference from previous tested commit:  code diff
Commit date: 2015-05-21 02:17:15

Merge pull request #527 from RosettaCommons/revert-517-jadolfbr/antibody_design Revert "Jadolfbr/antibody design" temporarily Since this merge seems to have caused intermittent instabilities in a number of integration tests in release_debug mode, I'm temporarily reverting it until we can track down the source of those instabilities. (This isn't meant as a condemnation or criticism of you, @jadolfbr! I know that the problems didn't show up when you tested this branch in commits.) Once we figure out what's going wrong, we can re-merge.

...


branch: release 「№56」
Commited by: Andy Watkins
GitHub commit link: 「fb3dbb3db2c16719」
Difference from previous tested commit:  code diff
Commit date: 2015-05-13 23:33:18

Cysteines now become disulfides by the application of the disulfide patch. 1. The same goes for D-cysteine, homocysteine, D-homocysteine, beta-3-cysteine, penicillamine, d-penicillamine, and... any other disulfide residue type we hope to introduce. 2. So instead of incorporating two residue types, just type "FORMS_DISULFIDE_BOND" on the properties line of your params file (next to other standards like PROTEIN) and add a case to the disulfide patch. 3. A small number of integration test changes are expected. match_1n9l changes because it relies on the number of residue types in the name3map and it might require a special cysteine derived residue type without a HG to properly represent catalytic cysteines. dock_with_hotspot_place_simultaneously, remodel_disulfides_rosettascripts, inverse_rotamer_remodel have been bug-fixed, essentially--they were checking for a type().name() of CYD, which is a no-no in any version of Rosetta! @jadolfbr confirms that the antibody_designer test is likely responding to an uninitialized variable and that I should go ahead and merge.

...


branch: release 「№55」
Commited by: Tom Linsky
GitHub commit link: 「5509736b35221a18」 「№508」
Difference from previous tested commit:  code diff
Commit date: 2015-05-06 16:52:52

Merge pull request #508 from RosettaCommons/tlinsky/named_atom_constraint Add NamedAngleConstraint

...


branch: release 「№54」
Commited by: Vikram K. Mulligan
GitHub commit link: 「840ffd57a64d4c0d」 「№494」
Difference from previous tested commit:  code diff
Commit date: 2015-04-29 14:23:38

Merge pull request #494 from RosettaCommons/vmullig/fix_atomtree_mover Removing FoldTree reordering in the parse_my_tag() function of the AtomTree mover. If the user does not want a FoldTree rooted on residue 1, he/she should not get a Foldtree rooted on residue 1. No integration test changes or unit test failures expected.

...


branch: release 「№53」
Commited by: Vikram K. Mulligan
GitHub commit link: 「0b0f97857f0d4765」 「№471」
Difference from previous tested commit:  code diff
Commit date: 2015-04-21 13:35:21

Merge pull request #471 from RosettaCommons/vmullig/z_is_for_zibo_that_good_enough_for_me Adjusting z1_offset parameter in helical bundle code to match Grigoryan paper's convention. This adds a correction factor so that z1_offset is measured as the offset along the global z-axis, in Angstroms, rather than as the offset along the local helix axis. This is intended to match Grigoryan and DeGrado (2011) J. Mol. Biol. 405(4):1079-1100. Tasks: -- Add correction factor. -- Double-check that this does, indeed, produce the correct offsets. -- Update documentation. -- Also, switch convention for inverted helices. (They now move in the opposite direction to right-side-up helices). Expect integration test changes to z0_offset and z1_offset integration tests for the BundleGridSampler and PerturbBundle movers.

...


branch: release 「№52」
Commited by: Caleb Geniesse
GitHub commit link: 「045b1659e648d920」 「№455」
Difference from previous tested commit:  code diff
Commit date: 2015-04-14 12:36:54

Merge pull request #455 from RosettaCommons/calebgeniesse/swa_protein_combine_loops Fixing swa_protein_combine_loops integration test

...


branch: release 「№51」
Commited by: Vikram K. Mulligan
GitHub commit link: 「919e7d87adf040a8」 「№445」
Difference from previous tested commit:  code diff
Commit date: 2015-04-06 23:16:33

Merge pull request #445 from RosettaCommons/vmullig/fix_remodel_AP_issue Fixing an issue with the RemodelMover Fixing an owning pointers issue where an owning pointer was being requested from an object created as a reference on the stack in the RemodelMover.

...


branch: release 「№50」
Commited by: Tom Linsky
GitHub commit link: 「50d8c93daa00fbfc」 「№405」
Difference from previous tested commit:  code diff
Commit date: 2015-03-30 15:34:10

Merge pull request #405 from RosettaCommons/tlinsky/disulfidize Improvements to disulfidize mover

...


branch: release 「№49」
Commited by: Hahnbeom Park
GitHub commit link: 「99cf1964acd4c1cb」 「№409」
Difference from previous tested commit:  code diff
Commit date: 2015-03-23 15:26:35

Merge pull request #409 from RosettaCommons/hahnbeom/patchs fixing broken unit tests with cart_bonded updates

...


branch: release 「№48」
Commited by: Tom Linsky
GitHub commit link: 「033713c32c8afae6」 「№374」
Difference from previous tested commit:  code diff
Commit date: 2015-03-16 00:33:11

Merge pull request #374 from RosettaCommons/tlinsky/multiplepose_keepmover MultipleOutputWrapper now has "keep_mover_state" option which re-used th...

...


branch: release 「№47」
Commited by: David Johnson
GitHub commit link: 「45564faa506b7763」
Difference from previous tested commit:  code diff
Commit date: 2015-03-06 16:13:36

Fixed Valgrind errors in pocket_suggest_targets

...


< 1 .. 12 13 14 15 16 17 18 19 20 21 22 23 >

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