Cavity cull: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 5: Line 5:


== Syntax ==
== Syntax ==
<source lang="python">
<source lang="python">
set cavity_cull, <number>                          #default 2
# default 2
set cavity_cull, <number>                           
</source>
</source>



Revision as of 08:17, 18 September 2008

Overview

set cavity_cull allows the user to define how sensitive pymol it to detecting cavities within the interior of a molecule.
Smaller cavities are not detected as the cavity cull value is increased. The value may correspond in angstroms a dimension of the cavity approximately.

Syntax

# default 2
set cavity_cull, <number>

Example