Deprotect: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
'''deprotect''' reverses the effect of the [[Protect]] command. | |||
===USAGE=== | ===USAGE=== | ||
<source lang="python"> | |||
deprotect (selection) | |||
</source> | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | <source lang="python"> | ||
cmd.deprotect(string selection="(all)") | |||
</source> | </source> | ||
===SEE ALSO=== | ===SEE ALSO=== | ||
[[Protect|protect]], [[Mask]], [[Unmask]] | |||
[[Category:Commands| | [[Category:Commands|Deprotect]] |