Package: wnpp Severity: wishlist Owner: Nilesh Patra <npatra...@gmail.com> X-Debbugs-CC: debian-de...@lists.debian.org
* Package name : unikmer Version : 0.17.2-1 Upstream Author : Wei Shen * URL : https://github.com/shenwei356/unikmer * License : Expat Programming Lang: Golang Description : 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. I shall maintain this package.