last-align 1420-1 source package in Ubuntu

Changelog

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

  * Add myself back to uploaders
  * New upstream version 1420
  * Bump Standards-Version to 4.6.2 (no changes needed)

 -- Nilesh Patra <email address hidden>  Sat, 31 Dec 2022 17:18:26 +0530

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_1420-1.dsc 1.5 KiB 682756ee51f6a16f9faafc78609d45f3f618f78a0160cfce38bc3ce4cb0fed17
last-align_1420.orig.tar.xz 1.2 MiB cb24dc84d5a913646c509fd3c60ccd873600823d55830818cf9d6ea0192655a5
last-align_1420-1.debian.tar.xz 17.1 KiB 4696efd2828621d5832f4552028467fb82c51665da77d421495cd522eaf7d66c

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