A python wrapper around the gromacs tools.
Project description
.. -*- mode: rst -*-
.. The whole GromacsWrapper package is Copyright (c) 2009,2010,2011,2012 Oliver Beckstein,
.. except where noted otherwise.
========================
README: GromacsWrapper
========================
A primitive wrapper around the Gromacs tools until we have proper
python bindings. It also provides a small library (cook book) of
often-used recipes and an optional analysis module with plugins for
more complicated analysis tasks.
See :doc:`INSTALL` for installation instructions. `Documentation`_ is
mostly provided through the python doc strings. See `Download and
Availability`_ for download instructions if the instructions in
:doc:`INSTALL` are not sufficient.
The source code is also available in the `GromacsWrapper git
repository`_.
Please be aware that this is **alpha** software that most definitely
contains bugs. It is *your* responsibility to ensure that you are
running simulations with sensible parameters.
.. _Documentation:
http://becksteinlab.github.io/GromacsWrapper/
.. _GromacsWrapper git repository:
http://github.com/Becksteinlab/GromacsWrapper
Licence
=======
The **GromacsWrapper** package is made available under the terms of
the `GNU Public License v3`_ (or any higher version at your choice)
except as noted below. See the file COPYING for the licensing terms
for all modules.
The **vmd** module is made available under the `LGPL v3`_ (see COPYING
and COPYING.LESSER). **numkit** is provided under the "`Modified BSD
Licence`_" (as it contains some code from scipy_).
.. _GNU Public License v3: http://www.gnu.org/licenses/gpl.html
.. _LGPL v3: http://www.gnu.org/licenses/lgpl.html
.. _Modified BSD Licence: http://www.opensource.org/licenses/bsd-license.php
.. _scipy: http://www.scipy.org
Included Software
=================
The distribution contains third party software that is copyrighted by
the authors but distributed under licences compatible with this
package license. Where permitted and necessary, software/files were
modified to integrate with GromacsWrapper.
In case of problems please direct error reports to `Oliver Beckstein`_
in the first instance as these bugs might not have been present in the
original software or files.
Included third party content:
GridMat-MD
- Grid-based Membrane Analysis Tool for use with Molecular Dynamics
[Allen2009]_
- version: 1.0.2
- license: GPL 3.0
- W. J. Allen, J. A. Lemkul, and D. R. Bevan. (2009) "GridMAT-MD: A
Grid-based Membrane Analysis Tool for Use With Molecular
Dynamics." J. Comput. Chem. 30 (12): 1952-1958.
- http://bevanlab.biochem.vt.edu/GridMAT-MD/
``odict.py``
- a simple implementation of an ordered dictionary as proposed in :pep:`0372`
- copyright: (c) 2008 by Armin Ronacher and PEP 273 authors.
- license: modified BSD license (`compatible with GPL`_)
- http://dev.pocoo.org/hg/sandbox/raw-file/tip/odict.py
.. _compatible with GPL: http://www.fsf.org/licensing/licenses/index_html
``gromacs.fileformats.preprocess``
- The preprocessor is based on ``pypreprocessor.py`` from
`pypreprocessor`_, release 0.4.0.
- copyright: (c) 2010 Evan Plaice
- license: MIT (`compatible with GPL`_)
- http://code.google.com/p/pypreprocessor/
.. _pypreprocessor: http://code.google.com/p/pypreprocessor/
Citing
======
If you find this package useful and use it in published work I'd be
grateful if it was acknowledged in text as
"... used GromacsWrapper (Oliver Beckstein,
http://github.com/Becksteinlab/GromacsWrapper)"
or in the Acknowledgements section.
If you use the ``gridmatmd`` plugin also cite [Allen2009]_.
Thank you.
.. rubric:: References
.. [Allen2009] W. J. Allen, J. A. Lemkul, and D. R. Bevan. (2009)
"GridMAT-MD: A Grid-based Membrane Analysis Tool for
Use With Molecular Dynamics." J. Comput. Chem. 30,
1952-1958.
Download and Availability
=========================
The GromacsWrapper home page is
http://github.com/Becksteinlab/GromacsWrapper. The latest release of the
package is being made available from https://github.com/Becksteinlab/GromacsWrapper/tags
You can also clone the `GromacsWrapper git repository`_ or fork for
your own development::
git clone git://github.com/Becksteinlab/GromacsWrapper.git
Contact
=======
Please use the `Issue Tracker`_ to report bugs and feature requests;
general feedback and inquiries can be sent to `Oliver Beckstein`_ by
e-mail.
.. _Issue Tracker: http://github.com/Becksteinlab/GromacsWrapper/issues
.. _Oliver Beckstein: orbeckst@gmail.com
.. The whole GromacsWrapper package is Copyright (c) 2009,2010,2011,2012 Oliver Beckstein,
.. except where noted otherwise.
========================
README: GromacsWrapper
========================
A primitive wrapper around the Gromacs tools until we have proper
python bindings. It also provides a small library (cook book) of
often-used recipes and an optional analysis module with plugins for
more complicated analysis tasks.
See :doc:`INSTALL` for installation instructions. `Documentation`_ is
mostly provided through the python doc strings. See `Download and
Availability`_ for download instructions if the instructions in
:doc:`INSTALL` are not sufficient.
The source code is also available in the `GromacsWrapper git
repository`_.
Please be aware that this is **alpha** software that most definitely
contains bugs. It is *your* responsibility to ensure that you are
running simulations with sensible parameters.
.. _Documentation:
http://becksteinlab.github.io/GromacsWrapper/
.. _GromacsWrapper git repository:
http://github.com/Becksteinlab/GromacsWrapper
Licence
=======
The **GromacsWrapper** package is made available under the terms of
the `GNU Public License v3`_ (or any higher version at your choice)
except as noted below. See the file COPYING for the licensing terms
for all modules.
The **vmd** module is made available under the `LGPL v3`_ (see COPYING
and COPYING.LESSER). **numkit** is provided under the "`Modified BSD
Licence`_" (as it contains some code from scipy_).
.. _GNU Public License v3: http://www.gnu.org/licenses/gpl.html
.. _LGPL v3: http://www.gnu.org/licenses/lgpl.html
.. _Modified BSD Licence: http://www.opensource.org/licenses/bsd-license.php
.. _scipy: http://www.scipy.org
Included Software
=================
The distribution contains third party software that is copyrighted by
the authors but distributed under licences compatible with this
package license. Where permitted and necessary, software/files were
modified to integrate with GromacsWrapper.
In case of problems please direct error reports to `Oliver Beckstein`_
in the first instance as these bugs might not have been present in the
original software or files.
Included third party content:
GridMat-MD
- Grid-based Membrane Analysis Tool for use with Molecular Dynamics
[Allen2009]_
- version: 1.0.2
- license: GPL 3.0
- W. J. Allen, J. A. Lemkul, and D. R. Bevan. (2009) "GridMAT-MD: A
Grid-based Membrane Analysis Tool for Use With Molecular
Dynamics." J. Comput. Chem. 30 (12): 1952-1958.
- http://bevanlab.biochem.vt.edu/GridMAT-MD/
``odict.py``
- a simple implementation of an ordered dictionary as proposed in :pep:`0372`
- copyright: (c) 2008 by Armin Ronacher and PEP 273 authors.
- license: modified BSD license (`compatible with GPL`_)
- http://dev.pocoo.org/hg/sandbox/raw-file/tip/odict.py
.. _compatible with GPL: http://www.fsf.org/licensing/licenses/index_html
``gromacs.fileformats.preprocess``
- The preprocessor is based on ``pypreprocessor.py`` from
`pypreprocessor`_, release 0.4.0.
- copyright: (c) 2010 Evan Plaice
- license: MIT (`compatible with GPL`_)
- http://code.google.com/p/pypreprocessor/
.. _pypreprocessor: http://code.google.com/p/pypreprocessor/
Citing
======
If you find this package useful and use it in published work I'd be
grateful if it was acknowledged in text as
"... used GromacsWrapper (Oliver Beckstein,
http://github.com/Becksteinlab/GromacsWrapper)"
or in the Acknowledgements section.
If you use the ``gridmatmd`` plugin also cite [Allen2009]_.
Thank you.
.. rubric:: References
.. [Allen2009] W. J. Allen, J. A. Lemkul, and D. R. Bevan. (2009)
"GridMAT-MD: A Grid-based Membrane Analysis Tool for
Use With Molecular Dynamics." J. Comput. Chem. 30,
1952-1958.
Download and Availability
=========================
The GromacsWrapper home page is
http://github.com/Becksteinlab/GromacsWrapper. The latest release of the
package is being made available from https://github.com/Becksteinlab/GromacsWrapper/tags
You can also clone the `GromacsWrapper git repository`_ or fork for
your own development::
git clone git://github.com/Becksteinlab/GromacsWrapper.git
Contact
=======
Please use the `Issue Tracker`_ to report bugs and feature requests;
general feedback and inquiries can be sent to `Oliver Beckstein`_ by
e-mail.
.. _Issue Tracker: http://github.com/Becksteinlab/GromacsWrapper/issues
.. _Oliver Beckstein: orbeckst@gmail.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
GromacsWrapper-0.3.3.tar.gz
(1.1 MB
view details)
Built Distributions
GromacsWrapper-0.3.3-py2.7.egg
(288.1 kB
view details)
File details
Details for the file GromacsWrapper-0.3.3.tar.gz
.
File metadata
- Download URL: GromacsWrapper-0.3.3.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d102edd63f86949d40c6d02dcac61145a54b5b1efd0ce9b9a42f913348fe1ab |
|
MD5 | d99b279a936b030c101acb88f38e74e5 |
|
BLAKE2b-256 | 35664c302aeef43e954027703aef79cc1b7e93d79e989d9d99d66eafa1341891 |
Provenance
File details
Details for the file GromacsWrapper-0.3.3.macosx-10.6-x86_64.tar.gz
.
File metadata
- Download URL: GromacsWrapper-0.3.3.macosx-10.6-x86_64.tar.gz
- Upload date:
- Size: 423.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f73dcd3318072d565d8ca0a789bb2317180a8594c823b9577089a7564c1349fb |
|
MD5 | 119cc6cf62e97536e5a11753abbb914f |
|
BLAKE2b-256 | bf93c94529f7748235ead26e081b7ba8e2ff3713b4816210962f5a6805f4d199 |
Provenance
File details
Details for the file GromacsWrapper-0.3.3-py2.7.egg
.
File metadata
- Download URL: GromacsWrapper-0.3.3-py2.7.egg
- Upload date:
- Size: 288.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69e8468c35e323609beec4481d6778898390664471ef8739153acdf5ab065434 |
|
MD5 | dc72cd321811abc9f305484e660fcaaf |
|
BLAKE2b-256 | d16a45248df62150c461d026222b1c6a8feee1254f8f542d44571ad0297a39b0 |