You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,7 +23,8 @@ There is not an option in a pulldown menu in PyMOL to make such an image: A scri
23
23
24
24
This code can be applied to any molecular object in PyMOL's veiwport, not just RNA.
25
25
26
-
If you are not ready to write PyMOL scripts, please consider using pymol shortcuts to enhance your productivity in PyMOL interactive sessions.
26
+
If you are not ready to write PyMOL scripts, please consider using [PyMOL shortcuts](https://github.com/MooersLab/pymolshortcuts) to enhance your productivity in PyMOL interactive sessions.
27
+
For example, the above ambient occlussion effect can be invoked at anytime by entering `AO` at the PyMOL prompt, if the pymolshortcuts.py file has been loaded.
27
28
28
29
## Application Description
29
30
@@ -60,6 +61,7 @@ Some of the snippets have Python3 code.
60
61
If you are using an ancient version of PyMOL that relies on Python2, you can buy a license to the current version of PyMOL, install a free open-source version of PyMOL that depends on Python3 (See the PyMOL Wiki), or you can rewrite the snippet's code to be Python2 compliant.
61
62
This often merely involves replacing print statements in Python2 with print() functions in Python3.
62
63
Note that multiple versions of PyMOL can operate side-by-side on a computer: You do not have to delete that ancient version of PyMOL.
64
+
63
65
[Return to Table of Contents](#table-of-contents)
64
66
65
67
@@ -73,6 +75,7 @@ Download all of the libraries by using the command `git clone https://github.com
73
75
Alternatively, you download all of the libraries as a zip file by clicking on the green **code** button above.
74
76
75
77
See the [GitHub Page](https://mooerslab.github.io/pymolsnips/) for installation instructions for a specific text editor.
78
+
76
79
[Return to Table of Contents](#table-of-contents)
77
80
78
81
@@ -81,7 +84,8 @@ See the [GitHub Page](https://mooerslab.github.io/pymolsnips/) for installation
81
84
82
85
The snippet libraries are independent of PyMOL.
83
86
No modification of PyMOL is required.
84
-
The configuring of text editors is found on the [GitHub Page](https://mooerslab.github.io/pymolsnips/) .
87
+
The configuring of text editors is found on the [GitHub Page](https://mooerslab.github.io/pymolsnips/).
88
+
85
89
[Return to Table of Contents](#table-of-contents)
86
90
87
91
@@ -91,11 +95,14 @@ The configuring of text editors is found on the [GitHub Page](https://mooerslab.
91
95
Examples of the snippets in use in various editors are found in the animated gifs on the [GitHub Page](https://mooerslab.github.io/pymolsnips/).
92
96
These gifs convey the essential knowledge in seconds.
93
97
98
+
[Return to Table of Contents](#table-of-contents)
99
+
94
100
95
101
96
102
<aid="testing"><h2>Testing</h2></a>
97
103
98
104
Try the **ao** snippet. You should get a result similar to the one should in the demo above.
105
+
99
106
[Return to Table of Contents](#table-of-contents)
100
107
101
108
@@ -106,11 +113,14 @@ Alternatiley, you can send [e-mail](#contact-information) to me.
106
113
107
114
Questions about PyMOL should be directed to the [PyMOL Mailing List](https://pymolwiki.org/index.php/PyMOL_mailing_list).
108
115
116
+
[Return to Table of Contents](#table-of-contents)
117
+
109
118
110
119
<aid="bugreports"><h2>Bug reports</h2></a>
111
120
112
121
Use the **Issues tab** above to report bugs or send [e-mail](#contact-information) to me.
113
-
Refer bugs in the text editors to the developers of the text editors.
122
+
Refer bugs in the text editors to the developers of the text editors.
123
+
114
124
[Return to Table of Contents](#table-of-contents)
115
125
116
126
@@ -119,10 +129,13 @@ Refer bugs in the text editors to the developers of the text editors.
119
129
We use the permissive MIT license.
120
130
The license information for this project is found in the License.txt file above.
0 commit comments