This is a read-only mirror of pymolwiki.org
Difference between revisions of "Pymol-script-repo"
Jump to navigation
Jump to search
m (Speleo3 moved page Git intro to Pymol-script-repo over redirect) |
|||
Line 1: | Line 1: | ||
− | + | The [[Pymol-script-repo]] is the preferred place to host scripts which are published on the PyMOLWiki. | |
− | |||
− | |||
− | |||
− | |||
== Benefits == | == Benefits == | ||
− | + | # A convenient way, to let PyMOL users download all scripts at the PyMOLWiki, with a minimum of effort. | |
− | # A convenient way, to let PyMOL users download all scripts at the | ||
# The possibility to let script authors push changes to their script out to PyMOL users. | # The possibility to let script authors push changes to their script out to PyMOL users. | ||
# Easier requiring assistance from the PyMOL [http://sourceforge.net/mail/?group_id=4546 mailing list]. | # Easier requiring assistance from the PyMOL [http://sourceforge.net/mail/?group_id=4546 mailing list]. |
Revision as of 12:36, 13 November 2018
The Pymol-script-repo is the preferred place to host scripts which are published on the PyMOLWiki.
Benefits
- A convenient way, to let PyMOL users download all scripts at the PyMOLWiki, with a minimum of effort.
- The possibility to let script authors push changes to their script out to PyMOL users.
- Easier requiring assistance from the PyMOL mailing list.
Official repository
The repository is located at:
Naming convention
We recommend that the name for script filename and pagename at the PyMOLWiki are the same. All letters should also be lower case.
Example: colorbydisplacement
For a description of use | http://pymolwiki.org/index.php/colorbydisplacement |
For a color coded view | https://github.com/Pymol-Scripts/Pymol-script-repo/blob/master/colorbydisplacement.py |
Raw download | https://raw.github.com/Pymol-Scripts/Pymol-script-repo/master/colorbydisplacement.py |
In the users local script library | /home/tlinnet/Software/pymol/Pymol-script-repo/colorbydisplacement.py |
To import in PyMOL | import colorbydisplacement
|
To print the available functions in PyMOL | help(colorbydisplacement)
|