Merge pull request #2683 from RosettaCommons/roccomoretti/pyrosetta_pose_checks
Add check for zero seqpos in Pose PyAsserts
Sequence positions in Rosetta can't be zero. If you're using PyRosetta and accidentally pass a zero to one of the Pose functions, you'll get a segfault. This is bad - raise a PyAssert instead.