Crates.io | py_lib_tsalign |
lib.rs | py_lib_tsalign |
version | 0.3.1 |
created_at | 2025-05-20 11:51:06.708788+00 |
updated_at | 2025-05-30 06:15:49.471643+00 |
description | Python Bindings for `lib_tsalign` |
homepage | |
repository | https://github.com/sebschmi/template-switch-aligner |
max_upload_size | |
id | 1681187 |
size | 34,857 |
lib_tsalign
These bindings are still very minimal and are subject to improvement and/or breaking changes with future versions.
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()
.