GROMACS Plugin: Difference between revisions
(Typo fixes) |
(Update email) |
||
Line 68: | Line 68: | ||
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see "/usr/share/common-licenses/GPL-3". Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.<br> | This software (including its Debian packaging) is available to you under the terms of the GPL-3, see "/usr/share/common-licenses/GPL-3". Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.<br> | ||
Contributors:<br> | Contributors:<br> | ||
- Tomasz Makarewicz ( | - Tomasz Makarewicz (btchtm [at] ug [dot] gda [dot] pl) | ||
[[Category:Plugins]] | [[Category:Plugins]] |
Revision as of 08:28, 27 August 2013
Type | PyMOL Plugin |
---|---|
Download | https://github.com/tomaszmakarewicz/Dynamics/releases |
Author(s) | Laboratory of Biomolecular Systems Simulations |
License | GPLv3 |
Dynamics PyMOL Plugin is plugin for PyMOL, which add molecular dynamics simulation feature. It is meant to be easy to use. The plugin uses GROMACS tools as a back-end. Project is developed as an open source and as such create full open source stack together with PyMOL and GROMACS. Because GROMACS can compile easily only on Unix like systems, the plugin also keep compatibility only with those. No Windows port is expected.
Website
https://github.com/tomaszmakarewicz/Dynamics
Features
- Easy to use GUI, to take advantage of complex software GROMACS.
- Work directly on molecules loaded to PyMOL.
- Display results of calculations directly in PyMOL.
- Set restraints, choose water models, force fields and many more.
- Save your work and finish calculations later or on the other machine.
- Do your work free of charge and without any restrictions. Feel free to modify any component of the stack.
- Minimum dependencies. Plugin use the same graphic libraries as PyMOL, so working PyMOL and GROMACS installations are enough to make plugin work.
Note that exact instruction of how to use program is in the software manual, which is available together with the plugin.
Installation
There are at least few ways to install the plugin. In this section we will describe the most common. Please keep in mind, that this plugin is develop for Unix platform - it will not work on MS Windows.
Ubuntu
The easiest way to install the plugin is to use PPA repositories:
sudo add-apt-repository ppa:tomaszm/dynamics sudo apt-get update sudo apt-get install dynamics-pymol-plugin
All required libraries will be downloaded as dependencies. Supported versions of Ubuntu are latest stable and latest LTS.
Other GNU/Linux and Unix
The second way for all other platforms or Ubuntu as well, is to download latest release of the plugin directly from its GitHub webpage:
https://github.com/tomaszmakarewicz/Dynamics/releases
Then run PyMOL as a root. On the top Menu choose Plugin->Manage Plugins->Install... Then choose dynamics_pymol_plugin.py file. After installation restart PyMOL with normal user privilege.
Required dependencies:
- PyMOL
- GROMACS
- Tix
Latest Snapshots
You can download latest master snapshot by command:
git clone git://github.com/tomaszmakarewicz/Dynamics.git
Then run PyMOL as a root. On the top Menu choose Plugin->Manage Plugins->Install... Then choose dynamics_pymol_plugin.py file. After installation restart PyMOL with normal user privilege.
Required dependencies:
- PyMOL
- GROMACS
- ProDy
Note that latest snapshot do not require Tix anymore. But in order to take advantage of latest features you will need to have ProDy library installed.
References
License
This software (including its Debian packaging) is available to you under the terms of the GPL-3, see "/usr/share/common-licenses/GPL-3". Software is created and maintained by Laboratory of Biomolecular Systems Simulation at University of Gdansk.
Contributors:
- Tomasz Makarewicz (btchtm [at] ug [dot] gda [dot] pl)