Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@bluegenes bluegenes released this 04 Oct 18:58
· 4 commits to main since this release
b1afbcd

This release introduces two new parameters:

  • --checksum-failures - an output file to log any failures with the checksum file download and parsing or any md5sum mismatches. Required for gbsketch
  • --batch-size - enables writing smaller, batched zipfiles. This is recommended for large database generation, as batches allow restart after unexpected failure. It also should address some issues arising from extremely large zips.

Under the hood, this release also introduces a standardized sketching building framework that may be useful outside of this plugin.

What's Changed

Dependabot

Full Changelog: v0.3.2...v0.4.0