libwfa2 2.3.3-4 source package in Ubuntu

Changelog

libwfa2 (2.3.3-4) unstable; urgency=medium

  * Team upload.
  * d/clean: remove test logs to enable building package twice. Closes:
    #1045603

 -- Michael R. Crusoe <email address hidden>  Sat, 23 Mar 2024 12:54:21 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libwfa2_2.3.3-4.dsc 2.0 KiB 323e4fec2d8a05c561bea82d19ae191bf93ed1fb6f48a2c1d8a635e2099e589d
libwfa2_2.3.3.orig.tar.gz 4.0 MiB 2569650cdba395f42513a4d2c9175724a736047bb7da99a162c0abdbd651698f
libwfa2_2.3.3-4.debian.tar.xz 3.8 KiB c4d131446e4f599006f87cf2418e2d782bd80ce321d3e27fcc6d27d09feb2b46

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.