We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#!/usr/bin/python system = getSystems()[0] sel = Selector("residue(HOH)") system.apply(sel) system.removeSelected() getMainControl().update(system)
The example is intended for usage within BALLView. It contains two lines that will only work within BALLView