branch: master 「№60216」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「cfdc4de80e863ab0」 「№3179」
Difference from previous tested commit:  code diff
Commit date: 2018-05-11 17:27:22

Merge pull request #3179 from RosettaCommons/jadolfbr/simple_metrics Fix SM features integration test + various bug fixes Also fix: - The cdr length metric output for RAbD - A bug in GlycanTreeRelax when using multiple apply calls, round=1, or when window=1. - AnchoredGraftMover XSD - AnchoredGraftMover copy constructor from changes to the way rosetta numbering was parsed. - Fix rare FoldTree crash for grafting by using `set_reasonable_foldtree`, which is generally reliable. - Add integration test for RS-interface of CCDEndsGraftMover, which calls the AnchoredGraftMover XSD

...


branch: master 「№60215」
Commited by: Steven Lewis
GitHub commit link: 「5a1f5c51c69eb4a1」 「№3199」
Difference from previous tested commit:  code diff
Commit date: 2018-05-11 13:43:42

Merge pull request #3199 from CyrusBiotechnology/forcommons/3195-refactor_pdb_diagnostic Refactor pdb diagnostic - resolves #3195 for the scientific tests drive Cosmetic itest changes expected in pdb_diagnostic and some of the jd2 mmCIF tests

...


branch: master 「№60214」
Commited by: Andy Watkins
GitHub commit link: 「a81712b5a61d64b0」 「№3200」
Difference from previous tested commit:  code diff
Commit date: 2018-05-11 12:04:29

Merge pull request #3200 from RosettaCommons/everyday847/fix_5prime Better five-prime capping for mRNA simulations

...


branch: master 「№60213」
Commited by: Shourya Sonkar Roy Burman
GitHub commit link: 「c172315f697c7944」 「№3035」
Difference from previous tested commit:  code diff
Commit date: 2018-05-10 11:30:02

Merge pull request #3035 from RosettaCommons/ssrb19/ensembledock_separate RosettaDock with adaptive conformer selection and motif dock score

...


branch: master 「№60212」
Commited by: Sergey Lyskov
GitHub commit link: 「1122679cd61d946c」
Difference from previous tested commit:  code diff
Commit date: 2018-05-09 20:26:32

beautifying

...


branch: master 「№60211」
Commited by: Sharon Guffy
GitHub commit link: 「daf5f34620ba54a4」 「№3192」
Difference from previous tested commit:  code diff
Commit date: 2018-05-09 10:18:13

Merge pull request #3192 from RosettaCommons/guffysl/revert_sewing Reverting sewing merge to diagnose testing failures

...


branch: master 「№60210」
Commited by: Brandon Frenz
GitHub commit link: 「f763bc447fcec212」 「№3189」
Difference from previous tested commit:  code diff
Commit date: 2018-05-08 19:50:20

Merge pull request #3189 from RosettaCommons/bfrenz/rosettaESrunscript_fix Fix to ES script to stop it from continuing to run after relaxing the…

...


branch: master 「№60209」
Commited by: Brandon Frenz
GitHub commit link: 「e78b4ea9b1624811」 「№3188」
Difference from previous tested commit:  code diff
Commit date: 2018-05-08 19:49:25

Merge pull request #3188 from RosettaCommons/bfrenz/glycan_xmls Bfrenz/glycan xmls

...


branch: master 「№60208」
Commited by: Sharon Guffy
GitHub commit link: 「493e3de7b3808d00」 「№2923」
Difference from previous tested commit:  code diff
Commit date: 2018-05-08 15:14:37

Merge pull request #2923 from RosettaCommons/frankdt/frankdt/smart_sewing This pull request introduces the new SEWING refactor and its associated applications. This new refactor introduces a number of changes and new features into SEWING, including but not limited to: · SEWING can now be run without generating an edge file (formerly known as a score file). This “unhashed” mode is default and is recommended for most helical proteins. It also avoids the onerous memory requirements of generating an edge file. · Legacy SEWING only stored one possible overlap for each pair of matching helices, limiting the number of possible designs. SEWING is now able to sample all alignments that pass a user-specified minimum overlap residue cutoff, which greatly increases the sampling space. · Legacy SEWING input files contained large amounts of data which could not be held in memory simultaneously; therefore, SEWING had to read from disk periodically throughout the protocol, which led to significant slowdowns. SEWING now reads the entire file from disk at the start. · SEWING now recovers and outputs the lowest-scoring structure encountered during the assembly process. Legacy SEWING did not store and recover the lowest-scoring assembly during a Monte Carlo protocol, instead outputting whichever structure was present at the end of the run. Users can return to this old behavior by setting the new recover_lowest Boolean option to false. · SEWING now performs temperature ramping between user-specified minimum and maximum temperature values. · Users can choose not to include binding partners in their output structures via the output_partner Boolean option. · SEWING now reads all input information at the beginning of a run. · SEWING score terms and their weights can now be customized by users in their RosettaScript XML files using the AssemblyScorers subtag. Previously, all scorers and their weights were hard-coded. · SEWING is now compatible with ligands. Users can specify which residue in their starting structure is the ligand and can either specify its protein contacts manually or, in the case of metals and covalently bound ligands, those contacts can be detected automatically. All ligand contacts and the ligand itself will be preserved as vital residues during the SEWING run. · The new LigandBindingAssemblyMover allows users to introduce new contacts to existing ligands during the assembly process using user-provided specifications of the ligand’s binding geometry. · Both vital residues and ligands can now be specified using residue selectors. · Vital residue information can now be written into the output PDB file; whichever residues so identified in the starting structure will be listed, renumbered, in the output structure as "VITAL" and can be extracted with a ResiduePDBInfoHasLabel ResidueSelector. · Several new score terms and requirements have been introduced, including terms that allow users to more closely control their assembly’s interactions with binding partners as well as scorers and requirements that provide compatibility with ligand molecules. · In AppendAssemblyMover, users can either allow SEWING to automatically detect the boundaries of segments by DSSP (a new feature) or can specify the segments and their secondary structures manually. Manual setting of pose segment starts and ends now occurs in the mover tag rather than via command-line options. · AppendAssemblyMover can now be set to simply extend the starting helix without adding more helices via the extend_mode Boolean option. Note that the new SEWING refactor does not currently support discontinuous SEWING. For those cases, users will still need to use Legacy SEWING. Integration test change to simple_metric_features expected due to old changes in ModelFeatures (associated with LegacySEWING).

...


branch: master 「№60207」
Commited by: Steven Lewis
GitHub commit link: 「c67b814768067e70」 「№3178」
Difference from previous tested commit:  code diff
Commit date: 2018-05-08 13:52:09

Merge pull request #3178 from CyrusBiotechnology/forcommons/213_62chains Simple test to ensure that Rosetta is cool with all 62 officially legal chain characters [a-zA-z0-9]. Changes to unit tests only.

...


branch: master 「№60206」
Commited by: Rocco Moretti
GitHub commit link: 「a2b1f5b29c9910eb」 「№3186」
Difference from previous tested commit:  code diff
Commit date: 2018-05-07 19:41:35

Merge pull request #3186 from RosettaCommons/roccomoretti/fix_make_centroid Fix silly issue with make_centroid When checking if an atom has been deleted from a residue, it helps to check the residue for which you've deleted the atom. Checking the original that still has the atom doesn't work as well.

...


branch: master 「№60205」
Commited by: Frank DiMaio
GitHub commit link: 「a5357fe588bb65c3」 「№3187」
Difference from previous tested commit:  code diff
Commit date: 2018-05-07 18:45:04

Merge pull request #3187 from RosettaCommons/dimaio/fix_galigdock_integration_tests Fix broken ga ligand dock integration tests

...


branch: master 「№60204」
Commited by: Sergey Lyskov
GitHub commit link: 「cfda97409aa5539f」 「№3184」
Difference from previous tested commit:  code diff
Commit date: 2018-05-07 18:35:18

Merge pull request #3184 from RosettaCommons/sergey/binder PyRosetta update. Updating LLVM build procedure so it track compiler family and gcc-install-prefix as dependency for Binder deployment.

...


branch: master 「№60203」
Commited by: Rocco Moretti
GitHub commit link: 「8dca6870a4144647」 「№3185」
Difference from previous tested commit:  code diff
Commit date: 2018-05-07 12:46:38

Merge pull request #3185 from RosettaCommons/roccomoretti/fixClangSAparsing Fix breakage in ClangSA test parsing. Python3.6 requires that a file be opened in binary mode (where Python2.7 was fine with text mode). Update this so the clang_analysis test no longer fails. Also, add additional checks such that such parsing errors show up in the log.

...


branch: master 「№60202」
Commited by: Rocco Moretti
GitHub commit link: 「25a6ce563ed91d7d」 「№3180」
Difference from previous tested commit:  code diff
Commit date: 2018-05-07 11:12:28

Merge pull request #3180 from RosettaCommons/roccomoretti/fix_pymol_cif (Partially) Fix from-Pymol CIF reading Pymol's mmCIF output is apparently less extensive than from-RCSB ones, and this is causing the Rosetta CIF reader to choke. Note that Pymol CIF input still has an issue - apparently CIFPARSE-OBJ (the external library from the RCSB which we use to parse CIF files) completely ignores the last table in the CIF file. For from-Pymol output this is the atom_site table, which means that you lose all the coordinate data, resulting in an empty pose. The way to fix it is for you to add a dummy line to the end of the CIF file. As I'm not keen on debugging the external library, I've added a warning message to highlight how to get around the issue.

...


branch: master 「№60201」
Commited by: Andy Watkins
GitHub commit link: 「ca7ee2437234a209」 「№3169」
Difference from previous tested commit:  code diff
Commit date: 2018-05-05 22:12:44

Merge pull request #3169 from RosettaCommons/everyday847/pathfinding Update erraser_util.py for better pathfinding

...


< 1 .. 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 .. 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