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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ There are at least four different ways of loading the script into PyMOL:
117
117
```py
118
118
run roundview.py
119
119
```
120
-
Please note that the "run" command just loads the script into PyMOL. It does not execute it. Now the roundview() command is available by typing "roundview", and the on-line documentation is available by typing "help roundview".
120
+
Please note that the `run` command just loads the script into PyMOL. It does not execute it. Now the "roundview()" command is available by typing `roundview`and the on-line documentation is available by typing "help roundview".
121
121
122
122
2. load [`roundview.py`](./roundview.py) with the plugin manager (see plugin pulldown) in PyMOL
123
123
@@ -215,10 +215,10 @@ Do a `ls *.txt` to list the files in the working diretory. The file "firstscene.
215
215
216
216
### Exam2function.py
217
217
218
-
Defines aliases q1-q8 for questions 1-8 from exam 2 of the OUHSC Macromolecular Systems course. Each alias is
218
+
Defines aliases `q1-q8` for questions 1-8 from exam 2 of the OUHSC Macromolecular Systems course. Each alias is
219
219
is mapped to a number of commands.
220
220
221
-
Create ~/Scripts/PyMOLScripts and store the script in this subfolder.
221
+
Create `~/Scripts/PyMOLScripts` and store the script in this subfolder.
222
222
223
223
Enter on the command line in PyMOL the following command:
0 commit comments