rcsb.utils.seqalign

RCSB Python Wrapper Module for Sequence Alignment Utilities


License
Apache-2.0
Install
pip install rcsb.utils.seqalign==0.26

Documentation

RCSB Python Sequence Alignment Utilities

Build Status

Introduction

This module contains wrapper methods for sequence alignment tasks

Installation

Download the library source software from the project repository:

git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_seqalign.git

Optionally, run test suite (Python versions 3.9) using setuptools or tox:

python setup.py test

or simply run

tox

Installation is via the program pip.

pip install rcsb.utils.seqalign

or for the local repository:

pip install .