last-align 1542-1 source package in Ubuntu

Changelog

last-align (1542-1) unstable; urgency=medium

  * New upstream version

 -- Charles Plessy <email address hidden>  Wed, 21 Feb 2024 08:06:34 +0900

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
science
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe science
Noble release universe science

Downloads

File Size SHA-256 Checksum
last-align_1542-1.dsc 2.1 KiB b454eac72f1961480e5176704f66c071ff304786ea22c0f79c9fab4c61d3f9d6
last-align_1542.orig.tar.xz 1.3 MiB 466114e813b1ba65074a45373778898ed02ea9a72c55fdab77675d6d6bb7dec2
last-align_1542-1.debian.tar.xz 16.8 KiB 20cdb1472fe90cf7b74b0ccb81a754bd23665aa778256f005a7eeb070c431af9

Available diffs

No changes file available.

Binary packages built by this source

last-align: genome-scale comparison of biological sequences

 LAST is software for comparing and aligning sequences, typically DNA or
 protein sequences. LAST is similar to BLAST, but it copes better with very
 large amounts of sequence data. Here are two things LAST is good at:
 .
  * Comparing large (e.g. mammalian) genomes.
  * Mapping lots of sequence tags onto a genome.
 .
 The main technical innovation is that LAST finds initial matches based on
 their multiplicity, instead of using a fixed size (e.g. BLAST uses 10-mers).
 This allows one to map tags to genomes without repeat-masking, without becoming
 overwhelmed by repetitive hits. To find these variable-sized matches, it uses
 a suffix array (inspired by Vmatch). To achieve high sensitivity, it uses a
 discontiguous suffix array, analogous to spaced seeds.

last-align-dbgsym: debug symbols for last-align