branch: release 「№94」
Commited by: Rocco Moretti
GitHub commit link: 「2c8402493efd5aee」 「№1270」
Difference from previous tested commit:  code diff
Commit date: 2016-04-17 11:53:06

Merge pull request #1270 from RosettaCommons/roccomoretti/appexcepthandling_speedup Attempt to speed up the app_exception_handling itegration test.

...


branch: release 「№93」
Commited by: Tom Linsky
GitHub commit link: 「ce02443d455994de」 「№1257」
Difference from previous tested commit:  code diff
Commit date: 2016-04-09 13:17:58

Merge pull request #1257 from RosettaCommons/tlinsky/store_residue_subset Add StoreResidueSubset mover/StoredResidueSubset res selector Store_residue_subset is a new integration test

...


branch: release 「№92」
Commited by: Labonte
GitHub commit link: 「8176854bef9d31d8」 「№1243」
Difference from previous tested commit:  code diff
Commit date: 2016-04-01 22:23:09

Merge pull request #1243 from RosettaCommons/JWLabonte/Windows_build fixing PyRosetta build

...


branch: release 「№91」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「1151ef60a7d88f60」 「№1217」
Difference from previous tested commit:  code diff
Commit date: 2016-03-24 15:09:34

Merge pull request #1217 from RosettaCommons/aleaverfay/fix_cloud_pdb_output_in_matcher_postXRW Aleaverfay/fix cloud pdb output in matcher post xrw Fixing a bug from the ChemXRW that broke cloud PDB writing. This patch activats the "skip_connect_info" in the StructFileRepOptions object in the CloudPDBWriter's call to dump_pdb_residue helping to avoid assertion failures stemming from non-polymeric inter-residue connections being seen as asymmetric (residue i's connection to residue j isn't mirrored in residue j -- because residue j isn't being output). It's not clear that dump_pdb_residue can function properly without the skip_connect_info flag. This should be looked at more closely.

...


branch: release 「№90」
Commited by: Tom Linsky
GitHub commit link: 「2e17b38dff4f4e1c」 「№1202」
Difference from previous tested commit:  code diff
Commit date: 2016-03-17 13:55:32

Merge pull request #1202 from RosettaCommons/tlinsky/constraint_generator Rename NtoC_RCG and RemoveCsts movers to better names

...


branch: release 「№89」
Commited by: Tom Linsky
GitHub commit link: 「f8e96f43603eb1c5」 「№1159」
Difference from previous tested commit:  code diff
Commit date: 2016-03-08 18:42:39

Merge pull request #1159 from RosettaCommons/tlinsky/reg_primary_sequence_neighborhood_selector Add missing registrator for PrimarySequenceNeighborhood residue selector

...


branch: release 「№88」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「d26fd5296f75136b」 「№1136」
Difference from previous tested commit:  code diff
Commit date: 2016-02-29 19:41:20

Merge pull request #1136 from RosettaCommons/jadolfbr/remove_extra_pdb_reader_tracers Remove some extra output on pdb reading Right now, each unknown record is printing to std::cout on PDB reading if -pdb_comments is passed. I'm not sure I agree with reading pdb_comments or other things at all, but this simple PR will change the cout printing to a TR.Debug.

...


branch: release 「№87」
Commited by: Vikram K. Mulligan
GitHub commit link: 「fd41b7a00c91809d」 「№1120」
Difference from previous tested commit:  code diff
Commit date: 2016-02-23 20:12:56

Merge pull request #1120 from RosettaCommons/vmullig/tweak_etable Splitting some of the changes from pull request #1093 Pull request #1093 (which aims to make RamaPrePro work with cyclic geometry and noncanonicals) revealed problems with cyclic geometry and the etable energies which I also fixed in that branch. It also produces a few more integration test changes than I had anticipated. I'm cherry-picking some of the changes from that pull request into a separate pull request so that I can pinpoint which changes are causing which integration test changes. This pull request: Tweaks the logic for the etable energies to ensure that cyclic geometry is handled properly. If I've done things properly, the only integration tests that change should be the ones that involve cyclic geometry. Test changes look good (only cyclic geometry and noncanonical connections show changes). Merging.

...


branch: release 「№86」
Commited by: Hahnbeom Park
GitHub commit link: 「4931db89a0697039」 「№1099」
Difference from previous tested commit:  code diff
Commit date: 2016-02-16 15:52:07

Merge pull request #1099 from RosettaCommons/hahnbeom/bugfix merged.

...


branch: release 「№85」
Commited by: Tom Linsky
GitHub commit link: 「7777833002da0630」 「№1046」
Difference from previous tested commit:  code diff
Commit date: 2016-02-08 23:38:02

Merge pull request #1046 from RosettaCommons/tlinsky/parse_residue_selector_fix Parsing residue_selectors using getOption<>

...


branch: release 「№84」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6ace300644ff839f」 「№1051」
Difference from previous tested commit:  code diff
Commit date: 2016-01-24 23:10:07

Merge pull request #1051 from RosettaCommons/vmullig/carbohydrate_issue Fixing an issue with the CarbohydratePoseIOTests, which were randomly failing for me. I tracked it down to the use of the atoi() function in core::io::carbohydrates::sugar_modifications_from_suffix(). The atoi() function expects a pointer to the first element of a null-terminated char array, but was being passed the address of a single char. As such, it was progressively reading from that memory location. In most cases, it would interpret the next byte as something other than a number, and would therefore only return the number associated with the input char. Sometimes, though, the next byte would correspond to the ASCII for a number, which would result in misinterpretation of the char passed in (e.g. 68 or 687 for '6', or whatnot). The solution was to implement a simple utility function to convert a single-byte char to the integer that it represents. All integration test changes seen are the switching behaviour seen in the unstable ones.

...


branch: release 「№83」
Commited by: Rocco Moretti
GitHub commit link: 「60692f22cd7e6e2c」 「№1026」
Difference from previous tested commit:  code diff
Commit date: 2016-01-15 15:34:50

Merge pull request #1026 from RosettaCommons/roccomoretti/graphviz Graphviz output for ResidueTypes Just a little utility function I had lying around which allows you to create a Graphviz DOT file from the connectivity of a ResidueType. New, unused functionality (aside from unit test) -- no test changes expected.

...


branch: release 「№82」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「4de00d2060687a72」 「№1004」
Difference from previous tested commit:  code diff
Commit date: 2016-01-07 10:36:17

Merge pull request #1004 from RosettaCommons/aleaverfay/remove_multithread_jd2_job_dist Scrapping attempted multithreaded job distributor for JD2 JD2 cannot accommodate a multithreaded job distributor. This feature will come online with JD3. Hopefully, this fixes the multithreaded unit tests.

...


branch: release 「№81」
Commited by: Sergey Lyskov
GitHub commit link: 「88b44c0f1fbaa4a5」
Difference from previous tested commit:  code diff
Commit date: 2015-12-18 16:21:35

Fixing PyRosetta BuildBindings.py script so it works on Python-2.6

...


branch: release 「№80」
Commited by: Labonte
GitHub commit link: 「413b66359998f504」 「№969」
Difference from previous tested commit:  code diff
Commit date: 2015-12-11 05:50:56

Merge pull request #969 from RosettaCommons/JWLabonte/sugars/input Bug Fix: I was stupidly accessing map data before checking if they existed. All unit tests pass. carbohydrates integration test changes expected, because I had also added output of pdbs to the tests on this branch

...


branch: release 「№79」
Commited by: Rebecca Alford
GitHub commit link: 「f592c7d1adf43d15」 「№949」
Difference from previous tested commit:  code diff
Commit date: 2015-12-03 08:15:46

Merge pull request #949 from RosettaCommons/rfalford12/fix_multi_mem_bug Rfalford12/fix multi mem bug This pull request fixes a 'once feature now bug.' Initially, I wanted to prevent the user from incorporating multiple membrane residues due to ambiguity in tracking. Now, since a single MEM can be easily tracked and changed, it makes sense to allow multiple MEM residues. This change revises IO case 2 (AddMembraneMover lines 544-605) which deals with multiple MEM residues detected in AddMembraneMover: - Old Behavior: throw an exception as a result of multiple membrane residues - New Behavior: - If the user doesn't point to a MEM, accept the first MEM in sequence by default - If the user does point to a MEM, accept that MEM I also added two new unit tests to the AddMembraneMover test suite to cover these test cases

...


< 1 .. 10 11 12 13 14 15 16 17 18 19 20 21 22 23 >

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