amazon-science/uniqsketch v1.3.0
amazon-science/uniqsketch
Captured source
source ↗published Jun 11, 2026seen 1dcaptured 1dhttp 200method plain
UniqSketch 1.3.0
Repository: amazon-science/uniqsketch
Tag: v1.3.0
Published: 2026-06-11T19:35:57Z
Prerelease: no
Release notes:
Features
comparesketch: added--autoto size the Bloom filter from an ntCard cardinality estimate of the reference set, fixing the load factor (bits per distinct k-mer) so the false-positive rate is the design value regardless of genome size.comparesketch: added--auto-gsizeto size the Bloom filter from the largest input genome (estimateMaxGenomeSize), removing the need to set--gsizemanually.comparesketch: added--fpr=Fto set bits-per-element for a target Bloom-filter false-positive rate (e.g.--fpr 0.001selects 29 bits/element).- The comparesketch false-positive rate can now be controlled precisely; the default (
--gsize-based sizing) behavior is unchanged.
Notability
notability 4.0/10Routine version release from Amazon Science repo.