branch: master 「№59896」
Commited by: Orly Marcu
GitHub commit link: 「04a550eafa0fafe7」 「№2713」
Difference from previous tested commit:  code diff
Commit date: 2017-12-03 03:30:53

Merge pull request #2713 from RosettaCommons/orlypolo/enable_ignore_unrecognized_res If not specified by user, set ignore_unrecognized_res to default to t…

...


branch: master 「№59895」
Commited by: Jack Maguire
GitHub commit link: 「73905b39eec0ddcd」 「№2761」
Difference from previous tested commit:  code diff
Commit date: 2017-12-01 20:12:53

Merge pull request #2761 from RosettaCommons/JackMaguire/hbnet_select_best_networks HBNet Speedup

...


branch: master 「№59894」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「dc21e3e08ee1c4ad」 「№2757」
Difference from previous tested commit:  code diff
Commit date: 2017-12-01 15:54:07

Merge pull request #2757 from RosettaCommons/aleaverfay/beautify_after_trycatch_and_template_initlist_beautifier_changes Committing the new beautified files after fixing ~~two~~ three bugs in the beautifier: 1. the processing of comments at the end of try/catch blocks, 2. the handling of initializer lists for the constructors of templated classes, and 3. the indentation for lambda functions The first one I only noticed this morning when I broke the beautification test on master; the second one I've known about for a while, but haven't sat down to fix. Well. I just did. The final one I have not wanted to try and worry about because lambda functions are somewhat hard to detect. You can't grep for them; they're [](){}'s. I think I've written ok lambda-function-detection code now. It took a day and a half that I wanted to spend on the ResourceManager, but it's done. Testing on the server for this PR was fine for everything except the beautification status of course. The testing server updates the tools/ repo ahead of every test execution, so I don't need a commit freeze. I'm closing out this PR now. You will need to update your version of the tools repository before you next run the beautifier from your local machine. The testing server's "beautify" button, however, will work swimmingly.

...


branch: master 「№59893」
Commited by: Jonathan Weinstein
GitHub commit link: 「f53d1b6d250fb4b3」 「№2679」
Difference from previous tested commit:  code diff
Commit date: 2017-12-01 06:52:33

Merge pull request #2679 from RosettaCommons/jonathaw/re2015_memb Jonathaw/re2015 memb

...


branch: master 「№59892」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「e47f09d2f45abc54」 「№2756」
Difference from previous tested commit:  code diff
Commit date: 2017-11-30 15:05:40

Merge pull request #2756 from RosettaCommons/aleaverfay/beautify_comment_in_mpiwpjd beautify master real quick

...


branch: master 「№59891」
Commited by: Sergey Lyskov
GitHub commit link: 「0b0d24159c299cce」 「№2426」
Difference from previous tested commit:  code diff
Commit date: 2017-11-30 14:25:28

Merge pull request #2426 from RosettaCommons/sergey/ui Updating workbench app

...


branch: master 「№59890」
Commited by: Vikram K. Mulligan
GitHub commit link: 「9569b378eec648c4」 「№2753」
Difference from previous tested commit:  code diff
Commit date: 2017-11-29 19:51:34

Merge pull request #2753 from RosettaCommons/vmullig/correct_DAP_DAB Fixing a few noncanonical params files. Adding rama_prepro information to params files for DAP, DAB, and penicillamine.

...


branch: master 「№59889」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「c8bbc8d1fdb544f2」 「№2709」
Difference from previous tested commit:  code diff
Commit date: 2017-11-29 15:03:19

Merge pull request #2709 from RosettaCommons/aleaverfay/jd3_fix_mpi_hang_in_distributed_output Fix hang in JD3+MPI distributed output I was treating MPI like an asynchronous communication system, but in fact, MPI_Send will block until the buffer that it's using can be reused. What happened was, node0 would send out messages to all the archives saying "Hey, here's an output that you should write to disk" and then after they were all sent, then it would return to its listening loop. The archives would take these messages one at a time, write an output, and then send a "hey, boss, just finished that output you told me to do" message back to node0 before going back and seeing if node0 had any more output messages that it had sent. What would happen is that the MPI_Send calls would buffer the messages to a certain point, and then it would block until the messages from the remote node were processed -- which they couldn't be, because the remote nodes would also be blocking waiting for node0 to read their "hey boss" messages. Thus, deadlock. New plan. * Node0 sends output work to the archives one at a time * Node0 does not output itself * Worker nodes can be given output tasks (in addition to their regular output) * Worker nodes can relieve the archive nodes of some of their output tasks (so the archive nodes don't block computation, because the worker nodes often need to talk to the archive nodes!) Users can now say "I want X% of my nodes to perform output" so that by the time you're up at 100%, then all nodes except the head node are outputting and output is basically the same in JD3 as it was in JD2. Except in JD2, there was no option to have only 10% of the nodes perform output. @JackMaguire @jadolfbr

Vikram K. Mulligan 7 years
Andrew -- YOU failed to beautify? :D
Andrew Leaver-Fay 7 years
I'm perplexed -- I beautified this branch more than a few times.
Andrew Leaver-Fay 7 years
I am pretty sure we cannot beautify on the testing server with the new code-reviewed+PR-only commits to master restriction we just enabled. I'll open a PR.
...


branch: master 「№59888」
Commited by: davidekim
GitHub commit link: 「ff3a0b4de427f5a1」
Difference from previous tested commit:  code diff
Commit date: 2017-11-28 17:16:06

no change, just a pull

...


branch: master 「№59887」
Commited by: Kalli Kappel
GitHub commit link: 「8d40f2b5acdf30ac」 「№2712」
Difference from previous tested commit:  code diff
Commit date: 2017-11-28 15:54:47

Merge pull request #2712 from RosettaCommons/everyday847/kalli_master_merge Updates to RNA-protein modeling in FARFAR: modeling with density, high-res refinement of RNPs, RNP low-res score function updates, and an optional new method for setting up fold trees. All integration test changes are expected due to new RNA-protein score terms, new residue types (noncanonical RNA residues), and a new energy function tag (exclude_RNA_RNA_fa_elec).

...


branch: master 「№59886」
Commited by: Vikram K. Mulligan
GitHub commit link: 「27e50496079a4ec3」 「№2745」
Difference from previous tested commit:  code diff
Commit date: 2017-11-28 05:29:11

Merge pull request #2745 from RosettaCommons/vmullig/code_quality_issues Fixing a few things flagged by clang analysis I didn't get through everything, and left a few things alone that seemed to be spurious flaggings. Some change observed in vip integration test, attributable to bugfix to gauss score term (used for packing by this application). No other changes.

...


branch: master 「№59885」
Commited by: Vikram K. Mulligan
GitHub commit link: 「07805efeb00dab5f」 「№2740」
Difference from previous tested commit:  code diff
Commit date: 2017-11-28 04:33:59

Merge pull request #2740 from RosettaCommons/vmullig/netcharge Adding a score term that penalizes deviation from a desired net charge in a pose or region This is to complement @dougrenfrew's refactoring of the Supercharge application (pull request #2721 and #2737). The term, called `netcharge` will be analogous to `aa_composition`, but instead of letting a user control amino acid composition, it will let him or her control regional or global net charge in any context that calls the packer. (Used in conjunction with `aa_composition`, it can also control total number of charged residues. It will also be usable with the `hbnet` score term to create hydrogen bond networks with a desired net charge.) Tasks: - [x] Copy `aa_composition` files to create the score term. - [x] Add `netcharge` score term to score terms list. - [x] Modify to penalize deviation from a desired net charge rather than a desired amino acid composition. - [x] Set up suitable interface for controlling the score term. - [x] Flags for control from commandline. - [x] Document this. - [x] Options for control from RosettaScripts/PyRosetta/C++ code. (Modify `ScoreFunctionLoader` for this.) - [x] Document this. - [x] Add `NetChargeConstraint` (a type of `SequenceConstraint`) to control desired net charge on either a pose level or a region level. - [x] Mover to add constraints to pose or region selected by a ResidueSelector. - ~~Options in mover so that I don't have to pass in a file if I don't want to.~~ --> for a future pull request. - [x] Test this. - [x] Document this. - [x] Unit tests. - [x] For symmetric case, too. - [x] Add more unit tests for out-of-bounds functions. I'm not 100% sure that my logic is correct. - [x] Good thing I checked. Correct the tailfunction behaviour. - [x] Integration tests. - [x] For symmetric case, too. - [x] Beauty. - [x] Documentation. Possibly in a future pull request: - Modify the `AddHelixSequenceConstraintsMover` to add net charge constraints to helix termini instead of amino acid constraints.

...


branch: master 「№59884」
Commited by: Andy Watkins
GitHub commit link: 「08f2d480f0b7dd49」 「№2632」
Difference from previous tested commit:  code diff
Commit date: 2017-11-22 12:03:09

Merge pull request #2632 from RosettaCommons/everyday847/erraser2 ERRASER 2.0: stepwise refinement of just about anything All integration test changes are either spurious (related to rna_partition) or expected (bugfixes to rna_design and test_energy_method_options).

...


branch: master 「№59883」
Commited by: Sergey Lyskov
GitHub commit link: 「98da0527e4693001」 「№2742」
Difference from previous tested commit:  code diff
Commit date: 2017-11-21 23:08:55

Merge pull request #2742 from RosettaCommons/sergey/binder Adding SuperMute proxy to Tracer class that was moved to TracerImpl recently

...


branch: master 「№59882」
Commited by: Ramya Rangan
GitHub commit link: 「4b139509e38780ec」 「№2736」
Difference from previous tested commit:  code diff
Commit date: 2017-11-21 18:43:16

Merge pull request #2736 from RosettaCommons/ramyarangan/partition I've addressed Sergey's comments, and this passes all necessary tests

...


branch: master 「№59881」
Commited by: P. Douglas Renfrew
GitHub commit link: 「92ce7da8979f909f」 「№2721」
Difference from previous tested commit:  code diff
Commit date: 2017-11-21 16:02:01

Merge pull request #2721 from RosettaCommons/dougrenfrew/supercharge_ref2015 Update supercharge output

...


< 1 .. 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 .. 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