In Splice mover I corrected an error in Splice in. Specifically, if skip_alignment is false (default) then from_res and to_res are read from the torsion db file
I changed the Splice in integration test accordingly to account for this change
notify author
notify list [rosetta-logs@googlegroups.com]
Cherrypick extras=cxx11 settings from luki-mpi/pointer-rewrite
(Modulo the pointer defines.)
This should allow the cxx11 build on the test server to at least start
to build, although without the cxx11 pointer changes
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #88 from RosettaCommons/vmullig/fix_master_malarkey
This reinstates the merge of vmullig/cycpep with master.
This merge does the following:
--Updates GeneralizedKIC with new features (making it match the documented features in the help wiki).
--Brings in some tweaks to BBG that Yuan made to make BBG work with GenKIC.
--Makes one small tweak to random phi/psi generation in Rama to restore functionality for D-amino acids.
--Adds a unit test for GeneralizedKIC (important prior to the owning pointer switchover!)
Test failures:
--cxx11 tests (expected to fail)
--a few integration tests that were already failing to run
notify author
notify list [rosetta-logs@googlegroups.com]
Reverting everything that has happened since 698e461ad265a541. At this point, the master branch should be exactly where it was prior to the merge of the JK-lab branch with master. The following should now happen:
--bazzoli should fix the JK-lab branch in a branch, and test it by submitting SHAs to the test server (rather than testing it by merging with master over and over)
--I'll double-check that the broken Windows PyRosetta build was not due to my changes in vmullig/cycpep, and if my branch is good to go, I'll reinstate its merge with master. (Note that I had temporarily reinstated the merge of my vmullig/cycpep branch in this branch, but have now rolled that back, so no changes have occurred since 698e461ad265a541).
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #87 from RosettaCommons/revert-81-vmullig/cycpep
Revert "Merge vmullig/cycpep (containing updates to GeneralizedKIC) into...", #87 r57271 until windows PyRosetta issue is resolved
notify author
notify list [rosetta-logs@googlegroups.com]
Merge pull request #81 from RosettaCommons/vmullig/cycpep
Merge vmullig/cycpep (containing updates to GeneralizedKIC) into master
This does the following:
--Updates GeneralizedKIC with a few new features, such as tail residues (making it match the documented features in the help wiki).
--Reduces the default verbosity of GeneralizedKIC a little bit (shifting some stuff to the Debug tracer).
--Brings in some tweaks to BBG that Yuan made to make BBG work with GenKIC.
--Makes one small tweak to random phi/psi generation in Rama to restore functionality for D-amino acids (now covered by the GenKIC unit test).
--Adds a unit test for GeneralizedKIC.
notify author
notify list [rosetta-logs@googlegroups.com]