seqan-needle 1.0.1.0.0.git.3011926+ds-3 source package in Ubuntu

Changelog

seqan-needle (1.0.1.0.0.git.3011926+ds-3) unstable; urgency=medium

  * Team Upload.
  * Really move needle to usr/lib/debian-med/bin (Closes: #1023807)
  * d/rules: Fix arch:all build (Closes: #1024458)
  * Disable i386 in salsa-ci.yml since seqan-needle does not build on 32-bit

 -- Nilesh Patra <email address hidden>  Tue, 22 Nov 2022 19:54:37 +0530

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
seqan-needle_1.0.1.0.0.git.3011926+ds-3.dsc 1.6 KiB 2d32c3807dfa9c970118eeba2a5601776966e851a597ab7e49b2930677c20e44
seqan-needle_1.0.1.0.0.git.3011926+ds.orig.tar.xz 4.8 MiB 6ec1cf11797f5d7660970bb1ed8a1d58eafc61ba8bc2bc5afcbb61582413298b
seqan-needle_1.0.1.0.0.git.3011926+ds-3.debian.tar.xz 5.5 KiB 6fac59da95ec32872d22e5f6105da6ae15fe6cfe635f3ef6675878e583a814c1

No changes file available.

Binary packages built by this source

seqan-needle: pre-filter for the counting of very large collections of nucleotide sequences

 Needle is a tool for semi-quantitative analysis of very large collections of
 nucleotide sequences.
 .
 Needle stores its data in multiple interleaved Bloom filter, a fast and space
 efficient probabilistic data structure and uses a windowing scheme (also called
 minimisers) to reduce the amount of data to store. How many interleaved Bloom
 filter are used is defined by the user. Each interleaved Bloom filter has a so
 called expression threshold and stores minimisers with an occurrence greater
 than or equal to its own expression threshold and smaller than the next biggest
 expression threshold (if there is no bigger expression threshold, all greater
 than or equal to the threshold are stored). These expression thresholds are
 then used during the query (called estimate) to approximate the expression
 values of given transcripts.

seqan-needle-dbgsym: debug symbols for seqan-needle