Skip to content

Releases: pirovc/genome_updater

genome_updater v0.6.3

03 Jul 11:51
5478e93
Compare
Choose a tag to compare

genome_updater v0.6.2

10 May 15:07
56f610b
Compare
Choose a tag to compare
  • fix bug with older find versions (<=4.6.0)

genome_updater v0.6.1

28 Apr 12:28
077e4ae
Compare
Choose a tag to compare

Support the latest GTDB release R214

genome_updater v0.6.0

03 Apr 13:12
f75766c
Compare
Choose a tag to compare
  • -N to save files in the NCBI ftp folder structure
  • general infrastructure fixes and improvements

genome_updater v0.5.2

07 Feb 18:16
0f8b150
Compare
Choose a tag to compare

Bug fixes with invalid URLs and GTDB MD5SUM file #78

genome_updater v0.5.1

26 May 09:18
a512fae
Compare
Choose a tag to compare

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

genome_updater v0.5.0

12 May 14:31
1e046dd
Compare
Choose a tag to compare
  • 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

genome_updater v0.4.1

08 Apr 07:47
a5df18f
Compare
Choose a tag to compare
  • Removed default database (refseq), -d must be provided
  • New debug mode -Z (changed from -D)
  • small code improvements and bugs fixes

genome_updater v0.4.0

15 Mar 12:30
39602a9
Compare
Choose a tag to compare
  • 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

genome_updater v0.3.0

21 Jan 17:13
941da48
Compare
Choose a tag to compare
  • 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