branch: release 「№222」
Commited by: Sergey Lyskov
GitHub commit link: 「808795efd9a378a1」 「№3959」
Difference from previous tested commit:  code diff
Commit date: 2019-05-23 12:26:15

Merge pull request #3959 from RosettaCommons/sergey/binder Updating PyRosetta so it could be build with Python-3.7 on Mac

...


branch: release 「№221」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「5adc612fd9dee20f」 「№3928」
Difference from previous tested commit:  code diff
Commit date: 2019-05-10 09:04:00

Merge pull request #3928 from RosettaCommons/lqtza/antibody_grafting_scientific_test Introduce scientific test for antibody grafting

...


branch: release 「№220」
Commited by: Brian Coventry
GitHub commit link: 「afa5e7070602177f」 「№3935」
Difference from previous tested commit:  code diff
Commit date: 2019-05-02 19:30:01

Merge pull request #3935 from RosettaCommons/bcov/Jd2CurrentInputName Set current_input_name and current_output_name in jd2 parser

...


branch: release 「№219」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「2cb3f3aa09ca8719」 「№3913」
Difference from previous tested commit:  code diff
Commit date: 2019-04-23 16:41:16

Merge pull request #3913 from RosettaCommons/jadolfbr/glycan_no_inner This merge holds a few changes and bug fixes for glycan modeling, antibody work, and simple metrics. Nothing too major. 1) Remove `AntibodyDesignProtocol`; make AntibodyDesignMover's parser interface more feature-complete with the command line. This simplifies the antibody design code into a single main mover, instead of two of them. Features from the protocol that were useful are added to the mover. Support for `get_additional_output` functionality is added. Removed some unused options. 2) Remove inner bb sampling from glycan modeling. This resulted in better energies, but reduced control of sampling time. Removing it. 3) Adding author tags to my parsable classes as we are moving towards full XSD documentation of most classes. 4) Make the `TotalEnergyMetric` work for different size reference poses as was originally intended. 5) Make a few carbohydrate tools into public apps as they are tested and now have public-facing documentation. 6) Simplify/Clean up Mover interface. No code changes, only the presentation and organization of Mover.hh as it was a mess. I can now read it. We really should remove the JD1 stuff from the base-class at some point. Perhaps through integrated DataMap functionality in the Mover base class? 7) Add better documentation for reference_pose XSD, instructing the user that this is created via a `SavePoseMover`. 8) Fix `RestrictToCDRsAndNeighbors` task op for camelid antibodies. Add unit tests for this and other antibody task ops for camelid antibodies.

...


branch: release 「№218」
Commited by: jkleman
GitHub commit link: 「7c2ffde2264607e3」 「№3921」
Difference from previous tested commit:  code diff
Commit date: 2019-04-16 13:20:20

Merge pull request #3921 from RosettaCommons/jkleman/SciBen_green4debug making sure debug versions pass, also in template

...


branch: release 「№217」
Commited by: Andy Watkins
GitHub commit link: 「dfe4ffc992818823」 「№3905」
Difference from previous tested commit:  code diff
Commit date: 2019-04-06 17:13:58

Merge pull request #3905 from RosettaCommons/revert-3896-tjbrunette/junc_filter Revert "Tjbrunette/junc filter"

...


branch: release 「№216」
Commited by: Andy Watkins
GitHub commit link: 「6fad4d40c5625dd4」 「№3877」
Difference from previous tested commit:  code diff
Commit date: 2019-03-29 18:59:31

Merge pull request #3877 from RosettaCommons/everyday847/yet_more_aramids Yet more aramids

...


branch: release 「№215」
Commited by: Rocco Moretti
GitHub commit link: 「46f270eaa6df591e」 「№3870」
Difference from previous tested commit:  code diff
Commit date: 2019-03-22 12:44:04

Merge pull request #3870 from RosettaCommons/roccomoretti/silence_recon_mpi Fix recon_design_mpi. Add the appropriate flags such that it's no longer a permanent diff.

...


branch: release 「№214」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「fdb3942a80dd3615」 「№3797」
Difference from previous tested commit:  code diff
Commit date: 2019-03-13 11:59:27

Merge pull request #3797 from RosettaCommons/jadolfbr/sm_in_pyrosetta This Address #3777 - getting SimpleMetrics to work seamlessly in PyRosetta This PR makes `pose.scores` work by accessing the `ScoreMap` 'class' directly instead of individual extra scores functions. Unit tests for this functionality are added to the PyRosetta unit testing framework, as well as additional tests for SimpleMetrics in C++ testing framework. The `ScoreMap` itself is now unit tested to work with SMs and an additional clear function has been added to the `SimpleMetricData` class. This PR also deprecates the old-style PyRosetta score file, which was ALWAYS bad and too different from C++ Rosetta scorefile output to be of much use in general protocols. If one tries to use the old-style format, we exit with a helpful message.

...


branch: release 「№213」
Commited by: Labonte
GitHub commit link: 「fd1bdffb01b7866d」 「№2468」
Difference from previous tested commit:  code diff
Commit date: 2019-03-05 15:28:05

Merge pull request #2468 from RosettaCommons/JWLabonte/PDB_IO PDB IO: Title Section IO Following an idea/request from @cdbahl at RosettaCON 2017, I have added functionality for automatically adding a time stamp and Rosetta version number to all output `.pdb` files. The default output uses proper/standard/PDB-defined records, _e.g._: ``` HEADER 21-FEB-19 XXXX EXPDTA THEORETICAL MODEL REMARK 220 REMARK 220 EXPERIMENTAL DETAILS REMARK 220 EXPERIMENT TYPE : THEORETICAL MODELLING REMARK 220 DATE OF DATA COLLECTION : 21-FEB-19 REMARK 220 REMARK 220 REMARK: MODEL GENERATED BY ROSETTA REMARK 220 VERSION 2019.04.post.dev+165.HEAD.646026d ``` This way, one will always know whence a `.pdb` came, and it will lead to better reproducibility of results. One could also easily adapt this system, using JD2 or JD3, to automatically include specific protocol information to the file. This merge will also allow input and output of `AUTHOR` records: ``` HEADER 21-FEB-19 XXXX EXPDTA THEORETICAL MODEL AUTHOR LABONTE ``` To include a list of authors, simply use the option flag `-set_pdb_author` with a comma-delimited list of names, according to the PDB format: ``` -set_pdb_author "I.M.A.JUNIOR JR.,I.HYPHENATE-MY-SURNAME,LABONTE" ``` If integration tests are running, the system automatically outputs the date as `xx-MMM-xx` and the version number as `INTEGRATION TEST` to ensure that integration tests do not fail every time from the changing date and version output. This merge also corrects some bugs in `HeaderInformation`. All unit tests pass. Almost every single integration test changes, as every `.pdb` file now has a default title section prepended. I have looked through about 10% of the >400 tests and did not find any unexpected changes. Likewise, 5 score tests are changed and 2 mpi integration tests.

...


branch: release 「№212」
Commited by: Vikram K. Mulligan
GitHub commit link: 「0f644e409ff7bf88」 「№3819」
Difference from previous tested commit:  code diff
Commit date: 2019-02-26 11:10:45

Merge pull request #3819 from RosettaCommons/vmullig/fix_bg_yet_again Fixing Blue Gene compilation. Minor change to an included file's path. Might fix compilation on certain other systems, too. (Note that this is not a BG-specific change. This corrects an incorrect path; other systems were largely _robust_ to the incorrect path, but some might not be.)

...


branch: release 「№211」
Commited by: Morgan Nance
GitHub commit link: 「827575144785bf7e」 「№3805」
Difference from previous tested commit:  code diff
Commit date: 2019-02-15 13:00:08

Merge pull request #3805 from RosettaCommons/mlnance/correct_flag_description Correct description info for write_pdb_link_records

...


branch: release 「№210」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「4d8c8074e4eab340」 「№3799」
Difference from previous tested commit:  code diff
Commit date: 2019-02-08 10:17:52

Merge pull request #3799 from RosettaCommons/jadolfbr/iam_bugfix General bug fix from an email - IAM is now chain order independent as of sometime not too long ago. This is now reflected in both `RosettaAntibodyDesign` and Antibody Modeling to protect against failures arising from chain order.

...


branch: release 「№209」
Commited by: Sergey Lyskov
GitHub commit link: 「8e9940c32d62464b」 「№3781」
Difference from previous tested commit:  code diff
Commit date: 2019-01-30 14:03:31

Merge pull request #3781 from RosettaCommons/sergey/binder updating Binder submodule to latest version

...


branch: release 「№208」
Commited by: Vikram K. Mulligan
GitHub commit link: 「fd666910a5edac95」 「№3771」
Difference from previous tested commit:  code diff
Commit date: 2019-01-22 15:55:37

Merge pull request #3771 from RosettaCommons/vmullig/fix_xcode_yet_again Fixing a few more xcode build errors. (Same thing: missing ampersands.)

...


branch: release 「№207」
Commited by: Sergey Lyskov
GitHub commit link: 「81dca65976c98457」 「№3742」
Difference from previous tested commit:  code diff
Commit date: 2019-01-10 14:09:24

Merge pull request #3742 from RosettaCommons/sergey/f2 Refactoring main unit test script, adding time measurements for TestSuites, removing mentioning of `YAML` to reduce confusion

...


< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 .. 23 >

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