branch: master 「№58820」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「3fab37892d80f560」 「№1485」
Difference from previous tested commit:  code diff
Commit date: 2016-07-29 14:09:01

Merge pull request #1485 from RosettaCommons/jadolfbr/singleton_code_template Add code_template for Singletons Thanks to @JWLabonte for some great singleton examples and tips. Now, we have almost full coverage of common Rosetta classes!!!

...


branch: master 「№58819」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「cc78bbd5705375eb」 「№1486」
Difference from previous tested commit:  code diff
Commit date: 2016-07-29 14:05:14

Merge pull request #1486 from RosettaCommons/jadolfbr/jadolfbr/h3_camelid Fix H3 model camelid integration test It turns out that camelid antibodies NEVER actually worked in AntibodyModelerProtocol. So my simple addition of an integration test and simple fixes for what I thought I had broken while working on antibody design, was not enough. Adding the integration test caused a failure, which I thought was due to adding the test. This fixes that.

...


branch: master 「№58818」
Commited by: Tom Linsky
GitHub commit link: 「cfa9f71519f144d3」 「№1444」
Difference from previous tested commit:  code diff
Commit date: 2016-07-29 12:11:24

Merge pull request #1444 from RosettaCommons/tlinsky/setup-symm Add option to ExtractAsymmetricUnitMover to keep/not keep virtual atoms

...


branch: master 「№58817」
Commited by: Yang Hsia
GitHub commit link: 「c466fb496a30ddcd」 「№1488」
Difference from previous tested commit:  code diff
Commit date: 2016-07-28 17:38:06

Merge pull request #1488 from RosettaCommons/yhsia/sym_residue_selector ResidueSelector: Selects input residues + all of its symmetrical cloned residues

...


branch: master 「№58816」
Commited by: Tom Linsky
GitHub commit link: 「b0bbd02a9da2c0e8」 「№1482」
Difference from previous tested commit:  code diff
Commit date: 2016-07-28 11:01:59

Merge pull request #1482 from RosettaCommons/tlinsky/tag_quote Add non-default option to tag to quote options when the tag is written

...


branch: master 「№58815」
Commited by: Tom Linsky
GitHub commit link: 「c52e57a0660c7aef」 「№1481」
Difference from previous tested commit:  code diff
Commit date: 2016-07-28 10:59:57

Merge pull request #1481 from RosettaCommons/tlinsky/stream_util Add std::set operator<< in stream_util.hh Cosmetic integration test changes expected for symm_disulfidize and dcys_disulfidize, due to disulfidize mover now using std::pair operator<< found in stream_util.hh

...


branch: master 「№58814」
Commited by: Andrew Watkins
GitHub commit link: 「ae163518e1880caa」 「№1477」
Difference from previous tested commit:  code diff
Commit date: 2016-07-26 18:20:31

Merge pull request #1477 from RosettaCommons/everyday847/DMS_valgrind Avoid accessing the -1st position of a string

...


branch: master 「№58813」
Commited by: Orly Marcu
GitHub commit link: 「fb7cd482a1f2d42f」 「№1438」
Difference from previous tested commit:  code diff
Commit date: 2016-07-26 07:14:58

Merge pull request #1438 from RosettaCommons/orlypolo/fix-namespace-location Orlypolo/fix namespace location

...


branch: master 「№58812」
Commited by: Frank DiMaio
GitHub commit link: 「e6f38b84cceb581b」 「№1479」
Difference from previous tested commit:  code diff
Commit date: 2016-07-25 21:35:05

Merge pull request #1479 from RosettaCommons/dimaio/cart_smpler_rama_fix Fix a few bugs with rama mode for cart sampler

...


branch: master 「№58811」
Commited by: Sergey Lyskov
GitHub commit link: 「d4662abb70731bf3」
Difference from previous tested commit:  code diff
Commit date: 2016-07-25 15:31:48

Moving Krishna "pH_protocol" to public apps

...


branch: master 「№58810」
Commited by: Rhiju Das
GitHub commit link: 「3abecf1beb0e51f4」
Difference from previous tested commit:  code diff
Commit date: 2016-07-25 13:04:20

adding observers files to tests

...


branch: master 「№58809」
Commited by: Hahnbeom Park
GitHub commit link: 「d5a8b07e60892ddd」 「№1474」
Difference from previous tested commit:  code diff
Commit date: 2016-07-23 20:24:29

Merge pull request #1474 from RosettaCommons/hahnbeom/fa_intra_elec Hahnbeom/fa intra elec

...


branch: master 「№58808」
Commited by: Andrew Watkins
GitHub commit link: 「7e1e880855f42127」 「№1476」
Difference from previous tested commit:  code diff
Commit date: 2016-07-23 17:40:54

Merge pull request #1476 from RosettaCommons/everyday847/fix_windows_build Don't look for sys/resource.h on Windows

...


branch: master 「№58807」
Commited by: Vikram K. Mulligan
GitHub commit link: 「7ce9d5bf5174d497」 「№1475」
Difference from previous tested commit:  code diff
Commit date: 2016-07-22 19:07:06

Merge pull request #1475 from RosettaCommons/vmullig/aspartimide Add a score term to penalize sequences that are likely to result in aspartimide during peptide synthesis In designing peptides, we're having to throw away or redesign a heck of a lot of designs because of DN, DS, DT, Dx, DG, dn, ds, dt, dX, or dG sequences, which often result in the unwanted aspartimide side-product during peptide synthesis. My Thursday night project will be to add a score term to penalize these two-residue sequences during design, so that the packer simply doesn't put them in. (There are several other things that we're also having to filter for, and each one cuts down our viable designs by an order of magnitude, greatly increasing the number of designs that we have to do in order to get one that we can synthesize. This is the easiest and quickest thing for me to fix with a non-filter-based solution, increasing our good design rate by an order of magnitude or so.) Tasks: - Add the score term. - Have it only apply itself to pairs of residues that are conventionally connected (i.e. residue i is connected to residue j at residue i's C-terminus and residue j's N-terminus). - Have it penalize the sequences in question. X Double-check which sequences should be penalized. (Some also say DC, DD, and DR [and their mirrors]. DP and Dx', where x' is N-methylated, should be immune to aspartimide formation, though.) @gbhardwaj --> If there's a need to tweak what's penalized in the future, or to add general user controls, we can do this when we need it. - Unit test. - Beauty. - Documentation.

...


branch: master 「№58806」
Commited by: Andrew Watkins
GitHub commit link: 「c68d5070724eb4e1」 「№1146」
Difference from previous tested commit:  code diff
Commit date: 2016-07-21 22:24:29

Merge pull request #1146 from RosettaCommons/everyday847/rna-dev Cleaning up and troubleshooting ERRASER a bit; also, some non-natural residues

...


branch: master 「№58805」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「62063d837652235e」 「№1372」
Difference from previous tested commit:  code diff
Commit date: 2016-07-20 14:23:28

Merge pull request #1372 from RosettaCommons/jadolfbr/antibodies/fix_h3_ab_protocol Camelid and antibody protocol fix This PR enables camelid antibodies for the antibody protocol, specifically, antibody_H3. I don't think this ever actually worked as the test for camelids was never being checked. This also adds an integration test for camelid antibodies and antibody_H3.

...


< 1 .. 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 .. 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