libwfa2 2.3.3-2 source package in Ubuntu
Changelog
libwfa2 (2.3.3-2) unstable; urgency=medium * Team Upload. * Add patch to fix FTBFS with gcc-13 (Closes: #1037749) -- Nilesh Patra <email address hidden> Sat, 15 Jul 2023 11:12:16 +0530
Upload details
- Uploaded by:
- Debian Med
- Uploaded to:
- Sid
- Original maintainer:
- Debian Med
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libwfa2_2.3.3-2.dsc | 1.4 KiB | df7b43fe60e2d391f1417986506c151980f2d80e829445fa6f2de51003abb78b |
libwfa2_2.3.3.orig.tar.gz | 4.0 MiB | 2569650cdba395f42513a4d2c9175724a736047bb7da99a162c0abdbd651698f |
libwfa2_2.3.3-2.debian.tar.xz | 3.5 KiB | f4f3c2bc44177073ef4c5c78a93029f20fb7057a8a92d4b463ca830df654f809 |
Available diffs
- diff from 2.3.3-1 to 2.3.3-2 (719 bytes)
No changes file available.
Binary packages built by this source
- libwfa2-0: exact gap-affine algorithm (shared library)
The wavefront alignment (WFA) algorithm is an exact gap-affine algorithm
that takes advantage of homologous regions between the sequences to
accelerate the alignment process. Unlike to traditional dynamic
programming algorithms that run in quadratic time, the WFA runs in time
O(ns+s^2), proportional to the sequence length n and the alignment score
s, using O(s^2) memory (or O(s) using the ultralow/BiWFA mode).
Moreover, the WFA algorithm exhibits simple computational patterns that
the modern compilers can automatically vectorize for different
architectures without adapting the code. To intuitively illustrate why
the WFA algorithm is so interesting, look at the following figure. The
left panel shows the cells computed by a classical dynamic programming
based algorithm (like Smith-Waterman or Needleman Wunsch). In contrast,
the right panel shows the cells computed by the WFA algorithm to obtain
the same result (i.e., the optimal alignment).
- libwfa2-0-dbgsym: debug symbols for libwfa2-0
- libwfa2-dev: exact gap-affine algorithm (development)
The wavefront alignment (WFA) algorithm is an exact gap-affine algorithm
that takes advantage of homologous regions between the sequences to
accelerate the alignment process. Unlike to traditional dynamic
programming algorithms that run in quadratic time, the WFA runs in time
O(ns+s^2), proportional to the sequence length n and the alignment score
s, using O(s^2) memory (or O(s) using the ultralow/BiWFA mode).
Moreover, the WFA algorithm exhibits simple computational patterns that
the modern compilers can automatically vectorize for different
architectures without adapting the code. To intuitively illustrate why
the WFA algorithm is so interesting, look at the following figure. The
left panel shows the cells computed by a classical dynamic programming
based algorithm (like Smith-Waterman or Needleman Wunsch). In contrast,
the right panel shows the cells computed by the WFA algorithm to obtain
the same result (i.e., the optimal alignment).
.
This package contains the static library and the header files.