branch: master 「№59413」
Commited by: Brian Weitzner
GitHub commit link: 「93759c10b0b74750」 「№2181」
Difference from previous tested commit:  code diff
Commit date: 2017-04-16 11:55:30

Merge pull request #2181 from RosettaCommons/weitzner/more-py3 Weitzner/more py3 -- a beautification test (related to LK Ball) and one integration test (ligand_database_io ) failed on this PR, but I only touched some python code related to testing, so I'm merging this thing in.

...


branch: master 「№59412」
Commited by: Brian D. Weitzner
GitHub commit link: 「19e433d24038f0d5」
Difference from previous tested commit:  code diff
Commit date: 2017-04-15 16:08:00

Making the integration test script work with pyhon 2 and 2. Also making clang the default compiler on macs.

...


branch: master 「№59411」
Commited by: Brian Weitzner
GitHub commit link: 「10c7c9bbb01c0a08」 「№2180」
Difference from previous tested commit:  code diff
Commit date: 2017-04-15 15:40:15

Merge pull request #2180 from RosettaCommons/weitzner/py3-compat Weitzner/py3 compat

...


branch: master 「№59410」
Commited by: Sergey Lyskov
GitHub commit link: 「2ffd2c1c7e600daf」 「№2179」
Difference from previous tested commit:  code diff
Commit date: 2017-04-15 00:42:33

Merge pull request #2179 from RosettaCommons/sergey/f beautifying

...


branch: master 「№59409」
Commited by: Frank DiMaio
GitHub commit link: 「f1f12f001f6f5ffb」 「№2125」
Difference from previous tested commit:  code diff
Commit date: 2017-04-14 21:57:32

Merge pull request #2125 from RosettaCommons/dimaio/more_beta_nov16_bugfixes This pull request fixes several minor bugs with beta_nov16 (mostly lk_ball_bridge): 1) The ramp widths for lk_ball_bridge and lk_ball (which are different) were used incorrectly in places, ultimately leading to derivative discontinuities in lk_ball_bridge. Also modifying ramp widths to best match the shape of lk_ball_bridge that was previously used. 2) The heavyatom-heavyatom interaction radius for lk_ball_bridge is a tiny bit larger than that of fa_sol; reusing fa_sol's minimizer graph missed some interactions. Modifying to have lk_ball create its own minimizer graph. 3) countpair was not correctly applied for lk_ball_bridge_uncpl in scoring (but was in packing/minimization) ... this has also been corrected. Also fixed a small countpair inconsistency with lk_ball across non-polymer connections. This change only effects beta_nov16 scoring with one exception: beta_nov15 will report slightly different scores in disulfide-containing structures. This leads to several beta_nov15 integration test failures: disulfidize_beta_cys, genkic_ramaprepro_sampling, simple_cycpep_predict_tbmb, ppi_*

...


branch: master 「№59408」
Commited by: Sergey Lyskov
GitHub commit link: 「3e6426b7509c2c54」 「№2175」
Difference from previous tested commit:  code diff
Commit date: 2017-04-14 19:06:12

Merge pull request #2175 from RosettaCommons/sergey/f Moving bison files into separate dir so they do not confuse qmake

...


branch: master 「№59407」
Commited by: Sergey Lyskov
GitHub commit link: 「856195aabe59b686」
Difference from previous tested commit:  code diff
Commit date: 2017-04-13 17:41:45

beautifying

...


branch: master 「№59406」
Commited by: Sergey Lyskov
GitHub commit link: 「7db9d2a06a48a9ea」
Difference from previous tested commit:  code diff
Commit date: 2017-04-13 00:54:07

Adding output of ‘git diff’ to beautify test log

...


branch: master 「№59405」
Commited by: Sergey Lyskov
GitHub commit link: 「7258de2ce6793708」 「№2173」
Difference from previous tested commit:  code diff
Commit date: 2017-04-12 23:43:32

Merge pull request #2173 from RosettaCommons/benchmark Adding beautify and beautification tests

...


branch: master 「№59404」
Commited by: Sergey Lyskov
GitHub commit link: 「f2642a8183ab3a7d」 「№2163」
Difference from previous tested commit:  code diff
Commit date: 2017-04-12 15:38:09

Merge pull request #2163 from RosettaCommons/sergey/binder Updating PyRosetta Job Distributer and MPI Job distributer

...


branch: master 「№59403」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「ba51e675f75aa8b9」 「№2165」
Difference from previous tested commit:  code diff
Commit date: 2017-04-12 10:43:55

Merge pull request #2165 from RosettaCommons/aleaverfay/npd_hbond Fix off-rotamer-packer bugs w/ LK_Ball term

...


branch: master 「№59402」
Commited by: Rhiju Das
GitHub commit link: 「f146a7183f725d84」 「№2170」
Difference from previous tested commit:  code diff
Commit date: 2017-04-11 18:36:24

Merge pull request #2170 from RosettaCommons/rhiju/hotfix_polymerbondedenergycontainer hotfix to PolymerBondedEnergyContainer

...


branch: master 「№59401」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「961fb96ae3a0b488」 「№2168」
Difference from previous tested commit:  code diff
Commit date: 2017-04-11 08:01:51

Merge pull request #2168 from RosettaCommons/aleaverfay/rotsets_offsets_bug bugfix w/ deleting and adding rotamers There's a bug in the way the RotamerSets class handles the addition and deletion of Rotamers from the RotamerSet objects it holds. This fix here cause the RotamerSets object to make sure its rotamer-count and offset data is up to date before setup_for_packing is called, (and therefore, before simulated annealing begins). I had been really hoping this bugfix would have turned up more integration test changes, as I have another PR in the works (#2165) that produces quite a few trajectory changes, and I'm not yet certain why.

...


branch: master 「№59400」
Commited by: Vikram K. Mulligan
GitHub commit link: 「3d8292ea8d4da234」 「№2169」
Difference from previous tested commit:  code diff
Commit date: 2017-04-11 05:08:48

Merge pull request #2169 from RosettaCommons/vmullig/fix_zerolength_bug Fixing an error in Conformation::rebuild_polymer_bond_dependent_atoms Fixing an error in Conformation::rebuild_polymer_bond_dependent_atoms() in the edge case that this function is called on an open terminus. (This was creating problems with using the DeclareBond mover to create terminal disulfide bonds). @csykang : This should fix the problem with your script, and allow you to build disulfide-cyclized peptides without extra tail glycine residues.

...


branch: master 「№59399」
Commited by: Vikram K. Mulligan
GitHub commit link: 「2948c6af1560d82c」 「№1508」
Difference from previous tested commit:  code diff
Commit date: 2017-04-11 02:11:52

Merge pull request #1508 from RosettaCommons/vmullig/support_nmethyl Adding support for N-methyl amino acids # **Background and Rationale:** N-methyl amino acids can be used during peptide synthesis to confer various desirable properties on a synthetic peptide. N-methylation removes a hydrogen bond donor, in many cases promoting solubility in hydrophobic environments and helping with membrane permeability. It also greatly alters the conformational preferences of an amino acid residue. ![nmethylpeptide](https://cloud.githubusercontent.com/assets/4205776/17455648/a2aa4124-5b73-11e6-8f32-9e7c63ae7ef2.png) We want to be able to design with N-methyl amino acids, and this pull request is intended to add support for: - Modelling N-methyl amino acid geometry (adding a patch for N-methylation). - Properly scoring N-methyl amino acid-containing peptides (permitting the loading of custom Ramachandran and p_aa_pp tables for N-methyl amino acids). Following the implementation of PackerPalettes (pull request #1047), a future pull request will add: - Support for designing with N-methyl amino acids (_i.e._ getting the packer decide whether to N-methylate a position or not). **Tasks (note that many of these changes have already been merged into master in incremental merges):** - [x] Add a N-methylation VariantType. - [x] Add a patch for this. - [x] Figure out a way to allow custom rama_prepro maps to be specified for the patched amino acids. - [x] Figure out a way to allow custom rotamer libraries to be specified for the patched amino acids. - [x] Debug the rotamer libraries -- there's something wrong there. - [x] Add support for lazily loading custom scoring tables. - [x] For _rama_prepro_. - ~~Think about thread-safety.~~ <i>Put off to a future pull request. The lazily loaded objects are in ScoringManager, which contains a bunch of stuff that needs to be made thread-safe. It's all in one place, in any case.</i> - [x] Expand mainchain scoring tables to permit N-dimensional data (for future support for beta-amino acids). - [x] Add support for specifying the dimension, resolution, and grid offset in the database file (so that we're no longer hardcoding 5-degree bins and whether we have grid points in bin centres or on edges). - [x] Add support for comments in the database file. - [x] Comment the database files explaining the columns.<br/> ~~\- Possibly add support for variable-resolution mainchain torsion tables (_e.g._ with finer sampling in alpha-helix and beta-strans wells). This has been talked about in the past, and now might be a time to do it.~~ _Beyond the scope of this pull request, though it should be easier to do now._ - [x] For all of the above, add a MainchainTorsionScoringTable class. - [x] Support symmetrization of gly/ACHRIAL tables. - [x] Support polycubic interpolation.<br/> - ~~Support linear interpolation.~~ <i>Put off to a future pull request, since </i>rama_prepro<i> uses exclusively polycubic interpolation.</i> - [x] Unit tests for _rama_prepro_ scoring with N-methylation --> RamaPrePro tests AND cyclic geometry tests. - [x] Unit tests for _fa_dun_ scoring and rotamer generation with N-methylation --> Covered in cyclic geometry tests and protocols::cyclic_peptide::N_methylation tests. - [x] Beauty. - [x] Documentation. - [x] RAMA_PRE_PRO lines in params files. - ~~Rotamer lines in patch files.~~ --> We have no documentation for patch files. Grr. - ~~RamaPrePro lines in patch files.~~ - [x] Figure out how to add sampling tables / CDFs for arbitrary mainchain potentials. - [x] Add function to produce random mainchain torsion vectors biased by probability distribution. - [x] Unit test. - [x] Debug why we don't seem to be using the N-methyl rama map currently. - [x] Add option to use rama_prepro instead of rama tables in GenKIC when sampling. - [x] Document this. - [x] Unit test. - [x] Integration test. - [x] Add rama_prepro GenKIC filter. - [x] Document this. - [x] Add to unit test. - [x] Add to integration test. - [x] Add option to GenKIC to correct polymer bond-dependent atoms. - [x] Document this. - [x] Turn this on in simple_cycpep_predict. - [x] Add support for N-methylation to _simple_cycpep_predict_. - [x] Add option (true by default) to use rama_prepro for sampling instead of rama. - [x] Document the new option (rama_prepro instead of rama). - [x] Interface for specifying N-methylated positions. - [x] Documentation. - [x] Integration test. - [x] Use rama_prepro cutoff energy instead of rama cutoff energy. - [x] Move tryptophan rotamers into database for unit tests. - [x] Move the rest of the rotamers into the rotamer library. - [x] Unit test with N-methyl-tryptophan rotamers. --> Covered in protocols::cyclic_peptide::N_methylation tests. - [x] Move generic N-methyl-L-alpha-amino acid rama table into database. - [x] Cyclic N-methyl amino acid scoring unit test. - [x] Regular NMe. - [x] For beta_nov15 NMe. - [x] For beta_nov16 NMe. - [x] Non-NMe beta_nov16 unit test while I'm at it. - [x] Two-chain NMe. - [x] Two-chain beta_nov15 NMe. - [x] Two-chain beta_nov16 NMe. - [x] Non-NMe beta_nov16 two-chain unit test while I'm at it. - [x] Mirror image N-methyl amino acid scoring unit test. - [x] Note to self: @twcraven will regenerate the N-methyl map (and add maps for pre-proline, and for sarcosine and sarcosine pre-pro). I need to add and test those. - [x] Need sarcosine. - [x] Need sarcosine_prepro. - [x] Sarcosine unit tests. - [x] Fix problem with rebuilding polymer bond-dependent atoms (methyl group). - [x] Document new option ("update_polymer_bond_dependent_atoms") in ModifyVariantTypeMover. - [x] Unit test for recursive identification of connection-dependent atoms. - [x] Fix issue with rebuilding polymer bond dependent methyl group when it's at a terminus. - [x] Figure out why first output in simple_cycpep_predict_nmethyl integration test has crooked N-methyl group. - [x] OK, figured it out: it's the packer. When rotamers are constructed, backbone atom coordinates are preserved, by the N-methyl group is not considered to be a set of backbone atoms. Add recursive check for polymer bond dependencies in Residue::place to correct this. - [x] Add option to MutateResidue mover to update polymer bond-dependent atoms. - [x] Document this. Also: - [x] Updating HydroxylTorsionPotential for D-amino acids. - [x] Add params files for noncanonical amino acids found in cyclosporin A. - [x] Add AIBparams #file. For a future pull request: - Update _rama_ as _rama_prepro_ was updated. - Update _p_aa_pp_ as _rama_prepro_ was updated.

...


branch: master 「№59398」
Commited by: Rocco Moretti
GitHub commit link: 「a257fe0ac80b3e70」 「№2167」
Difference from previous tested commit:  code diff
Commit date: 2017-04-10 18:31:24

Merge pull request #2167 from RosettaCommons/roccomoretti/boron_fix Fix Boron typing The atom type used for boron in the sdf/CCD C++ code was mis-specified (it was correct in molfile_to_params.py). Change to the correct type and add a unit tests which covers boron. Thanks to Greg Sliwoski for pointing out the issue.

...


< 1 .. 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 .. 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