branch: master 「№59880」
Commited by: Sergey Lyskov
GitHub commit link: 「6af5cdc334be8e4a」 「№2738」
Difference from previous tested commit:  code diff
Commit date: 2017-11-21 13:18:50

Merge pull request #2738 from RosettaCommons/sergey/f fixing static build

...


branch: master 「№59879」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「1dee8ba273a92ec1」 「№2111」
Difference from previous tested commit:  code diff
Commit date: 2017-11-20 14:10:47

Merge pull request #2111 from RosettaCommons/aleaverfay/interleave_new_rotamers_in_rotset Aleaverfay/interleave new rotamers in rotset Adding a new way to append rotamers to a RotamerSet to reduce memory usage and running time when a large number of new rotamers need to be appended. The new functionality comes through the function RotamerSet::add_rotamer_into_existing_group and will figure out what existing residue-type group to add your rotamer to. If you already have a bunch of ARG rotamers and you add another, then the new rotamer will get slotted in at the end of the list of ARG rotamers, but in front of the set of SER rotamers (assuming you have SER rotamers). There are a number of places in the packer where the memory use scales quadratically with the number of different amino acid types, even if it scales linearly with the number of rotamers. Try avoiding calls to RotamerSet::add_rotamer. Expected integration test changes in the following integration tests which now have different rotamer orderings, and thus produce different outputs from the packer (and further downstream trajectory changes): - enzdes - inverse_rotamer_remodel - ligand_motif_design - motif_dna_packer_design

...


branch: master 「№59878」
Commited by: Vikram K. Mulligan
GitHub commit link: 「5c8b0f4a5d67a245」
Difference from previous tested commit:  code diff
Commit date: 2017-11-19 21:58:23

Beautifying Rosetta.

...


branch: master 「№59877」
Commited by: Andy Watkins
GitHub commit link: 「dded8767c1d02d1e」 「№2574」
Difference from previous tested commit:  code diff
Commit date: 2017-11-17 19:08:58

Merge pull request #2574 from RosettaCommons/everyday847/riboswitch_reconciliation More riboswitch-centric modifications

...


branch: master 「№59876」
Commited by: Vikram K. Mulligan
GitHub commit link: 「04eaa17e6be577df」 「№2730」
Difference from previous tested commit:  code diff
Commit date: 2017-11-17 18:05:05

Merge pull request #2730 from RosettaCommons/vmullig/rescountfilter_fix A few fixes to recent changes to the ResidueCountFilter Tasks: - [x] Add logic to avoid double-counting if multiple, overlapping properties are defined. - [x] Add logic to avoid double-counting if residue types AND residue properties are defined. - [x] Remove unnecessary `static` keyword and correct variable naming convention. - [x] Updating some Doxygen tags. - [x] Add unit test for ResidueCountFilter. - [x] Beauty. - [ ] Documentation. @hssnzdh2 @tjbrunette

...


branch: master 「№59875」
Commited by: Sergey Lyskov
GitHub commit link: 「a995eac28418df1f」 「№2678」
Difference from previous tested commit:  code diff
Commit date: 2017-11-17 15:44:02

Merge pull request #2678 from RosettaCommons/sergey/f2 Refactoring Rosetta exceptions classes.

...


branch: master 「№59874」
Commited by: Vikram K. Mulligan
GitHub commit link: 「03bfcef676b9ba4e」
Difference from previous tested commit:  code diff
Commit date: 2017-11-16 16:42:24

Beautifying master.

...


branch: master 「№59873」
Commited by: TJ Brunette
GitHub commit link: 「f42d6af98f46edfd」 「№2723」
Difference from previous tested commit:  code diff
Commit date: 2017-11-16 14:14:14

Merge pull request #2723 from RosettaCommons/hssnzdh2/rescount adding an option to count properties in ResidueCountFilter

...


branch: master 「№59872」
Commited by: Rocco Moretti
GitHub commit link: 「174064d29df073f7」 「№2668」
Difference from previous tested commit:  code diff
Commit date: 2017-11-16 12:42:02

Merge pull request #2668 from RosettaCommons/roccomoretti/first_use_tracer_2 Change how we do `thread_local` tracers Having a large number of static thread_local Tracer objects causes issues with stack usage with multithreading. This PR separates the static portion of Tracers from the main, thread_local, part (now called TracerImpl), and adds a behind-the-scenes construct-on-first-use linkage between the two. **What does this mean for the average Rosetta Developer?** Not much. I attempted to make this invisible to normal Tracer use. The only change for most people is now you need to omit the THREAD_LOCAL from the Tracer definition. (You'll likely you'll get a compiler error if you forget, and there's also an integration test to check.)

...


branch: master 「№59871」
Commited by: Jack Maguire
GitHub commit link: 「7df3eabf9f62ec1a」 「№2716」
Difference from previous tested commit:  code diff
Commit date: 2017-11-16 12:23:58

Merge pull request #2716 from RosettaCommons/JackMaguire/atom_level_HBondGraph2 Fixing HBNet Integration Tests

...


branch: master 「№59870」
Commited by: Rhiju Das
GitHub commit link: 「33951edddf31c03c」 「№2578」
Difference from previous tested commit:  code diff
Commit date: 2017-11-16 00:23:54

Merge pull request #2578 from RosettaCommons/rhiju/ribodraw RiboDraw stuff (rna_motif expansion)

...


branch: master 「№59869」
Commited by: Andy Watkins
GitHub commit link: 「a83c2abc6f96b901」 「№2691」
Difference from previous tested commit:  code diff
Commit date: 2017-11-15 23:44:19

Merge pull request #2691 from RosettaCommons/everyday847/stepwise_performance Some stepwise performance benefits

...


branch: master 「№59868」
Commited by: Sergey Lyskov
GitHub commit link: 「1b0845bfd90c8ee9」 「№2720」
Difference from previous tested commit:  code diff
Commit date: 2017-11-15 23:38:49

Merge pull request #2720 from RosettaCommons/benchmark fixing unicode conversion issues

...


branch: master 「№59867」
Commited by: Jason Klima
GitHub commit link: 「38ed7a54e2e70fa1」 「№2725」
Difference from previous tested commit:  code diff
Commit date: 2017-11-14 20:19:21

Merge pull request #2725 from RosettaCommons/klimaj/reformat Reformatting RosettaScripts

...


branch: master 「№59866」
Commited by: Andy Watkins
GitHub commit link: 「b2483eb03190cc18」 「№2714」
Difference from previous tested commit:  code diff
Commit date: 2017-11-14 18:26:04

Merge pull request #2714 from RosettaCommons/everyday847/ignore_energy_method_addition Ignore extraneous output from EnergyMethod option addition

...


branch: master 「№59865」
Commited by: Andy Watkins
GitHub commit link: 「f62e0975cea31291」 「№2717」
Difference from previous tested commit:  code diff
Commit date: 2017-11-14 10:40:17

Merge pull request #2717 from RosettaCommons/everyday847/cleanup Fix FragmentHomologyExclusion segfault

...


< 1 .. 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 .. 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