py_lib_tsalign 0.3.0

Python Bindings for `lib_tsalign`
Documentation
1
2
3
4
5
6
7
8
9
10
# Python Bindings for [`lib_tsalign`]https://crates.io/crates/lib_tsalign

[![PyPI](https://img.shields.io/pypi/v/tsalign)](https://pypi.org/project/tsalign/)

These bindings are still very minimal and are subject to improvement and/or breaking changes with future versions.

## Usage
Install with `pip install tsalign`.

The most important function is `tsalign.align(reference, query, **settings)`. On the object that is returned, you can e.g. call `.stats()` or `.cigar()`.