unikmer 0.19.1-1build1 source package in Ubuntu

Changelog

unikmer (0.19.1-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:18:54 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
unikmer_0.19.1.orig.tar.gz 4.0 MiB ff199d3b64d691a2a71be135c71b8c5e07af8766c8660a1c58628baeed9178a9
unikmer_0.19.1-1build1.debian.tar.xz 5.5 KiB b480b20c33724555b2573e67717a58a19d1ddd9d2a64b8693fa6aeff22db5ea0
unikmer_0.19.1-1build1.dsc 2.7 KiB 4099968ce6ec76e869c20792ba301712ad49d21236f3ac16db86f0453225e791

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