last-align 921-1 source package in Ubuntu

Changelog

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

  * New upstream version
  * make build compatible with -Wl, --as-needed (thanks for the patch to
    Steve Langasek <email address hidden>)
    Closes: #889506
  * cme fix dpkg-control
  * debhelper 11
  * d/rules: do not parse changelog

 -- Andreas Tille <email address hidden>  Mon, 05 Feb 2018 10:39:42 +0100

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
Bionic release universe science

Downloads

File Size SHA-256 Checksum
last-align_921-1.dsc 2.0 KiB f3f3460f8dd0573cf5cebcd001445cbef9bd05a6a06494c2500d317eb32686d3
last-align_921.orig.tar.xz 380.7 KiB aa6badfb6b932630e72988e4c95a6bea670102a25ea1591504b3f488824494b6
last-align_921-1.debian.tar.xz 9.1 KiB 41fb319995cc43473141f85f46f5fff90ce675fb5b25a1ff8d28a9745769d642

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