wwpdb.utils.align

Alignment Library and Tools


License
Apache-2.0
Install
pip install wwpdb.utils.align==0.11.8

Documentation

Pairwise Sequence Alignment Tools

Build Status

Introduction

This repository provides sequence alignment tools used by the OneDep system A collection of sequence alignment tools

Installation

Download the library source software from the project repository:

git clone --recurse-submodules https://github.com/wwPDB/py-wwpdb_utils_align.git

Optionally, run test suite using the Tox test runner

python setup.py test

or simply run

tox

Installation is via the program [pip](https://pypi.python.org/pypi/pip).

```bash
pip install wwpdb.utils.align

or from the local repository:

pip install .