libwfa2 2.3.3-3 source package in Ubuntu

Changelog

libwfa2 (2.3.3-3) unstable; urgency=medium

  * Team upload.
  * d/control: restrict to 64-bit architectures to match all of the rdeps
    of this package. Undo the t64 transition, as that is no longer needed.

 -- Michael R. Crusoe <email address hidden>  Thu, 21 Mar 2024 13:16:19 +0100

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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libwfa2_2.3.3-3.dsc 2.0 KiB f797137b0b7ed0653f87c070446ae4186453411ca554cf03149e14a6357977aa
libwfa2_2.3.3.orig.tar.gz 4.0 MiB 2569650cdba395f42513a4d2c9175724a736047bb7da99a162c0abdbd651698f
libwfa2_2.3.3-3.debian.tar.xz 3.7 KiB dffa3ded9d4b69c4bd06afd31affe8ba057bd1cbe541691bde059ec9d18d089c

Available diffs

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.