This is a read-only mirror of pymolwiki.org
Difference between revisions of "Deprotect"
Jump to navigation
Jump to search
m |
m |
||
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"> | |
cmd.deprotect(string selection="(all)") | cmd.deprotect(string selection="(all)") | ||
− | + | </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 12: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