unikmer 0.19.1-1ubuntu0.1 source package in Ubuntu

Changelog

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

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Thu, 01 Feb 2024 14:10:06 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic 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.1.debian.tar.xz 5.6 KiB b2ed2c602219d823c1eb7f86647d7e4bdb8fcc8e5584af711336d997ea497e6c
unikmer_0.19.1-1ubuntu0.1.dsc 2.6 KiB ada537a195a5fccf33019b9c6560c04eb258dfba4286a36f6da09ff9e84a5a68

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