branch: master 「№60568」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「5aabb83667429065」
Difference from previous tested commit:  code diff
Commit date: 2019-01-04 14:18:33

Revert PR #3684 (#3731) Oops! I forgot to run all of the tests for this PR. I'll try again soon.

...


branch: master 「№60567」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「b413acd30c80a8c7」
Difference from previous tested commit:  code diff
Commit date: 2019-01-04 13:41:40

Release replica docking (#3684) This PR moves the code for the replica docking protocol published in 2013 from devel/ into protocols/ so that it can be released.

...


branch: master 「№60566」
Commited by: Georg Kuenze
GitHub commit link: 「dbc838b6ae620b12」 「№3726」
Difference from previous tested commit:  code diff
Commit date: 2019-01-03 04:31:13

Merge pull request #3726 from RosettaCommons/georgkuenze/fix_nmr_code_quality_issues Fixing some uninitialized and unread variable errors in RosettaNMR code which were not detected in my previous commit to master.

...


branch: master 「№60565」
Commited by: Jason Klima
GitHub commit link: 「a70c22642f00c68b」 「№3721」
Difference from previous tested commit:  code diff
Commit date: 2019-01-01 22:54:57

Merge pull request #3721 from RosettaCommons/klimaj/output_scorefile_json Adding ability to PyJobDistributor class to output scorefile in JSON format

...


branch: master 「№60564」
Commited by: Georg Kuenze
GitHub commit link: 「fd3c75d61e5dc228」 「№3568」
Difference from previous tested commit:  code diff
Commit date: 2019-01-01 05:28:56

Merge pull request #3568 from RosettaCommons/georgkuenze/spinlabel_weighting_binning Georgkuenze/spinlabel weighting binning

...


branch: master 「№60563」
Commited by: Jack Maguire
GitHub commit link: 「96eae759e32b8fa9」 「№3724」
Difference from previous tested commit:  code diff
Commit date: 2018-12-31 09:58:03

Merge pull request #3724 from RosettaCommons/JackMaguire/AddProfilingTag Adding fno-omit-frame-pointer to mode=profile

...


branch: master 「№60562」
Commited by: Brian Coventry
GitHub commit link: 「04fe649085905bbb」 「№3623」
Difference from previous tested commit:  code diff
Commit date: 2018-12-24 16:28:51

Merge pull request #3623 from RosettaCommons/bcov/MergePrimarySequenceChains Adding cross_chain_boundaries to PrimarySequenceNeighborhoodSelector

...


branch: master 「№60561」
Commited by: Brian Coventry
GitHub commit link: 「674a9609eaf25635」 「№3720」
Difference from previous tested commit:  code diff
Commit date: 2018-12-24 16:26:06

Merge pull request #3720 from RosettaCommons/bcov/PsiPredScratch Adding use_scratch_dir to SSPredictionFilter

...


branch: master 「№60560」
Commited by: Vikram K. Mulligan
GitHub commit link: 「712b1c5287ae56e4」 「№3448」
Difference from previous tested commit:  code diff
Commit date: 2018-12-23 01:19:21

Merge pull request #3448 from RosettaCommons/vmullig/qpacker_io Add I/O modules to allow experimentation with external annealers for packing Half of the packer is easy to parallelize; the other half is hard. Interaction graph setup can be split over many threads or processes, but the simulated annealing trajectory is inherently difficult to parallelize, since each step depends on completion of the previous step. Of course, one could use completely new annealing or optimization strategies -- but that being the case, we shouldn't limit ourselves, especially when experimenting with different optimization strategies. It would be convenient to have an easy way to export the precomputed interaction graph from Rosetta so that an external optimization strategy can be attempted, and then to re-import the external optimizer's result into Rosetta to generate a final structure. To that end, this pull request adds: - A new `StringMetric` that allows output of a precomputed interaction graphs from Rosetta, in a convenient ASCII format that it should be easy to get an external optimizer to read. - A new `ExternalPackerResultLoader` mover that allows the output of an external optimizer to be read back into Rosetta, again using a simple ASCII format that it should be easy to get an external optimizer to write. TODO: - [x] Switch the COPs to COP instances to make Andy happy. - [x] Option to also dump short version of file, without information needed to reconstruct long version. - [x] Integration test. - [x] Documentation. @weitzner, you'll be interested in this.

...


branch: master 「№60559」
Commited by: Brian Weitzner
GitHub commit link: 「c6e4a3ea6f2dd430」 「№3692」
Difference from previous tested commit:  code diff
Commit date: 2018-12-21 18:25:11

Merge pull request #3692 from RosettaCommons/weitzner/restore_conda_mac Restore conda pyrosetta build on macOS

...


branch: master 「№60558」
Commited by: Vikram K. Mulligan
GitHub commit link: 「4cc379ae03991c80」 「№3710」
Difference from previous tested commit:  code diff
Commit date: 2018-12-21 14:51:09

Merge pull request #3710 from RosettaCommons/vmullig/add_fullname_support Add more output options to the SequenceMetric Currently, the SequenceMetric supports writing sequences as one-letter codes or three-letter codes. This is inconvenient for certain noncanonicals, which are best represented either by their basenames (e.g. DORN for D-ornithine), or by their full names (e.g. DORN:NtermProteinFull). This pull request adds support for writing: one-letter codes three-letter codes base names full names Tasks: Deprecate the three_letter Boolean option with an informative error message. Implement the output_mode enum option in its place. Have it do something. Unit tests. Beauty. Documentation.

...


branch: master 「№60557」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「6f08c3bd5964e373」 「№3701」
Difference from previous tested commit:  code diff
Commit date: 2018-12-20 14:03:47

Merge pull request #3701 from RosettaCommons/jadolfbr/fix_rabd_nanobody Fix RAbD nanobody compatibility ======================== Addresses https://www.rosettacommons.org/node/10411 Adds a check for comments in cdr instructions Adds ability to specify `NONE` for neighbor minimization for speed. Adds an integration test for nano body, expands AntibodyInfo unit tests.

...


branch: master 「№60556」
Commited by: Rocco Moretti
GitHub commit link: 「1821f6bf18865ba0」 「№3538」
Difference from previous tested commit:  code diff
Commit date: 2018-12-19 10:30:56

Merge pull request #3538 from RosettaCommons/roccomoretti/move_parse_tag_checks_to_apply Move pose-dependent initializations from parse_my_tag() to apply() Another sub-PR of the parse_my_tag interface change PR #2466 There's a number of Movers/Filters which do work (initialization/sanity checks) in their parse_my_tag which can be deferred to apply().

...


branch: master 「№60555」
Commited by: Rocco Moretti
GitHub commit link: 「ac4e0ec1b99e0cd6」 「№3704」
Difference from previous tested commit:  code diff
Commit date: 2018-12-19 10:20:54

Merge pull request #3704 from RosettaCommons/roccomoretti/fix_cmake_unit Fix Unit tests on CMake. The unit tests for the CMake build run in a different directory than the Scons ones. This means that attempts to access the Rosetta/main/source/test directory from the unit test running directory will fail if attempted from the CMake unit tests.

...


branch: master 「№60554」
Commited by: Vikram K. Mulligan
GitHub commit link: 「66ba94f0899cc90e」
Difference from previous tested commit:  code diff
Commit date: 2018-12-18 21:15:40

beautifying

...


branch: master 「№60553」
Commited by: Rocco Moretti
GitHub commit link: 「dd007ec3e7d25903」
Difference from previous tested commit:  code diff
Commit date: 2018-12-18 17:25:02

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

...


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