Installation

Dependencies

gmxbatch depends on the following third party packages:

For most functionality, you will also need a working installation of GROMACS.

Conda

conda install -c awacha gmxbatch

Pip

pip install gmxbatch

From source

git clone https://gitlab.com/awacha/gmxbatch.git
cd gmxbatch
git submodule init
git submodule update
python setup.py install