seqan-needle 1.0.2+ds-2 source package in Ubuntu

Changelog

seqan-needle (1.0.2+ds-2) unstable; urgency=medium

  * Team upload.

  [ Michael R. Crusoe ]
  * d/clean: remove HTML build of the documentation. Closes: #1048377
  * corrected some patch metadata.

  [ Komolehin Israel Timilehin ]
  * Added Autopkgtest

 -- Komolehin Israel Timilehin <email address hidden>  Mon, 08 Jan 2024 11:38:37 +0100

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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
seqan-needle_1.0.2+ds-2.dsc 2.2 KiB 20c3108f71b5f8842cfc9d02875f79fd5f93fa7b9b6e689b288d5d3c55b38a8b
seqan-needle_1.0.2+ds.orig.tar.xz 4.8 MiB 28936c5bdfced7b09ac95459196d90a7a16a8b058f3bd18e552558a12f68ea5a
seqan-needle_1.0.2+ds-2.debian.tar.xz 6.3 KiB e3c577eeb7b5744343c6524afbda73b46b692f8083c2245798a31c331bc67dd6

Available diffs

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
seqan-needle-doc: HTML documentation for seqan-needle and its APIs

 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.
 .
 This package contains Needle's HTML docs.