Merge pull request #2661 from RosettaCommons/aleaverfay/add_no_sc_to_ia_option
Avoid shape complementarity calculation due to crash in InterfaceAnalyzer
Shape-complementarity score is reliably crashing on my cluster, but works fine
on my workstation, so I am adding a short circuit in the interface analyzer:
put "-compute_interface_sc false" on your command line to skip that calculation.
I'm trying to debug the problem, but valgrind is turning up jack squat. In the mean time, I need InterfaceAnalyzer to work.