branch: master 「№61368」
Commited by: Steven Lewis
GitHub commit link: 「fbb973da9f6e6f16」 「№4911」
Difference from previous tested commit:  code diff
Commit date: 2020-08-17 13:33:01

Merge pull request #4911 from CyrusBiotechnology/smlewis/yifan_hybridize_bugfix Bugfix @yfsong found in ligands in hybridize.

...


branch: master 「№61367」
Commited by: Vikram K. Mulligan
GitHub commit link: 「a69d51d4b89e7070」
Difference from previous tested commit:  code diff
Commit date: 2020-08-15 17:06:06

Possible fix to stochastic failure in HRFDyamicsEnergyTests (#4910) The one thing that I can see is that there's no check that the data read from each line of the initialization file can actually be interpreted as an int and a float (which the code expects). If this fails, the int and the float _should_ be set to 0 and 0.0, respectively, under the cxx11 standard, but earlier standards left the container variables unchanged. I'm wondering if that's what we're seeing here, resulting in stochastic behaviour since the int and the float are uninitialized. I'm adding a check that the line was properly parsed, and taking out the blank line in the config file. I don't know that this will fix the stochastic failure, but it can't hurt. Tasks: - [x] Add the check. - [x] Confirm that the unit test now fails consistently due to the blank line. - [x] Remove the blank line in the config file. - [x] Ensure that test passes. * Remove blank line in test. * Update tools repo to point at latest master.

...


branch: master 「№61366」
Commited by: Ryan Kibler
GitHub commit link: 「42d5263340532011」 「№4900」
Difference from previous tested commit:  code diff
Commit date: 2020-08-15 01:51:40

Merge pull request #4900 from RosettaCommons/normal_mode_mpm_clean Make NormalModeRelaxMover able to pass outputs to a MultiplePoseMover

...


branch: master 「№61365」
Commited by: Daniel Paoliello
GitHub commit link: 「2b8e8504e568f321」 「№4896」
Difference from previous tested commit:  code diff
Commit date: 2020-08-14 19:28:59

Merge pull request #4896 from RosettaCommons/dpaoliello/UseNonFwdHeader Ensure the non-forward declaration headers are included for types used in standard library containers

...


branch: master 「№61364」
Commited by: Sergey Lyskov
GitHub commit link: 「c4f1b641850673ad」 「№4906」
Difference from previous tested commit:  code diff
Commit date: 2020-08-14 17:55:37

Merge pull request #4906 from RosettaCommons/sergey/binder PyRosetta update. Enabling binding generation for `numeric.rotation_axis_angle` function.

...


branch: master 「№61363」
Commited by: Daniel Paoliello
GitHub commit link: 「ead55520943ed0a4」 「№4894」
Difference from previous tested commit:  code diff
Commit date: 2020-08-14 13:28:31

Merge pull request #4894 from RosettaCommons/dpaoliello/STLHeaders Windows build: include additional standard library headers

...


branch: master 「№61362」
Commited by: Jack Maguire
GitHub commit link: 「3057698131c299a6」 「№4904」
Difference from previous tested commit:  code diff
Commit date: 2020-08-14 12:37:32

Merge pull request #4904 from RosettaCommons/JackMaguire/ParsedProtocolUtil_cherry Tracking the number of filters passed in ParsedProtocol Thanks for the review, Jared!

...


branch: master 「№61361」
Commited by: Jack Maguire
GitHub commit link: 「88fdd6366dc64142」 「№4907」
Difference from previous tested commit:  code diff
Commit date: 2020-08-14 08:32:42

Merge pull request #4907 from RosettaCommons/JackMaguire/fix_notebook Fixing Notebook test that I broke

...


branch: master 「№61360」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「b94bdb1f6b567f39」 「№4667」
Difference from previous tested commit:  code diff
Commit date: 2020-08-13 18:45:54

Merge pull request #4667 from RosettaCommons/jadolfbr/parser_logic Enable Residue Selector logic across RosettaScripts This PR does one main thing, it allows most classes to use selector logic through their `selector=` option in a tag. It does this through using the logic in `parse_residue_selector` and `get_residue_selector` after checking if the selector exists in the DataMap first. (I was going to roll my own parsing logic/etc. before @ajasja pointed me to use the already-present logic - so thank you @ajasja for that - saved a lot of time!) A lot of selectors have been updated to use the util - I was frankly shocked at how much pure copy-paste happened in getting selectors. **This functionality has been extensively tested, has a unit test, and we have a few bonuses.** 1) You no longer need to use `!` and can use the actual word not. Why not eh? (courtesy goes to @ajasja for this) 2) You no longer have to have everything caps. 3) A disulfide container crash has been properly wrapped in an exit instead of a vector segfault 4) The `SelectedResiduesPyMOLMetric` now uses the custom type IN the selection. I Should have done that a long time ago. 5) Logic works when doing `selectors=` for each selector in between commas I hope this will be as beneficial to everyone as it has to me the past week. My 150 lines of selectors have been cut to only a select important few. **The caveat to this is as follows**: I tried to find all the classes where selectors were being pulled straight from the `DataMap` (which, honestly, I didn't know people actually did when I started this) and fixed as many as I could through a few searches. I may have missed some. Due to the inconsistent use of the `residue_selector` name and inconsistencies when using multiple selectors, I cannot envision a way to test this exhaustively. If you have ideas, please let me know!

...


branch: master 「№61359」
Commited by: Daniel Paoliello
GitHub commit link: 「57f2d5e07da60ae5」 「№4899」
Difference from previous tested commit:  code diff
Commit date: 2020-08-11 12:58:07

Merge pull request #4899 from RosettaCommons/dpaoliello/RenameAttributeMacros Rename attribute macros

...


branch: master 「№61358」
Commited by: Daniel Paoliello
GitHub commit link: 「90215e1b08e510d1」 「№4895」
Difference from previous tested commit:  code diff
Commit date: 2020-08-10 12:34:11

Merge pull request #4895 from RosettaCommons/dpaoliello/MatchDefinition Change `look_up` to match the type of the `tensor_index` variables it is initialized with

...


branch: master 「№61357」
Commited by: Daniel Paoliello
GitHub commit link: 「a24f8dee2cd4bccc」 「№4893」
Difference from previous tested commit:  code diff
Commit date: 2020-08-07 15:53:59

Merge pull request #4893 from RosettaCommons/dpaoliello/RemoveDeadFile Remove bad symlink

...


branch: master 「№61356」
Commited by: Jonathan Liu
GitHub commit link: 「634d561ce7f69fbb」 「№4873」
Difference from previous tested commit:  code diff
Commit date: 2020-08-07 14:40:16

Merge pull request #4873 from RosettaCommons/jonpliu-patch-6 Carbohydrates: adding phosphorylated sugars to the database

...


branch: master 「№61355」
Commited by: Brian Coventry
GitHub commit link: 「896032cb307c3d94」 「№4885」
Difference from previous tested commit:  code diff
Commit date: 2020-08-03 11:34:39

Merge pull request #4885 from RosettaCommons/bcov/ClangTidy Fixed a clang tidy issue in CacheableResRotPairFloatMap.cc

...


branch: master 「№61354」
Commited by: Steven Lewis
GitHub commit link: 「08560650bd70bbbb」 「№4881」
Difference from previous tested commit:  code diff
Commit date: 2020-08-03 11:12:56

Merge pull request #4881 from CyrusBiotechnology/smlewis/fix_disulfidizer_detection_copybranch DisulfidizeMover fails when you have disulfide sets like [(3, 21), (10, 24), (20, 29)] in the input because it erroneously pairs 20-21. See this comment from the middle of the code: //this check alone determines if two residues are bonded to each other, (and their presence in the set means they are disulfide bonded in general), but as written this does not work properly with vicinal reisudes polymer bonded to each other, but not disulfide bonded to each other.

...


branch: master 「№61353」
Commited by: Brian Coventry
GitHub commit link: 「f5c8f292035ff442」 「№4690」
Difference from previous tested commit:  code diff
Commit date: 2020-07-31 20:33:54

Merge pull request #4690 from RosettaCommons/bcov/approx_upgrades2 approximate_buried_unsat_penalty upgrades

...


< 1 .. 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 .. 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