Merge pull request #432 from RosettaCommons/JWLabonte/clean-up
Code Clean-Up: Removing Large Chunks of Blank Lines & Commented-Out Code
This merge removes a couple tens of thousands of blank lines or commented out code from Rosetta.
It also corrects some common Doxygen errors.
See the pull request for more details.
All unit tests pass.
jscore and score_jd2 integration tests change because they output a line number.
The Windows PyRosetta build was already broken.
:rat:
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #420 from RosettaCommons/tjbrunette/repeat_code
Tjbrunette/repeat code This is the code for our repeat protein paper. I needed to move ABEGO manager from core/util to core/sequence to get the levels right. Because I have a score function that uses ABEGO manager. I still need to add an integration test. Will do that later this week.
notify author
notify list [rosetta-logs@googlegroups.com]
Update ScoreEach.bench.hh
Increasing length of tests for scoreterms that seem to fail because their potential variance is higher than 5% of the test length.
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #425 from RosettaCommons/vmullig/genkic_sampling
Vmullig/genkic sampling
Small change to GenKIC output requested by Gaurav. This might cause some cosmetic integration test changes to one of the GenKIC integration tests.
notify author
notify list [rosetta-logs@googlegroups.com]
A few more options to hybrid
- bugfix for starting from extended chain
- change add_non_init_chunks to integer parameter indicating the mean number of off-template chunks to steal (Poisson distribution)
- max_contig_insertion is now applied in stage 1 in addition to stage 2
notify author
notify list [rosetta-logs@googlegroups.com]