Skip to content

Some minor fix with probminhash version

Compare
Choose a tag to compare
@jianshu93 jianshu93 released this 23 Apr 18:56
· 158 commits to master since this release
bc95529

This release, we add a superminhash support and also optimize parallel fasta parsing, which further accelerate the build and request step. Superminhash can be used for metagenomes, where sketching a larger number of files is very memory expensive. We also add HLL, which is for space efficient purposes but slower (e.g. memory and disk space). Further optimization of HLL is expected.