Skip to content

Release 0.3.2

Compare
Choose a tag to compare
@kblin kblin released this 24 Jul 06:26
· 13 commits to master since this release
0.3.2

This is release 0.3.2 of ncbi-genome-download.

Major changes of this release are:

  • Add support for the new format assembly info headers, fixing downloads.
  • Support for the translated-cds format (thanks @SwiftSeal)
  • Allow fuzzy searches for accessions
  • Cache the MD5SUMS files for a day as well, to make re-starting the
    download easier.

Thanks also to @chasemc and @twelvesummer for submitting patches for the header format.

Detailed changes:

Kai Blin (9):
      core: Actually expose the --fuzzy-accessions logic built back in 2019 on the command line
      core: Improve the --refseq-categories tooltip
      core: Only re-download MD5SUMS if they're more than a day old
      core: Show progress bar both for downloading MD5SUMS and data files
      chore: update the python versions for the CI workflow
      chore: Remove old drone CI integration
      chore: Reformat README.md to fix markdownlint errors
      summary: Support the new format summary files
      Bump version to 0.3.2

Moray Smith (1):
      Update config.py