Show contacts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(remove code in favor of github link) Tag: Replaced |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox script-repo | {{Infobox script-repo | ||
|type = | |type = plugin | ||
| | |filename = plugins/show_contacts.py | ||
|author = [[User:DavidKoes|David Ryan Koes]] | |author = [[User:DavidKoes|David Ryan Koes]] | ||
|license = [http://creativecommons.org/licenses/by/4.0/ CC BY 4.0] | |license = [http://creativecommons.org/licenses/by/4.0/ CC BY 4.0] | ||
Line 22: | Line 22: | ||
* '''cutoff''' = cutoff for good contacts (yellow dashes) | * '''cutoff''' = cutoff for good contacts (yellow dashes) | ||
* '''bigcutoff''' = cutoff for suboptimal contacts (purple dashes) | * '''bigcutoff''' = cutoff for suboptimal contacts (purple dashes) | ||
Latest revision as of 02:05, 4 April 2020
Type | PyMOL Plugin |
---|---|
Download | plugins/show_contacts.py |
Author(s) | David Ryan Koes |
License | CC BY 4.0 |
This code has been put under version control in the project Pymol-script-repo |
Introduction
PyMOL Plugin for displaying polar contacts. Good hydrogen bonds (as determined by PyMOL) are shown in yellow. Electrostatic clashes (donor-donor or acceptor-acceptor) are shown in red. Close (<4.0 A) but not ideal contacts are shown in purple. Cutoffs are configurable. Exports the command `contacts` which takes two selections and an optional name for the generated contacts group. Alternatively, the selections can be chosen using a dialog box accessible from the Plugins menu.
Usage
show_contacts sel1, sel2, result="contacts", cutoff=3.6, bigcutoff=4.0
Required Arguments
- sel1 = first selection
- sel2 = second selection
Optional Arguments
- result = name of created group containing contacts
- cutoff = cutoff for good contacts (yellow dashes)
- bigcutoff = cutoff for suboptimal contacts (purple dashes)