branch: master 「№60504」
Commited by: Andy Watkins
GitHub commit link: 「1aba7c5a396423d0」 「№3625」
Difference from previous tested commit:  code diff
Commit date: 2018-11-15 22:33:54

Merge pull request #3625 from RosettaCommons/everyday847/polyaramids Add polyaramid params

Andy Watkins 6 years
I'll fix the failing integration test I added -- I missed a debug_assert.
...


branch: master 「№60503」
Commited by: Alex Ford
GitHub commit link: 「adac37a8be861634」 「№3626」
Difference from previous tested commit:  code diff
Commit date: 2018-11-14 12:35:40

Merge pull request #3626 from RosettaCommons/fordas/pyrosetta_bootstrap_dev_env Add bootstrap pyrosetta dev env from prebuilt binaries.

...


branch: master 「№60502」
Commited by: Brahm Yachnin
GitHub commit link: 「febbd46e06885642」 「№3612」
Difference from previous tested commit:  code diff
Commit date: 2018-11-12 17:33:15

Merge pull request #3612 from RosettaCommons/BYachnin/mhc-epitope-new mhc_epitope scoreterm, a flexible, packer-compatible deimmunization scoreterm This is the second attempt, after addressing a release mode unit test failure in PR #3390 . This PR introduces a new scoreterm, mhc_epitope, which can be used to identify and remove T-cell epitopes from proteins. It is packer compatible, using the "design guidance scoreterm" machinery introduced by @vmullig and @asford . Thanks to @vmullig for writing the original code that we copied, and for the thorough review! The code was developed by myself and @cbaileykellogg . The simplest mode involves turning on the scoreterm to work with the "ProPred" prediction matrices to remove epitopes (MHCEpitopePredictorMatrix). The threshold for what is considered to be an epitope (i.e. how aggressively to de-immunize) can be tuned using either raw scores or relative scores. Alternatively, the user can pre-compute epitope scores for a pre-defined set of sequences using more sophisticated prediction tools (e.g. NetMHC and IEDB). These should be stored in a SQL database to be accessed in the MHCEpitopePredictorExternal class. We will be providing some scripts in the tools repo to help users generate these SQL databases, and corresponding PSSMs to limit design space with task ops. This can also be implemented as a constraint mover, allowing specific regions to be targeted using residue selectors. These can use different predictor classes (e.g. use a general MHCEpitopePredictorMatrix in the scorefunction and a MHCEpitopePredictorExternal in specific regions with residue selectors) and other settings (thresholds, etc.). The scoreterm should behave well with symmetric proteins, ligands, non-canonical amino acids, and multi-chain systems. INTEGRATION TEST CHANGES: `mhc_epitope` fails because it is new 53 tests fail because of cosmetic addition of `EnergyMethodOptions::show: mhc_epitope_setup_files:` to output pdb files (we have added this as a new EnergyMethodOption): backbonegridsampler_multiresidue, bundlegridsampler, bundlegridsampler_copy_pitch, bundlegridsampler_design, bundlegridsampler_design_nstruct_mode, bundlegridsampler_epsilon, bundlegridsampler_z0_offset, bundlegridsampler_z1_offset, coupled_moves, ligand_dock_ensemble, mp_find_interface, mp_mutate_relax, mp_mutate_repack, oligourea_predict, pepspec, perturb_helical_bundle, remodel, remodel_disulfides, remodel_helical_repeat, scaffold_matcher, simple_cycpep_predict, simple_cycpep_predict_angle, simple_cycpep_predict_anglelength, simple_cycpep_predict_cartesian, simple_cycpep_predict_cispro, simple_cycpep_predict_cterm_isopeptide_lariat, simple_cycpep_predict_cterm_isopeptide_lariat_tailless, simple_cycpep_predict_design, simple_cycpep_predict_nterm_isopeptide_lariat, simple_cycpep_predict_nterm_isopeptide_lariat_tailless, simple_cycpep_predict_octahedral_metal, simple_cycpep_predict_settings, simple_cycpep_predict_sidechain_isopeptide, simple_cycpep_predict_sidechain_isopeptide_reverse, simple_cycpep_predict_square_planar_metal, simple_cycpep_predict_square_pyramidal_metal, simple_cycpep_predict_symm_gly, simple_cycpep_predict_symmetric_sampling, simple_cycpep_predict_tbmb, simple_cycpep_predict_terminal_disulfide, simple_cycpep_predict_terminal_disulfide_internal_permutations, simple_cycpep_predict_terminal_disulfide_tails, simple_cycpep_predict_tetrahedral_metal, simple_cycpep_predict_tetrahedral_metal_asp, simple_cycpep_predict_tma, simple_cycpep_predict_trigonal_planar_metal, simple_cycpep_predict_trigonal_pyramidal_metal, simple_grafting_movers, supercharge, sweep_respair_energies, test_energy_method_options, zinc_heterodimer, zinc_homodimer_design 3 tests fail because of cosmetic addition of `INSERT INTO "score_types" VALUES(1,376,'mhc_epitope');` (and re-ordering of other score_types) in output dump files (we have added this as a new score_type): database_jd2_compact_io, database_jd2_io, features hotspot_hashing is broken in master

...


branch: master 「№60501」
Commited by: Sergey Lyskov
GitHub commit link: 「a9d433740da96f57」 「№3622」
Difference from previous tested commit:  code diff
Commit date: 2018-11-12 14:17:01

Merge pull request #3622 from RosettaCommons/sergey/ui Changing RosettaCloud address to use HTTPS

...


branch: master 「№60500」
Commited by: Brahm Yachnin
GitHub commit link: 「40d50eb3a9b81b8e」
Difference from previous tested commit:  code diff
Commit date: 2018-11-12 10:37:42

beautifying

...


branch: master 「№60499」
Commited by: Andy Watkins
GitHub commit link: 「e47b5e08a9e6e37d」 「№3583」
Difference from previous tested commit:  code diff
Commit date: 2018-11-11 11:09:00

Merge pull request #3583 from RosettaCommons/everyday847/updates_for_beta_aa_trna Updates for beta AA tRNA conjugation

...


branch: master 「№60498」
Commited by: Amanda Loshbaugh
GitHub commit link: 「69a4a9f13738160f」 「№3424」
Difference from previous tested commit:  code diff
Commit date: 2018-11-06 22:28:23

Merge pull request #3424 from RosettaCommons/aloshbau/CoupledMoves Aloshbau/coupledmoves

...


branch: master 「№60497」
Commited by: Alex Ford
GitHub commit link: 「d31aab6b2d2bbb26」 「№3611」
Difference from previous tested commit:  code diff
Commit date: 2018-11-06 19:06:09

Merge pull request #3611 from RosettaCommons/fordas/packed_pose_score_update Add `update_scores` interface to packed pose.

...


branch: master 「№60496」
Commited by: Alex Ford
GitHub commit link: 「14e6b5a23164e152」 「№3607」
Difference from previous tested commit:  code diff
Commit date: 2018-11-06 18:07:24

Merge pull request #3607 from RosettaCommons/fordas/pose_metric_deserialization Fix pose metric container deserialization.

...


branch: master 「№60495」
Commited by: Vikram K. Mulligan
GitHub commit link: 「f0ff0df320ca82ee」
Difference from previous tested commit:  code diff
Commit date: 2018-11-05 21:36:43

beautifying

...


branch: master 「№60494」
Commited by: Brahm Yachnin
GitHub commit link: 「122b6ecdac32cc17」 「№3616」
Difference from previous tested commit:  code diff
Commit date: 2018-11-05 18:02:19

Merge pull request #3616 from RosettaCommons/BYachnin/release_unittest_build_fix Fix release mode unit test build with newer gcc compilers In newer gcc versions (6.3, for example), the unit test suite will not build because of a compiler warning that is treated as an error ('num' may be used uninitialized in this function). This small fix sets the value of res before running the code previously in isFloatNumber(), which fixes the error. There are no test failures other than unstable tests in master.

...


branch: master 「№60493」
Commited by: Andy Watkins
GitHub commit link: 「0ebe5274422f7b62」 「№3610」
Difference from previous tested commit:  code diff
Commit date: 2018-11-05 17:02:46

Merge pull request #3610 from RosettaCommons/everyday847/repeated_fragment_moves Repeated fragment moves for an eventual, say, FARFAR3

...


branch: master 「№60492」
Commited by: Vikram K. Mulligan
GitHub commit link: 「111952e63e0ba0d3」 「№3614」
Difference from previous tested commit:  code diff
Commit date: 2018-11-05 15:18:20

Merge pull request #3614 from RosettaCommons/vmullig/add_iron_rusty_settings Add site settings for the Flatiron Institute's Rusty/Iron cluster I won't bother to run tests for this, since no code changes and no problems can really arise from adding this file. This also corrects "UCSF to UCSD" in the Gordon site.settings file's comments.

...


branch: master 「№60491」
Commited by: Brandon Frenz
GitHub commit link: 「c1fd08d889c97965」 「№3553」
Difference from previous tested commit:  code diff
Commit date: 2018-11-05 14:14:28

Merge pull request #3553 from CyrusBiotechnology/bfrenz/cartesian-ddg-legacyfix Fix to the legacy call in the cartesian ddg app. Bugfix on disulfides

...


branch: master 「№60490」
Commited by: Alex Ford
GitHub commit link: 「c6f738a7f2509b08」 「№3615」
Difference from previous tested commit:  code diff
Commit date: 2018-11-05 12:59:00

Merge pull request #3615 from RosettaCommons/fordas/xyzstripehash_mismatched_delete Fix mismatched new[]/delete in xyzStripeHash.

...


branch: master 「№60489」
Commited by: Andy Watkins
GitHub commit link: 「3af644ae4e87d9b3」 「№3609」
Difference from previous tested commit:  code diff
Commit date: 2018-11-03 16:04:59

Merge pull request #3609 from RosettaCommons/everyday847/stochastic_erraser2 Adding stochastic elements to ERRASER2

...


< 1 .. 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 .. 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