Bump version to 3.5.1 for PyPI re-release
v3.5.0 was published to PyPI before bugfixes landed. Bump all version strings so the fixed code can be published as 3.5.1.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Kalign
Kalign is a fast multiple sequence alignment program for biological sequences. It aligns protein, DNA, and RNA sequences using a progressive alignment approach with multi-threading support.
Installation
From source
Prerequisites: C compiler (GCC or Clang), CMake 3.18+, optionally OpenMP.
On macOS,
brew install libompfor OpenMP support.Zig build (alternative)
Requires zig version 0.12.
Python
See README-python.md for the full Python documentation.
Usage
Kalign v3.5 has three modes:
--fast--preciseExamples
Options
Output formats
C library
Link Kalign into your C/C++ project:
Or include directly:
Benchmarks
Balibase
Bralibase
Citation
Lassmann, Timo. “Kalign 3: multiple sequence alignment of large data sets.” Bioinformatics (2019). DOI
License
Apache License, Version 2.0. See COPYING.