py_lib_tsalign

Crates.iopy_lib_tsalign
lib.rspy_lib_tsalign
version0.3.1
created_at2025-05-20 11:51:06.708788+00
updated_at2025-05-30 06:15:49.471643+00
descriptionPython Bindings for `lib_tsalign`
homepage
repositoryhttps://github.com/sebschmi/template-switch-aligner
max_upload_size
id1681187
size34,857
Sebastian Schmidt (sebschmi)

documentation

README

Python Bindings for lib_tsalign

PyPI

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().

Commit count: 477

cargo fmt