Difference between revisions of "Deprotect"

From PyMOLWiki
Jump to navigation Jump to search
m
m
Line 6: Line 6:
  
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
cmd.deprotect(string selection="(all)")
cmd.deprotect(string selection="(all)")
 
</source>
 
  
 
===SEE ALSO===  
 
===SEE ALSO===  

Revision as of 08:46, 22 February 2005

DESCRIPTION

"deprotect" reveres the effect of the "protect" command.

USAGE

deprotect (selection)

PYMOL API

cmd.deprotect(string selection="(all)")

SEE ALSO

protect, mask, unmask, mouse, editing