Ex: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Infobox script-repo |type = script |filename = ex.py |author = Troels E. Linnet |license = Free }} == Introduction == A little script, to execute ...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
|filename = ex.py | |filename = ex.py | ||
|author = [[User:Tlinnet|Troels E. Linnet]] | |author = [[User:Tlinnet|Troels E. Linnet]] | ||
|license = | |license = BSD | ||
}} | }} | ||
Line 17: | Line 17: | ||
ex colorbydisplacement_1 | ex colorbydisplacement_1 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Pymol-script-repo]] |
Latest revision as of 10:03, 15 January 2012
Type | Python Script |
---|---|
Download | ex.py |
Author(s) | Troels E. Linnet |
License | BSD |
This code has been put under version control in the project Pymol-script-repo |
Introduction
A little script, to execute "@" example scripts from Pymol-script-repo/examples, no matter what directory you are in.
Example of use
import ex
ex propka_1
ex rotkit_1
ex colorbydisplacement_1