last-align 1407-1 source package in Ubuntu

Changelog

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

  * New upstream version

 -- Andreas Tille <email address hidden>  Tue, 23 Aug 2022 16:53:32 +0200

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_1407-1.dsc 2.1 KiB 7c260afbcaa070c150161d1a34212f271836f611868ae4418dd1386102c8503f
last-align_1407.orig.tar.xz 1.3 MiB 3bbff3bd0b4c0a185a162871fd767c944103b80c35f77d3021b87fe26cd54afc
last-align_1407-1.debian.tar.xz 17.0 KiB a8be6138a9b0034598884a0cad2f2e8aa18775bd883e556553ace449b93b0132

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