branch: master 「№61928」
Commited by: Sergey Lyskov
GitHub commit link: 「84ac4066504e6724」
Difference from previous tested commit:  code diff
Commit date: 2022-08-17 19:19:03
maintenance.documentation

initiating clean rebuild

...
Test: linux.clang.maintenance.documentation

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№61927」
Commited by: John Wang
GitHub commit link: 「9d915c697b43f6e8」 「№6144」
Difference from previous tested commit:  code diff
Commit date: 2022-08-16 18:17:12

Merge pull request #6144 from RosettaCommons/jyjwang/degreaser-documentation-1 updating documentation

...


branch: master 「№61926」
Commited by: Rocco Moretti
GitHub commit link: 「0ca9694b9891523a」 「№6122」
Difference from previous tested commit:  code diff
Commit date: 2022-08-15 17:16:32

Merge pull request #6122 from RosettaCommons/roccomoretti/update_rdkit Update RDKit Due to interest, update the version of RDKit to 2021.03.5. This version is the same one being used in Foldit (PR #5590) and should be C++14 compatible. Compilation issues seem to be sorted out if I explicitly ignore some of the new subdirectories in RDKit, which should be okay-ish, as they aren't used elsewhere in RDKit, and aren't used currently by Rosetta. (More extensive fixes may be necessary if we start to use those features.)

...


branch: master 「№61925」
Commited by: Sergey Lyskov
GitHub commit link: 「5d79f8189d3c0fed」
Difference from previous tested commit:  code diff
Commit date: 2022-08-15 14:26:01

initiating clean rebuild

...


branch: master 「№61924」
Commited by: Justin Seffernick
GitHub commit link: 「869e5b64c4950d2c」 「№6139」
Difference from previous tested commit:  code diff
Commit date: 2022-08-15 11:30:24

Merge pull request #6139 from RosettaCommons/jtseffer/ERMS_prediction_app_steepness Fixed typo in rigid dimer steepness for app SID_ERMS_prediction.

...


branch: master 「№61923」
Commited by: Rocco Moretti
GitHub commit link: 「81b8018c4a622010」 「№5867」
Difference from previous tested commit:  code diff
Commit date: 2022-08-05 19:00:00

Merge pull request #5867 from RosettaCommons/roccomoretti/packer_task_thresholds Make Dunbrack probability thresholds non-global. Right now, the -packing::dunbrack_prob_buried options and the like are a set-once option in the dunbrack/RotamerLibrary singleton. It looks like it doesn't need to be. Instead, as it controls the Rotamer generation logic (e.g. which rotamers are selected). we can move these options to the PackerTask. It's not 100% clean, as to preserve the current behavior we can't put the option reading under the same control as the other command line options, but at least it allows us to change these thresholds on a per-packing run basis, rather than a once-per-program-launch basis. (This will help with certain use cases in Foldit and PyRosetta.)

...


branch: master 「№61922」
Commited by: Rocco Moretti
GitHub commit link: 「a3dc9298d83a2c6c」 「№5926」
Difference from previous tested commit:  code diff
Commit date: 2022-08-05 18:58:55

Merge pull request #5926 from RosettaCommons/roccomoretti/scratch_space_reorg_master Reduce dependency on RotamerLibraryScratchSpace The SingleResidueRotamerLibrary functions had dunbrack::RotamerLibraryScratchSpace as a parameter dependency. This was a little bit of an annoyance for non-Dunbrack rotamer libraries, particularly as there's fixed numbers of torsions within the scratch space. (Which results in some jiggery-pokery on the derivatives for non-canonicals.) It turns out that we don't actually make much use of the ScratchSpace for the general SingleResidueRotamerLibrary member interface. (In particular, we don't really re-use the scratch space at all.) We can re-write the interface to exclude it (letting the Dunbrack library create a new one), using a new TorsionEnergy class for the return-by-reference of the score components. For derivatives, we can push the torsion selection into the interface, avoiding having to return all the torsion derivatives. I cleaned up/condensed the usage of Scratch Space for the Dunbrack libraries. Not knowing the full complexities which have been layered on here, I stopped at a certain point. In particular, there's probably some room for efficiency improvements by skipping derivative calculations for unneeded torsions, though I leave that to a future PR by someone else.

...


branch: master 「№61921」
Commited by: Vikram K. Mulligan
GitHub commit link: 「0f8dc125738bcb8a」 「№6123」
Difference from previous tested commit:  code diff
Commit date: 2022-08-03 19:50:43

Merge pull request #6123 from RosettaCommons/vmullig/update_gcc_10_3 Add build settings for GCC 10.3.

...


branch: master 「№61920」
Commited by: SM Bargeen Alam Turzo
GitHub commit link: 「8c925c9cc7e43bac」
Difference from previous tested commit:  code diff
Commit date: 2022-08-02 19:29:11

beautifying

...


branch: master 「№61919」
Commited by: SM Bargeen Alam Turzo
GitHub commit link: 「8c90eb17d37f3859」 「№6124」
Difference from previous tested commit:  code diff
Commit date: 2022-08-02 18:47:41

Merge pull request #6124 from RosettaCommons/smturzo/parcs_update PARCS update: Modified to read silent files too. The integration test fail is expected because the TR now outputs the number of pose along with name of pose and CCS value.

...


branch: master 「№61918」
Commited by: Rocco Moretti
GitHub commit link: 「459716c7c70d4107」 「№6101」
Difference from previous tested commit:  code diff
Commit date: 2022-08-01 10:55:48

Merge pull request #6101 from RosettaCommons/roccomoretti/named_constraint_activation Enable NamedAtomPairConstraints in constraint file It looks like the creator wasn't being registered.

...


branch: master 「№61917」
Commited by: Rocco Moretti
GitHub commit link: 「6e8bed3e7d419c2b」 「№6113」
Difference from previous tested commit:  code diff
Commit date: 2022-08-01 10:47:43

Merge pull request #6113 from RosettaCommons/roccomoretti/python3_fixes Make integration tests which need Python2 into Python3 compatible Various Python2 ->Python3 fixes for scripts which are used by integration tests. This should now make it such that all integration tests can run with Python3.

...


branch: master 「№61916」
Commited by: Sergey Lyskov
GitHub commit link: 「d4bbf7e6fe88cc94」
Difference from previous tested commit:  code diff
Commit date: 2022-07-31 17:01:29

updating surface_docking readme

...


branch: master 「№61915」
Commited by: Rocco Moretti
GitHub commit link: 「f46d78e68d962539」 「№6109」
Difference from previous tested commit:  code diff
Commit date: 2022-07-27 13:07:58

Merge pull request #6109 from RosettaCommons/roccomoretti/fix_master_tests Fix some broken tests in master * virtual/override redundancy which was causing clang_tidy to complain * Missing flag which was causing match_xml integration test to crash.

...


branch: master 「№61914」
Commited by: Justin Seffernick
GitHub commit link: 「1ceea6dd84c4059f」 「№3912」
Difference from previous tested commit:  code diff
Commit date: 2022-07-27 09:40:02

Merge pull request #3912 from RosettaCommons/jtseffer/RRD_measure Jtseffer/rrd measure

...


branch: master 「№61913」
Commited by: Vikram K. Mulligan
GitHub commit link: 「fa702de377b3d21c」 「№6112」
Difference from previous tested commit:  code diff
Commit date: 2022-07-26 21:05:23

Merge pull request #6112 from RosettaCommons/vmullig/another_thioether_fix Fix another bug in thioether structure prediction in MPI mode with a native structure. The code to set up the native structure on a worker process was wrongly assuming that we had some information that we do not. This would also have affected isopeptide lariats. This PR corrects this.

...


< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 .. 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