dnbaker / dashing

Fast and accurate genomic distances using HyperLogLog
GNU General Public License v3.0
161 stars 11 forks source link

v0.5.5 #66

Closed dnbaker closed 3 years ago

dnbaker commented 3 years ago

Bug fixes -

-o parameter works correctly now for dashing sketch. (Addresses this issue)

binary output would segfault/run out of memory for large numbers of sequences by holding the full distance matrix in memory, but this version should significantly reduce peak memory footprint and should address this issue.

Features -

New subcommand dashing fold, which compresses a larger HLL to a smaller size