last-align 1179-1 source package in Ubuntu

Changelog

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

  * New upstream version

 -- Nilesh Patra <email address hidden>  Mon, 01 Feb 2021 16:02:34 +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_1179-1.dsc 2.1 KiB 928be94e55c8707eaa31c1746f9c974562cb3ea629c028cbb368b8fc99f380c7
last-align_1179.orig.tar.xz 426.6 KiB 2b56ca38717fdd8634da2e3f18deab671dfefe46a2ca75ff6084dc7d168fa9a3
last-align_1179-1.debian.tar.xz 16.6 KiB 60837af135927498eb90e5dea4dd11611567d4e5c5adcb6479b4a987a787e0af

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