Merge pull request #5534 from RosettaCommons/vmullig/simple_cycpep_disulf_bug
Fixing little bug in simple_cycpep_predict application with terminal disulfides.
Previously, we were forcing the last disulfide residue to be the last residue. This is unnecessary.
The error was actually in native import, which I had neglected to test in the existing integration test. I've added another test that checks that this works.
One integration test is added by this PR, resulting in an expected red light on the integration tests.