branch: master 「№60296」
Commited by: Labonte
GitHub commit link: 「23b3051a1a53e1fa」 「№3292」
Difference from previous tested commit:  code diff
Commit date: 2018-07-09 12:55:13

Merge pull request #3292 from RosettaCommons/JWLabonte/sugars/database Carbohydrates: Database additions and .pdb input (and output) bug fixes This merge attempts to increase the percentage of sugar-containing .pdb files that can be read in to Rosetta without modification. I have a current benchmark of 104 .pdb files containing (free) glycan ligands. Before these changes, 78/104 files could load. Files that do not load have 5 separate problems, 3 of which I address with this merge. After this merge 92/104 files should load. As an extra bonus, this merge expands on @BrandonFrenz's work and completes the database such that all sugars can be output with the PDB 3-letter codes, if that is what is desired, not only the limited subset. It also integrates (effectively) the bug fix made in PR #3289 and negates the need for PR #3175. All unit tests pass. c-term_conjugation test is simply the centroid ResidueTypeSet reporting on its larger size. carbohydrates integration test expanded. glycan_anomers test is currently unstable and it is hoped that this merge corrects that. Note that master was already broken when I made this merge.

...


branch: master 「№60295」
Commited by: Jaume Bonet
GitHub commit link: 「d7b42a161a8db165」 「№3305」
Difference from previous tested commit:  code diff
Commit date: 2018-07-08 15:42:52

Merge pull request #3305 from RosettaCommons/jaumebonet/fflchem allow FFL to work with chemical binders

...


branch: master 「№60294」
Commited by: Andy Watkins
GitHub commit link: 「42c75e693d8509d4」 「№3303」
Difference from previous tested commit:  code diff
Commit date: 2018-07-05 13:41:41

Merge pull request #3303 from RosettaCommons/everyday847/revive_cif_io Hotfix 2: unit tests are ok now

Labonte 6 years
But serialize still is not.
Andy Watkins 6 years
yeah this is a bit of a mystery; I've been working on it.
Labonte 6 years
I think that you also broke the noe_assignment integration test.
...


branch: master 「№60293」
Commited by: Sergey Lyskov
GitHub commit link: 「c7c6c8f24db60230」 「№3301」
Difference from previous tested commit:  code diff
Commit date: 2018-07-04 19:18:34

Merge pull request #3301 from RosettaCommons/sergey/binder PyRosetta, updating Binder submodule and putting `Pybind11` into system includes

...


branch: master 「№60292」
Commited by: Andy Watkins
GitHub commit link: 「2803f85183030e4a」 「№3302」
Difference from previous tested commit:  code diff
Commit date: 2018-07-04 17:58:34

Merge pull request #3302 from RosettaCommons/everyday847/revive_cif_io Master unit test hotfix -- adding new centroid-rot params that I didn't commit earlier.

...


branch: master 「№60291」
Commited by: Andy Watkins
GitHub commit link: 「06c897a0cb6c70a0」 「№2845」
Difference from previous tested commit:  code diff
Commit date: 2018-07-04 15:49:16

Merge pull request #2845 from RosettaCommons/everyday847/revive_cif_io Revive CIF I/O and fix some big bug classes At final tally, this branch fixes about 8K new PDBs (~1/2 of broken PDBs) and 1K cifs (and thousands of others it moves to a more 'chemically realistic' bug class'). Massive bugfix to `metalloprotein_abrelax` which had been loading in the CCD type `pdb_CYZ` for its centroid_rot phase, and to various enumerative_sampling and related tests that had been loading in `pdb_VRT`. A couple trajectory changes are observed due to floating point issues. Some logfiles change due to spacing alterations in atom names. (Use stripped names in more places -- the RT will always have them in addition to the with-spaces alias, while the CCD residue will ONLY have the stripped version.) Also prevented `PartitionContactScreener` from wiping out protein trajectories -- residues often won't make adjacent-residue contacts in typical (say) cyclic peptides.

Andy Watkins 6 years
I see the broken unit test -- wasn't failing locally because unfortunately I had failed to commit a file. Will be hotfixed in.
...


branch: master 「№60290」
Commited by: Amanda Loshbaugh
GitHub commit link: 「7deda35038790988」 「№2984」
Difference from previous tested commit:  code diff
Commit date: 2018-07-03 17:29:33

Merge pull request #2984 from RosettaCommons/kalekundert/cbrss Improvements to CoupledMoves and ClashBasedRepackShell

...


branch: master 「№60289」
Commited by: Rocco Moretti
GitHub commit link: 「c00344612c629edd」
Difference from previous tested commit:  code diff
Commit date: 2018-07-03 17:29:05

beautifying

...


branch: master 「№60288」
Commited by: Sergey Lyskov
GitHub commit link: 「226627e8a7932024」 「№3298」
Difference from previous tested commit:  code diff
Commit date: 2018-07-03 15:12:32

Merge pull request #3298 from RosettaCommons/sergey/f2 Fixing an inclusion-order related problem and removing `/usr/include` and `/usr/local/include` from our default include paths

...


branch: master 「№60287」
Commited by: Darwin
GitHub commit link: 「32653e1e37cacf55」 「№3177」
Difference from previous tested commit:  code diff
Commit date: 2018-07-03 12:45:55

Merge pull request #3177 from RosettaCommons/darwinyfu/ProtEnsemble Adding of protein ensembles to small molecule docking. Can now pass in multiple receptor files to dock ligands against when using the Transform and TransformEnsemble movers. Expected integration test changes: hash signature of ligand docking applications. hts_io will change since it runs Transform with repeat option and transform conformation update has been moved outside of the repeat loop so it only updates the final pose once.

...


branch: master 「№60286」
Commited by: Parisah
GitHub commit link: 「d1b9f3ec57e69398」 「№3213」
Difference from previous tested commit:  code diff
Commit date: 2018-07-02 16:43:48

Merge pull request #3213 from RosettaCommons/hssnzdh2/unsatsel2 Updating UnsatSel to be better

...


branch: master 「№60285」
Commited by: Rocco Moretti
GitHub commit link: 「d8516a28f439cb48」 「№3286」
Difference from previous tested commit:  code diff
Commit date: 2018-07-02 11:53:06

Merge pull request #3286 from RosettaCommons/roccomoretti/scientific_test_update Update the PDB diagnostic scientific test reference results, in light of the recent fixes. In addition, I've added a few extra failure categories, which will further separate out the unknown category into manageable chunks to fix.

...


branch: master 「№60284」
Commited by: GIdeon Lapidoth
GitHub commit link: 「c0e311245b9b1bfb」 「№3293」
Difference from previous tested commit:  code diff
Commit date: 2018-06-30 14:11:30

Merge pull request #3293 from RosettaCommons/fix_SpliceOut_bug In SpliceOut, Splice_filter() did not use the scorefunction defined i…

...


branch: master 「№60283」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「590c1cf1124c8d2a」 「№3294」
Difference from previous tested commit:  code diff
Commit date: 2018-06-29 13:55:57

Merge pull request #3294 from RosettaCommons/jadolfbr/iam_ft Make InterfaceAnalyzerMover FT independant This PR makes the explicit constructors independent of the FoldTree (those other than the Jump Number specification). It does this through moving chains in cartesian space instead of dihedral space for ignored chains and interface chains to create the separated pose needed. This makes IAM crash a lot less on general structures and enables its broad use for ligands (of different chains). Consequently, `InterfaceMonteCarlo`, which is used in `RosettaAntibodyDesign`, is much more robust. Thanks to Joel Karpiak from GSK for identifying this issue and testing. A new integration test is added that would segfault fail before this PR.

...


branch: master 「№60282」
Commited by: Rocco Moretti
GitHub commit link: 「3dfd733776c8ea36」 「№2850」
Difference from previous tested commit:  code diff
Commit date: 2018-06-29 10:53:03

Merge pull request #2850 from RosettaCommons/roccomoretti/clang_SA_fixes Knock out most of the Clang Static Analysis issues There's still about 12 files with issues. As I've knocked out all of the "easy" ones, all of these are pointing to potential bugs (perhaps). It will take expert eyes to figure out what should be going on here. See https://github.com/RosettaCommons/main/pull/2850 for a list of remaining issues.

...


branch: master 「№60281」
Commited by: Steven Lewis
GitHub commit link: 「ff95a51558f1a4a9」 「№3288」
Difference from previous tested commit:  code diff
Commit date: 2018-06-28 20:14:02

Merge pull request #3288 from CyrusBiotechnology/196_BASE_cm_ligand_mode resolves #3275, #3276. CoupledMovesProtocol now exits with more interpretable errors when misconfigured (ligands present but not flagged as on) instead of segfaulting. It also takes ligand-related settings via getter/setter instead of command line flag.

...


< 1 .. 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 .. 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