ReleaseAmazon (Nova)Amazon (Nova)published Jun 11, 2026seen 1d

amazon-science/uniqsketch v1.3.0

amazon-science/uniqsketch

Open original ↗

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 --auto to 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-gsize to size the Bloom filter from the largest input genome (estimateMaxGenomeSize), removing the need to set --gsize manually.
  • comparesketch: added --fpr=F to set bits-per-element for a target Bloom-filter false-positive rate (e.g. --fpr 0.001 selects 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/10

Routine version release from Amazon Science repo.