Difference between revisions of "Cavity cull"

From PyMOLWiki
Jump to navigation Jump to search
m
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 09: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