branch: master 「№61224」
Commited by: Rocco Moretti
GitHub commit link: 「f6d4e41e24da062d」 「№4533」
Difference from previous tested commit:  code diff
Commit date: 2020-04-07 17:20:21

Merge pull request #4533 from RosettaCommons/roccomoretti/parse_input_refpose Address using the input pose as a reference pose in parse_my_tag. This PR deals with those Movers and Filters which purposely use the input pose as a reference structure. The approach I'm taking is to add the input pose to the DataMap, but in a fashion where it's (sort-of) treated like another reference pose - in fact, those Movers/Filters which use the input pose but can't already take a reference pose have been updated such that they can take a regular (SavePoseMover) reference pose. Information about how to update things for the new scheme are documented in the "Updating RosettaScripts" page on the documentation wiki.

...


branch: master 「№61223」
Commited by: Jack Maguire
GitHub commit link: 「bb21bba4cb0efa42」 「№4603」
Difference from previous tested commit:  code diff
Commit date: 2020-04-07 08:51:27

Merge pull request #4603 from RosettaCommons/JackMaguire/tensorflow_manager_pr2 Second incremental merge of the TensorFlowManager This PR adds the ability to evaluate multiple tensors at once, which is called a "multirun". Main branch: #4362 First increment: #4545

...


branch: master 「№61222」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「539de9d625e1c2c2」 「№4600」
Difference from previous tested commit:  code diff
Commit date: 2020-04-06 20:49:27

Merge pull request #4600 from RosettaCommons/jadolfbr/glycan_modeler_defaults Update GlycanTreeModeler defaults to the best found during benchmarking

...


branch: master 「№61221」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「2ee2b1086eeea048」 「№4601」
Difference from previous tested commit:  code diff
Commit date: 2020-04-06 12:12:07

Merge pull request #4601 from RosettaCommons/jadolfbr/fix_quench Fix GlycanTreeModeler quench mode to pre-virtualize residues This reduces bogus interactions of glycan trees that have yet to be modeled. Also: - Skip virtualization in ConvertRealToVirt mover if the residue is already virtualized. - Remove an extra real to virtualize call in the modeler, which did nothing but very slightly increase run-time at each layer build. @huxz

...


branch: master 「№61220」
Commited by: Vikram K. Mulligan
GitHub commit link: 「df640cc8d025d1ff」
Difference from previous tested commit:  code diff
Commit date: 2020-04-04 17:48:40

beautifying

...


branch: master 「№61219」
Commited by: Vikram K. Mulligan
GitHub commit link: 「c6250cbdc7651a55」 「№4622」
Difference from previous tested commit:  code diff
Commit date: 2020-04-03 23:37:22

Merge pull request #4622 from RosettaCommons/vmullig/tweak_atomicdepth Small tweaks to AtomicDepth calculation This makes the following small tweaks to the AtomicDepth calculation: - When attempting to mutate residues to leucine, only mutate alpha-amino acids. (Would crash otherwise.) - When attempting to mutate residues to leucine, do not mutate sidechain-connected residues. (Would crash otherwise.) This code is used by the `approximate_buried_unsat_penalty` scoreterm. (I sadly have to admit that, unlike my `buried_unsatisfied_penalty`, the `approximate_buried_unsat_penalty` is quantum computer-ready, since it's pairwise-decomposable.)

...


branch: master 「№61218」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「e50bad21b6671765」 「№4602」
Difference from previous tested commit:  code diff
Commit date: 2020-04-03 13:57:34

Merge pull request #4602 from RosettaCommons/jadolfbr/sugar_bb_defaults Change sugar_bb default and add intra_rep term if not present - Change sugar_bb weights to .5, as this is ideal for both ref_2015 and beta. Turn on `fa_intra_rep_xover4` at 0.55 if not present when using `-include_sugars`. - Generally recommend the beta/Rosetta-ICO ScoreFunction if intra_rep is off. All three of these (sugar_bb .5, intra_rep, and generally -beta) improve decoy discrimination significantly when de-novo modeling sugars, or building sugars into density.

...


branch: master 「№61217」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「04e7737efdc9866b」 「№4586」
Difference from previous tested commit:  code diff
Commit date: 2020-04-03 13:31:26

Merge pull request #4586 from RosettaCommons/jadolfbr/disulf Ignore virtual residues in FullAtomDisulfideEnergy If we have virtual residues on either side of a potential disulfide, ignore it. We already do this for REPONLY, we should do this for virtual residues as well, like other energy terms.

...


branch: master 「№61216」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「2ee9dd06e1e994c8」 「№4616」
Difference from previous tested commit:  code diff
Commit date: 2020-04-03 13:22:56

Merge pull request #4616 from RosettaCommons/jadolfbr/fix_anchored_graft Fix anchored graft mover for super short loops.

...


branch: master 「№61215」
Commited by: Vikram K. Mulligan
GitHub commit link: 「9e261a38434f5f35」
Difference from previous tested commit:  code diff
Commit date: 2020-04-01 23:01:12

beautifying

...


branch: master 「№61214」
Commited by: Vikram K. Mulligan
GitHub commit link: 「18d66fe0101defde」 「№4613」
Difference from previous tested commit:  code diff
Commit date: 2020-04-01 19:42:31

Merge pull request #4613 from RosettaCommons/vmullig/update_pymol_selection_metric Making SelectedResiduesPyMOLMetric robust to PDB files that lack PDBInfo, and providing the option of outputting Rosetta residue numbering instead of PDB residue numbering. The SelectedResiduesPyMOLMetric currently assumes that all poses have PDBInfo. This updates the metric to be compatible with poses that don't, and adds an option to allow a user to force Rosetta numbering as output instead of PDB numbering, if he or she so wishes.

...


branch: master 「№61213」
Commited by: Sudhanshu Shanker
GitHub commit link: 「59f765b9c3b3b6d2」 「№4614」
Difference from previous tested commit:  code diff
Commit date: 2020-04-01 17:45:25

Merge pull request #4614 from RosettaCommons/SudhanshuShanker/sugarbb bug in omega calculation

...


branch: master 「№61212」
Commited by: Andy Watkins
GitHub commit link: 「14095910d909e6f1」 「№4605」
Difference from previous tested commit:  code diff
Commit date: 2020-04-01 16:27:14

Merge pull request #4605 from RosettaCommons/everyday847/rna_cluster_origins Add rna_cluster flag -numbered_pdb_output

...


branch: master 「№61211」
Commited by: Yue Ying
GitHub commit link: 「b170d4392768aaca」 「№4531」
Difference from previous tested commit:  code diff
Commit date: 2020-03-31 17:39:29

Merge pull request #4531 from RosettaCommons/yingyue0414-patch-ketopentofuranosyls Add Ketopentofuranosyls to database

...


branch: master 「№61210」
Commited by: Labonte
GitHub commit link: 「f7640332ba34df8f」 「№4608」
Difference from previous tested commit:  code diff
Commit date: 2020-03-31 12:46:16

Merge pull request #4608 from RosettaCommons/yingyue0414-patch-quip_namefix Quick Fix Quivonose Name Quivonose is 6-deoxy-Glucose instead of 6-deoxy-Galactose (which is fucose) The parameter files were all correct but the comments were not changed when converted from fucose. For instance in to2-alpha-D-Quip # ->2)-alpha-D-quinovpyranosyl [->2)-alpha-D-6-deoxygalactopyranosyl] # ->2)-alpha-D-quinovpyranosyl [->2)-alpha-D-6-deoxyglucopyranosyl] # Fucose is a common galactose variant # Quinovose is a common glucose variant

...


branch: master 「№61209」
Commited by: Theodore Fobe
GitHub commit link: 「8d689ebd52460725」 「№4432」
Difference from previous tested commit:  code diff
Commit date: 2020-03-31 12:09:22

Merge pull request #4432 from RosettaCommons/tlfobe/mm_atom_type_extra_params added option for add_mm_atom_type_set_parameters, created util functi…

...


< 1 .. 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 .. 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