A python wrapper around the Gromacs tools.
Project description
.. -*- mode: rst -*-
.. The whole GromacsWrapper package is Copyright (c) 2009-2018 Oliver
.. Beckstein and AUTHORS except where noted otherwise.
========================
README: GromacsWrapper
========================
|build| |cov| |docs| |zenodo| |PRsWelcome|
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 helper functions to set up MD simulations.
`Documentation`_ is mostly provided through the python doc strings and
available at https://gromacswrapper.readthedocs.org for recent releases.
The source code is 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:
https://gromacswrapper.readthedocs.org/en/latest/
.. _GromacsWrapper git repository:
https://github.com/Becksteinlab/GromacsWrapper
.. |build| image:: https://travis-ci.org/Becksteinlab/GromacsWrapper.svg
:target: https://travis-ci.org/Becksteinlab/GromacsWrapper
:alt: Build Status
.. |cov| image:: https://codecov.io/gh/Becksteinlab/GromacsWrapper/graph/badge.svg
:target: https://codecov.io/gh/Becksteinlab/GromacsWrapper
:alt: Code Coverage
:scale: 100%
.. |zenodo| image:: https://zenodo.org/badge/13219/Becksteinlab/GromacsWrapper.svg
:target: https://zenodo.org/badge/latestdoi/13219/Becksteinlab/GromacsWrapper
:alt: Latest release on zenodo (with DOI)
.. |docs| image:: https://readthedocs.org/projects/gromacswrapper/badge/?version=latest
:target: https://gromacswrapper.readthedocs.org/en/latest/?badge=latest
:alt: Documentation
.. |PRsWelcome| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
:target: http://makeapullrequest.com
:alt: PRs Welcome!
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.
.. _GNU Public License v3: http://www.gnu.org/licenses/gpl.html
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.
Installation
============
Releases
--------
The `latest version of GromacsWrapper from PyPi`_ and can be installed
with ::
pip install GromacsWrapper
.. _`latest version of GromacsWrapper from PyPi`:
https://pypi-hypernode.com/project/GromacsWrapper/
Development version
-------------------
The *master* branch in the GitHub source repository generally
contains useful code but nevertheless, things can break in weird and
wonderful ways. Please report issues through the `Issue Tracker`_ and
mention that you used the *develop branch*.
To use the *development code base*: checkout the ``master`` branch::
git clone https://github.com/Becksteinlab/GromacsWrapper.git
cd GromacsWrapper
and install ::
python setup.py install
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/releases
You can also clone the `GromacsWrapper git repository`_ or fork for
your own development::
git clone git://github.com/Becksteinlab/GromacsWrapper.git
Questions
=========
Please ask questions in the `Issue Tracker`_ (instead of private email).
Reporting Bugs and Contributing to GromacsWrapper
=================================================
Please use the `Issue Tracker`_ to report bugs, installation problems,
and feature requests.
**Pull requests** for bug fixes and enhancements are very welcome. See http://makeapullrequest.com for a
general introduction on how make a pull request and contribute to open source projects.
.. _Issue Tracker: http://github.com/Becksteinlab/GromacsWrapper/issues
Building Documentation
======================
Install Sphinx::
pip install sphinx
and compile::
cd package/doc/sphinx
make html
Python 3
========
Python 3 support is currently in alpha state; in principle it is fully
supported but if you find bugs please report them through the `Issue
Tracker`_.
Citing
======
|zenodo|
GromacsWrapper was written by Oliver Beckstein with contributions from
many other people. Please see the file AUTHORS_ for all the names.
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 et al,
https://github.com/Becksteinlab/GromacsWrapper doi: 10.5281/zenodo.17901)"
or in the Acknowledgements section.
Thank you.
.. _AUTHORS:
https://raw.githubusercontent.com/Becksteinlab/GromacsWrapper/master/AUTHORS
.. The whole GromacsWrapper package is Copyright (c) 2009-2018 Oliver
.. Beckstein and AUTHORS except where noted otherwise.
========================
README: GromacsWrapper
========================
|build| |cov| |docs| |zenodo| |PRsWelcome|
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 helper functions to set up MD simulations.
`Documentation`_ is mostly provided through the python doc strings and
available at https://gromacswrapper.readthedocs.org for recent releases.
The source code is 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:
https://gromacswrapper.readthedocs.org/en/latest/
.. _GromacsWrapper git repository:
https://github.com/Becksteinlab/GromacsWrapper
.. |build| image:: https://travis-ci.org/Becksteinlab/GromacsWrapper.svg
:target: https://travis-ci.org/Becksteinlab/GromacsWrapper
:alt: Build Status
.. |cov| image:: https://codecov.io/gh/Becksteinlab/GromacsWrapper/graph/badge.svg
:target: https://codecov.io/gh/Becksteinlab/GromacsWrapper
:alt: Code Coverage
:scale: 100%
.. |zenodo| image:: https://zenodo.org/badge/13219/Becksteinlab/GromacsWrapper.svg
:target: https://zenodo.org/badge/latestdoi/13219/Becksteinlab/GromacsWrapper
:alt: Latest release on zenodo (with DOI)
.. |docs| image:: https://readthedocs.org/projects/gromacswrapper/badge/?version=latest
:target: https://gromacswrapper.readthedocs.org/en/latest/?badge=latest
:alt: Documentation
.. |PRsWelcome| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
:target: http://makeapullrequest.com
:alt: PRs Welcome!
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.
.. _GNU Public License v3: http://www.gnu.org/licenses/gpl.html
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.
Installation
============
Releases
--------
The `latest version of GromacsWrapper from PyPi`_ and can be installed
with ::
pip install GromacsWrapper
.. _`latest version of GromacsWrapper from PyPi`:
https://pypi-hypernode.com/project/GromacsWrapper/
Development version
-------------------
The *master* branch in the GitHub source repository generally
contains useful code but nevertheless, things can break in weird and
wonderful ways. Please report issues through the `Issue Tracker`_ and
mention that you used the *develop branch*.
To use the *development code base*: checkout the ``master`` branch::
git clone https://github.com/Becksteinlab/GromacsWrapper.git
cd GromacsWrapper
and install ::
python setup.py install
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/releases
You can also clone the `GromacsWrapper git repository`_ or fork for
your own development::
git clone git://github.com/Becksteinlab/GromacsWrapper.git
Questions
=========
Please ask questions in the `Issue Tracker`_ (instead of private email).
Reporting Bugs and Contributing to GromacsWrapper
=================================================
Please use the `Issue Tracker`_ to report bugs, installation problems,
and feature requests.
**Pull requests** for bug fixes and enhancements are very welcome. See http://makeapullrequest.com for a
general introduction on how make a pull request and contribute to open source projects.
.. _Issue Tracker: http://github.com/Becksteinlab/GromacsWrapper/issues
Building Documentation
======================
Install Sphinx::
pip install sphinx
and compile::
cd package/doc/sphinx
make html
Python 3
========
Python 3 support is currently in alpha state; in principle it is fully
supported but if you find bugs please report them through the `Issue
Tracker`_.
Citing
======
|zenodo|
GromacsWrapper was written by Oliver Beckstein with contributions from
many other people. Please see the file AUTHORS_ for all the names.
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 et al,
https://github.com/Becksteinlab/GromacsWrapper doi: 10.5281/zenodo.17901)"
or in the Acknowledgements section.
Thank you.
.. _AUTHORS:
https://raw.githubusercontent.com/Becksteinlab/GromacsWrapper/master/AUTHORS
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.7.0.tar.gz
(625.7 kB
view details)
Built Distribution
File details
Details for the file GromacsWrapper-0.7.0.tar.gz
.
File metadata
- Download URL: GromacsWrapper-0.7.0.tar.gz
- Upload date:
- Size: 625.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.10.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed06fb35a3d4d8213a520d685d068815d89db3ea45df4f8b7efadc96b3f10678 |
|
MD5 | 1a4318ceefec2d18fc1de8ed91f9b47f |
|
BLAKE2b-256 | d9f22f573b4e2f1d674a375bb39f23088fc1b0b90d2cd9a927b1320617a0f7bc |
Provenance
File details
Details for the file GromacsWrapper-0.7.0-py2.py3-none-any.whl
.
File metadata
- Download URL: GromacsWrapper-0.7.0-py2.py3-none-any.whl
- Upload date:
- Size: 631.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.10.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c3913aa358b0a6b9327192c2d70fa76b3f8d3753ccc2475eccc4300c9e8c1fc |
|
MD5 | 9bad324a0a908ddbd5d9e32d7926e549 |
|
BLAKE2b-256 | 9318c51a38ca96686276b614e8251845e8c1921efe764efd98423ace710c7d7b |