sourmash-bio / sourmash

Quickly search, compare, and analyze genomic and metagenomic data sets.
http://sourmash.readthedocs.io/en/latest/
Other
476 stars 79 forks source link

add rust sig building utilities #3406

Open bluegenes opened 1 day ago

bluegenes commented 1 day ago

Over in https://github.com/sourmash-bio/sourmash_plugin_branchwater/pull/516, I added a series of utilities for building and writing signatures in rust. These are an improvement and refactoring of the code I initially wrote for branchwater manysketch and some code I wrote for directsketch.

Refactoring and further development of BuildUtils mostly happened across these PRs:

My intention with these utils is to add them to sourmash core once we get them to a good spot, which means that the license for this code will change to BSD.