Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MooersLab committed May 3, 2016
1 parent 6268e10 commit e420da2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ There are at least four different ways of loading the script into PyMOL:
```py
run roundview.py
```
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".
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".

2. load [`roundview.py`](./roundview.py) with the plugin manager (see plugin pulldown) in PyMOL

Expand Down Expand Up @@ -215,10 +215,10 @@ Do a `ls *.txt` to list the files in the working diretory. The file "firstscene.

### Exam2function.py

Defines aliases q1-q8 for questions 1-8 from exam 2 of the OUHSC Macromolecular Systems course. Each alias is
Defines aliases `q1-q8` for questions 1-8 from exam 2 of the OUHSC Macromolecular Systems course. Each alias is
is mapped to a number of commands.

Create ~/Scripts/PyMOLScripts and store the script in this subfolder.
Create `~/Scripts/PyMOLScripts` and store the script in this subfolder.

Enter on the command line in PyMOL the following command:

Expand Down

0 comments on commit e420da2

Please sign in to comment.