Pull Request №749 RosettaCommons/rosetta/main ← roccomoretti/rosetta/fix_iam_set_interface
Merge: fa5ce209894d40d0cb2bb6676757b7b1ce4abc87←5f3e8fa23d695508d541965e2fa1188968476ef4
Add IAM::set_interface(string) for PyRosetta.
----------------
Merge commit message:
Add IAM::set_interface(string) for PyRosetta.
BindCraft (and others) use the InterfaceAnalyzerMover.set_interface() function with a string.
This was removed during the multi-character chain designation update.
This PR puts it back for PyRosetta.