dnbaker / dashing

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

Updated releases #56

Closed wwood closed 3 years ago

wwood commented 3 years ago

Hi,

For my machine it seems release/linux/dashing_s512 fails but dashing_s256, which I imagine is in line with my particular CPU.

However,

$ ./dashing_s256
Dashing version: v0.4.7-2-g6ad3
...

Which is a few versions behind, and also the bioconda package is out of date - any chance of an update on both fronts? Thanks.

dnbaker commented 3 years ago

I've updated the binary releases as of https://github.com/dnbaker/dashing/commit/841be58ceff2e8907b65277989836a3af62db392, and I'm working with bioconda to get an updated version into conda, which is tricky because of the use of OpenMP for parallelization.

Because of the overlap with issue 41, I'll close this issue and merge this discussion into it.