InterfaceResidues

From PyMOLWiki
Revision as of 16:21, 26 June 2009 by Inchoate (talk | contribs) (Created page with '= Overview = This script finds interface residues between two proteins or chains. = Usage = <source lang="python"> interfaceResidues complexName[, chainX[, chainY ]] </source> w...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

This script finds interface residues between two proteins or chains.

Usage

interfaceResidues complexName[, chainX[, chainY ]]

where,

complexName

is the name of the object containing the two chains/objects

chainX

is the first chain name to consider
DEFAULT: chain A

chainY

is the 2nd chain to consider.
DEFAULT: chain B

The Code

...on its way...