Published July 15, 2019
| Version 1.0.0
Software
Open
will-rowe/hulk: v1.0.0
Description
This is a complete re-implementation of HULK. The change log states the main changes:
- fully re-written codebase
- I've aimed for it to be largely backwards compatible with previous releases
- fully open-sourced!
- MIT license (OSI approved)
- algorithm changes
- underlying histogram is now based on minimizer frequencies
- count-min sketch for k-mer frequencies is now replaced with a fixed-size array and a jump-hash for minimizer placement
- changes to the
sketch
subcommand:- sketches saved to JSON by default (ala sourmash)
- histosketch count-min sketch is no longer configurable by the user (this was Epsilon and Delta)
- spectrum size is determined based on k-mer size
- minCount for k-mer frequencies is removed
- changes to the
smash
subcommand:- operates on JSON input
- outputs matrix as csv
- replaced some unecessary features
- the functionality of the
print
anddistance
subcommands is available in thesmash
subcommand
- the functionality of the
Files
will-rowe/hulk-1.0.0.zip
Files
(4.0 MB)
Name | Size | Download all |
---|---|---|
md5:65d9675df19d7837608096cf5e6c99ba
|
4.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/will-rowe/hulk/tree/1.0.0 (URL)