branch: master 「№59797」
Commited by: P. Douglas Renfrew
GitHub commit link: 「f251fb45de855c63」 「№1987」
Difference from previous tested commit:  code diff
Commit date: 2017-10-20 10:14:16

Merge pull request #1987 from RosettaCommons/dougrenfrew/nterm_proline_hydrogens Change ICOOR for Nterminal hydrogens for proline and proline-analogs. This results in quite a few integration test changes, 35 on my machine and 38 on the test server. All of them are either cosmetic changes from the modified patches, trajectory changes as a result of having Nterminal prolines in input files or allowing them during the trajectory (e.g. during design), or are round off differences.

...


branch: master 「№59796」
Commited by: Alexander Ford
GitHub commit link: 「d4ba49d86cd699e3」 「№2645」
Difference from previous tested commit:  code diff
Commit date: 2017-10-19 21:52:24

Merge pull request #2645 from RosettaCommons/fordas/ndarray_const_fix Fixup ndarray const -> numpy writable flag conversion.

...


branch: master 「№59795」
Commited by: Daniel Farrell
GitHub commit link: 「3ab8e9578ccdf89c」 「№2641」
Difference from previous tested commit:  code diff
Commit date: 2017-10-19 20:09:55

Merge pull request #2641 from RosettaCommons/danpf/ninja_test Fix release_static build for cmake

...


branch: master 「№59794」
Commited by: Hahnbeom Park
GitHub commit link: 「d2ee9c8378b838a5」 「№2619」
Difference from previous tested commit:  code diff
Commit date: 2017-10-19 17:37:18

Merge pull request #2619 from RosettaCommons/hahnbeom/iterhyb_update Hahnbeom/iterhyb update

...


branch: master 「№59793」
Commited by: Brandon Frenz
GitHub commit link: 「a9b5e8f23430a5b9」 「№2638」
Difference from previous tested commit:  code diff
Commit date: 2017-10-19 15:06:13

Merge pull request #2638 from RosettaCommons/bfrenz/no_lower_glycan_term_w_MissingDensityToJump don't add lower terminus types glycans when using missing density to jump.

...


branch: master 「№59792」
Commited by: davidekim
GitHub commit link: 「435da8e18ebdfd7a」
Difference from previous tested commit:  code diff
Commit date: 2017-10-19 14:54:06

Added a few minor fixes to the BOINC build.

...


branch: master 「№59791」
Commited by: Daniel Farrell
GitHub commit link: 「f70b88138eece80e」 「№2637」
Difference from previous tested commit:  code diff
Commit date: 2017-10-18 20:28:05

Merge pull request #2637 from RosettaCommons/danpf/cmake_gcc6_fix Fixing gcc6 build in cmake

...


branch: master 「№59790」
Commited by: Sergey Lyskov
GitHub commit link: 「afd5dcfe3d4d1807」 「№2639」
Difference from previous tested commit:  code diff
Commit date: 2017-10-18 17:14:57

Merge pull request #2639 from RosettaCommons/sergey/binder Refactoring PyRosetta build so it now avoid copying database files. Updating PyRosetta package, adding symlink creation for pyrosetta and rosetta dirs so PyRosetta and scripts(like self-test.py) could be run in package unpacked location in-place, without need to install PyRosetta first.

...


branch: master 「№59789」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「3afebce18f835f08」
Difference from previous tested commit:  code diff
Commit date: 2017-10-18 14:12:45

RosettaAI: Setting rosetta_scripts_scripts submodule to latest origin/master version.

...


branch: master 「№59788」
Commited by: Vikram K. Mulligan
GitHub commit link: 「57ab09b04ac7a81a」 「№2528」
Difference from previous tested commit:  code diff
Commit date: 2017-10-18 14:10:52

Merge pull request #2528 from RosettaCommons/vmullig/oligourea Add support for oligoureas in Rosetta peptide design and structure prediction These resemble beta-amino acids, but with a urea linkage to the next amino acid instead of a simple amide bond. @twcraven Tasks: - [x] Add `OLIGOUREA` property. - [x] Convenience functions in `ResidueType` class. - [x] Torsion specifications in `Pose` class. - [x] Add to the horrible `Conformation::backbone_torsion_angle_atoms()` function... ugh. (At least I'll have it call another function for oligoureas, so that it's not more mess in that function.) - [x] Some new unit tests for `Conformation`. - [x] Update relevant patches: - [x] NtermProteinFull. - [x] CtermProteinFull. - [x] N-terminal acetylation. - [x] C-terminal methylation. - [x] Cutpoint variants. - [x] Update `SmallMover` to support oligoureas. - [x] Unit test. - [x] Document this. - [x] Update `pro_close` energy to support OU3_PRO. - [x] Unit test. - [x] Document this. - [x] Update `OmegaTetherEnergy` to support oligoureas. - [x] Unit test. - [x] Unit test: minimization. - [x] Document this. - [x] Update CycpepSymmetryFilter to support oligoureas. - [x] Document this. - [x] Add oligourea mainchain potentials. - [x] Update mainchain potential class so that it can be applied to a subset of mainchain torsions. - [x] Unit test. - [x] Add oligourea params files. - [x] OU3_ALA. - [x] Update peptide bond geometry. - [x] OU3_PHE. - [x] OU3_ILE. - [x] OU3_LEU. - [x] OU3_PRO. - [x] OU3_VAL. - [x] Update peptide bond geometry in all of the above. - [x] Add oligourea mainchain potentials. - [x] For OU3_ALA. - [x] Unit tests for mainchain potential with 3 mainchain torsions. - [x] For OU3_PRO. - [x] Add oligourea rotamer libraries to Git LFS repository. - [x] Update `simple_cycpep_predict` to allow oligourea prediction. - [x] Integration test: `simple_cycpep_predict`. - [x] Integration test: oligourea design. - [x] Address points in comments below: make it possible for rotamer libraries to be dependent on a subset of mainchain torsions. - [x] Documentation: `simple_cycpep_predict`. - [x] Beauty. Put off to a future pull request: - Unit test: cyclic geometry. - Unit test: mirroring. - Add additional oligourea params files. - OU3_AIB. - OU3_CYS. - OU3_ASP. - OU3_GLU. - OU3_GLY. - OU3_HIS. - OU3_LYS. - OU3_MET. - OU3_ASN. - OU3_ORN. - OU3_DAB. - OU3_DAP. - OU3_GLN. - OU3_ARG. - OU3_SER. - OU3_THR. - OU3_TRP. - OU3_TYR. - Update peptide bond geometry in all of the above. - Add additional oligourea mainchain potentials. - For OU3_AIB. - For OU3_GLY. - Symmetry unit tests for OU3_GLY, OU3_AIB.

...


branch: master 「№59787」
Commited by: Jack Maguire
GitHub commit link: 「017d70acf70552f7」 「№2635」
Difference from previous tested commit:  code diff
Commit date: 2017-10-18 08:48:12

Merge pull request #2635 from RosettaCommons/JackMaguire/MPIWorkPoolJobDistributor_refactor_corrections Increased std::string usage efficiency in MPIWorkPoolJobDistributor

...


branch: master 「№59786」
Commited by: Sergey Lyskov
GitHub commit link: 「cfc97a69b5f9576c」 「№2627」
Difference from previous tested commit:  code diff
Commit date: 2017-10-17 18:30:11

Merge pull request #2627 from RosettaCommons/sergey/binder Adding function to set/get Path* options in PyRosetta. Refactoring PyJobDistributor so it works more reliably on filesystem with caching. Adding option to write compressed PDB files. Adding JD unit tests.

...


branch: master 「№59785」
Commited by: Xingjie Pan
GitHub commit link: 「1e388b8004e2f8ea」 「№2633」
Difference from previous tested commit:  code diff
Commit date: 2017-10-17 12:16:07

Merge pull request #2633 from RosettaCommons/xingjiepan/fix_loop_modeling_build_levels_problem Quick and ugly fix of the build level bug caused by loop modeler

...


branch: master 「№59784」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「cd901cc3762375c4」 「№2629」
Difference from previous tested commit:  code diff
Commit date: 2017-10-17 11:10:06

Merge pull request #2629 from RosettaCommons/jadolfbr/fix_glyco_unit_test Jadolfbr/fix glyco unit test

...


branch: master 「№59783」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「3de1fa7cb415f85a」 「№2628」
Difference from previous tested commit:  code diff
Commit date: 2017-10-17 09:51:24

Merge pull request #2628 from RosettaCommons/aleaverfay/fix_invrottree_atom_indexing_bug PDB I/O from the InvrotTree indexing-from-0 bug The InvrotTree code was constructing a PDB file counting from atom index 0, but large sections of PDB writing assumes that atom indices start from 1. This bug was recently uncovered by the (several) fixes to the behavior of CONECT record creation in PDB writing with PR #2595 and disrupted the behavior of the cstfile_to_theozyme_pdb integration test

...


branch: master 「№59782」
Commited by: Vikram K. Mulligan
GitHub commit link: 「c0af4a427db5df09」 「№2634」
Difference from previous tested commit:  code diff
Commit date: 2017-10-17 05:28:18

Merge pull request #2634 from RosettaCommons/vmullig/fix_thread_local_test Adding THREAD_LOCAL keyword to tracer that was missing it.

...


< 1 .. 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 .. 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