v0.3.0
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 theftp_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