branch: master 「№62008」
Commited by: Rocco Moretti
GitHub commit link: 「2490d4c2089049cc」 「№6346」
Difference from previous tested commit:  code diff
Commit date: 2023-05-10 12:28:20

Merge pull request #6346 from RosettaCommons/roccomoretti/obey_ssbond Add option to obey SSBOND info during PDB loading. One of the time sinks in PDB loading is the disulfide bond detection. There is currently a way to turn it off entirely (-detect_disulf false) or use an external file to specify things (-fix_disulf), but there's not currently a way to specify that you want to obey the disulfide annotations in the PDB file and not do a general scan. This is less than ideal, as from-wwPDB and Rosetta output files should have the complete SSBOND information in them already. This PR adds a -in:obey_ssbond option to the command line, which tells the loader code to take the SSBOND information from the PDB/StructFileRep as the only disulfides which should be used. Adding this flag shaves the time in initialize_disulfide_bonds() in half, saving somewhere between 1-2% in PDB loading speed.

...


branch: master 「№62007」
Commited by: Rocco Moretti
GitHub commit link: 「bc76d3d54a80c178」 「№5694」
Difference from previous tested commit:  code diff
Commit date: 2023-05-10 12:27:20

Merge pull request #5694 from RosettaCommons/roccomoretti/fix_ssbond_shift Fix how PDB output calculates output residues for SSBONDs. Centralize the calculation of the numbering of output residues. Putting the logic in a single place should yield a consistent calculation for both ATOM and SSBOND lines.

...


branch: master 「№62006」
Commited by: Guangfeng Zhou
GitHub commit link: 「d7aa7f94e8be5e9d」 「№6394」
Difference from previous tested commit:  code diff
Commit date: 2023-05-08 19:22:16

Merge pull request #6394 from RosettaCommons/guangfeng/galiganddock_vsx_update [GALigandDock] A few updates

...


branch: master 「№62005」
Commited by: Rocco Moretti
GitHub commit link: 「b3411a49afedb45f」 「№6389」
Difference from previous tested commit:  code diff
Commit date: 2023-04-27 10:32:30

Merge pull request #6389 from RosettaCommons/roccomoretti/master_fixes Attempt to fix failing tests in master. Assorted fixes for failing tests in master

...


branch: master 「№62004」
Commited by: Rocco Moretti
GitHub commit link: 「f1578235c0dc7800」 「№5801」
Difference from previous tested commit:  code diff
Commit date: 2023-04-25 12:16:26

Merge pull request #5801 from RosettaCommons/roccomoretti/lDDT Add functions to compute lDDT. Code to compute lDDT of two structures. The default settings give results which match that given by https://swissmodel.expasy.org/lddt Unlike the website, this can handle substructures (by passing a residue map), as well as ligand/non-protein residues. You can also pass an rmsd Predicate object to select only certain atoms within the residue (e.g. backbone only or Calpha only). You can also get atom-level statistics, if you want. Not implemented is any consideration for penalties for bond/angle deviations. I also haven't implemented the one-to-many comparison. (Run it multiple times with multiple references and pick the lowest.) It's probably going to be slower than an rmsd calculation. I tried to keep efficiency in mind, but things are slowed down by the need to consider alternate states (e.g. PHE ring flips) to match the official implementation. There's an option to turn that off if you don't want it, or if you're using an atom set (e.g. backbone-only) where it's not relevant. There's probably also other ways of improving the efficiency, but I don't have time at the moment to do efficiency profiling.

...


branch: master 「№62003」
Commited by: Rocco Moretti
GitHub commit link: 「75d0e58efa87407d」 「№6345」
Difference from previous tested commit:  code diff
Commit date: 2023-04-25 12:14:13

Merge pull request #6345 from RosettaCommons/roccomoretti/pdb_loading_small_tweaks A set of small efficiency tweaks for PDB Loading Small inefficiencies I found when looking into PDB loading speeds. Mostly doing work we don't really have to do (refolding, creating new objects which aren't used). These probably account for a ~2% speedup in my test set.

...


branch: master 「№62002」
Commited by: Rocco Moretti
GitHub commit link: 「28b344ef7da98efe」 「№6353」
Difference from previous tested commit:  code diff
Commit date: 2023-04-25 12:12:13

Merge pull request #6353 from RosettaCommons/roccomoretti/speed_VDDistanceMatrix Speed up NBR distance calculation. It looks like the slow bit of loading types from the Chemical Components Dictionary is the find_nbr_dist() calc. The slow bit looks to be data structure access in the Floyd-Warshall. Right now we're using a map of maps. If we can use compact data storage (and integer indexes), we can speed this up greatly. The find_nbr_dist() function gets ~50 times faster, though given the total time we spend in it, the overall speedup due to this fix is probably ~1% at most (depending on how many CCD components you have.)

...


branch: master 「№62001」
Commited by: Sergey Lyskov
GitHub commit link: 「9045c942a9345d58」
Difference from previous tested commit:  code diff
Commit date: 2023-04-20 14:31:51

triggering clean rebuild

...


branch: master 「№62000」
Commited by: hochshi
GitHub commit link: 「263f6d95f6fd3e44」 「№6385」
Difference from previous tested commit:  code diff
Commit date: 2023-04-15 01:05:18

Merge pull request #6385 from RosettaCommons/hochshi/feat/c14_c17 Making Rosetta c++14/17 compliant.

...


branch: master 「№61999」
Commited by: Andy Watkins
GitHub commit link: 「05235b789e20edd7」 「№6386」
Difference from previous tested commit:  code diff
Commit date: 2023-04-12 21:59:31

Merge pull request #6386 from RosettaCommons/everyday847/remove_inaccurate_responsibilities Update NCAA readme

...


branch: master 「№61998」
Commited by: David P. Nannemann
GitHub commit link: 「942c01d5066fd968」
Difference from previous tested commit:  code diff
Commit date: 2023-04-12 17:05:51

fixing broken unit test (#6384) * editing "correct" pdb file to have the right chemistry. Pushing to get help. * copied the output of the test (build/test/debug/macos/11.6/64/arm/clang/13.0/default/PDB_w_glycans_IO_cxxtest.pdb._tmp_) to replace the old, wrong `test/core/io/5FYL_correct_output.pdb`. The PDB_w_glycans_IO unit test now passes.

...


branch: master 「№61997」
Commited by: David P. Nannemann
GitHub commit link: 「6c6c974d52b9feeb」 「№6116」
Difference from previous tested commit:  code diff
Commit date: 2023-04-07 15:12:36

Merge pull request #6116 from RosettaCommons/nannemdp/N-linked_glycosylation_patch_changes Modifications to N-linked_glycosylation.txt patch to correct chemistry

...


branch: master 「№61996」
Commited by: Sergey Lyskov
GitHub commit link: 「5316403891cbd21c」 「№6380」
Difference from previous tested commit:  code diff
Commit date: 2023-04-06 12:50:12

Merge pull request #6380 from RosettaCommons/benchmark fixing PyRosetta documentation build

...


branch: master 「№61995」
Commited by: Sergey Lyskov
GitHub commit link: 「7132bdc754abc68a」 「№6235」
Difference from previous tested commit:  code diff
Commit date: 2023-04-04 17:59:42

Merge pull request #6235 from RosettaCommons/benchmark Adding PyRosetta support for Python-3.11

...


branch: master 「№61994」
Commited by: Sten Heinze
GitHub commit link: 「41a76169df3f1369」 「№5207」
Difference from previous tested commit:  code diff
Commit date: 2023-04-03 14:14:20

Merge pull request #5207 from RosettaCommons/marzolf-daniel/bbamide Marzolf daniel/bbamide

...


branch: master 「№61993」
Commited by: Jack Maguire
GitHub commit link: 「f23d0422f935ce53」 「№6369」
Difference from previous tested commit:  code diff
Commit date: 2023-03-31 12:31:52

Merge pull request #6369 from RosettaCommons/JackMaguire/valgrind_fix Tiny 1-line change to address failing valgrind test

...


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