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

Changelog

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

  * Initial release (Closes: #1023322)

 -- Michael R. Crusoe <email address hidden>  Wed, 19 Oct 2022 18:58:32 +0200

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-1.dsc 2.2 KiB 5ad1cfe5f99575c15929e25bd34bc4e9ba2547a50008f7fd2a916df9147faaf7
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-1.debian.tar.xz 5.1 KiB 5b4d69a296bc40b1708b484f639f28bb20d08c932ffa429b1fbcae66847baab4

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