Genome Updater Versions Save

Bash script to download/update snapshots of files from NCBI genomes repository (refseq/genbank) with track of changes and without redundancy

v0.6.3

10 months ago

v0.6.2

1 year ago
  • fix bug with older find versions (<=4.6.0)

v0.6.1

1 year ago

Support the latest GTDB release R214

v0.6.0

1 year ago
  • -N to save files in the NCBI ftp folder structure
  • general infrastructure fixes and improvements

v0.5.2

1 year ago

Bug fixes with invalid URLs and GTDB MD5SUM file #78

v0.5.1

1 year ago

General bug fixes. Thanks to @shenwei356 for reporting and fixing.

v0.5.0

2 years ago
  • Keep track of arguments inside repository (updates can be done with -o only)
  • Full GTDB r207 support and full taxonomy integration / filtering options with -A and -T
  • Taxonomy support for ncbi and gtdb with -M
  • Rank based top assemblies -A 3 for top 3 for each leaf node or -A genus:3 for top 3 for each genus
  • Some parameters were updated or merged:
 -z       > >    -M gtdb
 -S/-T    > >    -T
 -P/-A    > >    -A
  • Sequence and assembly reports are generated by timestamp (before was one per label)
  • Many other fixes and improvements

v0.4.1

2 years ago
  • Removed default database (refseq), -d must be provided
  • New debug mode -Z (changed from -D)
  • small code improvements and bugs fixes

v0.4.0

2 years ago
  • set up version before downloading when updating #44
  • keep history of usage documented with history.tsv
  • filter by date #42
  • rollback/branch option -B
  • retry to download in batches option -R
  • general improvements and bug fixes

v0.3.0

2 years ago
  • stable code
  • better parameter for taxonomic id and top assemblies selection
  • testing with bats https://github.com/bats-core/bats-core
  • curl support
  • custom filter support
  • many smaller bug fixes and improvements