Gromacs_py
Gromacs_py is a Python library allowing a simplified use of the Gromacs MD simulation software. Gromacs_py can build a system topologie based on a pdb file, create the simulation system (pbc box, adding water and ions) and run minimisation, equilibration and production runs. One of the main objective of the Gromacs_py wrapper is to automatize routine operations for MD simulation of multiple systems.
Gromacs_py is under active development using continuous integration with Travis Cl.
- Online Documentation:
- Source code repository:
Quick install
The latest release can be installed via pip or conda.
Conda
If you don’t need a GPU compiled version of Gromacs you can use directly the Gromacs_py conda package to install both Gromacs software and Gromacs_py library:
conda install -c bioconda gromacs_py
Pip (Deprecated)
If the folowing softwares/modules are installed then you need to install the Gromacs_py library using pypi :
pip install gromacs_py
Gromacs (version >= 5.1)
Ambertools
Rdkit
Acpype
and add the software path Gromacs in the environmnent variable $PATH, eg. for gromacs:
# Add gromacs 'gmx' path:
export PATH='*path_to_gromacs*/bin/':$PATH
License
This project is licensed under the GNU General Public License v2.0 - see the LICENSE file for details.
Release files for gromacs-py 2.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gromacs_py-2.0.3.tar.gz | 8.0 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gromacs_py-2.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.5 MB
Release files / gromacs_py-2.0.3.tar.gz
| Download URL | gromacs_py-2.0.3.tar.gz |
|---|---|
| Size | 8.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a61a29808ffb91755e7f4db0d8cd0dbb9c697eb8fa4a47562c5386144a3091be
|
|
BLAKE2b-256 checksum How to use checksums |
536d5ead4f72c721d60f7c3defb6f85b94b61190a5aaa449f034790c531a9fd1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.7.12
|
Release files / gromacs_py-2.0.3-py3-none-any.whl
| Download URL | gromacs_py-2.0.3-py3-none-any.whl |
|---|---|
| Size | 1.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7c3d225fe3bf3b15190a2653a5087bfcdca12696ec53109a30244895a0aee124
|
|
BLAKE2b-256 checksum How to use checksums |
f649ce7eb2c7b7cb1bca926817403d3c34bf6baf0d7b787faaf09a329182923e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.7.12
|