Merge pull request #350 from RosettaCommons/vmullig/ssshapecomp_threshold
Add min_sc option to SSShapeComplementarityFilter
Updating SSShapeComplementarityFilter with a threshold option ("min_sc" in RosettaScripts), so that it may be used to filter designs. Also, updating the tracer for the ShapeComplementarityFilter to properly reflect its namespace. (This also fixes a trivial typo in LayerDesign).
Tasks completed:
- Write code.
- Write documentation.