SERD

A Python package to detect solvent-exposed residues of a target biomolecule.


Keywords
structural, biology, proteins, biomolecular, surface, solvent-exposed, residues, amino-acids, graph-representation, graph-theory, python-package, structural-biology, surface-modeling
License
GPL-3.0
Install
pip install SERD==0.1.2

Documentation

SERD

https://img.shields.io/pypi/v/SERD https://img.shields.io/pypi/pyversions/SERD https://img.shields.io/pypi/dm/SERD

A Python package to detect solvent-exposed residues of a target biomolecule.

Installation

The prerequisites for installing SERD is SWIG, Python v3 and PyMOL v2.

To install the latest release on PyPI, run:

pip install SERD

Or to install the latest developmental version, run:

git clone https://github.com/jvsguerra/SERD.git
pip install SERD

License

The software is licensed under the terms of the GNU General Public License version 3 (GPL3) and is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.