branch: master 「№60200」
Commited by: Andy Watkins
GitHub commit link: 「c89ef43f3e7a7bce」 「№3166」
Difference from previous tested commit:  code diff
Commit date: 2018-05-05 22:12:36

Merge pull request #3166 from RosettaCommons/everyday847/GTP_CCC_loadin Load in GTP and CCC as polymeric residues

...


branch: master 「№60199」
Commited by: Frank DiMaio
GitHub commit link: 「e045b6af5d162ef0」 「№3058」
Difference from previous tested commit:  code diff
Commit date: 2018-05-05 17:00:05

Merge pull request #3058 from RosettaCommons/dimaio/genpot_to_merge This PR adds several tools aimed with making the Rosetta scorefunction reasonably behaved for arbitrary ligands. Three specific improvements have been added: A new ligand atom typing scheme has been added. An alternate param file generation app, scripts/python/public/generic_potential/mol2genparams.py has been added to handle parameter generation with the new atom typing. NOTE that this new typing is completely separate from protein atom typing. A generic torsional potential, 'gen_bonded' has been added using these new types. This potential is undefined (returning 0) for non-ligand residues currently. LK and LJ parameters have been fit for these new atom types using a combination of small molecule crystal data and ligand-bound protein structures. A new ligand docking protocol has been added in 'protocols/ligand_docking/GALigandDock'. It combines fast scoring on a precomputed grid with a genetic algorithm to allow very accurate ligand docking in 3-10 CPU minutes total per target (fixed sidechain) or 10-30 CPU minutes total (flexible sidechain). It is exposed as an XML-parsible mover, GALigandDock. To use: generate ligand parameter files using the new app mol2genparams.py add the flag -gen_potential (or -beta) to the command line (both load exact same corrections ... note -beta will always load the latest-and-greatest energy function variant) if using RosettaScripts, be sure the term 'gen_bonded' is turned on (recommended weight = 1) More detailed information at https://www.rosettacommons.org/docs/wiki/rosetta_basics/scoring/Overview-of-Seattle-Group-energy-function-optimization-project

...


branch: master 「№60198」
Commited by: Sergey Lyskov
GitHub commit link: 「f8361627cf790aa8」 「№3171」
Difference from previous tested commit:  code diff
Commit date: 2018-05-03 11:31:36

Merge pull request #3171 from RosettaCommons/sergey/binder Fixing PyRosetta GCC build

Vikram K. Mulligan 7 years
Looks like the code_quality.clang_analysis test has been failing to run for a while. Sergey, do you know what's causing this? [list]
Andy Watkins 7 years
Almost certainly: drift between tools and main, judging by where that python function comes from.
...


branch: master 「№60197」
Commited by: Zander Harteveld
GitHub commit link: 「1629f99a95b87e06」 「№3170」
Difference from previous tested commit:  code diff
Commit date: 2018-05-03 03:26:21

Merge pull request #3170 from RosettaCommons/secstruc_strucfrags secstruc strucfrags

...


branch: master 「№60196」
Commited by: Rocco Moretti
GitHub commit link: 「7f35f735c8bb90e3」 「№3158」
Difference from previous tested commit:  code diff
Commit date: 2018-05-02 10:50:33

Merge pull request #3158 from RosettaCommons/revert-3157-revert-3145-roccomoretti/centroid_autosetupmetal Revert "Revert "Make auto_setup_metals work with centroid mode."" Enable the relevant metapatches in centroid mode, as well as enabling the automatic centroid-mode residue type generation to work with connected residues. (Like sidechain-bound metalbinding residues.) The established covalent connections and constraints from fullatom mode should transfer to centroid mode. For connections/constraints to sidechain atoms, a special all heavyatom-present residue will be created. While this allows maintaining and round-tripping the constraints/connections through centroid mode, there's limitations on scoring/sampling in centroid mode. For scoring,the lack of a CEN atom results in differences in how the residue is scored versus a non-sidechain-metalbinding residue. For sampling, the lack of sidechain flexibility in centroid mode protocols may result in rejection of otherwise-acceptable conformations, due to the presence of the inflexible metalbinding sidechain. (Both of these should be minimal if you're not sampling directly in the vicinity of the metalbinding atom.)

...


branch: master 「№60195」
Commited by: Vikram K. Mulligan
GitHub commit link: 「ab819933844e0ed1」 「№3156」
Difference from previous tested commit:  code diff
Commit date: 2018-05-01 20:32:17

Merge pull request #3156 from RosettaCommons/vmullig/buried_unsat_score_incremental_merge_7 Incremental merge 7: Trying for some additional speed improvements with the buried_unsatisfied_penalty scoreterm Unfortunately, the speedup is pretty small. This does simplify the code a little bit, though. Tasks: - [x] Pull request #3155 must be merged before this one. - [x] Reduce the amount of node-swapping needed. - [x] Track down and fix the decrement errors. - [x] Beauty.

...


branch: master 「№60194」
Commited by: Vikram K. Mulligan
GitHub commit link: 「d0b8db714f763694」 「№3155」
Difference from previous tested commit:  code diff
Commit date: 2018-05-01 18:55:12

Merge pull request #3155 from RosettaCommons/vmullig/buried_unsat_penalty_incremental_merge_6 Incremental merge 6: Fix some spiky memory use in the buried_unsatisfied_penalty scoreterm Tasks: - [x] Add cleanup after packing. - [x] Benchmark -- does this help with overall memory consumption? - Yes, it does. It eliminates the spikiness, though usage is still somewhat high. - [x] Also, caught a really stupid `runtime_assert` error that was needlessly aborting trajectories. Fixed. - [x] Beauty.

...


branch: master 「№60193」
Commited by: Andy Watkins
GitHub commit link: 「5aef58e6a92d4526」 「№3142」
Difference from previous tested commit:  code diff
Commit date: 2018-05-01 16:44:52

Merge pull request #3142 from RosettaCommons/everyday847/remove_cached_data_from_suite_potential Remove cached data from suite potential

...


branch: master 「№60192」
Commited by: Jack Maguire
GitHub commit link: 「8d46f45c1202286b」 「№3164」
Difference from previous tested commit:  code diff
Commit date: 2018-05-01 15:55:14

Merge pull request #3164 from RosettaCommons/JackMaguire/MCHBNetCorrection Very Small Multistage Rosetta Scripts Update Multistage Rosetta Scripts currently can not use some filters because they get added to the CalculatorFactory singleton in RosettaScriptsParser (which MRS did not use). This PR adds a call to this RosettaScriptsParser function from the MRS Job Queen. Thanks to Vikram for approving!

...


branch: master 「№60191」
Commited by: Sergey Lyskov
GitHub commit link: 「b70d814769c0b2a8」
Difference from previous tested commit:  code diff
Commit date: 2018-05-01 14:56:54

beautifying

...


branch: master 「№60190」
Commited by: Sergey Lyskov
GitHub commit link: 「ca3b994c3b7df502」
Difference from previous tested commit:  code diff
Commit date: 2018-05-01 14:49:19

updating beautify test so it now update options, residue types and version before attempting to beautify code

...


branch: master 「№60189」
Commited by: Rocco Moretti
GitHub commit link: 「ab2bc2578b900e8a」 「№3099」
Difference from previous tested commit:  code diff
Commit date: 2018-05-01 12:40:54

Merge pull request #3099 from RosettaCommons/roccomoretti/parallelize_symmetry Symmetry: Remove additional dependencies on the option system. This PR removes most of the inappropriate uses of `-symmetry::symmetry_definition` in determining if we're operating under symmetry, preferring instead to use `core::pose::is_symmetric( pose )` to determine if we need symmetry. Additionally, SymMinMover, SymPackRotamersMover, and SymRotamerTrialsMover have been stubbed out, moving any symmetry-specific code into the non-Sym versions. This means that the non-Sym-labled versions can be used for both symmetric and asymmetric poses, and will do the right thing in each case. The Sym versions are deprecated, and are kept around only for backward compatibility with existing XML and PyRosetta scripts. *Note that TaskAwareSymMinMover apparently has slightly different default behavior than the non-Sym version, so I left both as-is for now.*

...


branch: master 「№60188」
Commited by: Rocco Moretti
GitHub commit link: 「b30a93b32e6284fc」 「№3154」
Difference from previous tested commit:  code diff
Commit date: 2018-05-01 12:29:10

Merge pull request #3154 from RosettaCommons/roccomoretti/octothorpe_component HydroxylTorsionPotential was trying to parse comment lines. This resulted in warning messages from the PDB components loading machinery. Add a check to avoid trying to parse comment lines.

...


branch: master 「№60187」
Commited by: Sergey Lyskov
GitHub commit link: 「08dfca8c4439603d」 「№3151」
Difference from previous tested commit:  code diff
Commit date: 2018-05-01 02:09:31

Merge pull request #3151 from RosettaCommons/sergey/ui Updating JSON library to 3.1.2

...


branch: master 「№60186」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6077d4053e9975b4」 「№3162」
Difference from previous tested commit:  code diff
Commit date: 2018-04-30 21:47:27

Merge pull request #3162 from RosettaCommons/vmullig/fix_prepend_issue Fix an issue affecting the GenKIC tutorials. Fix suggested by @rpavlovicz.

...


branch: master 「№60185」
Commited by: Sergey Lyskov
GitHub commit link: 「a16c809f2545972e」
Difference from previous tested commit:  code diff
Commit date: 2018-04-27 15:36:05

Fixing PyRosetta build: looks like Binder submodule head was accidentally downgraded in #3128

...


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