Deprotect: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
===DESCRIPTION===
===DESCRIPTION===
     "deprotect" reveres the effect of the "protect" command.
     "deprotect" reveres the effect of the "protect" command.
 
===USAGE===
===USAGE===
     deprotect (selection)
     deprotect (selection)
 
===PYMOL API===
===PYMOL API===
<source lang="python">
<source lang="python">
   cmd.deprotect(string selection="(all)")
   cmd.deprotect(string selection="(all)")
</source>
</source>


===SEE ALSO===
===SEE ALSO===  
   [[Cmd protect]], [[Cmd mask]], [[Cmd unmask]], [[Cmd mouse]], [[Cmd editing]]
   [[Cmd protect]], [[Cmd mask]], [[Cmd unmask]], [[Cmd mouse]], [[Cmd editing]]
   
   
[[Category:Commands|deprotect]]
[[Category:Commands|deprotect]]

Revision as of 07:42, 22 February 2005

DESCRIPTION

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

USAGE

   deprotect (selection)

PYMOL API

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

SEE ALSO

  Cmd protect, Cmd mask, Cmd unmask, Cmd mouse, Cmd editing