Skip to content

v0.3.0

Compare
Choose a tag to compare
@bluegenes bluegenes released this 13 May 23:09
· 78 commits to main since this release

This release fixes a bug where the wrong version may be downloaded #27.

The input format has changed slightly! Required columns are now: accession,name,ftp_path. ftp_path column name must be present, but column can be empty.

  • if ftp_path is provided, it is used as the path for finding files associated with the accession. Otherwise, gbsketch will build the ftp_path from the accession.

What's Changed

  • optionally use ftp_path input for gbsketch by @bluegenes in #29
  • prevent unneccesary downloads by also setting genomes-only/proteomes-only via params if not keeping fastas by @bluegenes in #30
  • do not require signature output file if not sketching by @bluegenes in #31

Full Changelog: v0.2.3...v0.3.0