Ex: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
PedroLacerda (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox script-repo | {{Infobox script-repo | ||
|type = script | |type = script | ||
|filename = ex.py | |filename = scripts/ex.py | ||
|author = [[User:Tlinnet|Troels E. Linnet]] | |author = [[User:Tlinnet|Troels E. Linnet]] | ||
|license = BSD | |license = BSD | ||
Line 17: | Line 17: | ||
ex colorbydisplacement_1 | ex colorbydisplacement_1 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Pymol-script-repo]] |
Latest revision as of 22:38, 22 June 2025
Type | Python Script |
---|---|
Download | scripts/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