Deprotect: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
===DESCRIPTION===
 
"deprotect" reveres the effect of the "protect" command.
'''deprotect''' reverses the effect of the [[Protect]] command.


===USAGE===
===USAGE===
deprotect (selection)
<source lang="python">
deprotect (selection)
</source>


===PYMOL API===
===PYMOL API===
Line 11: Line 13:


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

Latest revision as of 16:47, 29 January 2019

deprotect reverses the effect of the Protect command.

USAGE

deprotect (selection)

PYMOL API

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

SEE ALSO

protect, Mask, Unmask