unikmer 0.19.1-1ubuntu0.24.04.1 source package in Ubuntu

Changelog

unikmer (0.19.1-1ubuntu0.24.04.1) noble-security; urgency=medium

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Fri, 12 Jul 2024 12:17:58 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
science
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security universe misc

Downloads

File Size SHA-256 Checksum
unikmer_0.19.1.orig.tar.gz 4.0 MiB ff199d3b64d691a2a71be135c71b8c5e07af8766c8660a1c58628baeed9178a9
unikmer_0.19.1-1ubuntu0.24.04.1.debian.tar.xz 5.6 KiB 542589545a6771d51a8431696002c5811769f0b71b0fcba66013d7fb904a9b26
unikmer_0.19.1-1ubuntu0.24.04.1.dsc 2.6 KiB 9829a9566e5100a182cea95a42a152b13e051b64793dec5fc2f2000b95a55372

View changes file

Binary packages built by this source

unikmer: Toolkit for nucleic acid k-mer analysis

 unikmer is a golang package and a toolkit for nucleic acid k-mer
 analysis, providing functions including set operation k-mers
 optional with TaxIDs but without count information.
 .
 K-mers are either encoded (k<=32) or hashed (arbitrary k) into uint64,
 and serialized in binary file with extension .unik.
 .
 TaxIDs can be assigned when counting k-mers from genome
 sequences, and LCA (Lowest Common Ancestor) is computed during set
 opertions including computing union, intersecton, set difference,
 unique and repeated k-mers.

unikmer-dbgsym: debug symbols for unikmer