Find water networks in atomic-resolution crystal structures


Keywords
science, chemistry, physical, biology, structural, hydrated, water
License
BSD-3-Clause
Install
pip install zeigen==0.1.2

Documentation

Zeigen - Show Water Networks

PyPI Python Version Docs Tests Codecov Repo Downloads Dlrate Codacy Snyk Health

logo

Features

Zeigen finds networks of water in PDB structures. The PDB query is highly configurable through the zeigen.conf configuration file that is placed in the config directory upon first program run. The query results are placed in a TSV file, with global stats to a JSON file.

Requirements

Zeigen has been developed under Python 3.10 and tested on Python 3.9 and 3.10 on Linux. Works on MacOS, but not tested due to energy costs.

Installation

You can install Zeigen via pip from PyPI:

$ pip install zeigen

Usage

Please see the Command-line Reference for details.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the BSD 3-Clause license, Zeigen is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

Zeigen was written by Joel Berendzen.

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.