branch: master 「№60856」
Commited by: Sergey Lyskov
GitHub commit link: 「25b607dba6acee91」 「№4129」
Difference from previous tested commit:  code diff
Commit date: 2019-08-05 13:44:46

Merge pull request #4129 from RosettaCommons/sergey/f Fixing PyRosetta documentation generation, thanks to @JackMaguire for review!

...


branch: master 「№60855」
Commited by: Andy Watkins
GitHub commit link: 「7d7f350b730377b0」 「№4128」
Difference from previous tested commit:  code diff
Commit date: 2019-08-05 10:12:32

Merge pull request #4128 from RosettaCommons/ramyarangan/partition_checkpoint Fix checkpointing when using rna_partition in design

...


branch: master 「№60854」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「ad332351b631fa87」 「№4019」
Difference from previous tested commit:  code diff
Commit date: 2019-08-04 15:54:20

Merge pull request #4019 from RosettaCommons/lqtza/make_antibody_h3_scientific_test Antibody H3 and SnugDock Scientific Tests

...


branch: master 「№60853」
Commited by: Jack Maguire
GitHub commit link: 「381228d167b650dc」 「№4122」
Difference from previous tested commit:  code diff
Commit date: 2019-08-03 08:24:03

Merge pull request #4122 from RosettaCommons/JackMaguire/update_rosetta_scripts_scripts Updating rosetta_scripts_scripts submodule

...


branch: master 「№60852」
Commited by: Rocco Moretti
GitHub commit link: 「530a4cbe08e6dc5b」 「№4126」
Difference from previous tested commit:  code diff
Commit date: 2019-08-02 13:36:43

Merge pull request #4126 from RosettaCommons/roccomoretti/fix_clang_8.0 Fix warnings when compiling with Clang 8.0 We were summing a string literal with an integer, which probably wasn't what we wanted to do.

...


branch: master 「№60851」
Commited by: Phuong Nguyen
GitHub commit link: 「757359f41776ea85」 「№4103」
Difference from previous tested commit:  code diff
Commit date: 2019-08-02 11:52:13

Merge pull request #4103 from RosettaCommons/tigerous/sci-tests-loop-model-ccd-12res Tigerous/sci tests loop model ccd 12res

...


branch: master 「№60850」
Commited by: Phuong Nguyen
GitHub commit link: 「000b97c973d44877」 「№4102」
Difference from previous tested commit:  code diff
Commit date: 2019-08-02 11:51:45

Merge pull request #4102 from RosettaCommons/tigerous/sci-tests-loop-model-kic-12res Tigerous/sci tests loop model kic 12res

...


branch: master 「№60849」
Commited by: Phuong Nguyen
GitHub commit link: 「45bad7036de5cb48」 「№4101」
Difference from previous tested commit:  code diff
Commit date: 2019-08-02 11:51:05

Merge pull request #4101 from RosettaCommons/tigerous/sci-tests-loop-model-kic-fragments-12res Tigerous/sci tests loop model kic fragments 12res

...


branch: master 「№60848」
Commited by: Phuong Nguyen
GitHub commit link: 「5b1142a6318407d2」 「№4100」
Difference from previous tested commit:  code diff
Commit date: 2019-08-02 11:50:36

Merge pull request #4100 from RosettaCommons/tigerous/sci-tests-loop-model-ngk-12res Tigerous/sci tests loop model ngk 12res

...


branch: master 「№60847」
Commited by: Jack Maguire
GitHub commit link: 「818fbd5ffc1d15d8」 「№4127」
Difference from previous tested commit:  code diff
Commit date: 2019-08-01 22:24:35

Merge pull request #4127 from RosettaCommons/JackMaguire/code_templates Slight changes to code templates. Thanks to Jared and Vikram for the approvals!

...


branch: master 「№60846」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「30fc508eea38b90b」 「№4110」
Difference from previous tested commit:  code diff
Commit date: 2019-08-01 11:22:37

Merge pull request #4110 from RosettaCommons/jadolfbr/mmtf_pose_output This PR adds an mmTFPoseOutputter and spec for JD3 output. It also adds directory creation during output (write_output) functions in the outputters. A bit of cleanup here and there.

...


branch: master 「№60845」
Commited by: Frank DiMaio
GitHub commit link: 「fbb3a090bb03fba6」 「№4120」
Difference from previous tested commit:  code diff
Commit date: 2019-07-31 18:24:06

Merge pull request #4120 from RosettaCommons/dimaio/voxel_refine_bug Fix a bug that can occur in voxel refinement

...


branch: master 「№60844」
Commited by: Rebecca Alford
GitHub commit link: 「8673b008b34ea52b」 「№4059」
Difference from previous tested commit:  code diff
Commit date: 2019-07-31 11:54:52

Merge pull request #4059 from RosettaCommons/rfalford12/membrane-pyrosetta-sci-benchmark Membrane energy function scientific benchmarks part #3: ddG of mutation ===== This pull request will add the ddG of mutation scientific benchmark tests for membrane energy functions. This test is part of a suite of four tests that can be used to compare implicit membrane models, and have been most recently used to demonstrate sizeable scientific improvements by franklin2019.

...


branch: master 「№60843」
Commited by: Andy Watkins
GitHub commit link: 「c61f50614797b0ae」 「№4114」
Difference from previous tested commit:  code diff
Commit date: 2019-07-31 11:50:17

Merge pull request #4114 from RosettaCommons/everyday847/simple_design_features SWM Design: support for all IUPAC characters (like 'n')

...


branch: master 「№60842」
Commited by: Labonte
GitHub commit link: 「a317120b629ca36e」 「№4119」
Difference from previous tested commit:  code diff
Commit date: 2019-07-30 14:38:51

Merge pull request #4119 from RosettaCommons/JWLabonte/tracers AtomTree: Changing tracer volume on something that is not really an error This merge will silence an error message given when the AtomTree cannot find a DoF for a torsion angle, even though the atoms exist. This often occurs in the case of cyclic systems. The way the code is currently written, Conformation will simply calculate the angles on the fly in such a case, so there is no need to report an error; Rosetta can handle this case just fine. If it can't, such as if being asked to minimize that DoF, it will fail later anyhow with a clear error message. This merge will change about three dozen integration tests, which are currently outputting these errors while actually running to completion without any issue. All unit tests pass. I have checked all integration test changes, and they are as expected.

...


branch: master 「№60841」
Commited by: Daniel Farrell
GitHub commit link: 「2c6ea1d261c50332」 「№4106」
Difference from previous tested commit:  code diff
Commit date: 2019-07-29 17:28:50

Merge pull request #4106 from RosettaCommons/danpf/mmtf Add linkinformation + ssbond information to mmtfio

...


< 1 .. 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 .. 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