last-align 1454-1 source package in Ubuntu

Changelog

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

  * New upstream version 1454. Re-diff patches
  * Update lintian overrides
  * Remove d/NEWS that has relevant news for
    39-1 release ~14 years back

 -- Nilesh Patra <email address hidden>  Mon, 12 Jun 2023 17:25:25 +0000

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

Downloads

File Size SHA-256 Checksum
last-align_1454-1.dsc 1.5 KiB d106a1cfb21d57c971505e44d39c6e4a5dceffff214b9cf3fd9508bacaf30871
last-align_1454.orig.tar.xz 1.3 MiB 16211fb875783c4a15a2fec9c5f2a6642deac0bb7900f7f2bb7106e4ff0eec8f
last-align_1454-1.debian.tar.xz 17.0 KiB 2a3599c0f7c5d14623c4c81f8441d9f7d7123b22980b196bf2593b32ada1cd24

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