branch: master 「№60536」
Commited by: Jack Maguire
GitHub commit link: 「f8da1c1ea855e3f5」 「№3659」
Difference from previous tested commit:  code diff
Commit date: 2018-12-12 16:14:16

Merge pull request #3659 from RosettaCommons/JackMaguire/HBondState_part1 This PR is just the result of a bunch of sed commands to change AtomLevelHBondGraph to HBondGraph and MCHBNetInteractionGraph to HBondGraphInitializerIG (now that it's used in more than just MC HBNet). I also sprinkled in a few make_shared's but there's nothing exciting. Thanks to Andy for the review!

...


branch: master 「№60535」
Commited by: jkleman
GitHub commit link: 「f5cfdf73244d6556」 「№3678」
Difference from previous tested commit:  code diff
Commit date: 2018-12-12 10:16:33

Merge pull request #3678 from RosettaCommons/jkleman/bugfix_iHyb fixing bug in iterhybrid_selector, code now reflects the way it was i…

...


branch: master 「№60534」
Commited by: Vikram K. Mulligan
GitHub commit link: 「87f457b0d7c551ed」 「№3677」
Difference from previous tested commit:  code diff
Commit date: 2018-12-11 12:16:01

Merge pull request #3677 from RosettaCommons/vmullig/peptoid_rotamer_issue Small mistake in MakeRotLib function return value A function that should have been returning a Size was returning a Real. This probably wasn't causing problems, but I found it while searching for another bug, and I might as well fix it.

...


branch: master 「№60533」
Commited by: jkleman
GitHub commit link: 「c3bb63c6738861e2」 「№3671」
Difference from previous tested commit:  code diff
Commit date: 2018-12-11 10:03:56

Merge pull request #3671 from RosettaCommons/jkleman/fix_domain_assembly_bug1_squash bug fix in mp_domain_assembly and additional integration test for it

...


branch: master 「№60532」
Commited by: Andy Watkins
GitHub commit link: 「0c727b45c7dcad3c」 「№3674」
Difference from previous tested commit:  code diff
Commit date: 2018-12-10 12:34:20

Merge pull request #3674 from RosettaCommons/everyday847/aramid_folding_app Phe meta aramid, and support in RandomTorsionMover

...


branch: master 「№60531」
Commited by: Jack Maguire
GitHub commit link: 「0e591ac331dc3c22」 「№3670」
Difference from previous tested commit:  code diff
Commit date: 2018-12-10 11:51:41

Merge pull request #3670 from RosettaCommons/JackMaguire/Inlining My benchmarks show that inlining ResidueType::atom, Residue::atom_type_index, Residue::atomic_charge, and Residue::xyz give an average speedup of 10% (using FastDesign with linmem_ig). These simple functions are called in the innermost loops of Rosetta but have previously been defined in their respective .cc files.

...


branch: master 「№60530」
Commited by: Rocco Moretti
GitHub commit link: 「3183fe9176196484」
Difference from previous tested commit:  code diff
Commit date: 2018-12-10 11:43:18

beautifying

...


branch: master 「№60529」
Commited by: Andy Watkins
GitHub commit link: 「82afdac7d9c207f6」 「№3639」
Difference from previous tested commit:  code diff
Commit date: 2018-12-10 10:49:08

Merge pull request #3639 from RosettaCommons/vmullig/generate_mainchain_potential_2 Add an application to generate mainchain potentials for noncanonicals (attempt 2)

...


branch: master 「№60528」
Commited by: Alisa Khramushin
GitHub commit link: 「ec492f95e4c668c0」 「№3630」
Difference from previous tested commit:  code diff
Commit date: 2018-12-10 08:58:08

Merge pull request #3630 from RosettaCommons/Alisa-Kh/Ihb_bug Fixing I_hb term bug

...


branch: master 「№60527」
Commited by: Jack Maguire
GitHub commit link: 「dd40f6d03d8da3e9」 「№3658」
Difference from previous tested commit:  code diff
Commit date: 2018-12-04 14:55:08

Merge pull request #3658 from RosettaCommons/JackMaguire/MCHBNetSymmFix Shane Caldwell recently showed me a case where MC HBNet was unable to handle a symmetric pose because of the existence of an additional pure-virtual chain. With this PR, MC HBNet now has bounds-checking to make sure that it does not interact with chains that are not considered subunits. Thanks to Scott for the review.

...


branch: master 「№60526」
Commited by: P. Douglas Renfrew
GitHub commit link: 「83b788eaa0ddecc9」 「№3668」
Difference from previous tested commit:  code diff
Commit date: 2018-12-04 12:27:16

Merge pull request #3668 from RosettaCommons/dougrenfrew/update_rusty_site_settings Change dict name in site.setting s from user to site

...


branch: master 「№60525」
Commited by: Sergey Lyskov
GitHub commit link: 「84e51d3f1bd8a1ae」 「№3666」
Difference from previous tested commit:  code diff
Commit date: 2018-12-03 17:04:56

Merge pull request #3666 from RosettaCommons/benchmark Fixing `ubsan` and `addsan` builds on GCC-7

...


branch: master 「№60524」
Commited by: Brian Coventry
GitHub commit link: 「76f31e5276c4ed79」 「№3663」
Difference from previous tested commit:  code diff
Commit date: 2018-12-03 15:14:13

Merge pull request #3663 from RosettaCommons/bcov/ApproxSymmAndNonProt Symmetry support for approximate_buried_unsat_penalty

...


branch: master 「№60523」
Commited by: Rocco Moretti
GitHub commit link: 「1518a7a8c252fc8b」 「№3617」
Difference from previous tested commit:  code diff
Commit date: 2018-12-03 11:11:31

Merge pull request #3617 from RosettaCommons/roccomoretti/update_submodule Add a script to update compilation-needed submodules Now that we're relying on submodules more heavily for things (especially that we're no longer prohibiting submodules for things necessary for compilation) we should have something which will automatically update needed submodules as part of the compilation process. This PR implements such a script, modelling it off of update_options.sh and the like. To keep things clean, only the submodules needed for compilation are updated. The script has facilities to update a (currently empty) set of submodules needed for all compilation, as well as doing updates on an extras-dependent basis. -- Right now, only the extras=zeromq build has a non-trivial implementation. Other extras builds and the common case are no-ops. (Though things are implemented such that they can be added easily.)

...


branch: master 「№60522」
Commited by: Vikram K. Mulligan
GitHub commit link: 「09bf1d9d04313adb」 「№3664」
Difference from previous tested commit:  code diff
Commit date: 2018-12-02 23:31:23

Merge pull request #3664 from RosettaCommons/vmullig/skip_makerotlib_logging The MakeRotLib logfiles take up a huge amount of space. Adding an option to skip writing them. The option is false by default. Tasks: - [x] Add the option and have it do something. - [x] Beauty. - [x] Documentation. The make_rot_lib integration test is expected to show one additional line of output in its output log.

...


branch: master 「№60521」
Commited by: Frank DiMaio
GitHub commit link: 「61598a0814e57dfa」 「№3660」
Difference from previous tested commit:  code diff
Commit date: 2018-11-30 14:38:53

Merge pull request #3660 from RosettaCommons/dimaio/easier_glycan_refinement Modify crystal_refine flag to properly handle glycan refinement.

Rocco Moretti 6 years
Did this commit intentionally change the gen_potential score tests?
Frank DiMaio 6 years
Scores didn't change, there is just an extra line of output.
...


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