branch: release 「№174」
Commited by: Andy Watkins
GitHub commit link: 「5ecebcadacdf48ed」 「№3055」
Difference from previous tested commit:  code diff
Commit date: 2018-03-23 16:02:49

Merge pull request #3055 from RosettaCommons/everyday847/stepwise_dna Stepwise on DNA residues

...


branch: release 「№173」
Commited by: Vikram K. Mulligan
GitHub commit link: 「7c7790fbb898f821」 「№3025」
Difference from previous tested commit:  code diff
Commit date: 2018-03-14 16:19:04

Merge pull request #3025 from RosettaCommons/vmullig/update_ncaas Adding properties and BACKBONE_AA to some NCAAs. It should now be possible to score all L-alpha-amino acids with ref2015, provided the params files have either BACKBONE_AA lines or mainchain potentials defined. This pull request aims to update some params files with PROPERTIES and BACKBONE_AA lines. It also updates the H and O atoms so that they depend on the lower and upper connections, respectively.

...


branch: release 「№172」
Commited by: Kalli Kappel
GitHub commit link: 「9cedfe5655e1c222」 「№2996」
Difference from previous tested commit:  code diff
Commit date: 2018-03-06 13:46:20

Merge pull request #2996 from RosettaCommons/kkappel1/quick_drrafter_fixes DRRAFTER setup and error estimation

...


branch: release 「№171」
Commited by: Kale Kundert
GitHub commit link: 「333d99699777cd6a」 「№2979」
Difference from previous tested commit:  code diff
Commit date: 2018-02-26 17:09:17

Merge pull request #2979 from RosettaCommons/kalekundert/core_rosetta_scripts_utils Move parse_task_operations(), parse_score_function(), etc. into core.

...


branch: release 「№170」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「5ea0761986ab916a」 「№2925」
Difference from previous tested commit:  code diff
Commit date: 2018-02-16 12:56:02

Merge pull request #2925 from RosettaCommons/jadolfbr/ab_design_optimize_interface Jadolfbr/ab_design Small tweaks to RAbD: - Remove try/catch for sequence design. It should only be there for graft design. - Fail if we have caught exceptions the whole time. I had some issues on a cluster that was being hammered hardcore with IO operations of another user and my runs still completed and output a file. We should never have that. - Improve the speed at which we load structures from the database through a pre-made text file. This is a temporary solution until we have updated databases in raw txt form in the rosetta database. However, this significantly speeds up runs and is up-to-date with the current PyIgClassify db. Etc: - Throw exception in ProteinResidueFeatures instead of a utility_exit_with_message. - Add option, `-read_only_ATOM_entries` to literally only read ATOM records in pdb_reader and cif_reader.

...


branch: release 「№169」
Commited by: Sergey Lyskov
GitHub commit link: 「92153c565e0dfb83」 「№2930」
Difference from previous tested commit:  code diff
Commit date: 2018-02-08 18:48:42

Merge pull request #2930 from RosettaCommons/sergey/ui-multi-jobs UI, adding support for multi-stage tasks

...


branch: release 「№168」
Commited by: Steven Lewis
GitHub commit link: 「c1b7d85507babf8d」 「№2899」
Difference from previous tested commit:  code diff
Commit date: 2018-01-31 12:14:04

Merge pull request #2899 from CyrusBiotechnology/for_commons/indigo/nmer_refactor From @indigogo at Cyrus. * new unit test for core/scoring/methods/NMerSVMEnergy, the scoring method used for tcell epitope prediction. unit test just compares epitope predictions for rosetta's idealized trpcage pose * refactoring of all 3 tcell epitope scoring terms (NMerSVMEnergy,NMerPSSMEnergy,NMerRefEnergy). no functional changes, just added full constructors like I should have done in the first place, also some new functions to extract model energies before everything is summed/averaged into total residue energy

...


branch: release 「№167」
Commited by: Vikram K. Mulligan
GitHub commit link: 「f7d913b5ce98f93c」 「№2898」
Difference from previous tested commit:  code diff
Commit date: 2018-01-24 00:20:27

Merge pull request #2898 from RosettaCommons/vmullig/fix_voids_penalty_config Fixing a little problem in EnergyMethodsOptions setter functions that was preventing configuration of the voids_penalty energy term from RosettaScripts XML.

...


branch: release 「№166」
Commited by: Andy Watkins
GitHub commit link: 「0979746a472963f7」 「№2871」
Difference from previous tested commit:  code diff
Commit date: 2018-01-16 14:39:38

Merge pull request #2871 from RosettaCommons/everyday847/hideous_connection_issue Hideous connection issue

...


branch: release 「№165」
Commited by: Rocco Moretti
GitHub commit link: 「d2f80a3dba347ef2」 「№2820」
Difference from previous tested commit:  code diff
Commit date: 2018-01-08 12:06:32

Merge pull request #2820 from RosettaCommons/roccomoretti/switch_residue_type_set_fix Fix issue with crashing SwitchResidueTypeSet The make_centroid() utility function, which is applied when SwitchResidueTypeSetMover can't find a corresponding type, had a bug where resetting the ResidueType's atom type assumed that it was operating with the same type set with the current and replacement type - which wasn't the case for make_centroid(). Change things such that switching the atom type set on a ResidueType appropriately swaps out the atom types, as much as possible.

...


branch: release 「№164」
Commited by: Rocco Moretti
GitHub commit link: 「7984dbe8f2d8944c」 「№2815」
Difference from previous tested commit:  code diff
Commit date: 2017-12-30 16:38:20

Merge pull request #2815 from RosettaCommons/roccomoretti/PDB_components_reloading Fix issue with re-reading of entries from PDB components. There's apparently multiple definitions of 'base name' -- select whichever ones work.

...


branch: release 「№163」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「282291fe383d6b6b」 「№2817」
Difference from previous tested commit:  code diff
Commit date: 2017-12-22 12:18:31

Merge pull request #2817 from RosettaCommons/jadolfbr/fix_ff_from_loops Fix DihedralConstraintGenerator XSD and add option to FoldTreeFromLoopsWrapper to add cutpoint variants for the proper use of the chain break term.

...


branch: release 「№162」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「34adaaf5b1bb0625」
Difference from previous tested commit:  code diff
Commit date: 2017-12-13 10:25:37

beautifying

...


branch: release 「№161」
Commited by: Rocco Moretti
GitHub commit link: 「83c8d57b123d9ea5」 「№2769」
Difference from previous tested commit:  code diff
Commit date: 2017-12-05 11:10:17

Merge pull request #2769 from RosettaCommons/roccomoretti/icc_scons_fix Fix compiler autodetection for ICC. Add os information to pre-load stage, such that the OS-specific ICC commands can be loaded and used for pre-load detection.

...


branch: release 「№160」
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: release 「№159」
Commited by: Vikram K. Mulligan
GitHub commit link: 「03bfcef676b9ba4e」
Difference from previous tested commit:  code diff
Commit date: 2017-11-16 16:42:24

Beautifying master.

...


< 1 .. 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 .. 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