branch: master 「№62040」
Commited by: Sergey Lyskov
GitHub commit link: 「0ded502f0909bc07」
Difference from previous tested commit:  code diff
Commit date: 2023-08-26 17:06:29
integration.valgrind scientific.mp_dock scientific.mp_f19_ddG_of_mutation unit.valgrind

fixing maintenance.documentation test



branch: master 「№62039」
Commited by: Sergey Lyskov
GitHub commit link: 「664f968a430e4d2c」 「№6427」
Difference from previous tested commit:  code diff
Commit date: 2023-08-24 23:39:25

Merge pull request #6427 from RosettaCommons/benchmark fixing PyRosetta Conda releases on Mac

...


branch: master 「№62038」
Commited by: Hope Woods
GitHub commit link: 「a3745b3754d7f4d9」 「№6021」
Difference from previous tested commit:  code diff
Commit date: 2023-08-24 11:17:38
scientific.ligand_scoring_ranking scientific.mp_dock scientific.mp_f19_ddG_of_mutation scientific.mp_f19_decoy_discrimination.debug scientific.mp_f19_decoy_discrimination

Merge pull request #6021 from RosettaCommons/woodsh17/mem_geo_pore MP pore compatible with FaMPEnv and FaMPSolv score terms New membrane geometries compatible with franklin2019 score function

...
Test: ubuntu-20.04.clang.python36.scientific.ligand_scoring_ranking

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.python36.scientific.mp_f19_decoy_discrimination.debug

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.python36.scientific.mp_f19_decoy_discrimination

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№62037」
Commited by: Andy Watkins
GitHub commit link: 「a4d836d7428cf174」 「№6426」
Difference from previous tested commit:  code diff
Commit date: 2023-08-23 14:28:03
scientific.mp_f19_decoy_discrimination.debug scientific.mp_f19_decoy_discrimination

Merge pull request #6426 from RosettaCommons/everyday847/fix_mpdock_itest Fix bug where sfxn memory address was written to tracer output

...


branch: master 「№62036」
Commited by: Guangfeng Zhou
GitHub commit link: 「5c52065b086fffa6」 「№6425」
Difference from previous tested commit:  code diff
Commit date: 2023-08-22 13:18:13
scientific.ligand_scoring_ranking scientific.mp_f19_decoy_discrimination.debug scientific.mp_f19_decoy_discrimination

Merge pull request #6425 from RosettaCommons/guangfeng/galiganddock_vsx_update Added options to report the number of hydrogen bonds between the ligand and selected residues.

...
Test: ubuntu-20.04.clang.python36.scientific.ligand_scoring_ranking

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№62035」
Commited by: Paul Eisenhuth
GitHub commit link: 「49f5511663bb50db」 「№6424」
Difference from previous tested commit:  code diff
Commit date: 2023-08-22 05:02:48
scientific.ligand_scoring_ranking

Merge pull request #6424 from RosettaCommons/peisenhuth/PyTorchCmake Adding build support for PyTorch in CMake

...
Test: ubuntu-20.04.clang.python36.scientific.ligand_scoring_ranking

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№62034」
Commited by: Andy Watkins
GitHub commit link: 「0edf148f03e55ed2」 「№6420」
Difference from previous tested commit:  code diff
Commit date: 2023-08-18 20:16:57

Merge pull request #6420 from RosettaCommons/everyday847/nmethyl_cys_chi Fix chi scheme for N-methyl CYS and DCYS

...


branch: master 「№62033」
Commited by: Vikram K. Mulligan
GitHub commit link: 「9c16e13c3cc4d3ef」 「№6421」
Difference from previous tested commit:  code diff
Commit date: 2023-08-18 11:32:04

Merge pull request #6421 from RosettaCommons/vmullig/update_layer_selector_xsd Update the XSD for the Layer selector. It drives me nuts having to search through the code for the default values. This fills in some "XRW TO DO" lines.

...


branch: master 「№62032」
Commited by: Guangfeng Zhou
GitHub commit link: 「7eb735e1d0b9c041」 「№6419」
Difference from previous tested commit:  code diff
Commit date: 2023-08-14 22:04:10

Merge pull request #6419 from RosettaCommons/guangfeng/galiganddock_vsx_update Added the following major updates in GALigandDock: 1. Added template docking in GALigandDock. When a template complex structure is provided, GALigandDock will align ligands to the template ligand using maximum common substructure from RDKit with slight perturbation in non-aligned torsions and rigid body. Atom feature alignment is also performed after template alignment; 2. Added a simple entropy model to estimate the ligand entropy using the number of rotational bonds in a ligand; 3. Added buried unsatisfied hydrogen bonds estimation in GALigandDock; 4. A few minor bugfixes and code improvements.

...


branch: master 「№62031」
Commited by: David P. Nannemann
GitHub commit link: 「ae61192003cc8580」
Difference from previous tested commit:  code diff
Commit date: 2023-08-01 14:47:00

attaching glycans to other residues (#6415) * An edit of the SimpleGlycosylateMover so that a linker atom can be specified on the residue to be glycosylated. Even the wrong atom, so long as it is in the residue, triggers a change in the code pathway so users will need to be cautious. Rosetta still finds the right patch for the residue if it exists and is functional (and it is the only glycosylation-related patch for that residue). There is an onus on the user to check functionality when using the new feature; old features perform the same. * Adding an integration test to test the functionality of the mover.

...


branch: master 「№62030」
Commited by: Sergey Lyskov
GitHub commit link: 「1799523c1e5ce712」
Difference from previous tested commit:  code diff
Commit date: 2023-08-01 14:24:20

updating copyright info

...


branch: master 「№62029」
Commited by: Rocco Moretti
GitHub commit link: 「5c6352df06dbbffc」 「№6418」
Difference from previous tested commit:  code diff
Commit date: 2023-08-01 12:01:53

Merge pull request #6418 from RosettaCommons/roccomoretti/gcc13 Fix compilation for GCC 13.1 Address a bunch of warnings which popped up. GCC 13 seems to have some more aggressive settings on warnings, which resulted in a number of warnings which can't directly be fixed. For now I've just turned off treating those warnings as errors in the compilation settings. If other people want to take a look at figuring out a work-around, I encourage them to do so.

...


branch: master 「№62028」
Commited by: Rocco Moretti
GitHub commit link: 「e90e900f266d9c78」 「№6336」
Difference from previous tested commit:  code diff
Commit date: 2023-07-31 12:45:06

Merge pull request #6336 from RosettaCommons/roccomoretti/fix_slrl_patched Fix issue with PDB_ROTAMERS for NCAAS. Using PDB_ROTAMERS conformer files with NCAAs has an issue when you have patched residues (e.g. terminal). Because the C-terminus patch adds an additional heavy atom, that causes the SingleLigandRotamerLibrary to hard exit. Update the code to be more forgiving about missing atoms in the rotamers file, though attempt to maintain a hard error if we're missing conformer-defining atoms. (This will hopefully catch issues where the entire conformer file is malformed.)

...


branch: master 「№62027」
Commited by: Moritz Ertelt
GitHub commit link: 「8a335a68a13b5443」 「№6408」
Difference from previous tested commit:  code diff
Commit date: 2023-07-27 09:51:20
scientific.sb_talaris13_fast_design

Merge pull request #6408 from RosettaCommons/moritzertelt/SetTemp_add_Metric Adds an option to the the RunSimpleMetrics mover to set the values of a PerResidueRealMetric to the pdb_info()->temperature, which than ends up in the b-factor column of the output pdb. This makes it easy to visualize the values of a per residue metric using PyMol/ChimeraX.

...
Test: ubuntu-20.04.clang.python36.scientific.sb_talaris13_fast_design

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№62026」
Commited by: Moritz Ertelt
GitHub commit link: 「2e0c1cbe2fd15f4b」 「№6381」
Difference from previous tested commit:  code diff
Commit date: 2023-07-12 16:33:31
scientific.sb_talaris13_fast_design

Merge pull request #6381 from RosettaCommons/moritzertelt/esm_constraint Metric for scoring proteins using ESM language models

...
Test: ubuntu-20.04.clang.python36.scientific.sb_talaris13_fast_design

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№62025」
Commited by: Guangfeng Zhou
GitHub commit link: 「e3ce6ea9faf661ae」 「№6416」
Difference from previous tested commit:  code diff
Commit date: 2023-07-07 15:00:46
scientific.sb_talaris13_fast_design

Merge pull request #6416 from RosettaCommons/guangfeng/galigdock_genparams GALigandDock params generation update

...


< 1 2 3 4 5 6 7 8 9 10 11 .. 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