branch: master 「№61528」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「b6fe14891f20d7c6」 「№5136」
Difference from previous tested commit:  code diff
Commit date: 2021-01-13 20:24:10

Merge pull request #5136 from aleaverfay/fix_switch_chain_order_pdb_info_bug Add nullptr check for pdb_info to SwitchChainOrderMover SwitchChainOrderMover needs to check that the input pose's PDBInfo object is not null before trying to copy data out of it. Thanks @rpark01

...


branch: master 「№61527」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「6f0b235be63a2bde」 「№4987」
Difference from previous tested commit:  code diff
Commit date: 2021-01-13 10:55:00

Merge pull request #4987 from RosettaCommons/jadolfbr/custom_type_as_name This PR is orthogonal to @roccomoretti 's awesome additions in PR #4986. It adds two options to control the final naming of the metrics when used with RunSimpleMetrics. -simple_metrics:use_name_as_custom_type This option simply uses the tag name as the custom_type. If custom_type is given, it will override this option. -simple_metrics:use_name_as_metric This option uses the tag name as the core name. It ignores custom_type. Prefix/Suffix from RunSM is still added.

...


branch: master 「№61526」
Commited by: Ameya Harmalkar
GitHub commit link: 「d2d537f6e495ef27」 「№5164」
Difference from previous tested commit:  code diff
Commit date: 2021-01-11 09:23:28

Merge pull request #5164 from RosettaCommons/AmeyaHarmalkar/backrub_movemap Allows Backrub to define pivot residues based on movemap and movemap_factory (#5163)

...


branch: master 「№61525」
Commited by: Jack Maguire
GitHub commit link: 「28db46952b3ccc4d」 「№4660」
Difference from previous tested commit:  code diff
Commit date: 2021-01-11 08:54:22

Merge pull request #4660 from RosettaCommons/JackMaguire/PreallocateThreads Adding thread preallocation functionality to the ThreadManager

...


branch: master 「№61524」
Commited by: Jack Maguire
GitHub commit link: 「ac7752d164edb012」 「№5048」
Difference from previous tested commit:  code diff
Commit date: 2021-01-11 08:31:44

Merge pull request #5048 from RosettaCommons/MentenAI/SmartDesign_p1 Adding observer interface for the packer

...


branch: master 「№61523」
Commited by: Vikram K. Mulligan
GitHub commit link: 「418492db5e216b88」 「№5176」
Difference from previous tested commit:  code diff
Commit date: 2021-01-11 03:32:05

Merge pull request #5176 from RosettaCommons/vmullig/fix_hyp_cutpoints Fix a typo in the cutpoint patch affecting HYP and DHYP residue types. Virtual atom OVU1 was at some point mistranscribed as "OVR1", and this got copied a few times. This is a minor fix.

...


branch: master 「№61522」
Commited by: Jack Maguire
GitHub commit link: 「d980821a24c3b154」 「№5169」
Difference from previous tested commit:  code diff
Commit date: 2021-01-08 07:33:12

Merge pull request #5169 from RosettaCommons/MentenAI/IG2Disk Decreasing memory usage of the InteractionGraphSummaryMetric by writing directly to disk

...


branch: master 「№61521」
Commited by: Julia Koehler Leman
GitHub commit link: 「958fb90765c7ce79」 「№5050」
Difference from previous tested commit:  code diff
Commit date: 2021-01-07 13:50:12

Merge pull request #5050 from RosettaCommons/jkleman/SciBen_ligands scientific benchmarks ligands: fixing ligand_scoring_ranking benchmark with Shannon's help - thanks Shannon!

...


branch: master 「№61520」
Commited by: Julia Koehler Leman
GitHub commit link: 「7b1a8888dce1e21c」 「№5056」
Difference from previous tested commit:  code diff
Commit date: 2021-01-07 12:21:03

Merge pull request #5056 from RosettaCommons/jkleman/SciBen_mhc Mostly cosmetic changes to the following scientific tests: * MHC_epitope * mp_dock * make_fragments * fragment_picking

...


branch: master 「№61519」
Commited by: Nina Bozhanova
GitHub commit link: 「7e929be75c296a75」 「№5155」
Difference from previous tested commit:  code diff
Commit date: 2021-01-06 11:46:00

Merge pull request #5155 from RosettaCommons/ninabozhanova/cro_reader ChromophoreDataReader class and unit tests for the class. The class reads information about correspondence between FP chromophore's and standard Rosetta residue's atom names from a provided text file.

...


branch: master 「№61518」
Commited by: Jack Maguire
GitHub commit link: 「11a8eec558027290」 「№4606」
Difference from previous tested commit:  code diff
Commit date: 2021-01-04 21:30:21

Merge pull request #4606 from RosettaCommons/JackMaguire/tensorflow_manager_pr3 Third incremental merge of the TensorFlowManager

...


branch: master 「№61517」
Commited by: Vikram K. Mulligan
GitHub commit link: 「d3f6bcdbbd6cec70」 「№5157」
Difference from previous tested commit:  code diff
Commit date: 2021-01-04 17:11:10

Merge pull request #5157 from RosettaCommons/vmullig/improve_d_aa_import Improve import of D- and L-amino acids that cannot be distringuished by 3-letter code D-amino acids that are mirror images of canonical L-amino acids have unique three-letter codes in Rosetta, and certain noncanonicals have also been given distinct three-letter codes. With only three letters to play with, though, it's not possible to ensure that omitting the third letter and prepending "D" would generate a unique three-letter code. (Even with the canonical amino acids, this would create name conflicts: "DAS" would be the code for both D-Asp and D-Asn, if we hadn't manually specified that the latter would be "DAN".) For this reason, Rosetta doesn't even try to assign unique three-letter codes when it auto-generates D-amino acid versions of canonical L-amino acids; it just keeps the same three-letter code for both. This creates problems on read-in. This pull request ensures that if a structure is read in containing an alpha-, beta-, or gamma-amino acid for which the L- and D-amino acid three-letter codes are the same, the chirality is auto-determined by calling Andy's detect_ld_chirality_from_polymer_residue() function. @everyday847 @dougrenfrew @JackMaguire

...


branch: master 「№61516」
Commited by: Sergey Lyskov
GitHub commit link: 「1ae38b9c580a824e」 「№5166」
Difference from previous tested commit:  code diff
Commit date: 2020-12-28 18:57:29

Merge pull request #5166 from RosettaCommons/sergey/rosie updating ROSIE scripts

...


branch: master 「№61515」
Commited by: Vikram K. Mulligan
GitHub commit link: 「5cf92ed272722577」 「№5156」
Difference from previous tested commit:  code diff
Commit date: 2020-12-22 00:54:15

Merge pull request #5156 from RosettaCommons/vmullig/fix_gcc_10_compilation Fix gcc 10 build. The gcc 10 compiler complains about a few minor things that the gcc 9 compiler is happy with. This PR aims to fix those.

...


branch: master 「№61514」
Commited by: Tim Neary
GitHub commit link: 「e37c9194bf7387d3」 「№5066」
Difference from previous tested commit:  code diff
Commit date: 2020-12-21 10:33:18

Merge pull request #5066 from RosettaCommons/TENeary/sequence_symmetry_update SequenceSymmetricAnnealer update to allow use of any generic ResidueSelectors

...


branch: master 「№61513」
Commited by: Daniel Farrell
GitHub commit link: 「209fec98116cc1f8」
Difference from previous tested commit:  code diff
Commit date: 2020-12-20 00:11:24

update pyrosetta_scripts submodule (#5154)

...


< 1 .. 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 .. 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