interface¶
Bindings for protocols::interface namespace
- pyrosetta.rosetta.protocols.interface.select_interface_residues(pose: pyrosetta.rosetta.core.pose.Pose, interface: str, interface_distance: int) pyrosetta.rosetta.utility.vector1_bool ¶
Get a set of interface residues using the dock_chains interface string: Ex: LH_A.
Uses Steven’s InterGroupNeighborsCalculator. Does not require pose to have specific foldtree.
C++: protocols::interface::select_interface_residues(const class core::pose::Pose &, std::string, unsigned long) –> class utility::vector1<bool, class std::allocator<bool> >