Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@bluegenes bluegenes released this 29 Jan 00:56
· 2 commits to main since this release
5870f10

This release include some major functionality changes:

  • Download via NCBI REST API for gbsketch. Input file no longer uses ftp_path.
  • add --n-simultaneous-downloads parameter, and allow up to 10 if using an API KEY with gbsketch
  • Allow merged & ranged sketching in urlsketch
  • Enable building skipmer signatures (skipm1n3, skipm2n3; sourmash experimental addition)

And some nice UX updates:

  • use input csv as default base filename for --fail and --checksum-fail
  • ignore extra columns in gbsketch input CSV

It also fixes a bug where directsketch zips did not properly record n_hashes and thus did not get properly summarized via sourmash sig summarize.

This release includes first content contributions from @ctb 🎉 .

What's Changed

Functionality updates

  • MRG: modify n simultaneous downloads; update buildutils by @bluegenes in #154
  • MRG: add skipmer sketching by @bluegenes in #159
  • MRG: fix manifest n_hashes + test by @bluegenes in #171
  • MRG: Enable merged sigs, sequence range selection in urlsketch by @bluegenes in #161
  • MRG: batched zip reporting - notify after finishing batch to be clearer by @bluegenes in #179
  • MRG: download via NCBI REST API by @bluegenes in #181
  • MRG: doc rerunning failures by @bluegenes in #184
  • MRG: set n-simultaneous-downloads to 9 if api key provided by @ctb in #194
  • MRG: provide default failed filenames based on CSV by @ctb in #195
  • MRG: ignore extra columns in gbsketch input CSV by @ctb in #188

Developer updates

dependabot

Full Changelog: v0.4.1...v0.5.0